GWT load testing with jmeter+ubik load plugin shows error converting XML to GWTRPC

268 Views Asked by At

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.

1

There are 1 best solutions below

2
UBIK LOAD PACK On

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.