WebCenter Portal & the web.xml
Quite often, I have seen posts over at the Oracle Forums about deployment errors with a WebCenter Portal application. The error logs usually point at a missing listener or a missing factory. For e.g. ‘weblogic.management.DeploymentException: ‘ weblogic.management.DeploymentException: at weblogic.application.internal.flow.BaseLifecycleFlow$CreateListenerAction.run(BaseLifecycleFlow.java:176) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120) at weblogic.application.internal.flow.BaseLifecycleFlow$BaseAction.invoke(BaseLifecycleFlow.java:104) at weblogic.application.internal.flow.HeadLifecycleFlow.createListener(HeadLifecycleFlow.java:117) Truncated. see log file for complete stacktrace Caused […]