• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

WPS 6.1 Server startup error

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

When I try to start WPS 6.1 Server startup error, I am getting the below error:


[5/20/11 17:08:51:024 IST] 00000028 CompositionUn A WSVR0191I: Composition unit WebSphere:cuname=PA_Search_Center in BLA WebSphere:blaname=PA_Search_Center started.

[5/20/11 17:08:51:024 IST] 00000000 ContainerHelp E WSVR0501E: Error creating component com.ibm.ws.runtime.component.CompositionUnitMgrImpl@73c073c0

com.ibm.ws.exception.RuntimeWarning: com.ibm.ws.webcontainer.exception.WebAppNotLoadedException: Failed to load webapp: Failed to load webapp: Context root /wps/PA_Document_Viewer/* mapping unable to be bound. Application Document_Viewer_Portlet unavailable.

at com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.java:382)

at com.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerImpl.java:668)

at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1162)

at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1313)

at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:611)

at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:938)

at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:740)

at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:2092)

at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:437)

at com.ibm.ws.runtime.component.CompositionUnitImpl.start(CompositionUnitImpl.java:122)

at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:380)

at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.access$300(CompositionUnitMgrImpl.java:105)

at com.ibm.ws.runtime.component.CompositionUnitMgrImpl$CUInitializer.run(CompositionUnitMgrImpl.java:928)

at com.ibm.wsspi.runtime.component.WsComponentImpl$_AsynchInitializer.run(WsComponentImpl.java:349)

at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1527)

Caused by: com.ibm.ws.webcontainer.exception.WebAppNotLoadedException: Failed to load webapp: Failed to load webapp: Context root /wps/PA_Document_Viewer/* mapping unable to be bound. Application Document_Viewer_Portlet unavailable.

at com.ibm.ws.webcontainer.WSWebContainer.addWebApp(WSWebContainer.java:732)

at com.ibm.ws.webcontainer.WSWebContainer.addWebApplication(WSWebContainer.java:607)

at com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.java:376)

... 14 more

Caused by: com.ibm.ws.webcontainer.exception.WebAppNotLoadedException: Failed to load webapp: Context root /wps/PA_Document_Viewer/* mapping unable to be bound. Application Document_Viewer_Portlet unavailable.

at com.ibm.ws.webcontainer.VirtualHostImpl.addWebApplication(VirtualHostImpl.java:189)

at com.ibm.ws.webcontainer.WSWebContainer.addWebApp(WSWebContainer.java:722)

... 16 more

Caused by: java.lang.RuntimeException: FAILURE!!! couldn't add items

at com.ibm.ws.util.ClauseTable.sync(ClauseTable.java:225)

at com.ibm.ws.util.ClauseTable.add(ClauseTable.java:164)

at com.ibm.ws.util.ClauseNode.add(ClauseNode.java:67)

at com.ibm.ws.util.URIMatcher.put(URIMatcher.java:132)

at com.ibm.ws.util.URIMapper.addMapping(URIMapper.java:47)

at com.ibm.ws.webcontainer.util.VirtualHostContextRootMapper.addMapping(VirtualHostContextRootMapper.java:141)

at com.ibm.ws.webcontainer.VirtualHostImpl.addMapping(VirtualHostImpl.java:244)

at com.ibm.ws.webcontainer.VirtualHostImpl.addWebApplication(VirtualHostImpl.java:180)

... 17 more

[5/20/11 17:08:51:054 IST] 00000000 TCPChannel I TCPC0001I: TCP Channel TCP_1 is listening on host * (IPv6) port 10042.



Any view on this?

Thanks in advance
Deo Swaroop
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic