On 7/7/05, Sher, Allen - BLS CTR <[EMAIL PROTECTED]> wrote:
> Got this stack trace while deploying my struts 1.2.7 app into WebLogic
> 8.1.4.
> It seems to relate to Digester complaining something about
> struts-config.xml.
> Adding Xerces 2.5 into the WAR file does not help.
> Can someone point a direction of where to look?
> Thanks.
> 
> 
> Jul 7, 2005 9:11:26 AM org.apache.commons.digester.Digester endElement
> SEVERE: End event threw exception
> java.lang.IllegalArgumentException: argument type mismatch
>         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.MethodUtils.invokeMethod(MethodUtils.java:216)
>         at org.apache.commons.digester.SetNextRule.end(SetNextRule.java:208)
>         at org.apache.commons.digester.Rule.end(Rule.java:228)
>         at

This sounds familiar, I know you've already posted your config file
(which BTW my setup seemed to think was valid) but what do you have on
your classpath? I seem to remember running into dependency issues
between xalan, xerces and commons-digester, i.e. I was using the wrong
version of one of the libraries.

Steve
-- 
"A witty saying proves nothing."  -- Voltaire

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to