Announcement

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

    Exceptions in EEShowcase

    Hi Isomorphic,

    searching the EEShowcase for a dataBound SelectItem I found that:
    http://www.smartclient.com/smartgwte...r_wsdl_generic
    prints this in the Developer Console:
    Code:
    11:53:12.599:INFO:Log:initialized
    11:53:14.683:INFO:Log:isc.Page is loaded
    11:53:16.234:XRP6:WARN:Log:wrapDestroy(): the JavaScriptObject is null unexpectedly for {AUTOIDClass: null,
    ID: null,
    _autoAssignedID: false,
    __ref: {GWT Java Obj},
    __module: {GWT Module Obj}} with class com.smartgwt.client.data.WebService.  This may lead to an ID collision after the widget is destroy()ed.
    Searching in the search box then prints this:
    Code:
    11:56:43.874:MUP5:WARN:Log:com.google.gwt.core.client.JavaScriptException: (TypeError) 
     __gwt$exception: <skipped>: Cannot read property 'callOperation' of null
        at LX(http://www.smartclient.com/smartgwtee/showcase/showcase/509E123ED6D5490122534B0C48B38933.cache.html@53)
        at hLd(http://www.smartclient.com/smartgwtee/showcase/showcase/509E123ED6D5490122534B0C48B38933.cache.html@74)
        at ZKd(http://www.smartclient.com/smartgwtee/showcase/showcase/509E123ED6D5490122534B0C48B38933.cache.html@18007)
        at uGc(http://www.smartclient.com/smartgwtee/showcase/showcase/509E123ED6D5490122534B0C48B38933.cache.html@17900)
        at Od(http://www.smartclient.com/smartgwtee/showcase/showcase/509E123ED6D5490122534B0C48B38933.cache.html@188)
        at Ed(http://www.smartclient.com/smartgwtee/showcase/showcase/509E123ED6D5490122534B0C48B38933.cache.html@73)
        at iS(http://www.smartclient.com/smartgwtee/showcase/showcase/509E123ED6D5490122534B0C48B38933.cache.html@2089)
        at anonymous(http://www.smartclient.com/smartgwtee/showcase/showcase/509E123ED6D5490122534B0C48B38933.cache.html@88)
        at $b(http://www.smartclient.com/smartgwtee/showcase/showcase/509E123ED6D5490122534B0C48B38933.cache.html@29)
        at cc(http://www.smartclient.com/smartgwtee/showcase/showcase/509E123ED6D5490122534B0C48B38933.cache.html@57)
    Sample http://www.smartclient.com/smartgwte..._specific_data prints this:
    Code:
    11:57:24.913:XRP0:WARN:RPCManager:Script execution failed. Cannot extract error message from stderr or stackTrace.undefined - response: {operationId: "scripting_cartItem_fetch",
    clientContext: Obj,
    internalClientContext: Obj,
    context: Obj,
    transactionNum: 3,
    httpResponseCode: 200,
    httpResponseText: "//isc_RPCResponseStart-->[{affectedRows:..."[216],
    xmlHttpRequest: [object XMLHttpRequest],
    transport: "xmlHttpRequest",
    status: -1,
    clientOnly: undef,
    httpHeaders: Obj,
    isStructured: true,
    callbackArgs: null,
    results: Obj,
    affectedRows: 0,
    data: "Script execution failed. Cannot extract ..."[80],
    invalidateCache: false,
    isDSResponse: true,
    queueStatus: -1,
    startRow: 0,
    endRow: 0,
    totalRows: 0}
    This is just a FYI.

    Best regards
    Blama

    #2
    We've resolved this issue. The next time the SGWT EE Showcase is deployed, it should pick up those changes.

    Comment


      #3
      Hi Isomorphic,

      just FYI, it are two issues in two samples.

      Best regards
      Blama

      Comment


        #4
        The second issue was web-container related and should be resolved now in the online showcase.

        Comment


          #5
          Hi Isomorphic,

          both samples are working now for me.

          Best regards
          Blama

          Comment

          Working...
          X