cancel
Showing results for 
Search instead for 
Did you mean: 

Jstart ending with error details as "Node 'bootstrap' failed with exit code 503."

Former Member
0 Kudos

Hello Experts,

Request you to please suggest some solution on following link:

http://scn.sap.com/thread/3195984

Regards,

Naresh.

Accepted Solutions (0)

Answers (2)

Answers (2)

Sreejith1
Contributor
0 Kudos
Former Member
0 Kudos

Hello Naresh,

The reason of the issue is that the user or password which is provided for database connection is invalid:

Caused by: com.sap.sql.log.OpenSQLException: Exception of type java.sql.SQLException caught: ORA-01017: invalid username/password; logon denied

You should open configtool go to secure store and connection pools tab and check whether the DB user and pwd is correct or not.

If you have an issue with starting the tool, please verify that the following line has been added to the configtool command file:

%JAVA_CMD% -Duser.language=en -classpath .\lib\sap.com~tc~bl~offline_launcher~impl.jar;. com.sap.engine.offline.OfflineToolStart com.sap.engine.configtool.visual.ConfigTool ./lib/

Kind regards