You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by leptogenesis <cd...@andrew.cmu.edu> on 2007/12/01 19:52:43 UTC

org.apache.xerces.parsers.XML11Configuration cannot be cast to org.apache.xerces.xni.parser.XMLParserConfiguration

Hello everyone,

I'm trying to deploy a struts2/spring/hibernate application using netbeans. 
This application worked before...then I upgraded a few of the jars in the
project and rewrote some minor portions of my struts.xml file.  Now it
refuses to load struts.xml.  I'm using xerces 2.9.1, recently downloaded
from the site.  Any ideas on what the problem might be?  Is the problem with
xerces or struts?

Here's the relevant log output:
--------------------------------------------------------------
Dec 1, 2007 6:45:58 PM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring root WebApplicationContext
Dec 1, 2007 6:46:02 PM org.apache.catalina.core.StandardContext filterStart
SEVERE: Exception starting filter Struts2
Caught exception while loading file struts-default.xml - [unknown location]
        at
com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.loadConfigurationFiles(XmlConfigurationProvider.java:839)
        at
com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.loadDocuments(XmlConfigurationProvider.java:131)
        at
com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.init(XmlConfigurationProvider.java:100)
        at
com.opensymphony.xwork2.config.impl.DefaultConfiguration.reload(DefaultConfiguration.java:130)
        at
com.opensymphony.xwork2.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:52)
        at
org.apache.struts2.dispatcher.Dispatcher.init_PreloadConfiguration(Dispatcher.java:395)
        at
org.apache.struts2.dispatcher.Dispatcher.init(Dispatcher.java:452)
        at
org.apache.struts2.dispatcher.FilterDispatcher.init(FilterDispatcher.java:201)
        at
org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:275)
        at
org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(ApplicationFilterConfig.java:397)
        at
org.apache.catalina.core.ApplicationFilterConfig.<init>(ApplicationFilterConfig.java:108)
        at
org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:3696)
        at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4343)
        at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
        at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
        at
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525)
        at
org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:626)
        at
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:511)
        at
org.apache.catalina.startup.HostConfig.check(HostConfig.java:1220)
        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:597)
        at
org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297)
        at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
        at
com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
        at
org.apache.catalina.manager.ManagerServlet.check(ManagerServlet.java:1458)
        at
org.apache.catalina.manager.ManagerServlet.deploy(ManagerServlet.java:820)
        at
org.apache.catalina.manager.ManagerServlet.doGet(ManagerServlet.java:348)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at
org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:196)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
        at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
        at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
        at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
        at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
        at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
        at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
        at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
        at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:584)
        at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
        at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.ClassCastException:
org.apache.xerces.parsers.XIncludeAwareParserConfiguration cannot be cast to
org.apache.xerces.xni.parser.XMLParserConfiguration
        at org.apache.xerces.parsers.DOMParser.<init>(Unknown Source)
        at org.apache.xerces.parsers.DOMParser.<init>(Unknown Source)
        at org.apache.xerces.jaxp.DocumentBuilderImpl.<init>(Unknown Source)
        at
org.apache.xerces.jaxp.DocumentBuilderFactoryImpl.newDocumentBuilder(Unknown
Source)
        at
com.sun.org.apache.xalan.internal.xsltc.trax.SAX2DOM.<init>(SAX2DOM.java:69)
        at
com.sun.org.apache.xalan.internal.xsltc.runtime.output.TransletOutputHandlerFactory.getSerializationHandler(TransletOutputHandlerFactory.java:187)
        at
com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.getOutputHandler(TransformerImpl.java:392)
        at
com.sun.org.apache.xalan.internal.xsltc.trax.TransformerHandlerImpl.setResult(TransformerHandlerImpl.java:137)
        at
com.opensymphony.xwork2.util.DomHelper$DOMBuilder.setup(DomHelper.java:213)
        at
com.opensymphony.xwork2.util.DomHelper$DOMBuilder.<init>(DomHelper.java:198)
        at
com.opensymphony.xwork2.util.DomHelper$DOMBuilder.<init>(DomHelper.java:189)
        at
com.opensymphony.xwork2.util.DomHelper$DOMBuilder.<init>(DomHelper.java:175)
        at com.opensymphony.xwork2.util.DomHelper.parse(DomHelper.java:115)
        at
com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.loadConfigurationFiles(XmlConfigurationProvider.java:830)
        ... 46 more
Dec 1, 2007 6:46:02 PM org.apache.catalina.core.ApplicationContext log
INFO: Closing Spring root WebApplicationContext
Dec 1, 2007 6:46:03 PM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring root WebApplicationContext
Dec 1, 2007 6:46:06 PM org.apache.catalina.core.StandardContext filterStart
SEVERE: Exception starting filter Struts2
Caught exception while loading file struts-default.xml - [unknown location]
        at
com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.loadConfigurationFiles(XmlConfigurationProvider.java:839)
        at
com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.loadDocuments(XmlConfigurationProvider.java:131)
        at
com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.init(XmlConfigurationProvider.java:100)
        at
com.opensymphony.xwork2.config.impl.DefaultConfiguration.reload(DefaultConfiguration.java:130)
        at
com.opensymphony.xwork2.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:52)
        at
org.apache.struts2.dispatcher.Dispatcher.init_PreloadConfiguration(Dispatcher.java:395)
        at
org.apache.struts2.dispatcher.Dispatcher.init(Dispatcher.java:452)
        at
org.apache.struts2.dispatcher.FilterDispatcher.init(FilterDispatcher.java:201)
        at
org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:275)
        at
org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(ApplicationFilterConfig.java:397)
        at
org.apache.catalina.core.ApplicationFilterConfig.<init>(ApplicationFilterConfig.java:108)
        at
org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:3696)
        at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4343)
        at
org.apache.catalina.manager.ManagerServlet.start(ManagerServlet.java:1237)
        at
org.apache.catalina.manager.ManagerServlet.doGet(ManagerServlet.java:373)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at
org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:196)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
        at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
        at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
        at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
        at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
        at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
        at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
        at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
        at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:584)
        at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
        at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.ClassCastException:
org.apache.xerces.parsers.XIncludeAwareParserConfiguration cannot be cast to
org.apache.xerces.xni.parser.XMLParserConfiguration
        at org.apache.xerces.parsers.DOMParser.<init>(Unknown Source)
        at org.apache.xerces.parsers.DOMParser.<init>(Unknown Source)
        at org.apache.xerces.jaxp.DocumentBuilderImpl.<init>(Unknown Source)
        at
org.apache.xerces.jaxp.DocumentBuilderFactoryImpl.newDocumentBuilder(Unknown
Source)
        at
com.sun.org.apache.xalan.internal.xsltc.trax.SAX2DOM.<init>(SAX2DOM.java:69)
        at
com.sun.org.apache.xalan.internal.xsltc.runtime.output.TransletOutputHandlerFactory.getSerializationHandler(TransletOutputHandlerFactory.java:187)
        at
com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.getOutputHandler(TransformerImpl.java:392)
        at
com.sun.org.apache.xalan.internal.xsltc.trax.TransformerHandlerImpl.setResult(TransformerHandlerImpl.java:137)
        at
com.opensymphony.xwork2.util.DomHelper$DOMBuilder.setup(DomHelper.java:213)
        at
com.opensymphony.xwork2.util.DomHelper$DOMBuilder.<init>(DomHelper.java:198)
        at
com.opensymphony.xwork2.util.DomHelper$DOMBuilder.<init>(DomHelper.java:189)
        at
com.opensymphony.xwork2.util.DomHelper$DOMBuilder.<init>(DomHelper.java:175)
        at com.opensymphony.xwork2.util.DomHelper.parse(DomHelper.java:115)
        at
com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.loadConfigurationFiles(XmlConfigurationProvider.java:830)
        ... 32 more
Dec 1, 2007 6:46:06 PM org.apache.catalina.core.ApplicationContext log
INFO: Closing Spring root WebApplicationContext
--------------------------------------------------------------
-- 
View this message in context: http://www.nabble.com/org.apache.xerces.parsers.XML11Configuration-cannot-be-cast-to-org.apache.xerces.xni.parser.XMLParserConfiguration-tf4929185.html#a14108368
Sent from the Xerces - J - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: j-users-unsubscribe@xerces.apache.org
For additional commands, e-mail: j-users-help@xerces.apache.org


Re: org.apache.xerces.parsers.XML11Configuration cannot be cast to org.apache.xerces.xni.parser.XMLParserConfiguration

Posted by Carl Doersch <cd...@andrew.cmu.edu>.
It's not as easy as I thought...I've discovered that the only way to deploy
my project is to restart netbeans, do a clean and build, and then do
undeploy and deploy.  This is very frustrating...I don't want to go through
all that each time I need do a redeploy.  Does anyone have any suggestions?  


Carl Doersch wrote:
> 
> After a few hours of fiddling around with things, I eventually checked out
> an earlier (working) version of my project and discovered that the problem
> had appeared with that version too.  
> 
> So, I restarted netbeans and the problem disappeared.  I think it may have
> had something to do with this bug:
> 
> http://issues.apache.org/bugzilla/show_bug.cgi?id=38732
> 
> Seems like the sort of thing that appears only once in a while...
> 
> 

-- 
View this message in context: http://www.nabble.com/org.apache.xerces.parsers.XML11Configuration-cannot-be-cast-to-org.apache.xerces.xni.parser.XMLParserConfiguration-tf4929185.html#a14118504
Sent from the Xerces - J - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: j-users-unsubscribe@xerces.apache.org
For additional commands, e-mail: j-users-help@xerces.apache.org


Re: org.apache.xerces.parsers.XML11Configuration cannot be cast to org.apache.xerces.xni.parser.XMLParserConfiguration

Posted by goodfun <go...@126.com>.
After I  restarted myeclipse, the exception disappeared.
I tried deploying and redeploying my project times and make sure that the
exception has gone.
i think when i remove the xerce jar form build path in eclipse,it wasn't
really removed.
there is always weird things with ide.
I’m sorry to bother you.






goodfun wrote:
> 
> hello,
> I met the exactly same problem with myeclipse6,
> when I use ' run as myeclipse server application' ,
> the tomcat server6 starts successfully and the project works,
> then i redeploy the project ,the exception apperas. 
> i remove the xerce jar from my project as you said but unfortunately the
> exception remains.
> 
> 
> Someone else  meets this problem also, but situation differs. See
> http://www.mail-archive.com/dev@tomcat.apache.org/msg24296.html
> 
> I tried to depoy a single struts-application in tomcat server, but that
> doesn't work.
> 
> I am confused about this. 
> 
> Any ideas on how to deal with this? 
> 
> thank you .
> 
> I am really sorry for resending this mail :(
> 
> 
> 
> Carl Doersch wrote:
>> 
>> Thanks for the reply.  That FAQ was a big help - it turns out there was a
>> conflict between tomcat's internal XML parser and the xerces I was using
>> inside my project.  I removed the xerces jar from my project a little
>> while ago, and I haven't seen the exception since then.  
>> 
>> 
>> Michael Glavassevich wrote:
>>> 
>>> Hi Carl,
>>> 
>>> Every time I've seen such an error it's been a ClassLoader problem. I
>>> don't
>>> know anything about Netbeans but we have an FAQ [1] for a similar issue
>>> with WebSphere. It points to an article which might give you some clues
>>> on
>>> what might be happening.
>>> 
>>> Thanks.
>>> 
>>> [1] http://xerces.apache.org/xerces2-j/faq-general.html#faq-5
>>> 
>>> Michael Glavassevich
>>> XML Parser Development
>>> IBM Toronto Lab
>>> E-mail: mrglavas@ca.ibm.com
>>> E-mail: mrglavas@apache.org
>>> 
>>> 
>>> 
>> 
>> 
> 
> 

-- 
View this message in context: http://www.nabble.com/org.apache.xerces.parsers.XML11Configuration-cannot-be-cast-to-org.apache.xerces.xni.parser.XMLParserConfiguration-tp14108368p16763206.html
Sent from the Xerces - J - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: j-users-unsubscribe@xerces.apache.org
For additional commands, e-mail: j-users-help@xerces.apache.org


Re: org.apache.xerces.parsers.XML11Configuration cannot be cast to org.apache.xerces.xni.parser.XMLParserConfiguration

Posted by goodfun <go...@126.com>.
hello,
I met the exactly same problem with myeclipse6,
when I use ' run as myeclipse server application' ,
the tomcat server6 starts successfully and the project works,
then i redeploy the project ,the exception apperas. 
i remove the xerce jar from my project as you said but unfortunately the
exception remains.


Someone else  meets this problem also, but situation differs. See
http://www.mail-archive.com/dev@tomcat.apache.org/msg24296.html

I tried depoy a single struts-application in tomcat server, but that doesn't
work.

i am confused about this. 

thank you .


Carl Doersch wrote:
> 
> Thanks for the reply.  That FAQ was a big help - it turns out there was a
> conflict between tomcat's internal XML parser and the xerces I was using
> inside my project.  I removed the xerces jar from my project a little
> while ago, and I haven't seen the exception since then.  
> 
> 
> Michael Glavassevich wrote:
>> 
>> Hi Carl,
>> 
>> Every time I've seen such an error it's been a ClassLoader problem. I
>> don't
>> know anything about Netbeans but we have an FAQ [1] for a similar issue
>> with WebSphere. It points to an article which might give you some clues
>> on
>> what might be happening.
>> 
>> Thanks.
>> 
>> [1] http://xerces.apache.org/xerces2-j/faq-general.html#faq-5
>> 
>> Michael Glavassevich
>> XML Parser Development
>> IBM Toronto Lab
>> E-mail: mrglavas@ca.ibm.com
>> E-mail: mrglavas@apache.org
>> 
>> 
>> 
> 
> 

-- 
View this message in context: http://www.nabble.com/org.apache.xerces.parsers.XML11Configuration-cannot-be-cast-to-org.apache.xerces.xni.parser.XMLParserConfiguration-tp14108368p16761895.html
Sent from the Xerces - J - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: j-users-unsubscribe@xerces.apache.org
For additional commands, e-mail: j-users-help@xerces.apache.org


Re: org.apache.xerces.parsers.XML11Configuration cannot be cast to org.apache.xerces.xni.parser.XMLParserConfiguration

Posted by Carl Doersch <cd...@andrew.cmu.edu>.
Thanks for the reply.  That FAQ was a big help - it turns out there was a
conflict between tomcat's internal XML parser and the xerces I was using
inside my project.  I removed the xerces jar from my project a little while
ago, and I haven't seen the exception since then.  


Michael Glavassevich wrote:
> 
> Hi Carl,
> 
> Every time I've seen such an error it's been a ClassLoader problem. I
> don't
> know anything about Netbeans but we have an FAQ [1] for a similar issue
> with WebSphere. It points to an article which might give you some clues on
> what might be happening.
> 
> Thanks.
> 
> [1] http://xerces.apache.org/xerces2-j/faq-general.html#faq-5
> 
> Michael Glavassevich
> XML Parser Development
> IBM Toronto Lab
> E-mail: mrglavas@ca.ibm.com
> E-mail: mrglavas@apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/org.apache.xerces.parsers.XML11Configuration-cannot-be-cast-to-org.apache.xerces.xni.parser.XMLParserConfiguration-tf4929185.html#a14229963
Sent from the Xerces - J - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: j-users-unsubscribe@xerces.apache.org
For additional commands, e-mail: j-users-help@xerces.apache.org


Re: org.apache.xerces.parsers.XML11Configuration cannot be cast to org.apache.xerces.xni.parser.XMLParserConfiguration

Posted by Michael Glavassevich <mr...@ca.ibm.com>.
Hi Carl,

Every time I've seen such an error it's been a ClassLoader problem. I don't
know anything about Netbeans but we have an FAQ [1] for a similar issue
with WebSphere. It points to an article which might give you some clues on
what might be happening.

Thanks.

[1] http://xerces.apache.org/xerces2-j/faq-general.html#faq-5

Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: mrglavas@ca.ibm.com
E-mail: mrglavas@apache.org

Carl Doersch <cd...@andrew.cmu.edu> wrote on 12/01/2007 05:11:07 PM:

> After a few hours of fiddling around with things, I eventually checked
out an
> earlier (working) version of my project and discovered that the problem
had
> appeared with that version too.
>
> So, I restarted netbeans and the problem disappeared.  I think it may
have
> had something to do with this bug:
>
> http://issues.apache.org/bugzilla/show_bug.cgi?id=38732
>
> Seems like the sort of thing that appears only once in a while...
>
> Carl Doersch wrote:
> >
> > Hello everyone,
> >
> > I'm trying to deploy a struts2/spring/hibernate application using
> > netbeans.  This application worked before...then I upgraded a few of
the
> > jars in the project and rewrote some minor portions of my struts.xml
file.
> > Now it refuses to load struts.xml.  I'm using xerces 2.9.1, recently
> > downloaded from the site.  Any ideas on what the problem might be?  Is
the
> > problem with xerces or struts?
> >
> > Here's the relevant log output:
> > --------------------------------------------------------------
> > <snip>
> > --------------------------------------------------------------
> >
>
> --
> View this message in context: http://www.nabble.com/org.apache.
> xerces.parsers.XML11Configuration-cannot-be-cast-to-org.apache.
> xerces.xni.parser.XMLParserConfiguration-tf4929185.html#a14110200
> Sent from the Xerces - J - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: j-users-unsubscribe@xerces.apache.org
> For additional commands, e-mail: j-users-help@xerces.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: j-users-unsubscribe@xerces.apache.org
For additional commands, e-mail: j-users-help@xerces.apache.org


Re: org.apache.xerces.parsers.XML11Configuration cannot be cast to org.apache.xerces.xni.parser.XMLParserConfiguration

Posted by Carl Doersch <cd...@andrew.cmu.edu>.
After a few hours of fiddling around with things, I eventually checked out an
earlier (working) version of my project and discovered that the problem had
appeared with that version too.  

So, I restarted netbeans and the problem disappeared.  I think it may have
had something to do with this bug:

http://issues.apache.org/bugzilla/show_bug.cgi?id=38732

Seems like the sort of thing that appears only once in a while...

Carl Doersch wrote:
> 
> Hello everyone,
> 
> I'm trying to deploy a struts2/spring/hibernate application using
> netbeans.  This application worked before...then I upgraded a few of the
> jars in the project and rewrote some minor portions of my struts.xml file. 
> Now it refuses to load struts.xml.  I'm using xerces 2.9.1, recently
> downloaded from the site.  Any ideas on what the problem might be?  Is the
> problem with xerces or struts?
> 
> Here's the relevant log output:
> --------------------------------------------------------------
> <snip>
> --------------------------------------------------------------
> 

-- 
View this message in context: http://www.nabble.com/org.apache.xerces.parsers.XML11Configuration-cannot-be-cast-to-org.apache.xerces.xni.parser.XMLParserConfiguration-tf4929185.html#a14110200
Sent from the Xerces - J - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: j-users-unsubscribe@xerces.apache.org
For additional commands, e-mail: j-users-help@xerces.apache.org