Hi Developers,
I get this exception while parsing some xform documents. I am tracing
for the cause of the problem, and a solution to it. Your help is
welcome.
Below is the full stack trace.
------------------------------------------------------------------------------------------------------
Uncaught exception: java.lang.RuntimeException: Failed to invoke
native method:
@com.google.gwt.xml.client.impl.XMLParserImpl::getChildNodes(Lcom/
google/gwt/core/client/JavaScriptObject;) with 1 arguments.
    at
com.google.gwt.dev.shell.moz.LowLevelMoz.invoke(LowLevelMoz.java:132)
    at
com.google.gwt.dev.shell.moz.ModuleSpaceMoz.doInvoke(ModuleSpaceMoz.java:
98)
    at
com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:
447)
    at
com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:
228)
    at
com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:
91)
    at
com.google.gwt.xml.client.impl.XMLParserImpl.getChildNodes(XMLParserImpl.java)
    at
com.google.gwt.xml.client.impl.NodeImpl.getChildNodes(NodeImpl.java:
101)
    at
org.purc.purcforms.client.xpath.XPathLocationStep.getResult(XPathLocationStep.java:
115)
    at
org.purc.purcforms.client.xpath.XPathExpression.<init>(XPathExpression.java:
92)
    at
org.purc.purcforms.client.util.LanguageUtil.translate(LanguageUtil.java:
114)
    at org.openxdata.server.admin.client.view.StudyView
$3.execute(StudyView.java:532)
    at
com.google.gwt.user.client.CommandExecutor.doExecuteCommands(CommandExecutor.java:
311)
    at com.google.gwt.user.client.CommandExecutor
$2.run(CommandExecutor.java:206)
    at com.google.gwt.user.client.Timer.fireImpl(Timer.java:164)
    at com.google.gwt.user.client.Timer.fireAndCatch(Timer.java:150)
    at com.google.gwt.user.client.Timer.fire(Timer.java:142)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
39)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at
com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103)
    at
com.google.gwt.dev.shell.moz.MethodDispatch.invoke(MethodDispatch.java:
80)
    at
org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native
Method)
    at
org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:1428)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:
2840)
    at com.google.gwt.dev.GWTShell.pumpEventLoop(GWTShell.java:720)
    at com.google.gwt.dev.GWTShell.run(GWTShell.java:593)
    at com.google.gwt.dev.GWTShell.main(GWTShell.java:357)
----------------------------------------------------------------------------------------------

Regards,
Simon.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to