|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
XML runtime not availablei'm curious what this exception means.
its a problem with a xml lib in the classpath, wrong version? Caused by: net.sourceforge.htmlunit.corejs.javascript.EvaluatorException: XML runtime not available (http://www.fh-krems.ac.at/portal_javascripts/imcFHkrems/ploneScripts6467.js#82(eval)#1(eval)#1) at com.gargoylesoftware.htmlunit.javascript.StrictErrorReporter.runtimeError(StrictErrorReporter.java:93) at net.sourceforge.htmlunit.corejs.javascript.Context.reportRuntimeError(Context.java:953) at net.sourceforge.htmlunit.corejs.javascript.Context.reportRuntimeError(Context.java:1009) at net.sourceforge.htmlunit.corejs.javascript.xml.XMLLib.extractFromScope(XMLLib.java:91) at net.sourceforge.htmlunit.corejs.javascript.ScriptRuntime.currentXMLLib(ScriptRuntime.java:3790) it happens, when i access http://www.fh-krems.ac.at/news-presse/news/2009/marshall-plan-scholarship-program-mps-between-austria-and-the-us/view regards reinhard ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Htmlunit-user mailing list Htmlunit-user@... https://lists.sourceforge.net/lists/listinfo/htmlunit-user |
|
|
Re: XML runtime not availableHi,
I guess that some libraries are missing for XML support in JS. Can you open an issue for that? Cheers, Marc. reinhard schwab a écrit : > i'm curious what this exception means. > its a problem with a xml lib in the classpath, wrong version? > > Caused by: > net.sourceforge.htmlunit.corejs.javascript.EvaluatorException: XML > runtime not available > (http://www.fh-krems.ac.at/portal_javascripts/imcFHkrems/ploneScripts6467.js#82(eval)#1(eval)#1) > at > com.gargoylesoftware.htmlunit.javascript.StrictErrorReporter.runtimeError(StrictErrorReporter.java:93) > at > net.sourceforge.htmlunit.corejs.javascript.Context.reportRuntimeError(Context.java:953) > at > net.sourceforge.htmlunit.corejs.javascript.Context.reportRuntimeError(Context.java:1009) > at > net.sourceforge.htmlunit.corejs.javascript.xml.XMLLib.extractFromScope(XMLLib.java:91) > at > net.sourceforge.htmlunit.corejs.javascript.ScriptRuntime.currentXMLLib(ScriptRuntime.java:3790) > > it happens, when i access > http://www.fh-krems.ac.at/news-presse/news/2009/marshall-plan-scholarship-program-mps-between-austria-and-the-us/view > > regards > reinhard > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Htmlunit-user mailing list > Htmlunit-user@... > https://lists.sourceforge.net/lists/listinfo/htmlunit-user > ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Htmlunit-user mailing list Htmlunit-user@... https://lists.sourceforge.net/lists/listinfo/htmlunit-user |
|
|
Re: XML runtime not availabledone.
https://sourceforge.net/tracker/?func=detail&aid=2881627&group_id=47038&atid=448266 i have also looked into the rhino code to guess what it is. are the rhino patches available or only the binaries of the patched rhino? regards reinhard Marc Guillemot schrieb: > Hi, > > I guess that some libraries are missing for XML support in JS. Can you > open an issue for that? > > Cheers, > Marc. > > reinhard schwab a écrit : > >> i'm curious what this exception means. >> its a problem with a xml lib in the classpath, wrong version? >> >> Caused by: >> net.sourceforge.htmlunit.corejs.javascript.EvaluatorException: XML >> runtime not available >> (http://www.fh-krems.ac.at/portal_javascripts/imcFHkrems/ploneScripts6467.js#82(eval)#1(eval)#1) >> at >> com.gargoylesoftware.htmlunit.javascript.StrictErrorReporter.runtimeError(StrictErrorReporter.java:93) >> at >> net.sourceforge.htmlunit.corejs.javascript.Context.reportRuntimeError(Context.java:953) >> at >> net.sourceforge.htmlunit.corejs.javascript.Context.reportRuntimeError(Context.java:1009) >> at >> net.sourceforge.htmlunit.corejs.javascript.xml.XMLLib.extractFromScope(XMLLib.java:91) >> at >> net.sourceforge.htmlunit.corejs.javascript.ScriptRuntime.currentXMLLib(ScriptRuntime.java:3790) >> >> it happens, when i access >> http://www.fh-krems.ac.at/news-presse/news/2009/marshall-plan-scholarship-program-mps-between-austria-and-the-us/view >> >> regards >> reinhard >> >> ------------------------------------------------------------------------------ >> Come build with us! The BlackBerry(R) Developer Conference in SF, CA >> is the only developer event you need to attend this year. Jumpstart your >> developing skills, take BlackBerry mobile applications to market and stay >> ahead of the curve. Join us from November 9 - 12, 2009. Register now! >> http://p.sf.net/sfu/devconference >> _______________________________________________ >> Htmlunit-user mailing list >> Htmlunit-user@... >> https://lists.sourceforge.net/lists/listinfo/htmlunit-user >> >> > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Htmlunit-user mailing list > Htmlunit-user@... > https://lists.sourceforge.net/lists/listinfo/htmlunit-user > > ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Htmlunit-user mailing list Htmlunit-user@... https://lists.sourceforge.net/lists/listinfo/htmlunit-user |
|
|
Re: XML runtime not availableHi all,
This case is related to Regular Expressions, in which HtmlUnit incorrectly 'uncompresses' obfuscated JavaScript.
Attached is a lesser .html of the issue, you can post a bug report so it won't get lost.
Yours,
Ahmed ----Blog: http://asashour.blogspot.com From: Marc Guillemot <mguillemot@...> To: htmlunit-user@... Sent: Mon, October 19, 2009 11:14:29 AM Subject: Re: [Htmlunit-user] XML runtime not available Hi, I guess that some libraries are missing for XML support in JS. Can you open an issue for that? Cheers, Marc. reinhard schwab a écrit : > i'm curious what this exception means. > its a problem with a xml lib in the classpath, wrong version? > > Caused by: > net.sourceforge.htmlunit.corejs.javascript.EvaluatorException: XML > runtime not available > (http://www.fh-krems.ac.at/portal_javascripts/imcFHkrems/ploneScripts6467.js#82(eval)#1(eval)#1) > at > com.gargoylesoftware.htmlunit.javascript.StrictErrorReporter.runtimeError(StrictErrorReporter.java:93) > at > net.sourceforge.htmlunit.corejs.javascript.Context.reportRuntimeError(Context.java:953) > at > net.sourceforge.htmlunit.corejs.javascript.Context.reportRuntimeError(Context.java:1009) > at > net.sourceforge.htmlunit.corejs.javascript.xml.XMLLib.extractFromScope(XMLLib.java:91) > at > net.sourceforge.htmlunit.corejs.javascript.ScriptRuntime.currentXMLLib(ScriptRuntime.java:3790) > > it happens, when i access > http://www.fh-krems.ac.at/news-presse/news/2009/marshall-plan-scholarship-program-mps-between-austria-and-the-us/view > > regards > reinhard > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Htmlunit-user mailing list > Htmlunit-user@... > https://lists.sourceforge.net/lists/listinfo/htmlunit-user > ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Htmlunit-user mailing list Htmlunit-user@... https://lists.sourceforge.net/lists/listinfo/htmlunit-user ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Htmlunit-user mailing list Htmlunit-user@... https://lists.sourceforge.net/lists/listinfo/htmlunit-user |
| Free embeddable forum powered by Nabble | Forum Help |