我試圖登錄在GAE的應用程序中使用到的HtmlUnit谷歌。 不過,我不斷收到此錯誤:GAE和2.9的HtmlUnit - 讓異常時jsxGet_cookie
Exception invoking jsxGet_cookie
這是因爲
Caused by: java.lang.IllegalArgumentException: Invalid port: -1
at org.apache.http.cookie.CookieOrigin.<init>(CookieOrigin.java:58)
at com.gargoylesoftware.htmlunit.CookieManager.getCookies(CookieManager.java:127)
at com.gargoylesoftware.htmlunit.javascript.host.html.HTMLDocument.jsxGet_cookie(HTMLDocument.java:638)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at com.google.appengine.tools.development.agent.runtime.Runtime.invoke(Runtime.java:100)
at net.sourceforge.htmlunit.corejs.javascript.MemberBox.invoke(MemberBox.java:172)
... 94 more
在GAE,在我的計算機上運行時,會發生這種情況。
有沒有人見過這種類型的錯誤過嗎? 如何更改默認端口? 是否有任何解決方法?
我們應該如何看到自己的實際代碼? –