Error when stating weblogic server after EAR (packed) deploy

Hii!
I am having a deploy problem, after i have packed my application with the ant task
<taskdef name="pack-ear" classname="atg.appassembly.ant.PackEarFileTask" classpathref="ant.dynamo.classpath"/>
i cannot access my application, it throws an exception (below). Nonetheless, when i deploy with an exploded ear using:
<taskdef name="assemble-jar" classname="atg.appassembly.ant.CreateUnpackedEarTask" classpathref="ant.dynamo.classpath" onerror="ignore"/>
It works finely.
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools --- CONTAINER:atg.repository.RepositoryException; SOURCE:CONTAINER:atg.service.idgen.IdGeneratorException; SOURCE:java.lang.NullPointerException
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.adapter.gsa.GSAItemDescriptor.getNewId(GSAItemDescriptor.java:6946)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.adapter.gsa.GSARepository.createItem(GSARepository.java:718)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.userprofiling.ProfileTools.createNewUser(ProfileTools.java:521)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.userprofiling.ProfileTools.createNewUser(ProfileTools.java:501)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.userprofiling.ProfileRequestServlet.initializeNewProfile(ProfileRequestServlet.java:1079)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.userprofiling.ProfileRequestServlet.initializeProfile(ProfileRequestServlet.java:693)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.userprofiling.ProfileRequestServlet.serviceProfilingRequest(ProfileRequestServlet.java:604)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.userprofiling.ProfileRequestServlet.service(ProfileRequestServlet.java:450)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.DynamoPipelineServlet.service(DynamoPipelineServlet.java:491)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.URLArgumentPipelineServlet.service(URLArgumentPipelineServlet.java:303)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.PathAuthenticationPipelineServlet.service(PathAuthenticationPipelineServlet.java:392)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.security.ThreadUserBinderServlet.service(ThreadUserBinderServlet.java:113)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.dtm.TransactionPipelineServlet.service(TransactionPipelineServlet.java:235)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.SecurityServlet.service(SecurityServlet.java:192)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.multisite.SiteContextPipelineServlet.service(SiteContextPipelineServlet.java:371)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.HeadPipelineServlet.passRequest(HeadPipelineServlet.java:1273)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.HeadPipelineServlet.service(HeadPipelineServlet.java:952)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:272)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.filter.dspjsp.PageFilter.innerDoFilter(PageFilter.java:349)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.filter.dspjsp.PageFilter.doFilter(PageFilter.java:208)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools Caused by :CONTAINER:atg.service.idgen.IdGeneratorException; SOURCE:java.lang.NullPointerException
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.service.idgen.PersistentIdGenerator.initialize(PersistentIdGenerator.java:389)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.service.idgen.PersistentIdGenerator.addIdSpace(PersistentIdGenerator.java:475)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.service.idgen.AbstractSequentialIdGenerator.generateStringId(AbstractSequentialIdGenerator.java:331)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.adapter.gsa.GSAItemDescriptor.getNewId(GSAItemDescriptor.java:6922)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.adapter.gsa.GSARepository.createItem(GSARepository.java:718)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.userprofiling.ProfileTools.createNewUser(ProfileTools.java:521)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.userprofiling.ProfileTools.createNewUser(ProfileTools.java:501)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.userprofiling.ProfileRequestServlet.initializeNewProfile(ProfileRequestServlet.java:1079)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.userprofiling.ProfileRequestServlet.initializeProfile(ProfileRequestServlet.java:693)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.userprofiling.ProfileRequestServlet.serviceProfilingRequest(ProfileRequestServlet.java:604)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.userprofiling.ProfileRequestServlet.service(ProfileRequestServlet.java:450)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.DynamoPipelineServlet.service(DynamoPipelineServlet.java:491)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.URLArgumentPipelineServlet.service(URLArgumentPipelineServlet.java:302)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.PathAuthenticationPipelineServlet.service(PathAuthenticationPipelineServlet.java:392)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.security.ThreadUserBinderServlet.service(ThreadUserBinderServlet.java:113)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.dtm.TransactionPipelineServlet.service(TransactionPipelineServlet.java:234)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.SecurityServlet.service(SecurityServlet.java:191)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.multisite.SiteContextPipelineServlet.service(SiteContextPipelineServlet.java:370)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.HeadPipelineServlet.passRequest(HeadPipelineServlet.java:1271)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.HeadPipelineServlet.service(HeadPipelineServlet.java:952)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:272)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.filter.dspjsp.PageFilter.innerDoFilter(PageFilter.java:349)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.filter.dspjsp.PageFilter.doFilter(PageFilter.java:208)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools Caused by (#2):java.lang.NullPointerException
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.service.jdbc.WatcherDataSource.getConnection(WatcherDataSource.java:845)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.service.jdbc.WatcherDataSource.getConnection(WatcherDataSource.java:825)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.service.idgen.SQLIdGenerator.getConnection(SQLIdGenerator.java:633)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.service.idgen.SQLIdGenerator.initializeIdSpaces(SQLIdGenerator.java:833)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.service.idgen.PersistentIdGenerator.initialize(PersistentIdGenerator.java:327)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.service.idgen.PersistentIdGenerator.addIdSpace(PersistentIdGenerator.java:475)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.service.idgen.AbstractSequentialIdGenerator.generateStringId(AbstractSequentialIdGenerator.java:331)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.adapter.gsa.GSAItemDescriptor.getNewId(GSAItemDescriptor.java:6922)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.adapter.gsa.GSARepository.createItem(GSARepository.java:718)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.userprofiling.ProfileTools.createNewUser(ProfileTools.java:521)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.userprofiling.ProfileTools.createNewUser(ProfileTools.java:501)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.userprofiling.ProfileRequestServlet.initializeNewProfile(ProfileRequestServlet.java:1079)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.userprofiling.ProfileRequestServlet.initializeProfile(ProfileRequestServlet.java:693)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.userprofiling.ProfileRequestServlet.serviceProfilingRequest(ProfileRequestServlet.java:604)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.userprofiling.ProfileRequestServlet.service(ProfileRequestServlet.java:450)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.DynamoPipelineServlet.service(DynamoPipelineServlet.java:491)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.URLArgumentPipelineServlet.service(URLArgumentPipelineServlet.java:302)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.PathAuthenticationPipelineServlet.service(PathAuthenticationPipelineServlet.java:392)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.security.ThreadUserBinderServlet.service(ThreadUserBinderServlet.java:113)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.dtm.TransactionPipelineServlet.service(TransactionPipelineServlet.java:234)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.SecurityServlet.service(SecurityServlet.java:191)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.multisite.SiteContextPipelineServlet.service(SiteContextPipelineServlet.java:370)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.HeadPipelineServlet.passRequest(HeadPipelineServlet.java:1271)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.HeadPipelineServlet.service(HeadPipelineServlet.java:952)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:272)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.filter.dspjsp.PageFilter.innerDoFilter(PageFilter.java:349)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at atg.filter.dspjsp.PageFilter.doFilter(PageFilter.java:208)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
**** Error Ter Nov 12 14:02:53 BRST 2013 1384272173984 /atg/userprofiling/ProfileTools
<12/11/2013 14h02min54s BRST> <Error> <HTTP> <BEA-101020> <[ServletContext@284990416[app:Production module:LojaAtgEndeca path:/LojaAtgEndeca spec-version:2.5]] Servlet failed with Exception
java.lang.NullPointerException
  at atg.userprofiling.ProfilePropertyServlet.service(ProfilePropertyServlet.java:197)
  at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
  at atg.userprofiling.ProfileRequestServlet.service(ProfileRequestServlet.java:460)
  at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
  at atg.servlet.pipeline.DynamoPipelineServlet.service(DynamoPipelineServlet.java:491)
  Truncated. see log file for complete stacktrace
>

Ian,
Thanks for your response.  I have the following in my application.properties file:
plugin.libraries=com.oracle.determinations.web.siebel.SiebelDataAdapter;com.oracle.determinations.web.siebel.PreseedOnSessionCreatedHandler;com.sample.userplugins.automation.SessionSubmitTrigger
Additionally, I have placed the SessionSubmitTrigger class within a JAR in the plugins directory within the war.  I am using Oracle WebLogic 10.3 as the app server to deploy the war within the AdminServer. And I am using OPA 10.4.3.
I should mention that the first two entries in the plugin.libraries property were there already as part of the Siebel Connector install.  I just added the third one for OnInvestigationEndedEventHandler implementation.
I don't understand why Weblogic complains about not finding the Plugins directory. it is in my war. And despite the warning, I can access and navigate through my rulebase.  It just doesn't seem to handle the OnInvestigationEndedEvent.
Thanks.
Sam

Similar Messages

  • Error When Start Weblogic Server

    I build a web application under weblogic, before I package all the project
              into a war file, it runs correctly under weblogic. But after I package it
              into a war file, when I start weblogic , it said that "Error to load
              myapplication".
              I checked my application, and found the error was caused by one line in the
              web.xml. Because I need to do some initialization when start server. I want
              one servlet to be loaded at the time when weblogic server start. There is a
              line in the web.xml like this
              " <load-on-startup>1</load-on-startup> "
              The problem is caused by this line.
              If I delete this line or just remove the number "1", the weblogic can start
              without error. But my initialization work can not be done.
              Could anyone tell me why and how to solve this problem.
              Thanks
              Jerry Chang
              

    I believe this is the error you get when you try to start up a JVM with the commandline option '-native'.
    Remove this flag from your startup script and retry.
    By the way, it may be that you have the environment variable 'JAVA_OPTIONS' set to '-native' in which case:
    (first confirm this is the case)
    $ echo $JAVA_OPTIONS
    -native
    (Then edit the startup script if you get the result above)
    add in a line:
    # To remove '-native' flag
    unset JAVA_OPTIONS
    and retry.
    I have to confess I don't know what the '-native' flag is actually supposed to do, but my JVM also reports back that this is unsupported.

  • Error when starting Weblogic server

    Wizards,
    I installed the OPA Siebel connector.  I had it working just fine for a while.  I even added a new rulebase into the war and it was fine.  As part of the implementation I am trying to add a new plugin to automatically save data at the end of the interview.  I looked at the documentation and found we have to implement a specific event handler.  After I added my jar into the plugins directory in the WAR, I am getting the following error, which seems to have nothing to do with my plugin.  Can someone please tell me why this is occurring and how I can get the Weblogic server to recognize the plugins directory within the WAR?
    0 [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] WARN com.oracle.determinations.web.platform.servlet.WebDeterminationsServletContext  - Plugin directory could not be initialised. No plugins will be loaded
    java.lang.IllegalArgumentException: can not resolve path: plugins
      at com.oracle.util.plugins.PluginRegistry.addPluginsFromDir(PluginRegistry.java:118)
      at com.oracle.determinations.web.platform.servlet.WebDeterminationsServletContext.init(WebDeterminationsServletContext.java:159)
      at com.oracle.determinations.web.platform.servlet.WebDeterminationsServletContext.<init>(WebDeterminationsServletContext.java:116)
      at com.oracle.determinations.web.platform.servlet.WebDeterminationsServlet.init(WebDeterminationsServlet.java:73)
      at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
      at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
      at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
      at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
      at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1981)
      at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1955)
      at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1874)
      at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3154)
      at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1518)
      at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:484)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
      at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
      at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:671)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
      at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:44)
      at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
      at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
      at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
      at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
      at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
      at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
      at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
      at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
      at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
      at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    Ian,
    Thanks for your response.  I have the following in my application.properties file:
    plugin.libraries=com.oracle.determinations.web.siebel.SiebelDataAdapter;com.oracle.determinations.web.siebel.PreseedOnSessionCreatedHandler;com.sample.userplugins.automation.SessionSubmitTrigger
    Additionally, I have placed the SessionSubmitTrigger class within a JAR in the plugins directory within the war.  I am using Oracle WebLogic 10.3 as the app server to deploy the war within the AdminServer. And I am using OPA 10.4.3.
    I should mention that the first two entries in the plugin.libraries property were there already as part of the Siebel Connector install.  I just added the third one for OnInvestigationEndedEventHandler implementation.
    I don't understand why Weblogic complains about not finding the Plugins directory. it is in my war. And despite the warning, I can access and navigate through my rulebase.  It just doesn't seem to handle the OnInvestigationEndedEvent.
    Thanks.
    Sam

  • Error when starting weblogic server 10.3.6

    hi am having below error when starting my weblogic server am in window xp
    C:\mydomain\base_domain\bin>DIR
    Volume in drive C is WinXP
    Volume Serial Number is F086-F167
    Directory of C:\mydomain\base_domain\bin
    22/04/2011  11:10 PM    <DIR>          .
    22/04/2011  11:10 PM    <DIR>          ..
    22/04/2011  11:10 PM    <DIR>          nodemanager
    22/04/2011  11:10 PM    <DIR>          server_migration
    22/04/2011  11:10 PM    <DIR>          service_migration
    29/11/2011  10:14 PM            14,273 setDomainEnv.cmd
    29/11/2011  10:14 PM            16,221 setDomainEnv.sh
    29/11/2011  10:14 PM             3,322 startManagedWebLogic.cmd
    29/11/2011  10:14 PM             3,147 startManagedWebLogic.sh
    29/11/2011  10:14 PM             5,914 startWebLogic.cmd
    29/11/2011  10:14 PM             5,657 startWebLogic.sh
    29/11/2011  10:14 PM             2,528 stopManagedWebLogic.cmd
    29/11/2011  10:14 PM             2,391 stopManagedWebLogic.sh
    29/11/2011  10:14 PM             2,103 stopWebLogic.cmd
    29/11/2011  10:14 PM             2,081 stopWebLogic.sh
                  10 File(s)         57,637 bytes
                   5 Dir(s)   6,815,825,920 bytes free
    C:\mydomain\base_domain\bin>START startWebLogic.cmd
    C:\mydomain\base_domain\bin>
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=
    128m  -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;C
    :\PROGRA~1\Java\JDK16~1.0_2\lib\tools.jar;C:\wlserver\server\lib\weblogic_sp.jar
    ;C:\wlserver\server\lib\weblogic.jar;C:\modules\features\weblogic.server.modules
    _10.3.4.0.jar;C:\wlserver\server\lib\webservices.jar;C:\modules\org.apache.ant_1
    .7.1/lib/ant-all.jar;C:\modules\net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.
    jar;C:\oracle\Middleware\wlserver_10.3\sip\server\lib\weblogic_sip.jar;C:\Oracle
    \MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;C:\wlserver\common\derby\li
    b\derbyclient.jar;C:\wlserver\server\lib\xqrl.jar
    PATH=;C:\wlserver\server\native\win\32;C:\wlserver\server\bin;C:\modules\org.apa
    che.ant_1.7.1\bin;C:\PROGRA~1\Java\JDK16~1.0_2\jre\bin;C:\PROGRA~1\Java\JDK16~1.
    0_2\bin;C:\Program Files\PC Connectivity Solution\;C:\product\11.2.0\dbhome_1\bi
    n;C:\product\11.2.0\dbhome_1;C:\forms;C:\DevSuiteHome_1\jlib;C:\Program Files\PH
    P;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Commo
    n Files\Roxio Shared\DLLShared;C:\Program Files\Common Files\Roxio Shared\DLLSha
    red;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared;C:\Program Files\Co
    mmon Files\DivX Shared;c:\Program Files\Java\jdk1.6.0_21\bin;C:\Program Files\Co
    mmon Files\Roxio Shared\10.0\DLLShared;C:\Program Files\Common Files\Roxio Share
    d\DLLShared;C:\Program Files\Common Files\Roxio Shared\10.0\DLLShared;C:\mywls;C
    :\mydomain\base_domain\bin;C:\Program Files\Java\jre6\bin\client;C:\Program File
    s\Java\jre6\bin;C:\Program Files\Java\jdk1.6.0_21\jre\bin;C:\Program Files\Java\
    jdk1.6.0_21\bin;C:\Program Files\Java\jdk1.6.0_21;C:\Program Files\Java\jre6;C:\
    DevSuiteHome_1\forms;C:\DevSuiteHome_1\cgenf61\admin;C:\DevSuiteHome_1\forms;C:\
    forms\sms_code.pll;C:\mywls\wlserver;C:\Java\jdk1.6.0_21;C:\wlserver\server\nati
    ve\win\32\oci920_8
    *  To start WebLogic Server, use a username and   *
    *  password assigned to an admin-level user.  For *
    *  server administration, use the WebLogic Server *
    *  console at http:\\hostname:port\console        *
    starting weblogic with Java version:
    java version "1.6.0_21"
    Java(TM) SE Runtime Environment (build 1.6.0_21-b07)
    Java HotSpot(TM) Client VM (build 17.0-b17, mixed mode)
    Starting WLS with line:
    C:\PROGRA~1\Java\JDK16~1.0_2\bin\java -client   -Xms256m -Xmx512m -XX:CompileThr
    eshold=8000 -XX:PermSize=128m  -XX:MaxPermSize=512m -Dweblogic.Name=AdminServer
    -Djava.security.policy=C:\wlserver\server\lib\weblogic.policy  -Xverify:none -ea
    :com.bea.wcp...   -da -Dplatform.home=C:\wlserver -Dwls.home=C:\wlserver\server
    -Dweblogic.home=C:\wlserver\server  -Dcommon.components.home=C:\Oracle\MIDDLE~1\
    ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.common
    s.logging.impl.Jdk14Logger -Ddomain.home=C:\mydomain\BASE_D~1 -Djrockit.optfile=
    C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Dorac
    le.server.config.dir=C:\mydomain\BASE_D~1\config\FMWCON~1\servers\AdminServer -D
    oracle.domain.config.dir=C:\mydomain\BASE_D~1\config\FMWCON~1  -Digf.arisidbeans
    .carmlloc=C:\mydomain\BASE_D~1\config\FMWCON~1\carml  -Digf.arisidstack.home=C:\
    mydomain\BASE_D~1\config\FMWCON~1\arisidprovider -Doracle.security.jps.config=C:
    \mydomain\BASE_D~1\config\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=C:\
    mydomain\BASE_D~1\servers\AdminServer\tmp\_WL_user -Doracle.deployed.app.ext=\-
    -Dweblogic.alternateTypesDirectory=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.os
    soiap_11.1.1,C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Djav
    a.protocol.handler.pkgs=oracle.mds.net.protocol  -Dweblogic.jdbc.remoteEnabled=f
    alse  -Dweblogic.management.discover=true  -Dwlw.iterativeDev= -Dwlw.testConsole
    = -Dwlw.logErrorsToConsole=  weblogic.Server
    Exception in thread "main" java.lang.NoClassDefFoundError: weblogic/Server
    Caused by: java.lang.ClassNotFoundException: weblogic.Server
            at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
            at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    Could not find the main class: weblogic.Server.  Program will exit.
    my set is
    C:\mydomain\base_domain\bin>SET
    ALLUSERSPROFILE=C:\Documents and Settings\All Users
    APPDATA=C:\Documents and Settings\Desmond\Application Data
    CLIENTNAME=Console
    CommonProgramFiles=C:\Program Files\Common Files
    COMPUTERNAME=MADIMAD-B533821
    ComSpec=C:\WINDOWS\system32\cmd.exe
    FORMS90_PATH=C:\forms
    FP_NO_HOST_CHECK=NO
    HOMEDRIVE=C:
    HOMEPATH=\Documents and Settings\Desmond
    LOGONSERVER=\\MADIMAD-B533821
    NUMBER_OF_PROCESSORS=2
    ORACLE_HOME=C:\product\11.2.0\dbhome_1
    OS=Windows_NT
    Path=C:\Program Files\PC Connectivity Solution\;C:\product\11.2.0\dbhome_1\bin;C
    :\product\11.2.0\dbhome_1;C:\forms;C:\DevSuiteHome_1\jlib;C:\Program Files\PHP;C
    :\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Common F
    iles\Roxio Shared\DLLShared;C:\Program Files\Common Files\Roxio Shared\DLLShared
    ;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared;C:\Program Files\Commo
    n Files\DivX Shared;c:\Program Files\Java\jdk1.6.0_21\bin;C:\Program Files\Commo
    n Files\Roxio Shared\10.0\DLLShared;C:\Program Files\Common Files\Roxio Shared\D
    LLShared;C:\Program Files\Common Files\Roxio Shared\10.0\DLLShared;C:\mywls;C:\m
    ydomain\base_domain\bin;C:\Program Files\Java\jre6\bin\client;C:\Program Files\J
    ava\jre6\bin;C:\Program Files\Java\jdk1.6.0_21\jre\bin;C:\Program Files\Java\jdk
    1.6.0_21\bin;C:\Program Files\Java\jdk1.6.0_21;C:\Program Files\Java\jre6;C:\Dev
    SuiteHome_1\forms;C:\DevSuiteHome_1\cgenf61\admin;C:\DevSuiteHome_1\forms;C:\for
    ms\sms_code.pll;C:\mywls\wlserver;C:\Java\jdk1.6.0_21
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
    PHPRC=C:\Program Files\PHP\
    PROCESSOR_ARCHITECTURE=x86
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 10, GenuineIntel
    PROCESSOR_LEVEL=6
    PROCESSOR_REVISION=170a
    ProgramFiles=C:\Program Files
    PROMPT=$P$G
    SESSIONNAME=Console
    SystemDrive=C:
    SystemRoot=C:\WINDOWS
    TEMP=C:\DOCUME~1\Desmond\LOCALS~1\Temp
    TMP=C:\DOCUME~1\Desmond\LOCALS~1\Temp
    USERDOMAIN=MADIMAD-B533821
    USERNAME=Desmond
    USERPROFILE=C:\Documents and Settings\Desmond
    windir=C:\WINDOWS
    aa__COMPAT_LAYER=EnableNXShowUI

    Tshifhiwa,
    Back again? Nothing learned?
    No jdev version?
    You should n^know by now that you have to give at least some basic information.
    A description of what you tried to do outside the listing would help too.
    Timo

  • Have Weblogic 10.3.5 error when starting weblogic server from CLI

    I have installed wls 10.3.5 and ADF 11.1.1.5 runtime on windows machine.when I start the weblogic server from command line using C:\Oracle\Middleware\user_projects\domains\adf_domain\bin\startWebLogic.cmd
    My em doesnt start and is in Failed state and when I looked at the log I see errors too.
    Here is the stack trace.
    <Sep 1, 2011 10:51:13 AM EDT> <Error> <org.apache.beehive.netui.pageflow.internal.AdapterManager> <BEA-000000> <ServletContainerAdapter manager not initializedcorrectly.>
    <Sep 1, 2011 10:51:17 AM EDT> <Warning> <HTTP> <BEA-101162> <User defined listener com.sun.faces.config.ConfigureListener failed: java.lang.NoSuchMethodError: org/apache/xerces/impl/xs/models/CMBuilder.<init>()V.java.lang.NoSuchMethodError: org/apache/xerces/impl/xs/models/CMBuilder.<init>()V
    at org.apache.xerces.impl.xs.XMLSchemaLoader.<init>(XMLSchemaLoader.java:234)
    at org.apache.xerces.impl.xs.XMLSchemaLoader.<init>(XMLSchemaLoader.java:199)
    at org.apache.xerces.jaxp.validation.XMLSchemaFactory.<init>(Unknown Source)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    Truncated. see log file for complete stacktrace>
    <Sep 1, 2011 10:51:17 AM EDT> <Warning> <HTTP> <BEA-101162> <User defined listener com.sun.faces.config.ConfigureListener failed: java.lang.NullPointerException.java.lang.NullPointerException
    at com.sun.faces.config.ConfigureListener.contextDestroyed(ConfigureListener.java:241)
    at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run
    (EventsManager.java:482)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.EventsManager.notifyContextDestroyedEvent(EventsManager.java:200)
    Truncated. see log file for complete stacktrace>
    <Sep 1, 2011 10:51:18 AM EDT> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'em'.
    weblogic.application.ModuleException:
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1510)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.NoSuchMethodError: org/apache/xerces/impl/xs/models/CMBuilder.<init>()V
    at org.apache.xerces.impl.xs.XMLSchemaLoader.<init>(XMLSchemaLoader.java:234)
    at org.apache.xerces.impl.xs.XMLSchemaLoader.<init>(XMLSchemaLoader.java:199)
    at org.apache.xerces.jaxp.validation.XMLSchemaFactory.<init>(Unknown Source)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    Truncated. see log file for complete stacktrace
    <Sep 1, 2011 10:51:18 AM EDT> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <Sep 1, 2011 10:51:18 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Sep 1, 2011 10:51:18 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Sep 1, 2011 10:51:18 AM EDT> <Notice> <Server> <BEA-002613> <Channel "Default"is now listening on :7001 for protocols iiop, t3, ldap, snmp, http.>
    <Sep 1, 2011 10:51:18 AM EDT> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 127.0.0.1:7001 for protocols iiop, t3, ldap, snmp, http.>
    <Sep 1, 2011 10:51:18 AM EDT> <Notice> <WebLogicServer> <BEA-000329> <Started WebLogic Admin Server "AdminServer" for domain "adf_domain" running in ProductionMode>
    <Sep 1, 2011 10:51:18 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Sep 1, 2011 10:51:18 AM EDT> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    Can you please help me resolve the issue?
    Thanks,
    --John.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    I ran the upgradeADF command command successfully and this is the final errors I have:
    ####<Sep 7, 2011 1:19:29 PM EDT> <Warning> <HTTP> <GAXGPRS32DV> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <7f351c71d03e540b:-3797f225:13244e58545:-8000-0000000000000003> <1315415969805> <BEA-101162> <User defined listener com.sun.faces.config.ConfigureListener failed: java.lang.RuntimeException: java.lang.NoSuchMethodError: org/apache/xerces/impl/xs/models/CMBuilder.<init>()V.
    java.lang.RuntimeException: java.lang.NoSuchMethodError: org/apache/xerces/impl/xs/models/CMBuilder.<init>()V
         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:294)
         at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1874)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3154)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:485)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:201)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:28)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:637)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:52)
         at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
         at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:31)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
         at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:170)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:124)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused By: java.lang.NoSuchMethodError: org/apache/xerces/impl/xs/models/CMBuilder.<init>()V
         at org.apache.xerces.impl.xs.XMLSchemaLoader.<init>(XMLSchemaLoader.java:234)
         at org.apache.xerces.impl.xs.XMLSchemaLoader.<init>(XMLSchemaLoader.java:199)
         at org.apache.xerces.jaxp.validation.XMLSchemaFactory.<init>(Unknown Source)
         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 java.lang.Class.newInstance0(Class.java:355)
         at java.lang.Class.newInstance(Class.java:308)
         at javax.xml.validation.SchemaFactoryFinder.loadFromService(SchemaFactoryFinder.java:431)
         at javax.xml.validation.SchemaFactoryFinder._newFactory(SchemaFactoryFinder.java:246)
         at javax.xml.validation.SchemaFactoryFinder.newFactory(SchemaFactoryFinder.java:145)
         at javax.xml.validation.SchemaFactory.newInstance(SchemaFactory.java:205)
         at com.sun.faces.config.DbfFactory.initStatics(DbfFactory.java:228)
         at com.sun.faces.config.DbfFactory.<clinit>(DbfFactory.java:190)
         at com.sun.faces.config.ConfigManager$ParseTask.<init>(ConfigManager.java:815)
         at com.sun.faces.config.ConfigManager.getConfigDocuments(ConfigManager.java:653)
         at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:309)
         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:226)
         at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
         at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
         at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
         at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    >
    ####<Sep 7, 2011 1:19:29 PM EDT> <Info> <Deployer> <GAXGPRS32DV> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <7f351c71d03e540b:-3797f225:13244e58545:-8000-0000000000000003> <1315415969852> <BEA-149059> <Module /em of application em is transitioning from STATE_ADMIN to STATE_PREPARED on server AdminServer.>
    ####<Sep 7, 2011 1:19:30 PM EDT> <Info> <Deployer> <GAXGPRS32DV> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <7f351c71d03e540b:-3797f225:13244e58545:-8000-0000000000000003> <1315415970649> <BEA-149060> <Module /em of application em successfully transitioned from STATE_ADMIN to STATE_PREPARED on server AdminServer.>
    ####<Sep 7, 2011 1:19:30 PM EDT> <Info> <Deployer> <GAXGPRS32DV> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <7f351c71d03e540b:-3797f225:13244e58545:-8000-0000000000000003> <1315415970649> <BEA-149059> <Module empty.jar of application em is transitioning from STATE_ADMIN to STATE_PREPARED on server AdminServer.>
    ####<Sep 7, 2011 1:19:30 PM EDT> <Info> <Deployer> <GAXGPRS32DV> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <7f351c71d03e540b:-3797f225:13244e58545:-8000-0000000000000003> <1315415970649> <BEA-149060> <Module empty.jar of application em successfully transitioned from STATE_ADMIN to STATE_PREPARED on server AdminServer.>
    ####<Sep 7, 2011 1:19:30 PM EDT> <Error> <Deployer> <GAXGPRS32DV> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <7f351c71d03e540b:-3797f225:13244e58545:-8000-0000000000000003> <1315415970649> <BEA-149231> <Unable to set the activation state to true for the application 'em'.
    weblogic.application.ModuleException:
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1510)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:201)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:28)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:637)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:52)
         at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
         at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:31)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
         at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:170)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:124)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused By: java.lang.NoSuchMethodError: org/apache/xerces/impl/xs/models/CMBuilder.<init>()V
         at org.apache.xerces.impl.xs.XMLSchemaLoader.<init>(XMLSchemaLoader.java:234)
         at org.apache.xerces.impl.xs.XMLSchemaLoader.<init>(XMLSchemaLoader.java:199)
         at org.apache.xerces.jaxp.validation.XMLSchemaFactory.<init>(Unknown Source)
         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 java.lang.Class.newInstance0(Class.java:355)
         at java.lang.Class.newInstance(Class.java:308)
         at javax.xml.validation.SchemaFactoryFinder.loadFromService(SchemaFactoryFinder.java:431)
         at javax.xml.validation.SchemaFactoryFinder._newFactory(SchemaFactoryFinder.java:246)
         at javax.xml.validation.SchemaFactoryFinder.newFactory(SchemaFactoryFinder.java:145)
         at javax.xml.validation.SchemaFactory.newInstance(SchemaFactory.java:205)
         at com.sun.faces.config.DbfFactory.initStatics(DbfFactory.java:228)
         at com.sun.faces.config.DbfFactory.<clinit>(DbfFactory.java:190)
         at com.sun.faces.config.ConfigManager$ParseTask.<init>(ConfigManager.java:815)
         at com.sun.faces.config.ConfigManager.getConfigDocuments(ConfigManager.java:653)
         at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:309)
         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:226)
         at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
         at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
         at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
         at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Can someone Help?
    Thanks,
    --John.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              

  • Invalid initial heap size error when starting weblogic server 11g R1

    I installed JDeveloper Studio 11.1.1.2.0 . When iItried to start weblogic server 11g R1, I had this message :
    starting weblogic with Java version:
    java version "1.6.0_14"
    Java(TM) SE Runtime Environment (build 1.6.0_14-b08)
    Java HotSpot(TM) Client VM (build 14.0-b16, mixed mode)
    Starting WLS with line:
    C:\Oracle\MIDDLE~1\JDK160~1.5-3\bin\java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=DefaultServer -Djava.security.policy=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Djavax.net.ssl.trustStore=C:\Oracle\Middleware\wlserver_10.3\server\lib\DemoTrust.jks -Dweblogic.nodemanager.ServiceEnabled=true -Xverify:none -da -Dplatform.home=C:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Djps.app.credential.overwrite.allowed=true -Ddomain.home=C:\DOCUME~1\Admin\APPLIC~1\JDEVEL~1\SYSTEM~1.36\DEFAUL~1 -Dcommon.components.home=C:\Oracle\MIDDLE~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.domain.config.dir=C:\DOCUME~1\Admin\APPLIC~1\JDEVEL~1\SYSTEM~1.36\DEFAUL~1\config\FMWCON~1 -Doracle.server.config.dir=C:\DOCUME~1\Admin\APPLIC~1\JDEVEL~1\SYSTEM~1.36\DEFAUL~1\config\FMWCON~1\servers\DefaultServer -Doracle.security.jps.config=C:\DOCUME~1\Admin\APPLIC~1\JDEVEL~1\SYSTEM~1.36\DEFAUL~1\config\fmwconfig\jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Digf.arisidbeans.carmlloc=C:\DOCUME~1\Admin\APPLIC~1\JDEVEL~1\SYSTEM~1.36\DEFAUL~1\config\FMWCON~1\carml -Digf.arisidstack.home=C:\DOCUME~1\Admin\APPLIC~1\JDEVEL~1\SYSTEM~1.36\DEFAUL~1\config\FMWCON~1\arisidprovider -Dweblogic.alternateTypesDirectory=\modules\oracle.ossoiap_11.1.1,\modules\oracle.oamprovider_11.1.1 -Dweblogic.jdbc.remoteEnabled=false -Dwsm.repository.path=C:\DOCUME~1\Admin\APPLIC~1\JDEVEL~1\SYSTEM~1.36\DEFAUL~1\oracle\store\gmds "-Xms512m -Xmx512m" -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\Oracle\MIDDLE~1\patch_wls1032\profiles\default\sysext_manifest_classpath;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sysext_manifest_classpath weblogic.Server
    Could not create the Java virtual machine.
    Invalid initial heap size: -Xms512m -Xmx512m
    Process exited.
    Please, how can I fixe this error ?

    For 2 GB machine set the parameters as below:
    /ide/bin/ide.conf
    AddVMOption -Xmx1232M
    AddVMOption -Xms64M
    /jdev/bin/jdef.conf
    AddVMOption -XX:MaxPermSize=128M
    For 3 GB machine set the parameters as below:
    /ide/bin/ide.conf
    AddVMOption -Xmx1488M
    AddVMOption -Xms64M
    /jdev/bin/jdef.conf
    AddVMOption -XX:MaxPermSize=128M

  • Error when installing WebLogic Server 10.3 in silent mode.

    I get the error below when trying to install a fresh copy of WebLogic Server 10.3 on Linux and Windows XP.
    2009-05-01 19:50:09,941 INFO [readSilentXML] com.bea.plateng.wizard.installer.common.parsers.TemplateParser - Silent xml file processed successfully...
    2009-05-01 19:50:11,268 ERROR [home] com.bea.plateng.wizard.installer.helpers.BEAHomeHelper - Error setting selections!
    com.bea.cie.gpr.model.RegistryException: Unable to locate product "WebLogic Server" and component "Server"
    at com.bea.cie.gpr.internal.model.HomeTargetImpl.setSelections(HomeTargetImpl.java:337)
    at com.bea.plateng.wizard.installer.helpers.BEAHomeHelper.buildTarget(BEAHomeHelper.java:151)
    at com.bea.plateng.wizard.installer.silent.tasks.SilentBEAHomeTask.execute(SilentBEAHomeTask.java:33)
    at com.bea.plateng.wizard.silent.tasks.AbstractSilentTask.run(AbstractSilentTask.java:28)
    at java.lang.Thread.run(Thread.java:619)
    2009-05-01 19:50:11,269 ERROR [home] com.bea.plateng.wizard.installer.silent.tasks.SilentBEAHomeTask - The local BEA product registry is corrupted. Please select another BEA Home or contact BEA Support
    I am able to install successfully in console and gui modes.
    Any ideas ?
    Thanks

    Hi..
    They changed a few things in 10.3.. see http://edocs.bea.com/common/docs103/install/silent.html#wp1044118
    looks like the Server sub category has changed to Core Application Server..
    If you checkout the log.txt file in the logs directory of the root where you've installed a copy using the gui, it generally lists all the installation options available.
    ..Mark.

  • Native VM not supported error when start WebLogic Server on Solaris

    I created a weblogic domain and server using configuration wizard from workshop 8.1, the JVM is jdk142_05. When I start weblogic server, get follwing error: native VM not supported. The enviroment is
    Solaris.
    We used the same jdk started medrec example without problem. Any idea for the possible cause?
    Thank any one who can help.
    Zhong
    uberpeer% ./startWebLogic.sh
    JAVA Memory arguments: -Xms256m -Xmx256m -XX:CompileThreshold=8000 -XX:PermSize=32m -XX:MaxPermSize=128m
    WLS Start Mode=Development
    CLASSPATH=:/rg2/opt/bea/weblogic81/server/lib/weblogic_knex_patch.jar:/rg2/opt/bea/weblogic81/common/lib/log4j.jar:/rg2/opt/bea/weblogic81/server/lib/debugging.jar:/rg2/opt/bea/weblogic81/server/lib/knex.jar:/rg2/opt/bea/weblogic81/javelin/lib/javelin.jar:/rg2/opt/bea/weblogic81/server/lib/wlw-lang.jar:/rg2/opt/bea/jdk142_05/lib/tools.jar:/rg2/opt/bea/weblogic81/server/lib/weblogic_sp.jar:/rg2/opt/bea/weblogic81/server/lib/weblogic.jar:/rg2/opt/bea/weblogic81/server/lib/ant/ant.jar:/rg2/opt/bea/jdk142_05/jre/lib/rt.jar:::/rg2/opt/bea/weblogic81/common/eval/pointbase/lib/pbserver44.jar:/rg2/opt/bea/weblogic81/common/eval/pointbase/lib/pbclient44.jar:/rg2/opt/bea/weblogic81/server/lib/webserviceclient.jar:/rg2/opt/bea/weblogic81/server/lib/webserviceclient+ssl.jar:/rg2/opt/bea/weblogic81/server/lib/xbean.jar:/rg2/opt/bea/weblogic81/server/lib/wlxbean.jar:/rg2/opt/bea/weblogic81/server/lib/xqrl.jar:/rg2/opt/bea/weblogic81/server/lib/netui/netui-compiler.jar:/rg2/opt/bea/weblogic81/server/lib/wli.jar:/rg2/opt/bea/weblogic81/server/lib/fop.jar:/rg2/opt/bea/weblogic81/integration/adapters/sample/lib/sample-eis.jar:
    PATH=/rg2/opt/bea/weblogic81/server/bin:/rg2/opt/bea/jdk142_05/jre/bin:/rg2/opt/bea/jdk142_05/bin:/opt/bea/weblogic700/server/lib/solaris:/opt/bea/jdk131_03/jre/bin:/opt/bea/jdk131_03/bin:/rg1/users/zhongw/weblogic/PMDomain:/rg2/opt/bea/weblogic81/workshop:/rg1/users/zhongw/bin:/bin:/usr/bin:/usr/sbin:/usr/java/bin:/usr/openwin/bin:/opt/local/bin:/usr/ccs/bin:/usr/per15/bin:/usr/local/SUNWspro/bin:/usr/local/accurev/bin:/opt/jakarta-ant/bin:/usr/local/accurev/bin:/usr/ccs/bin:/usr/local/bin:/opt/enJin/2.3.1/bin:/usr/java/bin:/usr/openwin/bin:/usr/dt/bin:/rg1/users/zhongw/Borland/JBuilder2005/bin
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http://hostname:port/console *
    starting weblogic with Java version:
    java version "1.4.2_05"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-b04)
    Java HotSpot(TM) Client VM (build 1.4.2_05-b04, mixed mode)
    Starting WLS with line:
    /rg2/opt/bea/jdk142_05/bin/java -client -Xms256m -Xmx256m -XX:CompileThreshold=8000 -XX:PermSize=32m -XX:MaxPermSize=128m -native -Xverify:none -da -Dplatform.home=/rg2/opt/bea/weblogic81 -Dwls.home=/rg2/opt/bea/weblogic81/server -Dwli.home=/rg2/opt/bea/weblogic81/integration -Dlog4j.configuration=file:/rg2/opt/bea/weblogic81/common/lib/workshopLogCfg.xml -Dweblogic.management.discover=true -Dweblogic.ProductionModeEnabled= -Dweblogic.security.SSL.ignoreHostnameVerify=false -Dwlw.iterativeDev=true -Dwlw.testConsole=true -Dwlw.logErrorsToConsole=true -Dweblogic.Name=cgServer -Djava.security.policy=/rg2/opt/bea/weblogic81/server/lib/weblogic.policy weblogic.Server
    Error: native VM not supported
    Stopping Pointbase server...
    Pointbase server stopped.

    I believe this is the error you get when you try to start up a JVM with the commandline option '-native'.
    Remove this flag from your startup script and retry.
    By the way, it may be that you have the environment variable 'JAVA_OPTIONS' set to '-native' in which case:
    (first confirm this is the case)
    $ echo $JAVA_OPTIONS
    -native
    (Then edit the startup script if you get the result above)
    add in a line:
    # To remove '-native' flag
    unset JAVA_OPTIONS
    and retry.
    I have to confess I don't know what the '-native' flag is actually supposed to do, but my JVM also reports back that this is unsupported.

  • Error when starting Weblogic server with Coherence

    We want to use Coherence 3.6 with Weblogic Server 10.3. During server startup, we get the following error. My understanding is the cluster should be started automatically based on the configuration listed below the error. Appreciate any pointers.
    <Dec 15, 2011 3:20:11 PM PST> <Error> <Coherence> <BEA-000000> <2011-12-15 15:20:11.920/67.311 Oracle Coherence SE 3.6.0.4 <Error> (thread=Cluster, member=n/a): This member could not join the cluster because of a configuration mismatch between this member and the configuration being used by the rest of the cluster. This member specified a cluster name of "EPCIS" which did not match the name of the running cluster. This indicates that there are multiple clusters on this network attempting to use overlapping network configurations. Rejected by Member(Id=9, Timestamp=2011-11-16 13:58:42.941, Address=10.229.189.30:8088, MachineId=21022, Location=site:us.oracle.com,machine:adc2101177,process:30667, Role=WeblogicServer).>
    <Dec 15, 2011 3:20:11 PM PST> <Error> <oracle.apps.pas.epc.framework.db.Cache> <BEA-000000> <java.lang.RuntimeException: Failed to start Service "Cluster" (ServiceState=SERVICE_STOPPED, STATE_JOINING)>
    <Dec 15, 2011 3:20:11 PM PST> <Error> <Coherence> <BEA-000000> <2011-12-15 15:20:11.957/67.349 Oracle Coherence SE 3.6.0.4 <Error> (thread=[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Error while starting cluster: java.lang.RuntimeException: Failed to start Service "Cluster" (ServiceState=SERVICE_STOPPED, STATE_JOINING)
    CONFIGURATION:
    We have the following descriptor (epcis-coherence-cache-config.xml) in $DOMAIN_HOME/epc-config:
    <?xml version="1.0"?>
    <!DOCTYPE cache-config SYSTEM "cache-config.dtd">
    <cache-config>
    <caching-scheme-mapping>
    <cache-mapping>
    <cache-name>*</cache-name>
    <scheme-name>distributed</scheme-name>
    </cache-mapping>
    </caching-scheme-mapping>
    <caching-schemes>
    <distributed-scheme>
    <scheme-name>distributed</scheme-name>
    <service-name>DistributedCache</service-name>
    <backing-map-scheme>
    <local-scheme></local-scheme>
    </backing-map-scheme>
    <autostart>true</autostart>
    </distributed-scheme>
    </caching-schemes>
    </cache-config>
    We also have tangosol-coherence-override.xml in the same dir:
    <coherence>
    <cluster-config>
    <member-identity>
    <cluster-name system-property="tangosol.coherence.clustername">EPCIS</cluster-name>
    </member-identity>
    </cluster-config>
    <configurable-cache-factory-config>
    <class-name>com.tangosol.net.DefaultConfigurableCacheFactory</class-name>
    <init-params>
    <init-param>
    <param-type>java.lang.String</param-type>
    <param-value>epcis-coherence-cache-config.xml</param-value>
    </init-param>
    </init-params>
    </configurable-cache-factory-config>
    <license-config>
    <edition-name system-property="tangosol.coherence.edition">SE</edition-name>
    <license-mode system-property="tangosol.coherence.mode">dev</license-mode>
    </license-config>
    </coherence>
    We have modified startWebLogic.sh by adding:
    PRE_CLASSPATH="/slot/xyz/oracle/mwhome/oracle_common/modules/oracle.coherence_3.6/coherence.jar:${DOMAIN_HOME}/epc-config/:${PRE_CLASSPATH}"

    As the error message says, your WebLogic server is trying to join a cluster that has a different cluster name.
    This bit in your tangosol-coherence-override.xml file or the tangosol.coherence.clustername system property must be the same in all members of the cluster
    <cluster-name system-property="tangosol.coherence.clustername">EPCIS</cluster-name>JK

  • Bad CRC error when install WebLogic Server 9.2 on Itanium platform.

    I download the install image according below steps:
    1. Go to the BEA download site a http://commerce.bea.com.
    2. Click on the link for Bea WebLogic.
    3. Click on the link for WebLogic Server 9.2.
    From the list of OS Platforms, select Novell SUSE Linux Enterprise Server (9, Itanium).
    4. Download the server920_linux64.bin binary installer.
    Then I try to install on my Itanium box, bad CRC errors occured as below output messages:
    juggernaut:/opt/wls-j2/image # ./server920_linuxia64.bin
    Extracting 0%./tmp//fileZeI8cc/jrockit-jre1.5.0_04/lib/charsets.jar bad CRC c453bc6d (should be 5a4ab10f)
    ............/tmp//fileZeI8cc/jrockit-jre1.5.0_04/lib/rt.jar bad CRC 0f42e0de (should be ce1d9aff)
    /tmp//fileZeI8cc/bids.jar bad CRC c79d217d (should be dc406837)
    /tmp//fileZeI8cc/comdev.jar bad CRC 55cee4be (should be bce80f3d)
    ./tmp//fileZeI8cc/wizard.jar bad CRC 54069bdc (should be c6327edd)
    ../tmp//fileZeI8cc/linux_ia64_jrockit90_150_04_jdk.zip bad CRC b70b8a17 (should be 52ff2ba4)
    ........./tmp//fileZeI8cc/linux_ia64_jrockit90_150_04_jrockit.zip bad CRC 406b75ed (should be 4f913183)
    .............................../tmp//fileZeI8cc/wls9200server_75_COMP_linux64en.jar bad CRC 2bc35275 (should be fe2bcb26)
    ../tmp//fileZeI8cc/wls9200examples_75_COMP_linux64en.jar bad CRC cdb78916 (should be cf255dc9)
    ......../tmp//fileZeI8cc/wls9200plugins_75_COMP_linux64en.jar bad CRC 49e4694b (should be 0b135269)
    ................................./tmp//fileZeI8cc/wlw9200app_75_COMP_linux64en.jar bad CRC fbcdda1a (should be 56d31118)
    100%
    ** Error during extraction, error code = 2.
    Here is my box configurations:
    Disk configuration:
    juggernaut:/opt/wls-j2/image # df -k
    Filesystem 1K-blocks Used Available Use% Mounted on
    /dev/sda3 35002316 4454504 30547812 13% /
    tmpfs 2019488 48 2019440 1% /dev/shm
    /dev/sda1 205587 6587 199000 4% /boot/efi
    RAM configuration:
    juggernaut:/opt/wls-j2/image # vmstat
    procs -----------memory---------- ---swap-- -----io---- system ----cpu----
    r b swpd free buff cache si so bi bo in cs us sy id wa
    0 0 0 1798832 114224 1855424 0 0 3 20 6 0 0 0 100 0
    Kernel:
    Linux juggernaut 2.6.5-7.244-default #1 SMP Mon Dec 12 18:32:25 UTC 2005 ia64 ia64 ia64 GNU/Linux
    By the way, I ftp the image via binary model.
    I've no idea about the errors, any help will be greatly appreciated, thks a million in advance!

    Hi,
    I had come up with this issue twice, once I download WL from a server from Asia, and had this issue. I just download once again from the server at US, and the issue was gone. The second time it was a weird anti virus configuration that tried to scan the file while the installation was taking place (I do not think this last one applies here.)
    Regards,
    LG

  • Error while stating weblogic server

    Hi
    i am getting following error
    <Apr 30, 2013 10:17:43 AM IST> <Error> <Server> <BEA-002606> <Unable to create a server socket for listening on channel "Default[5]". The address 0:0:0:0:0:0:0:1 might be incorrect or another process is using port 7001: java.net.BindException: Address already in use: JVM_Bind.>
    how to resolve this issue

    The address 0.0.0.0 might be incorrect or another process is using port 7001: java.net.BindException: Address already in use: JVM_Bind.>Here is same thread:
    EPM Weblogic error
    -RMishra

  • Getting error while starting weblogic server in jdeveloper

    getting an error while starting weblogic server in jdeveloper
    IN LOG(its shows following):
    <Jul 25, 2013 7:19:15 PM IST> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "DefaultServer" for domain "DefaultDomain" running in Development Mode>
    <Jul 25, 2013 7:19:15 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Jul 25, 2013 7:19:15 PM IST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    User 'principals=[weblogic, Administrators]' has administration role. All tasks by adminstrators must go through an Administration Port.
    **** Authentication error while connecting to application server IntegratedWebLogicServer. Please check settings.
    **** Failed to complete start-up of application server IntegratedWebLogicServer.
    [Server Instance IntegratedWebLogicServer is shutting down.  All applications currently running will be terminated and undeployed.]
    [Forcing termination of IntegratedWebLogicServer]
    taskkill /F /PID 1620
    Process exited.
    PLs help me

    User, please tell us your jdev version!
    Somehow your credentials are corrupted. Two possible solution:
    1) open your system11.1.1.xxxx folder open the DefaultDomain\servers\DefaultServer\security folder and edit the boot.properties file. Remove the '(AES)...' part after username and password and write the new ones e.g. username=weblogic', password='Welcome1'. Save the file and try to start the integrated server again. Once the server starts the entries are encoded again.
    2) if 1) does not work, remove the whole DefaultDomain folder and create a new WLS instance inside jdev.
    Timo

  • Security Error when starting the server - WPLS 7.0

    Security Error when starting the server - WPLS 7.0
    what may be the reason ...
    console :
    BUILD SUCCESSFUL
    Total time: 3 seconds
    Starting WebLogic Server...
    <May 30, 2005 4:22:15 PM IST> <Notice> <Management> <140005> <Loading configuration C:\cpDomain\.\config.xml>
    <May 30, 2005 4:22:18 PM IST> <Info> <Logging> <000000> <FileLogger Opened at C:\cpDomain\portalServer\weblogi
    c.portalServer.log>
    <May 30, 2005 4:22:21 PM IST> <Info> <Security> <090516> <The RoleMapper provider has preexisting LDAP data.>
    <May 30, 2005 4:22:21 PM IST> <Info> <Security> <090516> <The Authorizer provider has preexisting LDAP data.>
    <May 30, 2005 4:22:21 PM IST> <Info> <Security> <090143> <The weblogic keystore provider DefaultKeyStore in re
    alm cprealm cannot be used for private keys because its configured private key keystore file wlDefaultKeyStore
    .jks does not exist.>
    <May 30, 2005 4:22:21 PM IST> <Info> <Security> <090142> <The weblogic keystore provider DefaultKeyStore in re
    alm cprealm cannot be used for trusted (root) CAs because its trusted (root) CA keystore was not configured.>
    <May 30, 2005 4:22:21 PM IST> <Notice> <Security> <090082> <Security initializing using realm cprealm.>
    <May 30, 2005 4:22:21 PM IST> <Critical> <WebLogicServer> <000364> <Server failed during initialization. Excep
    tion:java.lang.SecurityException: Authentication for user weblogic denied
    java.lang.SecurityException: Authentication for user weblogic denied
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.doBootAuthorization(SecurityServiceMan
    agerDelegateImpl.java:411)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initialize(SecurityServiceManagerDeleg
    ateImpl.java:539)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:917)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:723)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    >
    <May 30, 2005 4:22:21 PM IST> <Emergency> <WebLogicServer> <000342> <Unable to initialize the server: Fatal in
    itialization exception
    Throwable: java.lang.SecurityException: Authentication for user weblogic denied
    java.lang.SecurityException: Authentication for user weblogic denied
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.doBootAuthorization(SecurityServiceMan
    agerDelegateImpl.java:411)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initialize(SecurityServiceManagerDeleg
    ateImpl.java:539)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:917)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:723)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    >
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.SecurityException: Authentication for user weblogic denied
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.doBootAuthorization(SecurityServiceMan
    agerDelegateImpl.java:411)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initialize(SecurityServiceManagerDeleg
    ateImpl.java:539)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:917)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:723)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    Reason: Fatal initialization exception
    Throwable: java.lang.SecurityException: Authentication for user weblogic denied
    java.lang.SecurityException: Authentication for user weblogic denied
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.doBootAuthorization(SecurityServiceMan
    agerDelegateImpl.java:411)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initialize(SecurityServiceManagerDeleg
    ateImpl.java:539)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:917)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:723)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    C:\cpDomain\bin>
    Thanks
    Thanks & Regards,
    Siva VP,
    [email protected]

    Looks like you cannot connect to LDAP. Are you configured correctly?

  • Failure extracting WAR classes when starting weblogic server

    I installed weblogic6.1 app server on Solaris box. It works fine at first. Then
    I moved the unix box to anther place which means it has different IP. Then I have
    following exception when I try to start the weblogic server:(I haven't deployed
    any thing in the server yet, so it's just a newly installed weblogic server)
    Starting WebLogic Server ....
    <Mar 8, 2002 10:40:26 AM PST> <Notice> <Management> <Loading configuration file
    ./config/mydomain/config.xml ...>
    <Mar 8, 2002 10:40:35 AM PST> <Notice> <WebLogicServer> <Starting WebLogic Admin
    Server "privoserver" for domain "privodomain">
    <Mar 8, 2002 10:40:45 AM PST> <Error> <HTTP> <[WebAppServletContext(604746,wl_management_internal2,/wl_management_internal2)]
    failure extracting WAR classes
    java.io.IOException: Permission denied
    at java.io.UnixFileSystem.createFileExclusively(Native Method)
    at java.io.File.checkAndCreate(File.java:1162)
    at java.io.File.createTempFile(File.java:1247)
    at weblogic.servlet.internal.WebAppHelper.extractClassFiles(WebAppHelper.java:71)
    Thanks in advance for your reply!
    Linden

    Hi
    This is a Unix problem, you may check if you have all the permissions.
    I suspect that some of the files which may be owned by someone other than user-value and therefore preventing the writting to the
    files.
    Can you check the files owership under /usr/local/bea/wlserver6.1/config/mydomain/applications/.wlnotdelete to see if any of the
    files or subdirectories are owned by someone else, such as 'root' or even under different group?"
    Hope this help
    JFG
    Linden Lu wrote:
    I installed weblogic6.1 app server on Solaris box. It works fine at first. Then
    I moved the unix box to anther place which means it has different IP. Then I have
    following exception when I try to start the weblogic server:(I haven't deployed
    any thing in the server yet, so it's just a newly installed weblogic server)
    Starting WebLogic Server ....
    <Mar 8, 2002 10:40:26 AM PST> <Notice> <Management> <Loading configuration file
    /config/mydomain/config.xml ...>
    <Mar 8, 2002 10:40:35 AM PST> <Notice> <WebLogicServer> <Starting WebLogic Admin
    Server "privoserver" for domain "privodomain">
    <Mar 8, 2002 10:40:45 AM PST> <Error> <HTTP> <[WebAppServletContext(604746,wl_management_internal2,/wl_management_internal2)]
    failure extracting WAR classes
    java.io.IOException: Permission denied
    at java.io.UnixFileSystem.createFileExclusively(Native Method)
    at java.io.File.checkAndCreate(File.java:1162)
    at java.io.File.createTempFile(File.java:1247)
    at weblogic.servlet.internal.WebAppHelper.extractClassFiles(WebAppHelper.java:71)
    Thanks in advance for your reply!
    Linden

  • Fatal error on installation Weblogic server

    I am following the instruction from -> http://www.oracle-base.com/articles/11g/GridControl11gR1InstallationOnOEL5.php#java_installation
    Step ->Middleware Installation
    Grid Control 11g Release 1 no longer bundles the middleware components, so we must install the WebLogic Server before we can proceed with the Grid Control installation. The installation is started with the following command, run as the "oracle" user.
    When I come to Choose Product Installation Directories -- clicking next gives error window "A fatal error has occured. This application will terminate".Please can
    The files unzipped for Weblogic are
    [oracle@ccoshs02xvoem01 11gr2grid]$ ls -lrt
    total 1096356
    drwxr-xr-x 3 oracle oinstall 4096 Oct 10 2006 com
    -rw-r--r-- 1 oracle oinstall 1441 Jan 11 2007 NOTICE.txt
    -rw-r--r-- 1 oracle oinstall 11358 Jan 11 2007 LICENSE.txt
    -rw-r--r-- 1 oracle oinstall 4891 Jan 11 2007 CHANGES.txt
    drwxr-xr-x 3 oracle oinstall 4096 Jan 11 2007 strings
    drwxr-xr-x 4 oracle oinstall 4096 Feb 19 2007 workshop
    drwxr-xr-x 4 oracle oinstall 4096 Feb 19 2007 images
    drwxr-xr-x 3 oracle oinstall 4096 Mar 20 2007 javax
    drwxr-xr-x 12 oracle oinstall 4096 Mar 20 2007 schemaorg_apache_xmlbeans
    drwxr-xr-x 2 oracle oinstall 4096 Mar 20 2007 repackage
    drwxr-xr-x 4 oracle oinstall 4096 Mar 20 2007 org
    -rw-r--r-- 1 oracle oinstall 4573 Jul 8 2009 stringsubs.xsd
    -rw-r--r-- 1 oracle oinstall 7102 Jul 8 2009 registry.xslt
    drwxr-xr-x 4 oracle oinstall 4096 Jun 3 2010 wcf
    -rw-r--r-- 1 oracle oinstall 1752 Dec 17 22:27 wizard.xml
    drwxr-xr-x 2 oracle oinstall 4096 Dec 17 22:27 native
    -rw-r--r-- 1 oracle oinstall 2951 Dec 17 22:27 lpr.xml
    -rw-r--r-- 1 oracle oinstall 71384 Dec 17 22:27 gpr.xml
    -rw-r--r-- 1 oracle oinstall 385707 Dec 17 22:27 com.bea.cie.gpr-xbean_3.0.1.0.jar
    -rw-r--r-- 1 oracle oinstall 462395 Dec 17 22:27 com.bea.cie.gpr-impl_3.0.1.0.jar
    drwxr-xr-x 3 oracle oinstall 4096 Dec 17 22:28 sizeinfo
    drwxr-xr-x 4 oracle oinstall 4096 Dec 17 22:28 archives
    drwxr-xr-x 6 oracle oinstall 4096 Dec 17 22:28 resources
    -rw-r--r-- 1 oracle oinstall 430344 Dec 17 22:28 installer.jar
    drwxr-xr-x 3 oracle oinstall 4096 Dec 17 22:28 META-INF
    -rw-r--r-- 1 oracle oinstall 1119969142 Jan 28 09:17 wls1034_generic.zip
    drwxr-xr-x 4 oracle oinstall 4096 Jan 28 11:22 patch
    [oracle@ccoshs02xvoem01 11gr2grid]$ java -jar installer.jar
    I have downloaded wls1034_generic zipped file from oracle
    http://www.oracle.com/technetwork/middleware/ias/downloads/wls-main-097127.html
    Oracle WebLogic Server 11gR1 (10.3.4) + Coherence -
    Package Installer --- Generic: 1 GB File1
    some one help me with Oracle Grid Control installation

    Looks like you already got your answer on the database forum? fatal error on Installating Weblogic Server to install OEM
    If so please change your post here as answered.
    Eric

Maybe you are looking for