Hi Henk,

welcome to the Java XML parser hell. You have multiple versions of xerces that are in the classpath and they don't work together. You should double check the jars that are available and only keep one.

Best regards,

Geert

On 18 Jul 2006, at 21:22, Henk wrote:

18-jul-2006 21:17:04 com.uwyn.rife.rep.participants.ParticipantSite initialize
Hi,

I' m migrating my app to 1.5 (before going to 1.6 because I want to try out the array properties), but the deployment of DWR gives some problems (see stacktrace below). Has something changed regarding DWR in Rife ?

Thanks

Henk

SEVERE: java.lang.IllegalAccessError: tried to access class org.apache.xerces.parsers.ObjectFactory from class org.apache.xerces.parsers.DOMParser
   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 org.directwebremoting.impl.DwrXmlConfigurator.setInputStream (DwrXmlConfigurator.java:126) at org.directwebremoting.impl.DwrXmlConfigurator.setClassResourceName (DwrXmlConfigurator.java:111) at com.uwyn.rife.engine.elements.DwrServiceDeployer.deploy (DwrServiceDeployer.java:125)
   at com.uwyn.rife.engine.ElementInfo.deploy(ElementInfo.java:280)
at com.uwyn.rife.engine.SiteBuilder.setupElements (SiteBuilder.java:982) at com.uwyn.rife.engine.SiteBuilder.setupData(SiteBuilder.java: 1610)
   at com.uwyn.rife.engine.SiteBuilder.finish(SiteBuilder.java:259)
   at com.uwyn.rife.engine.SiteBuilder.process(SiteBuilder.java:250)
at com.uwyn.rife.engine.SiteBuilder.setupSubsites (SiteBuilder.java:992) at com.uwyn.rife.engine.SiteBuilder.setupData(SiteBuilder.java: 1611)
   at com.uwyn.rife.engine.SiteBuilder.finish(SiteBuilder.java:259)
   at com.uwyn.rife.engine.SiteBuilder.process(SiteBuilder.java:250)
   at com.uwyn.rife.engine.SiteBuilder.getSite(SiteBuilder.java:176)
at com.uwyn.rife.rep.participants.ParticipantSite.initialize (ParticipantSite.java:36) at com.uwyn.rife.rep.BlockingParticipant.run (BlockingParticipant.java:252)
   at java.lang.Thread.run(Unknown Source)
_______________________________________________
Rife-users mailing list
[email protected]
http://lists.uwyn.com/mailman/listinfo/rife-users


--
Geert Bevin
Uwyn "Use what you need" - http://uwyn.com
RIFE Java application framework - http://rifers.org
Music and words - http://gbevin.com


_______________________________________________
Rife-users mailing list
[email protected]
http://lists.uwyn.com/mailman/listinfo/rife-users

Reply via email to