Tuesday, July 19, 2011
Thursday, July 14, 2011
.properties duplicate entries - handling by Properties class
entry1 = xxx
entry2=yyy
entry2=zzz
Wednesday, July 13, 2011
Saturday, July 9, 2011
preamure end of file exception
Tuesday, July 5, 2011
Thread Pool Problelm in Weblogic during server startup
####
####
amdocs.epi.error.EpiIllegalArgumentException: Failed to lookup the WorkManager 'java:comp/env/wm/log' for ThreadPool 'log'. Make sure that this WorkManager is defined in the application server. In addition, if a new ThreadPool was added, it will be necessary to rebuild the project for the necessary resource references to be added to the deployment file ejb-jar.xml. <
at amdocs.epi.appserver.AppServerInfoBase.initThreadPoolImpl(AppServerInfoBase.java:207)
at amdocs.epi.appserver.weblogic_10.AppServerInfoCls.initThreadPool(AppServerInfoCls.java:94)
at amdocs.epi.concurrent.ThreadPoolCls.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at amdocs.epi.management.services.RegistryAgent.initServiceFromHashMap(RegistryAgent.java:418)
at amdocs.epi.management.services.RegistryAgent.initServices(RegistryAgent.java:319)
at amdocs.epi.management.services.JmxRegistryAgent.init(JmxRegistryAgent.java:130)
at amdocs.epi.management.Bootstrap.startServicesFromConfig(Bootstrap.java:799)
at amdocs.epi.management.Bootstrap.startServices(Bootstrap.java:493)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at amdocs.epi.management.services.RegistryAgent.initServiceFromHashMap(RegistryAgent.java:418)
at amdocs.epi.management.services.RegistryAgent.initServices(RegistryAgent.java:319)
... 43 more
Caused by: amdocs.epi.error.EpiIllegalArgumentException: Failed to lookup the WorkManager 'java:comp/env/wm/log' for ThreadPool 'log'. Make sure that this WorkManager is defined in the application server. In addition, if a new ThreadPool was added, it will be necessary to rebuild the project for the necessary resource references to be added to the deployment file ejb-jar.xml. <
at amdocs.epi.appserver.AppServerInfoBase.initThreadPoolImpl(AppServerInfoBase.java:207)
at amdocs.epi.appserver.weblogic_10.AppServerInfoCls.initThreadPool(AppServerInfoCls.java:94)
at amdocs.epi.concurrent.ThreadPoolCls.
... 49 more
Caused by: javax.naming.NameNotFoundException: While trying to look up comp/env/wm/log in /app/ejb/AmdocsProcMgrEjbDesc.jar#epi-mgmt-bootstrap.; remaining name 'comp/env/wm/log'
at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
at weblogic.jndi.internal.ApplicationNamingNode.lookup(ApplicationNamingNode.java:144)
at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)
at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:380)
at weblogic.jndi.factories.java.ReadOnlyContextWrapper.lookup(ReadOnlyContextWrapper.java:45)
at weblogic.jndi.internal.AbstractURLContext.lookup(AbstractURLContext.java:130)
at javax.naming.InitialContext.lookup(InitialContext.java:392)
at amdocs.epi.appserver.AppServerInfoBase.lookupJndi(AppServerInfoBase.java:240)
at amdocs.epi.appserver.AppServerInfoBase.initThreadPoolImpl(AppServerInfoBase.java:161)
... 51 more
Then below is the solutionYour are missing with log thread pool entry in the weblogic config file :-
Go to weblogic >> C:\bea103\user_projects\domains\omsDomain\config
config.xml