GWT - occasional com.google.gwt.user.client.rpc.SerializationException

后端 未结 11 1174
走了就别回头了
走了就别回头了 2020-12-13 08:47

we are haunted by occasional occurences of exceptions such as:

com.google.gwt.user.client.rpc.SerializationException: Type \'xxx\' was not assignable

11条回答
  •  臣服心动
    2020-12-13 09:42

    I was getting a SerializationException also but I was also seeing this error showing up right before the serialization exception:

    [uptimereports/2.340102563369350884].: Example : error : cannot find template registration-confirmation.vm

    It turned out to be a problem finding my velocity template. Once I fixed that problem the SerializationException stopped showing up, so if you follow Kerem's advice and still have problems, look for other exceptions in your log.

提交回复
热议问题