Hi,
I get the exception: java.lang.RuntimeException: Server Error: Wrapped
com.gargoylesoftware.htmlunit.ScriptException: Exception invoking
jsxGet_cookie
Error occurs when trying to run HTMLUnit 2.8 against a GWT web page.
It works when trying to fetch the html unit home page.
Also if I run it within a main method in the same project this code
works, but not within app engine:
final HtmlPage page4 = webClient.getPage("http://gwt.google.com/
samples/Showcase/Showcase.html#!CwBasicPopup");
log.info(page4.getTitleText());
Any ideas?
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.