GWT ERROR RPCManager performTransactionReply:没有这样的事务

时间:2014-05-13 11:19:13

标签: json gwt smartgwt


我正在使用SmartGWT -4.0并试图运行使用DataSource和Json,RestDataSourceWithJson.zip的例子。
但开发模式控制台返回以下错误:

[ ERROR ] [ restdatasourcewithjson ] 10:55:28.214 : XRP4 : WARN : RPCManager : performTransactionReply : No such transaction 0
com.smartgwt.client.core.JsObject $ SGWT_WARN : 10:55:28.214 : XRP4 : WARN : RPCManager : performTransactionReply : No such transaction 0
at sun.reflect.NativeConstructorAccessorImpl.newInsta nce0 ( Native Method )
at sun.reflect.NativeConstructorAccessorImpl.newInsta nce ( NativeConstructorAccessorImpl.java : 57)
at sun.reflect.DelegatingConstructorAccessorImpl.newI nstance ( DelegatingConstructorAccessorImpl.java : 45)
at java.lang.reflect.Constructor.newInstance ( Constructor.java : 525 )
at com.google.gwt.dev.shell.MethodAdaptor.invoke ( MethodAdaptor.java : 105)
at com.google.gwt.dev.shell.MethodDispatch.invoke ( MethodDispatch.java : 71)
at com.google.gwt.dev.shell.OophmSessionHandler.invok e ( OophmSessionHandler.java : 172)
at com.google.gwt.dev.shell.BrowserChannelServer.reac tToMessages ( BrowserChannelServer.java : 293)
at com.google.gwt.dev.shell.BrowserChannelServer.proc essConnection ( BrowserChannelServer.java : 547)
at com.google.gwt.dev.shell.BrowserChannelServer.run ( BrowserChannelServer.java : 364 )
at java.lang.Thread.run ( Thread.java : 722 )



这种情况发生在使用json的任何其他项目中 有人有这个错误吗?

感谢您的帮助。

1 个答案:

答案 0 :(得分:0)

在Chrome下使用Smartgwt数据源和使用Jersey的XML消息传递运行REST webapp时,我也得到了这个。其他浏览器不会抛出此错误。

在这种情况下你会收到错误,因为不支持在Chrome下运行Smartgwt应用程序(尽管有时候检查你的CSS看起来有用),所以我只想说使用另一个浏览器进行开发模式。

来源: Smartgwt用户指南和此主题:http://forums.smartclient.com/showthread.php?t=30289