Bonjour
J'ai cette exception (en production, je n'arrive pas à la reproduire en test). Elle est levée par lot (jusqu'à une centaine de fois en quelques secondes) une ou deux fois par jour.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
 
 2011-09-16 08:36:47 ERROR [gwt.client.com.google.gwt.logging.client.LogConfiguration:74] One or more exceptions caught, see full set in UmbrellaException#getCauses
java.lang.Throwable: One or more exceptions caught, see full set in UmbrellaException#getCauses
	at java.lang.Exception.Exception(Exception.java:32)
	at java.lang.RuntimeException.RuntimeException(RuntimeException.java:32)
	at com.google.web.bindery.event.shared.UmbrellaException.UmbrellaException(UmbrellaException.java:36)
	at com.google.gwt.event.shared.UmbrellaException.UmbrellaException(UmbrellaException.java:25)
	at com.google.gwt.event.shared.HandlerManager.$fireEvent(HandlerManager.java:117)
	at com.google.gwt.user.client.ui.Widget.$fireEvent(Widget.java:127)
	at com.google.gwt.event.dom.client.DomEvent.fireNativeEvent(DomEvent.java:102)
	at com.google.gwt.user.client.ui.Widget.$onBrowserEvent(Widget.java:163)
	at com.google.gwt.user.client.ui.Widget.onBrowserEvent(Widget.java:163)
	at com.google.gwt.user.client.DOM.dispatchEvent(DOM.java:1302)
	at Unknown.anonymous(Unknown Source)
	at com.google.gwt.core.client.impl.Impl.apply(Impl.java:165)
	at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:196)
	at Unknown.anonymous(Unknown Source)
	at Unknown.anonymous(Unknown Source)
Caused by: java.lang.Throwable: (TypeError): 'a' a la valeur Null ou n'est pas un objet.
 number: -2146823281
 description: 'a' a la valeur Null ou n'est pas un objet.
Avez vous une idée de la raison?

Merci