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.