[Installation, Configuration & DEPLOYMENT] - Re: jBoss-5.0.0.GA - War file deployment fails
by Wolfgang Knauf
Hi.
The Corba error seems to be ingnorable (I get it with any of my apps, but everything works fine nevertheless).
But some lines further in your log seems to be the real cause:
2009-01-09 17:21:56,885 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/rich
| faces_trial]] (HDScanner) Exception sending context initialized event to listener instance of class
| org.jboss.web.jsf.integration.config.JBossJSFConfigureListener
| com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! org.apache.commons.digester.Diges
| ter from BaseClassLoader@c6fd33
| ...
| <IMPORT-ALL>NON_EMPTY}}
| at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:213)
| at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:196)
| at org.jboss.web.jsf.integration.config.JBossJSFConfigureListener.contextInitialized(JBossJSFConfig
| ureListener.java:75)
| at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3910)
| at org.apache.catalina.core.StandardContext.start(StandardContext.java:4393)
| at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.j
| ava:367)
| ...
| Caused by: java.lang.ClassNotFoundException: org.apache.commons.digester.Digester
| ...
Hope this helps
Wolfgang
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201065#4201065
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201065
17 years, 6 months
[Installation, Configuration & DEPLOYMENT] - Re: java2ParentDelegation does not work
by bemar
"jaikiran" wrote : Which version of JBossAS? And where exactly have you placed the jar file in the EAR? What does your application.xml look like?
|
Its Jboss 4.2.2 GA.
The TestLoad JAR is in the Cron.jar. The Cron.jar is in the ear.
The posted xml is the jboss-app.xml or do you mean another xml?
In the ear file in the meta-inf folder is a application.xml file but it has the same content like the jboss-app.xml.
anonymous wrote :
| Furthermore, this entry in the jboss-app.xml, doesn't look right to me:
|
| <module>
| | <service>Cron.jar</service>
| | </module>
| |
|
Hmm. But it works ...
anonymous wrote :
| What type of jar is the the Cron.jar? Just a jar file containing utility classes?
|
In the cron.jar are all my classes, services and imported jars.
anonymous wrote :
| You can place such jars in EAR/lib folder without having to make any entry in application.xml nor jboss-app.xml
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201058#4201058
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201058
17 years, 6 months