Announcement

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

    I do not know why it comes from error...

    ==========================================================
    11:39:04.360 [ERROR] [pilotgen] 11:39:04.358:WARN:ResultSet:isc_ResultSet_0 (created by: isc_OID_1):ResultSet server fetch with server criteria: { }
    ResultSet.fetchRemoteData(_1=>Obj, _2=>0, _3=>75) ResultSet.$39w() ResultSet.getRangePaged(_1=>0, _2=>1, _3=>undef, _4=>undef) ResultSet.$39u(_1=>0, _2=>1, _3=>undef, _4=>undef) ResultSet.getRange(_1=>0, _2=>undef, _3=>undef, _4=>undef) ListGrid.requestVisibleRows() Canvas.filterWithCriteria(_1=>Obj, _2=>Obj{ID:isc_OID_0_fetch}, _3=>Obj) Canvas.$wo(_1=>"fetch", _2=>Obj, _3=>undef, _4=>Obj) Class.invokeSuper(_1=>null, _2=>"$wo", _3=>undef, _4=>undef, _5=>undef, _6=>undef, _7=>undef, _8=>undef, _9=>undef, _10=>undef) Class.Super(_1=>"$wo", _2=>Array[4], _3=>Obj{length:4}) ListGrid.$wo(_1=>"fetch", _2=>undef, _3=>undef, _4=>Obj, _5=>undef) Canvas.fetchData(_1=>undef, _2=>undef, _3=>undef) z() anonymous()
    "if(G){p=true;z()}"
    com.smartgwt.client.core.JsObject$SGWT_WARN: 11:39:04.358:WARN:ResultSet:isc_ResultSet_0 (created by: isc_OID_1):ResultSet server fetch with server criteria: { }
    ResultSet.fetchRemoteData(_1=>Obj, _2=>0, _3=>75) ResultSet.$39w() ResultSet.getRangePaged(_1=>0, _2=>1, _3=>undef, _4=>undef) ResultSet.$39u(_1=>0, _2=>1, _3=>undef, _4=>undef) ResultSet.getRange(_1=>0, _2=>undef, _3=>undef, _4=>undef) ListGrid.requestVisibleRows() Canvas.filterWithCriteria(_1=>Obj, _2=>Obj{ID:isc_OID_0_fetch}, _3=>Obj) Canvas.$wo(_1=>"fetch", _2=>Obj, _3=>undef, _4=>Obj) Class.invokeSuper(_1=>null, _2=>"$wo", _3=>undef, _4=>undef, _5=>undef, _6=>undef, _7=>undef, _8=>undef, _9=>undef, _10=>undef) Class.Super(_1=>"$wo", _2=>Array[4], _3=>Obj{length:4}) ListGrid.$wo(_1=>"fetch", _2=>undef, _3=>undef, _4=>Obj, _5=>undef) Canvas.fetchData(_1=>undef, _2=>undef, _3=>undef) z() anonymous()
    "if(G){p=true;z()}"
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    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:157)
    at com.google.gwt.dev.shell.BrowserChannel.reactToMessagesWhileWaitingForReturn(BrowserChannel.java:1713)
    at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:165)
    at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:120)
    at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:507)
    at com.google.gwt.dev.shell.ModuleSpace.invokeNativeVoid(ModuleSpace.java:284)
    at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeVoid(JavaScriptHost.java:107)
    at com.smartgwt.client.widgets.grid.ListGrid.fetchData(ListGrid.java)
    at com.fistglobal.sc.pilot.web.smartgwt.client.Pilot.onModuleLoad(Pilot.java:20)
    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.ModuleSpace.onLoad(ModuleSpace.java:369)
    at com.google.gwt.dev.shell.OophmSessionHandler.loadModule(OophmSessionHandler.java:185)
    at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:380)
    at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:222)
    at java.lang.Thread.run(Thread.java:619)
    ==========================================================

    Is running well. However, the error message that's coming up ..
    Tell us why you appreciate...

    #2
    I get the same thing. It happens in Chrome but not IE. I'm using SmartGwtEE 2.3. Any ideas?

    Comment


      #3
      It's not an error. You see to have enabled the "fetchTrace" logging category in the Developer Console, and it's logging diagnostics as expected.

      Comment

      Working...
      X