From: Marc G. <mgu...@ya...> - 2005-07-20 14:43:52
|
Salut Guillaume, There are many nested XNIException and InvocationTargetException. Walking it up it appears that the root cause is: --- java.lang.LinkageError: loader constraints violated when linking org/w3c/dom/Node class at com.gargoylesoftware.htmlunit.javascript.configuration.JavaScriptConfiguration.buildUsageMap(JavaScriptConfiguration.java:268) at com.gargoylesoftware.htmlunit.javascript.configuration.JavaScriptConfiguration.<init>(JavaScriptConfiguration.java:108) at com.gargoylesoftware.htmlunit.javascript.configuration.JavaScriptConfiguration.getInstance(JavaScriptConfiguration.java:201) at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine.getPageInfo(JavaScriptEngine.java:155) ... --- Removing the xmlParserAPIs dependency seems to solve the problem. I don't have time to do more investigations. If you need more help, please contact me privately. Marc. Guillaume Lederrey wrote: > On 7/20/05, Marc Guillemot <mgu...@ya...> wrote: > >>it works: it fails ;-) >> >>Quite strange. I'll try to investigate it. >> > > > > Thanks a lot ! > > Guillaume > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click > _______________________________________________ > Htmlunit-user mailing list > Htm...@li... > https://lists.sourceforge.net/lists/listinfo/htmlunit-user > |