2

I am trying to run load tests on my GWT application with jmeter + ubik load plugin. I am able to convert the GWT RPC to XML. But when I try to do the other way round, my application server throws following error:

com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: This application is out of date, please click the refresh button on your browser. ( Malformed or old RPC message received - expecting version between 5 and 7 )

The jmeter logs show the following error:

ERROR c.u.j.p.g.p.GwtPreProcessor: Error converting XML to GWTRPC format, message:class com.google.gwt.user.client.rpc.SerializationException:java.lang.reflect.InvocationTargetException

Is there anyone who has used this plugin before and can help me with this error? Thanks.

UBIK LOAD PACK
  • 33,980
  • 5
  • 71
  • 116
Amey Parundekar
  • 321
  • 4
  • 8

1 Answers1

0

You most probably didn't add as child of Test Plan

  • ULP GWT PreProcessor

Add it and try again.

You can contact our support for more details.

UBIK LOAD PACK
  • 33,980
  • 5
  • 71
  • 116