From: stand4love <sta...@16...> - 2015-02-27 02:46:29
|
Error occurs when parsing the https://a.alipayobjects.com:443/authcenter/login/1.2.2/js/login.js page when open this page in htmlunit 2.16 snapshot: https://www.alipay.com/ Can anyone take a look at this ? And here is the exception stacktrace: com.gargoylesoftware.htmlunit.ScriptException: missing name after . operator (https://a.alipayobjects.com:443/authcenter/login/1.2.2/js/login.js#1) at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine$HtmlUnitContextAction.run(JavaScriptEngine.java:791) [htmlunit-2.16-SNAPSHOT.jar:2.16-SNAPSHOT] at net.sourceforge.htmlunit.corejs.javascript.Context.call(Context.java:606) [htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.ContextFactory.call(ContextFactory.java:540) [htmlunit-core-js-2.16-SNAPSHOT.jar:na] at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine.compile(JavaScriptEngine.java:631) [htmlunit-2.16-SNAPSHOT.jar:2.16-SNAPSHOT] at com.gargoylesoftware.htmlunit.html.HtmlPage.loadJavaScriptFromUrl(HtmlPage.java:1161) [htmlunit-2.16-SNAPSHOT.jar:2.16-SNAPSHOT] at com.gargoylesoftware.htmlunit.html.HtmlPage.loadExternalJavaScriptFile(HtmlPage.java:1049) [htmlunit-2.16-SNAPSHOT.jar:2.16-SNAPSHOT] at com.gargoylesoftware.htmlunit.html.HtmlScript.executeScriptIfNeeded(HtmlScript.java:395) [htmlunit-2.16-SNAPSHOT.jar:2.16-SNAPSHOT] at com.gargoylesoftware.htmlunit.html.HtmlScript$3.execute(HtmlScript.java:276) [htmlunit-2.16-SNAPSHOT.jar:2.16-SNAPSHOT] at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine.doProcessPostponedActions(JavaScriptEngine.java:836) [htmlunit-2.16-SNAPSHOT.jar:2.16-SNAPSHOT] at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine.access$500(JavaScriptEngine.java:98) [htmlunit-2.16-SNAPSHOT.jar:2.16-SNAPSHOT] at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine$HtmlUnitContextAction.run(JavaScriptEngine.java:786) [htmlunit-2.16-SNAPSHOT.jar:2.16-SNAPSHOT] at net.sourceforge.htmlunit.corejs.javascript.Context.call(Context.java:606) [htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.ContextFactory.call(ContextFactory.java:540) [htmlunit-core-js-2.16-SNAPSHOT.jar:na] at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine.execute(JavaScriptEngine.java:677) [htmlunit-2.16-SNAPSHOT.jar:2.16-SNAPSHOT] at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine.execute(JavaScriptEngine.java:652) [htmlunit-2.16-SNAPSHOT.jar:2.16-SNAPSHOT] at com.gargoylesoftware.htmlunit.html.HtmlPage.executeJavaScriptIfPossible(HtmlPage.java:969) [htmlunit-2.16-SNAPSHOT.jar:2.16-SNAPSHOT] at com.gargoylesoftware.htmlunit.html.HtmlScript.executeInlineScriptIfNeeded(HtmlScript.java:351) [htmlunit-2.16-SNAPSHOT.jar:2.16-SNAPSHOT] at com.gargoylesoftware.htmlunit.html.HtmlScript.executeScriptIfNeeded(HtmlScript.java:411) [htmlunit-2.16-SNAPSHOT.jar:2.16-SNAPSHOT] at com.gargoylesoftware.htmlunit.html.HtmlScript$3.execute(HtmlScript.java:276) [htmlunit-2.16-SNAPSHOT.jar:2.16-SNAPSHOT] at com.gargoylesoftware.htmlunit.html.HtmlScript.onAllChildrenAddedToPage(HtmlScript.java:290) [htmlunit-2.16-SNAPSHOT.jar:2.16-SNAPSHOT] at com.gargoylesoftware.htmlunit.html.HTMLParser$HtmlUnitDOMBuilder.endElement(HTMLParser.java:793) [htmlunit-2.16-SNAPSHOT.jar:2.16-SNAPSHOT] at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source) [xercesImpl-2.11.0.jar:na] at com.gargoylesoftware.htmlunit.html.HTMLParser$HtmlUnitDOMBuilder.endElement(HTMLParser.java:751) [htmlunit-2.16-SNAPSHOT.jar:2.16-SNAPSHOT] at org.cyberneko.html.HTMLTagBalancer.callEndElement(HTMLTagBalancer.java:1170) [nekohtml-1.9.21.jar:1.9.21] at org.cyberneko.html.HTMLTagBalancer.endElement(HTMLTagBalancer.java:1072) [nekohtml-1.9.21.jar:1.9.21] at org.cyberneko.html.filters.DefaultFilter.endElement(DefaultFilter.java:206) [nekohtml-1.9.21.jar:na] at org.cyberneko.html.filters.NamespaceBinder.endElement(NamespaceBinder.java:330) [nekohtml-1.9.21.jar:na] at org.cyberneko.html.HTMLScanner$ContentScanner.scanEndElement(HTMLScanner.java:3126) [nekohtml-1.9.21.jar:1.9.21] at org.cyberneko.html.HTMLScanner$ContentScanner.scan(HTMLScanner.java:2093) [nekohtml-1.9.21.jar:1.9.21] at org.cyberneko.html.HTMLScanner.scanDocument(HTMLScanner.java:920) [nekohtml-1.9.21.jar:1.9.21] at org.cyberneko.html.HTMLConfiguration.parse(HTMLConfiguration.java:499) [nekohtml-1.9.21.jar:1.9.21] at org.cyberneko.html.HTMLConfiguration.parse(HTMLConfiguration.java:452) [nekohtml-1.9.21.jar:1.9.21] at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) [xercesImpl-2.11.0.jar:na] at com.gargoylesoftware.htmlunit.html.HTMLParser$HtmlUnitDOMBuilder.parse(HTMLParser.java:1017) [htmlunit-2.16-SNAPSHOT.jar:2.16-SNAPSHOT] at com.gargoylesoftware.htmlunit.html.HTMLParser.parse(HTMLParser.java:248) [htmlunit-2.16-SNAPSHOT.jar:2.16-SNAPSHOT] at com.gargoylesoftware.htmlunit.html.HTMLParser.parseHtml(HTMLParser.java:194) [htmlunit-2.16-SNAPSHOT.jar:2.16-SNAPSHOT] at com.gargoylesoftware.htmlunit.DefaultPageCreator.createHtmlPage(DefaultPageCreator.java:268) [htmlunit-2.16-SNAPSHOT.jar:2.16-SNAPSHOT] at com.gargoylesoftware.htmlunit.DefaultPageCreator.createPage(DefaultPageCreator.java:156) [htmlunit-2.16-SNAPSHOT.jar:2.16-SNAPSHOT] at com.gargoylesoftware.htmlunit.WebClient.loadWebResponseInto(WebClient.java:471) [htmlunit-2.16-SNAPSHOT.jar:2.16-SNAPSHOT] at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:345) [htmlunit-2.16-SNAPSHOT.jar:2.16-SNAPSHOT] at com.gargoylesoftware.htmlunit.html.BaseFrameElement.loadInnerPageIfPossible(BaseFrameElement.java:184) [htmlunit-2.16-SNAPSHOT.jar:2.16-SNAPSHOT] at com.gargoylesoftware.htmlunit.html.BaseFrameElement.loadInnerPage(BaseFrameElement.java:122) [htmlunit-2.16-SNAPSHOT.jar:2.16-SNAPSHOT] at com.gargoylesoftware.htmlunit.html.HtmlPage.loadFrames(HtmlPage.java:1987) [htmlunit-2.16-SNAPSHOT.jar:2.16-SNAPSHOT] at com.gargoylesoftware.htmlunit.html.HtmlPage.initialize(HtmlPage.java:237) [htmlunit-2.16-SNAPSHOT.jar:2.16-SNAPSHOT] at com.gargoylesoftware.htmlunit.WebClient.loadWebResponseInto(WebClient.java:478) [htmlunit-2.16-SNAPSHOT.jar:2.16-SNAPSHOT] at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:345) [htmlunit-2.16-SNAPSHOT.jar:2.16-SNAPSHOT] at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:410) [htmlunit-2.16-SNAPSHOT.jar:2.16-SNAPSHOT] at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:395) [htmlunit-2.16-SNAPSHOT.jar:2.16-SNAPSHOT] at com.fenqiguanjia.usercrawler.crawlers.complex.TianMaoFenQiCrawler.tryLoginUser(TianMaoFenQiCrawler.java:74) [classes/:na] at com.fenqiguanjia.usercrawler.crawlers.BaseComplexCrawler.tryLoginUser(BaseComplexCrawler.java:59) [classes/:na] at com.fenqiguanjia.usercrawler.crawlers.BaseCrawler.crawlAccount(BaseCrawler.java:175) [classes/:na] at com.fenqiguanjia.usercrawler.webservices.impl.OrderBillCrawlerWebserviceImpl$1.call(OrderBillCrawlerWebserviceImpl.java:92) [classes/:na] at com.fenqiguanjia.usercrawler.webservices.impl.OrderBillCrawlerWebserviceImpl$1.call(OrderBillCrawlerWebserviceImpl.java:85) [classes/:na] at java.util.concurrent.FutureTask.run(FutureTask.java:262) [na:1.7.0_65] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [na:1.7.0_65] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [na:1.7.0_65] at java.lang.Thread.run(Thread.java:745) [na:1.7.0_65] Caused by: net.sourceforge.htmlunit.corejs.javascript.EvaluatorException: missing name after . operator (https://a.alipayobjects.com:443/authcenter/login/1.2.2/js/login.js#1) at com.gargoylesoftware.htmlunit.javascript.StrictErrorReporter.error(StrictErrorReporter.java:64) ~[htmlunit-2.16-SNAPSHOT.jar:2.16-SNAPSHOT] at net.sourceforge.htmlunit.corejs.javascript.Parser.addError(Parser.java:188) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.addError(Parser.java:166) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.reportError(Parser.java:223) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.reportError(Parser.java:210) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.reportError(Parser.java:203) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.propertyAccess(Parser.java:2637) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.memberExprTail(Parser.java:2497) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.memberExpr(Parser.java:2472) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.unaryExpr(Parser.java:2334) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.mulExpr(Parser.java:2259) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.addExpr(Parser.java:2243) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.shiftExpr(Parser.java:2224) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.relExpr(Parser.java:2199) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.eqExpr(Parser.java:2171) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.bitAndExpr(Parser.java:2160) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.bitXorExpr(Parser.java:2149) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.bitOrExpr(Parser.java:2138) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.andExpr(Parser.java:2127) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.orExpr(Parser.java:2116) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.condExpr(Parser.java:2080) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.assignExpr(Parser.java:2051) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.plainProperty(Parser.java:3338) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.objectLiteral(Parser.java:3220) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.primaryExpr(Parser.java:2797) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.memberExpr(Parser.java:2436) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.unaryExpr(Parser.java:2334) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.mulExpr(Parser.java:2259) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.addExpr(Parser.java:2243) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.shiftExpr(Parser.java:2224) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.relExpr(Parser.java:2199) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.eqExpr(Parser.java:2171) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.bitAndExpr(Parser.java:2160) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.bitXorExpr(Parser.java:2149) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.bitOrExpr(Parser.java:2138) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.andExpr(Parser.java:2127) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.orExpr(Parser.java:2116) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.condExpr(Parser.java:2080) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.assignExpr(Parser.java:2051) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.assignExpr(Parser.java:2062) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.expr(Parser.java:2039) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.nameOrLabel(Parser.java:1783) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.statementHelper(Parser.java:1050) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.statement(Parser.java:919) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.parseFunctionBody(Parser.java:645) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.function(Parser.java:813) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.primaryExpr(Parser.java:2791) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.memberExpr(Parser.java:2436) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.unaryExpr(Parser.java:2334) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.mulExpr(Parser.java:2259) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.addExpr(Parser.java:2243) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.shiftExpr(Parser.java:2224) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.relExpr(Parser.java:2199) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.eqExpr(Parser.java:2171) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.bitAndExpr(Parser.java:2160) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.bitXorExpr(Parser.java:2149) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.bitOrExpr(Parser.java:2138) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.andExpr(Parser.java:2127) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.orExpr(Parser.java:2116) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.condExpr(Parser.java:2080) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.assignExpr(Parser.java:2051) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.argumentList(Parser.java:2403) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.memberExprTail(Parser.java:2553) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.memberExpr(Parser.java:2472) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.unaryExpr(Parser.java:2334) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.mulExpr(Parser.java:2259) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.addExpr(Parser.java:2243) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.shiftExpr(Parser.java:2224) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.relExpr(Parser.java:2199) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.eqExpr(Parser.java:2171) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.bitAndExpr(Parser.java:2160) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.bitXorExpr(Parser.java:2149) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.bitOrExpr(Parser.java:2138) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.andExpr(Parser.java:2127) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.orExpr(Parser.java:2116) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.condExpr(Parser.java:2080) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.assignExpr(Parser.java:2051) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.expr(Parser.java:2030) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.nameOrLabel(Parser.java:1783) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.statementHelper(Parser.java:1050) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.statement(Parser.java:919) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.parse(Parser.java:551) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Parser.parse(Parser.java:478) ~[htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Context.compileImpl(Context.java:2465) [htmlunit-core-js-2.16-SNAPSHOT.jar:na] at net.sourceforge.htmlunit.corejs.javascript.Context.compileString(Context.java:1452) [htmlunit-core-js-2.16-SNAPSHOT.jar:na] at com.gargoylesoftware.htmlunit.javascript.HtmlUnitContextFactory$TimeoutContext.compileString(HtmlUnitContextFactory.java:201) ~[htmlunit-2.16-SNAPSHOT.jar:2.16-SNAPSHOT] at net.sourceforge.htmlunit.corejs.javascript.Context.compileString(Context.java:1441) [htmlunit-core-js-2.16-SNAPSHOT.jar:na] at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine$2.doRun(JavaScriptEngine.java:622) ~[htmlunit-2.16-SNAPSHOT.jar:2.16-SNAPSHOT] at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine$HtmlUnitContextAction.run(JavaScriptEngine.java:776) [htmlunit-2.16-SNAPSHOT.jar:2.16-SNAPSHOT] ... 56 common frames omitted 2015-02-27 stand4love |