Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    [ERROR] RPCManager performTransactionReply: No such transaction

    hello ,
    I'm using SmartGWT -4.0 and tried to run the example of using DataSource with Json , RestDataSourceWithJson.zip .
    but the development mode console returns me the following error :

    10:55:28.207 [ 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.newInstance0 ( Native Method )
    at sun.reflect.NativeConstructorAccessorImpl.newInstance ( NativeConstructorAccessorImpl.java : 57)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance ( 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.invoke ( OophmSessionHandler.java : 172)
    at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages ( BrowserChannelServer.java : 293)
    at com.google.gwt.dev.shell.BrowserChannelServer.processConnection ( BrowserChannelServer.java : 547)
    at com.google.gwt.dev.shell.BrowserChannelServer.run ( BrowserChannelServer.java : 364 )
    at java.lang.Thread.run ( Thread.java : 722 )


    this happens to any other project that uses json .
    has anyone had this error ?

    thanks for the help .

    #2
    The only time I see this is when I try to use Chrome while running in development mode which may not be supported

    Code:
    06:54:24.613 [ERROR] [xxx] 06:54:24.611:XRP5:WARN:RPCManager:performTransactionReply: No such transaction 0
    com.smartgwt.client.core.JsObject$SGWT_WARN: 06:54:24.611:XRP5:WARN:RPCManager:performTransactionReply: No such transaction 0
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
        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.invoke(OophmSessionHandler.java:172)
        at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:293)
        at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:547)
        at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:364)
        at java.lang.Thread.run(Thread.java:744)

    Comment


      #3
      That's correct, it's not supported - see FAQ.

      Comment

      Working...
      X