Quantcast
Channel: SCN: Message List - SAP MaxDB
Viewing all articles
Browse latest Browse all 2539

Re: jstart.exe not starting

$
0
0

I am now seeing the clients directory.  I now see the following:


********************************************************************************
F  *** ERROR => Node 'bootstrap' failed with exit code 503.
F  *** Please see section 'Failures in the 'synchronizing binaries' phase'
F  *** in SAP Note 1316652 for additional information and trouble shooting advice.
F ********************************************************************************
F  [Thr 6008] *** LOG => exiting (exitcode 22002, retcode 1).

 

 

I have read the note and it says to check the following logs 

1.  dev_jstart*--------Gives me the same error as above

2.  dev_bootstrap* ----------Gives me the following: 

      
   F  ********************************************************************************
   F  *** ERROR => Java node 'Instance_bootstrap' terminated with exit code 503.
   F  ***
   F  *** Please see section 'Java program exit codes'
   F  *** in SAP Note 1316652 for additional information and trouble shooting advice.
   F  ********************************************************************************
   F  [Thr 1052] *** LOG => exiting (exitcode 503, retcode 1).
   M  [Thr 1052] CCMS: CCMS Monitoring Cleanup finished successfully.
  
3.  std_bootstrap.*


   --------------------------------------------------------------------------------
   stdout/stderr redirection
   --------------------------------------------------------------------------------
   node name   : Instance_bootstrap
   host name   :
   system name : S25
   system nr.  : 00
   started at  : Tue Jul 30 16:15:13 2013

   [1052]  16:15:14    ***Warning: Loadavg: Could not collect performance query data.
   [GC 3072K->1013K(8896K), 0.0013568 secs]
   [GC 4085K->2128K(8896K), 0.0088252 secs]
   [GC 5200K->3703K(8896K), 0.0137901 secs]
   [GC 6775K->5300K(11968K), 0.0016637 secs]
   [Full GC 5300K->4298K(16640K), 0.0085852 secs]
   [GC 10442K->5914K(16640K), 0.0012994 secs]
   [GC 12058K->7679K(23552K), 0.0031556 secs]
   [GC 18751K->7390K(23744K), 0.0166013 secs]
   [GC 18462K->7422K(31744K), 0.0023433 secs]

 

4.  jvm_bootstrap.*


    Exception occurred for component [internal/unkown] of type [unkown]
    com.sap.engine.bootstrap.SynchronizationException: Storage access initialization failed.Check if the database is running and the database connection properties
    at com.sap.engine.bootstrap.StorageAccess.<init>(StorageAccess.java:131)
    at com.sap.engine.bootstrap.Bootstrap.initializeSynchronizer(Bootstrap.java:76)
    at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:243)
    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:597)
    at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:161)
   ----------==[ Caused by: ]==----------
    com.sap.engine.frame.core.configuration.ConfigurationException: Error while connecting to DB.
    at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPoolImpl.createConnection(DBConnectionPoolImpl.java:364)
    at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPoolImpl.<init>(DBConnectionPoolImpl.java:157)
    at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandlerImpl.<init>(PersistenceHandlerImpl.java:40)
    at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.<init>(ConfigurationCache.java:132)
    at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:259)
    at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:38)
    at com.sap.engine.bootstrap.StorageAccess.<init>(StorageAccess.java:124)
    at com.sap.engine.bootstrap.Bootstrap.initializeSynchronizer(Bootstrap.java:76)
    at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:243)
    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:597)
    at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:161)
   Caused by: com.sap.dbtech.jdbc.exceptions.jdbc40.SQLInvalidAuthorizationSpecException: [-4008]: Unknown user name/password combination
    at com.sap.dbtech.jdbc.exceptions.jdbc40.SQLInvalidAuthorizationSpecException.createException(SQLInvalidAuthorizationSpecException.java:33)
    at com.sap.dbtech.jdbc.exceptions.SQLExceptionSapDB.createException(SQLExceptionSapDB.java:227)
    at com.sap.dbtech.jdbc.exceptions.SQLExceptionSapDB.generateDatabaseException(SQLExceptionSapDB.java:146)
    at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:69)
    at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:1096)
    at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:720)
    at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:562)
    at com.sap.dbtech.jdbc.ConnectionSapDB.doConnect(ConnectionSapDB.java:507)
    at com.sap.dbtech.jdbc.ConnectionSapDB.<init>(ConnectionSapDB.java:134)
    at com.sap.dbtech.jdbc.ConnectionSapDBFinalize.<init>(ConnectionSapDBFinalize.java:13)
    at com.sap.dbtech.jdbc.DriverSapDB.connect(DriverSapDB.java:251)
    at com.sap.sql.connect.factory.DriverPooledConnectionFactory.createVendorConnection(DriverPooledConnectionFactory.java:50)
    at com.sap.sql.connect.factory.DriverPooledConnectionFactory.getPooledConnection(DriverPooledConnectionFactory.java:37)
    at com.sap.sql.connect.datasource.DBDataSourceImpl.createPooledConnection(DBDataSourceImpl.java:674)
    at com.sap.sql.connect.datasource.DBDataSourceImpl.newPooledConnection(DBDataSourceImpl.java:624)
    at com.sap.sql.connect.datasource.DBDataSourceImpl.getPooledConnection(DBDataSourceImpl.java:164)
    at com.sap.sql.connect.OpenSQLDataSourceImpl.getPooledConnection(OpenSQLDataSourceImpl.java:208)
    at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPoolImpl.createConnection(DBConnectionPoolImpl.java:353)
    ... 13 more
    [Bootstrap]> Error during synchronization. More details: the previous log entries

5.  log_bootstrap.*


    [Jul 30, 2013 4:15:16 PM ] Exception occurred for component [internal/unkown] of type [unkown]
   com.sap.engine.bootstrap.SynchronizationException: Storage access initialization failed.Check if the database is running and the database connection properties
    at com.sap.engine.bootstrap.StorageAccess.<init>(StorageAccess.java:131)
    at com.sap.engine.bootstrap.Bootstrap.initializeSynchronizer(Bootstrap.java:76)
    at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:243)
    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:597)
    at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:161)
   ----------==[ Caused by: ]==----------
   com.sap.engine.frame.core.configuration.ConfigurationException: Error while connecting to DB.
    at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPoolImpl.createConnection(DBConnectionPoolImpl.java:364)
    at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPoolImpl.<init>(DBConnectionPoolImpl.java:157)
    at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandlerImpl.<init>(PersistenceHandlerImpl.java:40)
    at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.<init>(ConfigurationCache.java:132)
    at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:259)
    at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:38)
    at com.sap.engine.bootstrap.StorageAccess.<init>(StorageAccess.java:124)
    at com.sap.engine.bootstrap.Bootstrap.initializeSynchronizer(Bootstrap.java:76)
    at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:243)
    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:597)
    at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:161)
   Caused by: com.sap.dbtech.jdbc.exceptions.jdbc40.SQLInvalidAuthorizationSpecException: [-4008]: Unknown user name/password combination
    at com.sap.dbtech.jdbc.exceptions.jdbc40.SQLInvalidAuthorizationSpecException.createException(SQLInvalidAuthorizationSpecException.java:33)
    at com.sap.dbtech.jdbc.exceptions.SQLExceptionSapDB.createException(SQLExceptionSapDB.java:227)
    at com.sap.dbtech.jdbc.exceptions.SQLExceptionSapDB.generateDatabaseException(SQLExceptionSapDB.java:146)
    at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:69)
    at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:1096)
    at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:720)
    at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:562)
    at com.sap.dbtech.jdbc.ConnectionSapDB.doConnect(ConnectionSapDB.java:507)
   at com.sap.dbtech.jdbc.ConnectionSapDB.<init>(ConnectionSapDB.java:134)
    at com.sap.dbtech.jdbc.ConnectionSapDBFinalize.<init>(ConnectionSapDBFinalize.java:13)
    at com.sap.dbtech.jdbc.DriverSapDB.connect(DriverSapDB.java:251)
    at com.sap.sql.connect.factory.DriverPooledConnectionFactory.createVendorConnection(DriverPooledConnectionFactory.java:50)
    at com.sap.sql.connect.factory.DriverPooledConnectionFactory.getPooledConnection(DriverPooledConnectionFactory.java:37)
    at com.sap.sql.connect.datasource.DBDataSourceImpl.createPooledConnection(DBDataSourceImpl.java:674)
    at com.sap.sql.connect.datasource.DBDataSourceImpl.newPooledConnection(DBDataSourceImpl.java:624)
    at com.sap.sql.connect.datasource.DBDataSourceImpl.getPooledConnection(DBDataSourceImpl.java:164)
    at com.sap.sql.connect.OpenSQLDataSourceImpl.getPooledConnection(OpenSQLDataSourceImpl.java:208)
    at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPoolImpl.createConnection(DBConnectionPoolImpl.java:353)
    ... 13 more
   [Jul 30, 2013 4:15:16 PM ] [Bootstrap]> Error during synchronization. More details: the previous log entries

 

I was wondering what user name/password it was talking about in 4 and 5


Viewing all articles
Browse latest Browse all 2539

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>