You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Vjeran Marcinko <vj...@tis.hr> on 2004/06/18 10:48:24 UTC

JAR/logging collision inside JBoss (jakarta-ORO)?

Hi folks.

Although it seems it doesn't effect sole application, I get ugly messages in
JBoss log files when my tapestry-app's war is deployed in it. Standalone
Tomcat doesn't have this problem. Did anyone have similar problems ?
Possible solutions ?
It seems there is some problem with jakarta-ORO or logging :

10:28:27,031 INFO
org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:627) - Starting
deployment of package:
file:/E:/cvs/base.mgw/3rdparty/jboss-3.2.3/server/mgw/deploy/myapp.war

10:28:30,593 ERROR
org.jboss.web.tomcat.Log4jLogger.log(Log4jLogger.java:216) -
SingleSignOnContextConfig[/mgw-console] Exception processing JAR at resource
path /WEB-INF/lib/jakarta-oro-2.0.6.jar

javax.servlet.ServletException: Exception processing JAR at resource path
/WEB-INF/lib/jakarta-oro-2.0.6.jar

 at
org.jboss.web.tomcat.tc4.SingleSignOnContextConfig.tldScanJar(SingleSignOnCo
ntextConfig.java:1074)

 at
org.jboss.web.tomcat.tc4.SingleSignOnContextConfig.tldScan(SingleSignOnConte
xtConfig.java:999)

-Vjeran


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: JAR/logging collision inside JBoss (jakarta-ORO)?

Posted by Bryan Lewis <br...@maine.rr.com>.
This sounds like the usual "jar hell".  Did you install a new package
recently?  For example, when I added Cayenne to my JBoss+Tomcat+Tapestry
setup, I had to figure out the conflicts (fortunately Tapestry and Cayenne
are good about documenting what they use) and remove the offending jars.
Among the offenders were commons-logging and jakarta-oro.  Don't forget to
look at the somewhat hidden jars in the directory
jboss/server/default/deploy/jbossweb-tomcat.sar; I had to remove
commons-logging from there too.


----- Original Message ----- 
From: "Vjeran Marcinko" <vj...@tis.hr>
To: <ta...@jakarta.apache.org>
Sent: Friday, June 18, 2004 4:48 AM
Subject: JAR/logging collision inside JBoss (jakarta-ORO)?


> Hi folks.
>
> Although it seems it doesn't effect sole application, I get ugly messages
in
> JBoss log files when my tapestry-app's war is deployed in it. Standalone
> Tomcat doesn't have this problem. Did anyone have similar problems ?
> Possible solutions ?
> It seems there is some problem with jakarta-ORO or logging :
>
> 10:28:27,031 INFO
> org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:627) - Starting
> deployment of package:
> file:/E:/cvs/base.mgw/3rdparty/jboss-3.2.3/server/mgw/deploy/myapp.war
>
> 10:28:30,593 ERROR
> org.jboss.web.tomcat.Log4jLogger.log(Log4jLogger.java:216) -
> SingleSignOnContextConfig[/mgw-console] Exception processing JAR at
resource
> path /WEB-INF/lib/jakarta-oro-2.0.6.jar
>
> javax.servlet.ServletException: Exception processing JAR at resource path
> /WEB-INF/lib/jakarta-oro-2.0.6.jar
>
>  at
>
org.jboss.web.tomcat.tc4.SingleSignOnContextConfig.tldScanJar(SingleSignOnCo
> ntextConfig.java:1074)
>
>  at
>
org.jboss.web.tomcat.tc4.SingleSignOnContextConfig.tldScan(SingleSignOnConte
> xtConfig.java:999)
>
> -Vjeran
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org