[jboss-user] [JBoss Seam] - Re: need to specify the whole package name with org.jboss.se

trouby do-not-reply at jboss.com
Tue Feb 27 11:26:11 EST 2007


Better,

Looks like there's an issue with the xml components file of seam's jar file.

Following is the stack trace,


  | [#|2007-02-23T06:22:57.413+0200|SEVERE|sun-appserver-ee9.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;_RequestID=06c4caa0-8019-44cf-8f5f-3c165cf6b171;|WebModule[/jboss-seam-glassfish]PWC1275: Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener
  | java.lang.RuntimeException: error while reading file:/opt/glassfish/domains/domain1/applications/j2ee-apps/jboss-seam-glassfish/jboss-seam_jar/META-INF/components.xml
  |         at org.jboss.seam.init.Initialization.initComponentsFromXmlDocuments(Initialization.java:112)
  |         at org.jboss.seam.init.Initialization.<init>(Initialization.java:83)
  |         at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:33)
  |         at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4414)
  |         at org.apache.catalina.core.StandardContext.start(StandardContext.java:5069)
  |         at com.sun.enterprise.web.WebModule.start(WebModule.java:299)
  |         at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:960)
  |         at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:944)
  |         at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:662)
  |         at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1549)
  |         at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1192)
  |         at com.sun.enterprise.web.WebContainer.loadJ2EEApplicationWebModules(WebContainer.java:1117)
  |         at com.sun.enterprise.server.TomcatApplicationLoader.load(TomcatApplicationLoader.java:128)
  |         at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:208)
  |         at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:204)
  |         at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:332)
  |         at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
  |         at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
  |         at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
  |         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  |         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  |         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  |         at java.lang.reflect.Method.invoke(Method.java:585)
  |         at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
  | Caused by: org.dom4j.DocumentException: jboss.com Nested exception: jboss.com
  |         at org.dom4j.io.SAXReader.read(SAXReader.java:353)
  |         at org.dom4j.io.SAXReader.read(SAXReader.java:264)
  |         at org.jboss.seam.util.XML.getRootElement(XML.java:16)
  |         at org.jboss.seam.init.Initialization.initComponentsFromXmlDocuments(Initialization.java:108)
  |         ... 23 more
  | |#]
  | 
  | 


Many thanks.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023156#4023156

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023156



More information about the jboss-user mailing list