From: Parham, C. <cp...@bi...> - 2015-07-08 19:35:59
|
Hi Ahmed, I pulled down the snapshot but the behavior has not changed. I’m still getting the same error. I opened the project snapshot JAR and confirmed it is today’s build: #Wed Jul 08 19:41:48 CEST 2015 Any idea why it’s not working? Thanks. ======= EXCEPTION START ======== Exception class=[net.sourceforge.htmlunit.corejs.javascript.JavaScriptException] com.gargoylesoftware.htmlunit.ScriptException: TypeError: Cannot call method "match" of undefined (http://showcase.richfaces.org/org.richfaces.resources/javax.faces.resource/org.richfaces.staticResource/4.5.7.Final/PackedCompressed/packed/packed.js;jsessionid=0Qn0nClT48OK5secsCIrJYSZ#2639) at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine$HtmlUnitContextAction.run(JavaScriptEngine.java:864) at net.sourceforge.htmlunit.corejs.javascript.Context.call(Context.java:628) at net.sourceforge.htmlunit.corejs.javascript.ContextFactory.call(ContextFactory.java:513) at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine.callFunction(JavaScriptEngine.java:795) at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine.callFunction(JavaScriptEngine.java:767) at com.gargoylesoftware.htmlunit.html.HtmlPage.executeJavaScriptFunctionIfPossible(HtmlPage.java:1025) at com.gargoylesoftware.htmlunit.javascript.host.event.EventListenersContainer.executeEventListeners(EventListenersContainer.java:198) at com.gargoylesoftware.htmlunit.javascript.host.event.EventListenersContainer.executeBubblingListeners(EventListenersContainer.java:261) at com.gargoylesoftware.htmlunit.javascript.host.event.EventTarget.fireEvent(EventTarget.java:190) at com.gargoylesoftware.htmlunit.html.DomElement$2.run(DomElement.java:1159) at net.sourceforge.htmlunit.corejs.javascript.Context.call(Context.java:628) at net.sourceforge.htmlunit.corejs.javascript.ContextFactory.call(ContextFactory.java:513) at com.gargoylesoftware.htmlunit.html.DomElement.fireEvent(DomElement.java:1164) at com.gargoylesoftware.htmlunit.html.DomElement.fireEvent(DomElement.java:1132) at com.gargoylesoftware.htmlunit.html.HtmlInput.executeOnChangeHandlerIfAppropriate(HtmlInput.java:511) at com.gargoylesoftware.htmlunit.html.HtmlInput.setValueAttribute(HtmlInput.java:98) at myTests.HTMLUnitTestCase.testRichFacesFileUpload(HTMLUnitTestCase.java:19) … at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192) Caused by: net.sourceforge.htmlunit.corejs.javascript.JavaScriptException: TypeError: Cannot call method "match" of undefined (http://showcase.richfaces.org/org.richfaces.resources/javax.faces.resource/org.richfaces.staticResource/4.5.7.Final/PackedCompressed/packed/packed.js;jsessionid=0Qn0nClT48OK5secsCIrJYSZ#2639) at net.sourceforge.htmlunit.corejs.javascript.Interpreter.interpretLoop(Interpreter.java:1006) at net.sourceforge.htmlunit.corejs.javascript.Interpreter.interpret(Interpreter.java:798) at net.sourceforge.htmlunit.corejs.javascript.InterpretedFunction.call(InterpretedFunction.java:105) at net.sourceforge.htmlunit.corejs.javascript.ContextFactory.doTopCall(ContextFactory.java:411) at com.gargoylesoftware.htmlunit.javascript.HtmlUnitContextFactory.doTopCall(HtmlUnitContextFactory.java:310) at net.sourceforge.htmlunit.corejs.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3286) at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine$4.doRun(JavaScriptEngine.java:788) at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine$HtmlUnitContextAction.run(JavaScriptEngine.java:849) ... 39 more JavaScriptException value = TypeError: Cannot call method "match" of undefined == CALLING JAVASCRIPT == function (e) { return typeof jQuery !== strundefined && (!e || jQuery.event.triggered !== e.type) ? jQuery.event.dispatch.apply(eventHandle.elem, arguments) : undefined; } ======= EXCEPTION END ======== ________________________________ The contents contained herein may contain confidential information. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, printing or action taken on the contents is strictly prohibited. If you have received this email in error, please notify the sender immediately and delete this message. |