cancel
Showing results for 
Search instead for 
Did you mean: 

Java node 'Instance_bootstrap' terminated with exit code 500.

Former Member
0 Kudos

Hello Experts,


Our SAP PI system's JAVA instance is not getting started. Jstart is ending with error details as "Java node 'Instance_bootstrap' terminated with exit code 500." I am not able to connect to the Config tool even too.


jvm_bootstrap file contains the following error details:

   INFO: Loading tool launcher...
   INFO: [OS: Windows 2003] [VM vendor: SAP AG] [VM version: 1.5.0_34] [VM type: SAP Java Server VM]
   INFO: Main class to start: "com.sap.engine.bootstrap.Bootstrap"
   INFO: Loading 23 JAR files: [E:\usr\sap\ABC\SYS\global\security\lib\tools\w3c_http.jar, E:\usr\sap\ABC\SYS\global\security\lib\tools\iaik_ssl.jar, E:\usr\sap\ABC\SYS\global\security\lib\tools\iaik_jsse.jar, E:\usr\sap\ABC\SYS\global\security\lib\tools\iaik_jce.jar, E:\usr\sap\ABC\SYS\global\security\lib\tools\iaik_smime.jar, .\bootstrap\jdbc.jar, .\bootstrap\jperflib.jar, .\bootstrap\sap.com~tc~bl~config~impl.jar, .\bootstrap\sap.com~tc~bl~deploy~offline~impl.jar, .\bootstrap\sap.com~tc~bl~iqlib~impl.jar, .\bootstrap\sap.com~tc~bl~jdsr~jdsr.jar, .\bootstrap\sap.com~tc~bl~offline_launcher~impl.jar, .\bootstrap\sap.com~tc~bl~opensql~implStandalone.jar, .\bootstrap\sap.com~tc~exception~impl.jar, .\bootstrap\sap.com~tc~je~bootstrap~impl.jar, .\bootstrap\sap.com~tc~je~cfs~container~standalone_impl.jar, .\bootstrap\sap.com~tc~je~datacollector.jar, .\bootstrap\sap.com~tc~je~extramile.jar, .\bootstrap\sap.com~tc~je~flightrecorder.jar, .\bootstrap\sap.com~tc~je~offlineconfiguration~impl.jar, .\bootstrap\sap.com~tc~logging~java~impl.jar, .\bootstrap\sap.com~tc~sapxmltoolkit~sapxmltoolkit.jar, .\bootstrap\sap.com~tc~sec~secstorefs~java~core.jar]
   INFO: Start
Starting to configure the bootstrap
      Bootstrap properties file [E:\usr\sap\ABC\DVEBMGS00\j2ee\cluster\bootstrap\bootstrap.properties] found
Bootstrap configured for [125] ms

Memory available to the bootstrap JVM: [2 GiB / 2863333376 bytes]

-----[Bootstrap Module started]--------[Wed Jun 27 17:50:05 GMT+05:30 2012]-------

+------------[Bootstrap synchronization activities information]-----------+
| Runtime Binaries: [X]        Native files: [X] Instance Properties: [X] |
|  Nodes Structure: [X] Cluster File System: [X]    Online bootstrap: [ ] |
+-------------------------------------------------------------------------+

None of the startup parameters passed: [-DSAPSTART=1, -DSAPSYSTEM=00, -DSAPSYSTEMNAME=ABC, -DSAPMYNAME=inmumsap24_ABC_00, -DSAPPROFILE=E:\usr\sap\ABC\SYS\profile\ABC_DVEBMGS00_inmumsap24, -DFRFC_FALLBACK=ON, -DFRFC_FALLBACK_HOST=localhost] is known to the bootstrap. Activating the default mode - synchronize all [-all]
Properties used for initialization: [element.resynch=detect, Logging properties = {log[defaultTrace]=FileLog, log[defaultTrace].pattern=..\..\work\log_bootstrap.log, log[consoleLog].formatter=formatter[ConsoleFormatter], com.sap.engine.bootstrap.severity=Info, formatter[ConsoleFormatter]=TraceFormatter, log[consoleLog]=com.sap.engine.bootstrap.logging.BootstrapConsoleLog, com.sap.engine.bootstrap.logs=log[defaultTrace],log[consoleLog], log[defaultTrace].cnt=3, formatter[BootstrapFormatter]=TraceFormatter, log[defaultTrace].formatter=formatter[BootstrapFormatter], formatter[ConsoleFormatter].pattern=%m, log[defaultTrace].limit=5242880, formatter[BootstrapFormatter].pattern=[%24d] %m}, debug=no, Watchdog properties = {watchdog.timeout=90000, watchdog.check_interval=2000}]
Bootstrap initialized for [188] ms

Watchdog [90000] ms checking every [2000] ms started

Starting to initialize database connection
Exception occurred for component [internal/unkown] of type [unkown]
java.lang.NoSuchMethodError: java.util.concurrent.ThreadPoolExecutor.allowCoreThreadTimeOut(Z)V
at com.sap.sql.connect.pool.Pool.start(Pool.java:155)
at com.sap.sql.connect.datasource.DBDataSourceImpl.<init>(DBDataSourceImpl.java:116)
at com.sap.sql.connect.datasource.DataSourceManager.createDataSource(DataSourceManager.java:605)
at com.sap.sql.connect.datasource.DataSourceManager.createDataSource(DataSourceManager.java:137)
at com.sap.sql.connect.OpenSQLDataSourceImpl.getDataSource(OpenSQLDataSourceImpl.java:272)
at com.sap.sql.connect.OpenSQLDataSourceImpl.getPooledConnection(OpenSQLDataSourceImpl.java:208)
at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPoolImpl.createConnection(DBConnectionPoolImpl.java:468)
at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPoolImpl.<init>(DBConnectionPoolImpl.java:196)
at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandlerImpl.<init>(PersistenceHandlerImpl.java:50)
at com.sap.engine.core.configuration.impl.cache.ConfigurationController.<init>(ConfigurationController.java:138)
at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:309)
at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:59)
at com.sap.engine.bootstrap.StorageAccess.<init>(StorageAccess.java:138)
at com.sap.engine.bootstrap.Bootstrap.initializeSynchronizer(Bootstrap.java:79)
at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:273)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:592)
at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:162)

[Bootstrap]> Error during synchronization. More details: the previous log entries



R3trans -d gives the following output:


C:\Documents and Settings\abcadm>r3trans -d
This is r3trans version 6.19 (release 720 - 24.08.10 - 14:38:42).
unicode enabled version
r3trans finished (0000).


R3trans -x gives the following output:


C:\Documents and Settings\abcadm>r3trans -x
This is r3trans version 6.19 (release 720 - 24.08.10 - 14:38:42).
unicode enabled version
r3trans finished (0000).

Any suggestion/solution?


Regards,

Amit

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member189725
Active Contributor
0 Kudos

Are you able to see the secure store entries in configtool?

You need to change the password of SAPSR3DB (JAVA connect user) user under

jdbc/pool/<SID>/Password

in the secure store.

Regards

Ratnajit

Former Member
0 Kudos

Hi Ratnajit,

I have tried to connect configtool but it's not openning either from .bat file and command prompt.

Regards,

Amit

Former Member
0 Kudos

Hi Amit,

Check the document below, under solutions title;

http://wiki.sdn.sap.com/wiki/display/TechTSG/(JSTTSG)(Kernel)Service-Exit67_OldJVM

Best regards,

Orkun Gedik

former_member189725
Active Contributor
0 Kudos

Are you getting an error like "Error scanning database " , once you click ok the configtool stops.

Else you should go to E:\usr\sap\ABC\DVEBMGS00\j2ee\configtool

and the start configtool.bat using a command prompt.

Regards

Ratnajit

Former Member
0 Kudos

Hi Ratnajit,

I had already tried to open the configtool through command prompt but getting below message.

E:\usr\sap\ABC\DVEBMGS00\j2ee\configtool>configtool.bat

launching Java from E:\usr\sap\PI2\DVEBMGS00\exe\sapjvm_5

   INFO: Loading tool launcher...

   INFO: [OS: Windows 2003] [VM vendor: SAP AG] [VM version: 1.5.0_34] [VM type:

SAP Java Server VM]

   INFO: Main class to start: "com.sap.engine.configtool.visual.ConfigTool"

   INFO: Loading 18 JAR files: [.\lib\jdbc.jar, .\lib\jvmx.jar, .\lib\sap.com~tc

~bl~config~impl.jar, .\lib\sap.com~tc~bl~deploy~controller~offline_phase_asm.jar

, .\lib\sap.com~tc~bl~gui~impl.jar, .\lib\sap.com~tc~bl~iqlib~impl.jar, .\lib\sa

p.com~tc~bl~jarsap~impl.jar, .\lib\sap.com~tc~bl~offline_launcher~impl.jar, .\li

b\sap.com~tc~bl~opensql~implStandalone.jar, .\lib\sap.com~tc~bl~sl~utility~impl.

jar, .\lib\sap.com~tc~exception~impl.jar, .\lib\sap.com~tc~je~cachegui.jar, .\li

b\sap.com~tc~je~configtool.jar, .\lib\sap.com~tc~je~configuration~impl.jar, .\li

b\sap.com~tc~je~offlineconfiguration~impl.jar, .\lib\sap.com~tc~logging~java~imp

l.jar, .\lib\sap.com~tc~sapxmltoolkit~sapxmltoolkit.jar, .\lib\sap.com~tc~sec~se

cstorefs~java~core.jar]

   INFO: Start

Program terminated abnormally

Press any key to continue . . .

Regards,

Amit

Former Member
0 Kudos

Hi Amit,

Search for "JVM" keyword on the SAP Marketplace, under "Support Packages and Patches". After that download and apply latest "SAP JVM 5.1" patch on the system.

Best regards,

Orkun Gedik

Former Member
0 Kudos

Hi Orkun,

I got to know that there was an installation done of Diagnostic Agent on this PI box and which installed new version of SAPJVM 6.1 with it.

When I start offlineconfigtool I am getting the below error.

FATAL: com.sap.engine.offline.OfflineToolStart will abort now with exitcode 2

Program terminated abnormally

is this because of the newer version of SAPJVM which is causing this issue ?

Regards,

Amit

Former Member
0 Kudos

Hi Amit,

>> is this because of the newer version of SAPJVM which is causing this issue ?


Propably, you are facing with the problems because of  the JVM conflict. While DA is running on 6.1, the other components are running on 5.1?

Could you put the full trace, here?

Best regards,

Orkun Gedik

Former Member
0 Kudos

Hi Orkun,

I have exactly the same error as reported by Amit above, but during Java import of a PI 710 migration (homogeneous) on Linux/oracle.

ABAP import finished successfully but Java import fails at the first step itself:

"FATAL: java.lang.NoSuchMethodError: java.util.concurrent.ThreadPoolExecutor.allowCoreThreadTimeOut(Z)"

Issue seems to be with SAPJVM, since source system is using SAPJVM 6 and sapinst (SWPM10SP03) by default is extracting SAPJVM 5 for target installation.

Is there any way to make SAPINST use the SAPJVM 6 archive already present in the Kernel DVD?

Thanks,

roshan