Whenever I redeploy my application to JBoss 3.2.3/Tomcat the struts config file fails 
to parse and the struts web portion of the app stops responding.  This effectively 
forces me to restart jboss everytime I deploy. 

Anybody else seeing this/solved this?

Here's a snip of my exception:

2004-05-20 10:56:03,690 DEBUG [org.apache.struts.action.ActionServlet] Initializing 
module path '' configuration from '/WEB-INF/struts-config.xml'
2004-05-20 10:56:03,910 ERROR [org.apache.commons.digester.Digester] Begin event threw 
exception
java.lang.reflect.InvocationTargetException
        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:324)
        at 
org.apache.commons.beanutils.PropertyUtils.setSimpleProperty(PropertyUtils.java:1789)
        at 
org.apache.commons.beanutils.PropertyUtils.setNestedProperty(PropertyUtils.java:1684)
        at 
org.apache.commons.beanutils.PropertyUtils.setProperty(PropertyUtils.java:1713)
.
.
.
        at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:201)
        at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:212)
        at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:191)
Caused by: java.lang.LinkageError: loader constraints violated when linking 
org/apache/struts/action/ActionMapping class
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:141)
        at org.apache.struts.config.FormBeanConfig.class$(FormBeanConfig.java:190)
        at org.apache.struts.config.FormBeanConfig.setType(FormBeanConfig.java:190)
        ... 55 more
2004-05-20 10:56:03,920 DEBUG [org.apache.struts.util.PropertyMessageResources] 
getMessage(en_US,configParse)
2004-05-20 10:56:03,920 DEBUG [org.apache.struts.util.PropertyMessageResources] 
loadLocale(en_US)


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

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


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to