cancel
Showing results for 
Search instead for 
Did you mean: 

can´t start Jcontrol.EXE after syncronization

Former Member
0 Kudos

Dear sap teamworkers,

I have a Java AS in a diferent VM from the SOLMAN 7.31, but since a network syncronization the jcontrol.exe stopped and can´t star again.

This AS JAVA is in a windows enviromnent wiht a own Oracle database.

All the other processes are green except the Jcontrol.exe

I send the logs, so you can please help me to solve this issue?

dev_bootstrap log:

[Thr 4928] Mon Apr 22 11:18:52 2013

[Thr 4928] *** WARNING => INFO: Unknown property [instance.box.number=GS1JC00ren-ed-40] [jstartxx.c   841]

[Thr 4928] *** WARNING => INFO: Unknown property [instance.en.host=REN-ED-40] [jstartxx.c   841]

[Thr 4928] *** WARNING => INFO: Unknown property [instance.en.port=3201] [jstartxx.c   841]

[Thr 4928] *** WARNING => INFO: Unknown property [instance.system.id=0] [jstartxx.c   841]

**********************************************************************

JStartupReadInstanceProperties: read instance properties [D:\usr\sap\GS1\JC00\j2ee\cluster\instance.properties]

-> ms host    : REN-ED-40

-> ms port    : 3901

-> OS libs    : D:\usr\sap\GS1\JC00\j2ee\os_libs

-> Admin URL  :

-> run mode   : NORMAL

-> run action : NONE

-> enabled    : yes

**********************************************************************

**********************************************************************

Used property files

-> files [00] : D:\usr\sap\GS1\JC00\j2ee\cluster\instance.properties

**********************************************************************

**********************************************************************

Instance properties

-> ms host    : REN-ED-40

-> ms port    : 3901

-> os libs    : D:\usr\sap\GS1\JC00\j2ee\os_libs

-> admin URL  :

-> run mode   : NORMAL

-> run action : NONE

-> enabled    : yes

**********************************************************************

**********************************************************************

Bootstrap nodes

-> [00] bootstrap            : D:\usr\sap\GS1\JC00\j2ee\cluster\instance.properties

-> [01] bootstrap_ID4525400  : D:\usr\sap\GS1\JC00\j2ee\cluster\instance.properties

-> [02] bootstrap_ID4525450  : D:\usr\sap\GS1\JC00\j2ee\cluster\instance.properties

**********************************************************************

**********************************************************************

Worker nodes

-> [00] ID4525400            : D:\usr\sap\GS1\JC00\j2ee\cluster\instance.properties

-> [01] ID4525450            : D:\usr\sap\GS1\JC00\j2ee\cluster\instance.properties

**********************************************************************

[Thr 4928] JLaunchRequestQueueInit: create named pipe for ipc

[Thr 4928] JLaunchRequestQueueInit: create pipe listener thread

[Thr 4584] JLaunchRequestFunc: Thread 4584 started as listener thread for np messages.

[Thr 6064] WaitSyncSemThread: Thread 6064 started as semaphore monitor thread.

[Thr 4928] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)

[Thr 4928] CPIC (version=700.2011.08.22)

[Thr 4928] [Node: bootstrap] java home is set by profile parameter

    Java Home: C:\j2sdk1.4.2_27-x64

[Thr 4928] JStartupICheckFrameworkPackage: can't find framework package D:\usr\sap\GS1\JC00\exe\jvmx.jar

jvm_bootstrap.out log:

--------------------------------------------------

Bootstrap MODE:

<INSTANCE GLOBALS>

determined by parameter [ID0045254].

--------------------------------------------------

Exception occurred:

com.sap.engine.bootstrap.SynchronizationException: Database initialization failed! Check database properties!

    at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:476)

    at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:146)

    at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:971)

    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:331)

    at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)

----------==[ Caused by: ]==----------

com.sap.engine.frame.core.configuration.ConfigurationException: Error while connecting to DB.

    at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:360)

    at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.<init>(DBConnectionPool.java:125)

    at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.<init>(PersistenceHandler.java:38)

    at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.<init>(ConfigurationCache.java:149)

    at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:236)

    at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:49)

    at com.sap.engine.bootstrap.Synchronizer.<init>(Synchronizer.java:74)

    at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:473)

    at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:146)

    at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:971)

    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:331)

    at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)

Caused by: java.sql.SQLException: ORA-28001: the password has expired

    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:113)

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:283)

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:278)

    at oracle.jdbc.driver.T4CTTIoauthenticate.receiveOauth(T4CTTIoauthenticate.java:792)

    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:364)

    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:454)

    at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:165)

    at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:35)

    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:802)

    at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:215)

    at com.sap.sql.connect.OpenSQLDataSourceImpl.createPooledConnection(OpenSQLDataSourceImpl.java:608)

    at com.sap.sql.connect.OpenSQLDataSourceImpl.getPooledConnection(OpenSQLDataSourceImpl.java:285)

    at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:302)

    ... 14 more

[Bootstrap module]> Problem occurred while performing synchronization.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear all,

Thanks for the last help.

But know the issue is:

Can please help?

jvm_bootstrap.out log:

--------------------------------------------------
Bootstrap MODE:
<INSTANCE GLOBALS>
determined by parameter [ID0045254].
--------------------------------------------------
Exception occurred:
com.sap.engine.bootstrap.SynchronizationException: Database initialization failed! Check database properties!
at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:476)
at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:146)
at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:971)
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:331)
at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
----------==[ Caused by: ]==----------
com.sap.engine.frame.core.configuration.ConfigurationException: Error while connecting to DB.
at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:360)
at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.<init>(DBConnectionPool.java:125)
at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.<init>(PersistenceHandler.java:38)
at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.<init>(ConfigurationCache.java:149)
at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:236)
at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:49)
at com.sap.engine.bootstrap.Synchronizer.<init>(Synchronizer.java:74)
at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:473)
at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:146)
at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:971)
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:331)
at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
Caused by: java.sql.SQLException: ORA-01017: invalid username/password; logon denied

at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:113)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:283)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:278)
at oracle.jdbc.driver.T4CTTIoauthenticate.receiveOauth(T4CTTIoauthenticate.java:792)
at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:364)
at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:454)
at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:165)
at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:35)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:802)
at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:215)
at com.sap.sql.connect.OpenSQLDataSourceImpl.createPooledConnection(OpenSQLDataSourceImpl.java:608)
at com.sap.sql.connect.OpenSQLDataSourceImpl.getPooledConnection(OpenSQLDataSourceImpl.java:285)
at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:302)
... 14 more


[Bootstrap module]> Problem occurred while performing synchronization.

Former Member
0 Kudos

Please read carefully note 1627312. In that note:

"If this password is altered with the above statement the table SAPUSER isn't changed, so you may face ORA-01017 (SAP Note 1576837). If you use brconnect oracle dictionary and SAPUSER table are updated: brconnect -u system/<password> -f chpass -o <username> -p <password>"

Former Member
0 Kudos

If now I execute the following command will work? or I have to execute the note 1576837?

brconnect -u system/"password" -f chpass -o SAPSR3DB -p "password!"

former_member185239
Active Contributor
0 Kudos

Hi Francisco,

Change the password of user SAPSR3DB from brtools , when you change the password of a user from brtools it will get sync with oracle dictionary and SAPUSER table.

Let us know the result.

Don't run the command directly.

With Regards

Ashutosh Chaturvedi

Former Member
0 Kudos

Dear Ash,

Can  you please help me to change from BRTOOLS?

I went to D:\usr\sap\SID\JC00\exe and executed brtools

Then I choose 8

then 4

then 2 (SAPSR3DB/password)

then 3 (SAPSR3DB)

then c until the end right?

P.S - Only the JAVA AS sap system must be down right?

Thanks,

Message was edited by: Francisco Cardoso

Former Member
0 Kudos

Simply run brconnect command as in your message.

Former Member
0 Kudos

I did and then.... please help..

D:\usr\sap\GS1\JC00\exe>brconnect -u / -f chpass -o SAPSR3DB -p password

BR0801I BRCONNECT 7.00 (52)

BR0280I BRCONNECT time stamp: 2013-04-23 16.08.44
BR0828I Changing password for database user SAPSR3DB

BR0280I BRCONNECT time stamp: 2013-04-23 16.08.44
BR0256I Enter 'c[ont]' to continue, 's[top]' to cancel BRCONNECT:
c
BR0280I BRCONNECT time stamp: 2013-04-23 16.08.51
BR0257I Your reply: 'c'
BR0259I Program execution will be continued...
BR0280I BRCONNECT time stamp: 2013-04-23 16.08.51
BR0829I Password changed successfully in database for user SAPSR3DB
BR1349W Probably the password for the user 'SAPSR3DB' must be also changed in SA
P secure store

BR0280I BRCONNECT time stamp: 2013-04-23 16.08.51
BR0803I BRCONNECT completed successfully with warnings

But when I start the SAP AS JAVA the jcontrol.exe still stopped complain missing:   

 

[Thr 1012] JControlExecuteBootstrap: execute bootstrap process [bootstrap]

[Thr 1012] [Node: bootstrap] java home is set by profile parameter

Java Home: C:\j2sdk1.4.2_27-x64

[Thr 1012] JStartupICheckFrameworkPackage: can't find framework package D:\usr\sap\GS1\JC00\exe\jvmx.jar

and bootstrap log the same:

[Apr 23, 2013 4:11:22 PM ] --------------------------------------------------
[Apr 23, 2013 4:11:22 PM ] Bootstrap MODE:
[Apr 23, 2013 4:11:22 PM ] <INSTANCE GLOBALS>
[Apr 23, 2013 4:11:22 PM ]  determined by parameter [ID0045254].
[Apr 23, 2013 4:11:22 PM ] --------------------------------------------------
[Apr 23, 2013 4:11:24 PM ] Exception occurred:
com.sap.engine.bootstrap.SynchronizationException: Database initialization failed! Check database properties!
at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:476)
at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:146)
at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:971)
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:331)
at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
----------==[ Caused by: ]==----------
com.sap.engine.frame.core.configuration.ConfigurationException: Error while connecting to DB.
at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:360)
at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.<init>(DBConnectionPool.java:125)
at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.<init>(PersistenceHandler.java:38)
at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.<init>(ConfigurationCache.java:149)
at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:236)
at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:49)
at com.sap.engine.bootstrap.Synchronizer.<init>(Synchronizer.java:74)
at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:473)
at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:146)
at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:971)
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:331)
at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
Caused by: java.sql.SQLException: ORA-01017: invalid username/password; logon denied

at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:113)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:283)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:278)
at oracle.jdbc.driver.T4CTTIoauthenticate.receiveOauth(T4CTTIoauthenticate.java:792)
at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:364)
at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:454)
at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:165)
at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:35)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:802)
at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:215)
at com.sap.sql.connect.OpenSQLDataSourceImpl.createPooledConnection(OpenSQLDataSourceImpl.java:608)
at com.sap.sql.connect.OpenSQLDataSourceImpl.getPooledConnection(OpenSQLDataSourceImpl.java:285)
at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:302)
... 14 more

former_member185239
Active Contributor
0 Kudos

Hi Fransisco,

Yes , just continue with this and if you find difficult with this, then follow the Roman suggestion.

brconnect -u system/<password> -f chpass -o <username> -p <password>"

With Regards

Ashutosh Chaturvedi

Former Member
0 Kudos

Notice that I'm only doing this on the AS JAVA system that is in a diferent machine then the ABAP system.

Do I have to do in both?

former_member185239
Active Contributor
0 Kudos

Hi Francisco Cardoso,

If is a dual stack , you need to maintain the password of both.

But remember , if you are changing the password of SAPSR3DB , then you need to maintain the password of SAPSR3DB in secure storage.

To maintain the secure storage , you need to open the configtool->click on Secure storage and maintain the password of SAPSR3DB and your java will up

Steps to follow :

1.brconnect -u / -f chpass -o SAPSR3DB -p password

    After running the above command.

2. logon to the configtool and click on secure storage and maintain the password.

3. is your Abap system is up?

With Regards

Ashutosh chaturvedi

Former Member
0 Kudos

Dear Ash,

Already made those steps, but only in as JAVA....

Yes the ABAP (SOLMAN production is up).

Should I have to shut down ABAP as well and perform the same in both systems?

Thanks

former_member185239
Active Contributor
0 Kudos

Hi Francisco,

Can you logon to config tool?

With Regards

Ashutosh Chaturvedi

Former Member
0 Kudos

No, only to secstore.... can´t connect do database---

Former Member
0 Kudos

the error is:

Error occurred while working with configuration (Scanning).

Msg: Error while connecting to DB.

but then I can maintain the secure store.

The ABAP system must be down as well?

Former Member
0 Kudos

You need to adjust Secure Store parameters in Config Tool: jdbc/pool/<SID>/Password

Former Member
0 Kudos

YEAH!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

thanks!!!!!!  you alll

Answers (2)

Answers (2)

former_member185239
Active Contributor
0 Kudos

Hi Francisco,

Step to follow :

1. run R3trans -d command on command prompt with sidadm.

     it will create the trans.log in the current directory where you are running the above command.

     paste the trans.log file.

2. Open the Configtool , click ok

    it will say , it is not able to connect to DB , click on OK button.

   Now you will see secure storage  on config tool.

    Check the SAPSR3DB user password is correctly maintained or not

3. sqlplus /nolog

     connect SAPSR3DB/<password>

     Check the error.

     If you want to change the password of SAPSR3DB user , change it from brtools.

   Also check whether the SAPSR3DB user is lock or not.

  select username , account_status from dba_users;

with Regards

Ashutosh Chaturvedi

Former Member
0 Kudos

1 -

D:\usr\sap\GS1\JC00\exe>R3trans -d

This is R3trans version 6.14 (release 700 - 24.07.12 - 20:12:04 ).

unicode enabled version

2EETW169 no connect possible: "connect failed with DBLI_RC_LOAD_LIB_FAILED."

R3trans finished (0012).

2 -  Error occurred while working with Configuration

The user is ok in secstore

3-

ERROR:
ORA-12560: TNS:protocol adapter error


Warning: You are no longer connected to ORACLE.

SQL> select username, account_status from dba_users
  2  ;

USERNAME                       ACCOUNT_STATUS
------------------------------ --------------------
OUTLN                          OPEN
OPS$REN-ED-40\GS1ADM           OPEN
OPS$REN-ED-40\SAPSERVICEGS1    OPEN
SYS                            OPEN
SYSTEM                         OPEN
SAPSR3DB                       OPEN
DIP                            EXPIRED & LOCKED
ORACLE_OCM                     EXPIRED & LOCKED
APPQOSSYS                      EXPIRED & LOCKED
DBSNMP                         EXPIRED & LOCKED

Can please help?

Former Member
0 Kudos
Former Member
0 Kudos

Hi Fransisco,

With Oracle release 11g, passwords of database users with DEFAULT user profile expire after 180 days.

please follow below note to solve completely.

Note 1519872 - SAP Database User Profile SAPUPROF

Thanks,

Venkat

Former Member
0 Kudos

I have susessful changed the password

SQL*Plus: Release 11.2.0.3.0 Production on Tue Apr 23 11:43:25 2013

Copyright (c) 1982, 2011, Oracle.  All rights reserved.

SQL> connect / as sysdba
Connected to an idle instance.
SQL> SELECT owner FROM dba_tables WHERE table_name = 'J2EE_CONFIG';
SELECT owner FROM dba_tables WHERE table_name = 'J2EE_CONFIG'
*
ERROR at line 1:
ORA-01034: ORACLE not available
Process ID: 0
Session ID: 0 Serial number: 0


SQL> startup
ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
ORACLE instance started.

Total System Global Area 1006358528 bytes
Fixed Size                  2261320 bytes
Variable Size             511708856 bytes
Database Buffers          486539264 bytes
Redo Buffers                5849088 bytes
Database mounted.
Database opened.
SQL> SELECT owner FROM dba_tables WHERE table_name = 'J2EE_CONFIG';

OWNER
------------------------------
SAPSR3DB
SQL> SELECT owner FROM dba_tables WHERE table_name = 'J2EE_CONFIG';

OWNER
------------------------------
SAPSR3DB

SQL> ALTER USER SAPSR3DB IDENTIFIED BY <new_password>;

User altered.

But when I restart the SAP instance the issue on the Jcontrol.exe persists...

see the log:

  

---------------------------------------------------

trc file: "D:\usr\sap\GS1\JC00\work\dev_jcontrol", trc level: 1, release: "700"

---------------------------------------------------

node name : jcontrol

pid : 2608

system name : GS1

system nr. : 00

started at : Tue Apr 23 11:54:39 2013

arguments :

arg[00] : D:\usr\sap\GS1\JC00\exe\jcontrol.EXE

arg[01] : pf=D:\usr\sap\GS1\SYS\profile\GS1_JC00_REN-ED-40

 

[Thr 1276] Tue Apr 23 11:54:39 2013

[Thr 1276] *** WARNING => INFO: Unknown property [instance.box.number=GS1JC00ren-ed-40] [jstartxx.c 841]

[Thr 1276] *** WARNING => INFO: Unknown property [instance.en.host=REN-ED-40] [jstartxx.c 841]

[Thr 1276] *** WARNING => INFO: Unknown property [instance.en.port=3201] [jstartxx.c 841]

[Thr 1276] *** WARNING => INFO: Unknown property [instance.system.id=0] [jstartxx.c 841]

**********************************************************************

JStartupReadInstanceProperties: read instance properties [D:\usr\sap\GS1\JC00\j2ee\cluster\instance.properties;D:\usr\sap\GS1\JC00\SDM\program\config\sdm_jstartup.properties]

-> ms host : REN-ED-40

-> ms port : 3901

-> OS libs : D:\usr\sap\GS1\JC00\j2ee\os_libs

-> Admin URL :

-> run mode : NORMAL

-> run action : NONE

-> enabled : yes

**********************************************************************

 

**********************************************************************

Used property files

-> files [00] : D:\usr\sap\GS1\JC00\j2ee\cluster\instance.properties

-> files [01] : D:\usr\sap\GS1\JC00\SDM\program\config\sdm_jstartup.properties

**********************************************************************

**********************************************************************

Instance properties

-> ms host : REN-ED-40

-> ms port : 3901

-> os libs : D:\usr\sap\GS1\JC00\j2ee\os_libs

-> admin URL :

-> run mode : NORMAL

-> run action : NONE

-> enabled : yes

**********************************************************************

**********************************************************************

Bootstrap nodes

-> [00] bootstrap : D:\usr\sap\GS1\JC00\j2ee\cluster\instance.properties

-> [01] bootstrap_ID4525400 : D:\usr\sap\GS1\JC00\j2ee\cluster\instance.properties

-> [02] bootstrap_ID4525450 : D:\usr\sap\GS1\JC00\j2ee\cluster\instance.properties

**********************************************************************

**********************************************************************

Worker nodes

-> [00] ID4525400 : D:\usr\sap\GS1\JC00\j2ee\cluster\instance.properties

-> [01] ID4525450 : D:\usr\sap\GS1\JC00\j2ee\cluster\instance.properties

-> [02] sdm : D:\usr\sap\GS1\JC00\SDM\program\config\sdm_jstartup.properties

**********************************************************************

[Thr 1276] JControlExecuteBootstrap: execute bootstrap process [bootstrap]

[Thr 1276] [Node: bootstrap] java home is set by profile parameter

Java Home: C:\j2sdk1.4.2_27-x64

[Thr 1276] JStartupICheckFrameworkPackage: can't find framework package D:\usr\sap\GS1\JC00\exe\jvmx.jar

**********************************************************************

JStartupIReadSection: read node properties [bootstrap]

-> node name : bootstrap

-> node type : bootstrap

-> node execute : yes

-> java path : C:\j2sdk1.4.2_27-x64

-> java parameters : -Djco.jarm=1

-> java vm version : 1.4.2_27-b03

-> java vm vendor : Java HotSpot(TM) 64-Bit Server VM (Sun Microsystems Inc.)

-> java vm type : server

-> java vm cpu : amd64

-> heap size : 512M

-> root path : D:\usr\sap\GS1\JC00\j2ee\cluster

-> class path : .\bootstrap\launcher.jar

-> OS libs path : D:\usr\sap\GS1\JC00\j2ee\os_libs

-> main class : com.sap.engine.offline.OfflineToolStart

-> framework class : com.sap.bc.proj.jstartup.JStartupFramework

-> registr. class : com.sap.bc.proj.jstartup.JStartupNatives

-> framework path : D:\usr\sap\GS1\JC00\exe\jstartup.jar;D:\usr\sap\GS1\JC00\exe\jvmx.jar

-> parameters : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID0045254

-> debuggable : yes

-> debug mode : no

-> debug port : 60000

-> shutdown timeout : 120000

**********************************************************************

 

**********************************************************************

JControlStartJLaunch: program = D:\usr\sap\GS1\JC00\exe\jlaunch.exe

-> arg[00] = D:\usr\sap\GS1\JC00\exe\jlaunch.exe

-> arg[01] = pf=D:\usr\sap\GS1\SYS\profile\GS1_JC00_REN-ED-40

-> arg[02] = -DSAPINFO=GS1_00_bootstrap

-> arg[03] = -nodeId=-1

-> arg[04] = -file=D:\usr\sap\GS1\JC00\j2ee\cluster\instance.properties

-> arg[05] = -syncSem=JSTARTUP_WAIT_ON_2608

-> arg[06] = -nodeName=bootstrap

-> arg[07] = -jvmOutFile=D:\usr\sap\GS1\JC00\work\jvm_bootstrap.out

-> arg[08] = -stdOutFile=D:\usr\sap\GS1\JC00\work\std_bootstrap.out

-> arg[09] = -locOutFile=D:\usr\sap\GS1\JC00\work\dev_bootstrap

-> arg[10] = -mode=BOOTSTRAP

-> arg[11] = pf=D:\usr\sap\GS1\SYS\profile\GS1_JC00_REN-ED-40

-> lib path = PATH=C:\j2sdk1.4.2_27-x64\jre\bin\server;C:\j2sdk1.4.2_27-x64\jre\bin;C:\oracle\GS1\11203\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\McAfee\MOVE AV Agent\;C:\Program Files\Condusiv Technologies\V-locity\IntelliMemory\;C:\PROGRA~1\CONDUS~1\V-locity\

-> exe path = PATH=C:\j2sdk1.4.2_27-x64\bin;D:\usr\sap\GS1\JC00\j2ee\os_libs;C:\oracle\GS1\11203\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\McAfee\MOVE AV Agent\;C:\Program Files\Condusiv Technologies\V-locity\IntelliMemory\;C:\PROGRA~1\CONDUS~1\V-locity\

**********************************************************************

 

[Thr 1276] Tue Apr 23 11:54:49 2013

[Thr 1276] *** ERROR => invalid return code of process [bootstrap] (exitcode = 66) [jstartxx.c 1642]

[Thr 1276] JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc = 66)

[Thr 1276] JControlCloseProgram: started (exitcode = 66)

[Thr 1276] JControlCloseProgram: good bye... (exitcode = 66)

Former Member
0 Kudos

Please check/attach std_bootstrap.out file for errors.