WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  WAS app server unable to start

    Posted Mon June 30, 2014 11:37 AM
    Hi All,

    Trying to start App server, received the below error, please suggest.

    ADMU3011E: Server launched but failed initialization. startServer.log, SystemOut.log(or job log in z/OS® ) and other log files under /home/dwhare/WebSphere61/profiles/Dmgr01/logs/dmgr should contain failure information. 
    ===========================
    Tried to start using WAS console, observed below errors in SystemOut.log

    Caused by: org.springframework.beans.factory.BeanDefinitionStoreException: Factory method [public static synchronized com.addval.dbutils.DBPoolMgr com.addval.dbutils.DB
    PoolMgr.getRawInstance(com.addval.dbutils.DBPoolMgrConfig) throws java.lang.ClassNotFoundException,java.lang.InstantiationException,java.lang.IllegalAccessException] th
    rew exception; nested exception is XRuntime: Source : com.addval.dbutils.DBPoolMgr; Error: ORA-00942: table or view does not exist
    Please ensure that the ERROR_MESSAGES exists in the database or the db.Operational.translateErrorMessages value is set to false
    at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:169)
    at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:570)
    ... 103 more
    Caused by: XRuntime: Source : com.addval.dbutils.DBPoolMgr; Error: ORA-00942: table or view does not exist
    Please ensure that the ERROR_MESSAGES exists in the database or the db.Operational.translateErrorMessages value is set to false
    at com.addval.dbutils.DBPoolMgr.readTranslatedErrorMessages(DBPoolMgr.java:1448)
    at com.addval.dbutils.DBPoolMgr.init(DBPoolMgr.java:572)
    at com.addval.dbutils.DBPoolMgr.(DBPoolMgr.java:181)
    at com.addval.dbutils.DBPoolMgr.getRawInstance(DBPoolMgr.java:193)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
    at java.lang.reflect.Method.invoke(Method.java:599)
    at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:149)
    ... 104 more
    =====================
    Executed the osgiCfgInit.sh script, also but it dint work out.
    Verified /etc/hosts file also, it is inplace.

    ============
    O.S: RHEL-6.1
    WAS:7.0.0.31
    ============== 

    Kindly request to share your ideas on this. 


     


  • 2.  WAS app server unable to start

    Posted Mon June 30, 2014 12:45 PM
    Hi Hari,

      Development problem talk with your application developer need to review spring framework configuration
     
       java.lang.ClassNotFoundException,java.lang.InstantiationException,java.lang.IllegalAccessException] threw exception; nested exception is XRuntime: Source : com.addval.dbutils.DBPoolMgr; Error: ORA-00942: table or view does not exist
      
    Please ensure that the ERROR_MESSAGES exists in the database or the db.Operational.translateErrorMessages value is set to false

      Hope this helps.
     
    Regards


  • 3.  WAS app server unable to start

    Posted Wed July 02, 2014 12:40 AM
    Hi Gabriel,

    Thank you for your reply.

    Earlier , these JVMs were running.
    Two days back i have observerd that the JVMS got stopped automatically.
    So, i tried to started, but received the above error. 

    Please suggest. 


  • 4.  WAS app server unable to start

    Posted Wed July 02, 2014 11:23 AM
    Hari,

      If you haven't changed anything in your WAS environment (update the application or change datasource properties) then you need to talk with your DBA, to know if any change has been done in DB (change some grant or schema).
     
      Please review your ffdc logs maybe you have more information about the problem.
     
      Hope this helps.
     
    Regards


  • 5.  WAS app server unable to start

    Posted Thu July 10, 2014 03:29 AM
    Thank you Gabriel,

    I will chek with DB team and update you.