cancel
Showing results for 
Search instead for 
Did you mean: 

configtool 7.01, unable to update database connection in secure store

Former Member
0 Kudos

I have a problem,

in prior versions, im able to edit the secure store,

in case of a change of the db password as example.

In a new installation on a Netweaver J2EE 7.01,

the configtool ask for the default db connection.

If you answer yes, and the tool isn't able to connect to the db,

it makes a shutdown.

How can i modify now the secure store contents ?

Plese Help.

Thank you.

Daniel Heule

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Daniel,

I just downloaded configtool from SP04 for 7.01 and when the connection to the DB failed the configtool showed the content of the secure store.

Could you check the console of config tool to see if the configtool is crashing while reading the secure store?

Regards,

Ventsi Tsachev

Technology Development Support (J2EE Engine)

SAP Labs, Palo Alto, Ca (USA)

Former Member
0 Kudos

Hello Ventsi,

I have tested with CORETOOLS05_0-20002784.SCA (SP5).

Thank you for the help,

The console output of the configtool shows as follows:

Oct 21, 2009 3:02:22 PM java.util.prefs.FileSystemPreferences

checkLockFile0ErrorCode

WARNING: Could not lock System prefs. Unix error code 0.

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:365) at

com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.<init>(DBConnectionPool.java:130) 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.configtool.visual.ConfigTool.loadClusterData(ConfigTool.java:153) at

com.sap.engine.configtool.visual.ConfigTool.initScan(ConfigTool.java:135) at

com.sap.engine.configtool.visual.ConfigTool.<init>(ConfigTool.java:124) at

com.sap.engine.configtool.visual.ConfigTool.main(ConfigTool.java:1147) at

sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at

sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88) at

sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:61) at

sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60) at

java.lang.reflect.Method.invoke(Method.java:391) at

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

Caused by: java.sql.SQLException: Io exception: The Network Adapter could

not establish the connection at

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

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

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

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

oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:441) 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:801) 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:307)

... 15 more

Oct 21, 2009 3:02:52 PM java.util.prefs.FileSystemPreferences

checkLockFile0ErrorCode

WARNING: Could not lock System prefs. Unix error code 0.

Oct 21, 2009 3:03:22 PM java.util.prefs.FileSystemPreferences

checkLockFile0ErrorCode

WARNING: Could not lock System prefs. Unix error code 0.

Oct 21, 2009 3:03:52 PM java.util.prefs.FileSystemPreferences

checkLockFile0ErrorCode

WARNING: Could not lock System prefs. Unix error code 0.

java.lang.reflect.InvocationTargetException at

sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at

sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88) at

sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:61) at

sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60) at

java.lang.reflect.Method.invoke(Method.java:391) at

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

Caused by: java.lang.NullPointerException at

com.sap.engine.configtool.visual.ConfigTool.checkConfiguration(ConfigTool.java:183) at

com.sap.engine.configtool.visual.ConfigTool.loadClusterData(ConfigTool.java:173) at

com.sap.engine.configtool.visual.ConfigTool.initScan(ConfigTool.java:135) at

com.sap.engine.configtool.visual.ConfigTool.<init>(ConfigTool.java:124) at

com.sap.engine.configtool.visual.ConfigTool.main(ConfigTool.java:1147)

6 more