Hi All,
We are upgrading our NW 7.0 Dual Stack system to NW 7.31 Dual Stack.
In Java stack upgrade during configuration phase we are facing issue when SUM is trying to configure Server nodes for Shadow Java instance.
Error says -
com.sap.engine.frame.core.configuration.ConfigurationException: Error while connecting to DB.
Cannot configure shadow AS Java Server
Caused by: com.sap.sql.log.OpenSQLException: Error while accessing secure store: Could not find a record with key "VALUE_NOT_RESOLVED" in the store
Analyzing log files shows that when trying to initiate configtool for shadow SUM is getting error.
Log files are -
1) An error has occurred during the execution of the Configure server nodes step with action pre-execute. Service com.sap.sdt.j2ee.services.servicesimpl.TaskExecutorService failed with the following m
essage:
Error while executing Task with input file ExecuteTasksSwitch.xml and task CONFIGURE_SERVER_NODES.
You can find more information in the files /usr/sap/install/SUM/sdt/log/SWITCH/CONFIGURE-SERVER-NODES_05.LOG and ProcessOverview.html.
Use the information provided to trouble-shoot the problem. There might be an OSS note providing a solution to this problem. Search for OSS notes with the following search terms:
SWITCH,pre-execute,install-shadow,configure-server-nodes,com.sap.sdt.j2ee.services.servicesimpl.TaskExecutorService,class com.sap.sdt.util.diag.DiagException
2) more CONFIGTOOL_CONFIGTaskExecutorService_06.ERR
com.sap.engine.frame.core.configuration.ConfigurationException: Error while connecting to DB.
at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPoolImpl.<init>(DBConnectionPoolImpl.java:171)
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:139)
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.configtool.batch.BatchConfig.go(BatchConfig.java:49)
at com.sap.engine.configtool.batch.BatchConfig.execBatchConfig(BatchConfig.java:67)
at com.sap.engine.configtool.batch.BatchConfig.main(BatchConfig.java:84)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:162)
Caused by: com.sap.sql.log.OpenSQLException: Error while accessing secure store: Could not find a record with key "VALUE_NOT_RESOLVED" in the store..
at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:104)
at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:143)
at com.sap.sql.connect.OpenSQLDataSourceImpl.setDataSourceName(OpenSQLDataSourceImpl.java:143)
at com.sap.sql.connect.OpenSQLDataSourceImpl.setDataSourceName(OpenSQLDataSourceImpl.java:115)
at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPoolImpl.<init>(DBConnectionPoolImpl.java:164)
... 12 more
Caused by: com.sap.security.core.server.secstorefs.NotFoundException: Could not find a record with key "VALUE_NOT_RESOLVED" in the store.
at com.sap.security.core.server.secstorefs.StorageHandler.getValue(StorageHandler.java:685)
at com.sap.security.core.server.secstorefs.SecStoreFS.getStringValue(SecStoreFS.java:2669)
at com.sap.sql.connect.OpenSQLConnectInfo.lookup(OpenSQLConnectInfo.java:784)
at com.sap.sql.connect.OpenSQLDataSourceImpl.setDataSourceName(OpenSQLDataSourceImpl.java:128)
Please suggest what could be reason of this problem.
Regards,
Shivam Mittal