[Installation,Configuration & DEPLOYMENT] - I really need help on this case
2 Message(s) by 2 Author(s) originally posted in jboss java
| From: adam1984 |
Date: Sunday, September 23, 2007
|
I downloaded JBOSS
server 4.2.0, unzipped it and
run it. everything was
fine except it failed to deploy my .war
file (tomcat had no prob) and b4 u asking, they're on different ports and I also tried to shutdown the tomcat
but nothing. same for V4.2.1 and 4.0.5.
BUT I have a V4.0.5 installed via JEMS add it does deploy successfully the war file.
am I missing something??
I checked the log and found a
point where an
exception is thrown while deploying my war, but they're different in each version:
V4.0.5:
2007-09-23 12:31:57,156 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/test]] Error configuring
application listener of
class com.sun.faces.config.ConfigureListener
JAVA.lang.NoClassDefFoundError: JAVAx/el/CompositeELResolver
V4.2.1:
2007-09-23 12:29:26,750 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/test]] Exception sending
context initialized
event to listener
instance of class org.jboss.web.jsf.integration.config.JBossJSFConfigureListener
JAVA.lang.ClassCastException: com.sun.faces.config.WebConfiguration
both throw a "deployment failed" exception shortly afterward...View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087621#4087621
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4087621
| From: Matthias Marchart |
Date: Sunday, September 23, 2007
|
1) Check whether you've el-api.jar located in your server/xxx/lib
directory ...
2) The ClassCastException could be the cause of multiple loaded
classes by different classloaders
wrote in message:
i downloaded JBOSS server 4.2.0, unzipped it and run it.
everything was
fine except it failed to deploy my .war file (tomcat had no prob)
and b4 u asking, they're on different ports and I also tried to
shutdown the tomcat
but nothing. same for V4.2.1 and 4.0.5.
BUT I have a V4.0.5 installed via JEMS add it does deploy
successfully the war file.
am I missing something??
I checked the log and found a point where an exception is thrown
while deploying my war, but they're different in each version:
V4.0.5:
2007-09-23 12:31:57,156 ERROR
[org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/
test]] Error configuring application listener of class
com.sun.faces.config.ConfigureListener
JAVA.lang.NoClassDefFoundError: JAVAx/el/CompositeELResolver
V4.2.1:
2007-09-23 12:29:26,750 ERROR
[org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/
test]] Exception sending context initialized event to listener
instance of class
org.jboss.web.jsf.integration.config.JBossJSFConfigureListener
JAVA.lang.ClassCastException: com.sun.faces.config.WebConfiguration
both throw a "deployment failed" exception shortly afterward...
View the original post : http://www.jboss.com/index.html?
module=bb&op=viewtopic&p=4087621#4087621
Reply to the post : http://www.jboss.com/index.html?
module=bb&op=posting&mode=reply&p=4087621
_______________________________________________
jboss-user mailing list
jboss-user@xxxxxxxxxxx
https://lists.jboss.org/mailman/listinfo/jboss-user
Next Message: [JBossWS] - Running jbossws-native-2.0.0.GA withJDK1.4.13