Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Exception in markForRedraw

$
0
0
hi,
we have a large smartgwt-application using smart-gwt-5.0-2015-01-06 with gwt-2.6.1 on IE11.

In the logfile we see the following exception, which looks to me like a Nullpointer-Exception in the markForRedraw-method.

Do you know this issue, or do you know which element/object or what might be null?
Do you know if this exception occurs, in a method where we explicitly call "markForRedraw", or could it also be that smartGwt calls somehow "markForRedraw".

We call "markForRedraw" on several ListGrids and Canvas. But I could not find the cause.

Code:

com.google.gwt.event.shared.UmbrellaException: Exception caught: (TypeError)
 description: Die Eigenschaft "last" eines undefinierten oder Nullverweises kann nicht abgerufen werden.
 number: -2146823281
 stack: TypeError: Die Eigenschaft "last" eines undefinierten oder Nullverweises kann nicht abgerufen werden.
  at isc_c_Class__getLastProto (https://xxxxxxxxxxxxxxxxxxxx/sc/modules/ISC_Core.js:258:148)
  at isc_c_Class_Super (https://xxxxxxxxxxxxxxxxxxxx/sc/modules/ISC_Core.js:249:112)
  at isc_Layout_markForRedraw (https://xxxxxxxxxxxxxxxxxxxx/sc/modules/ISC_Foundation.js:235:410)
  at AKc (https://xxxxxxxxxxxxxxxxxxxx/yyyyyyyyyyyyyyyyyy.cache.html:4114:30)
  at vzd (https://xxxxxxxxxxxxxxxxxxxx/yyyyyyyyyyyyyyyyyy.cache.html:8835:9180)
  at jZ (https://xxxxxxxxxxxxxxxxxxxx/yyyyyyyyyyyyyyyyyy.cache.html:8817:2861)
  at AZ (https://xxxxxxxxxxxxxxxxxxxx/yyyyyyyyyyyyyyyyyy.cache.html:8393:186)
  at oZ (https://xxxxxxxxxxxxxxxxxxxx/yyyyyyyyyyyyyyyyyy.cache.html:7827:59)
  at IAd (https://xxxxxxxxxxxxxxxxxxxx/yyyyyyyyyyyyyyyyyy.cache.html:8835:11093)
  at kZ (https://xxxxxxxxxxxxxxxxxxxx/yyyyyyyyyyyyyyyyyy.cache.html:4398:43)
 __gwt$exception: <skipped>: Die Eigenschaft "last" eines undefinierten oder Nullverweises kann nicht abgerufen werden.
        at Unknown.LN(Unknown Source)
        at Unknown.SN(Unknown Source)
        at Unknown.OZ(Unknown Source)
        at Unknown.RZ(Unknown Source)


Regards, Marco

Viewing all articles
Browse latest Browse all 4756