Unanswered question

What is behind the Response Code "NL-CUSTOM-PLUGIN-ENGINE-01"?

Hi everybody,
I'm recording test cases with neoload, and when I run the test or use the "Check User Path validity" Function, I get several test steps with the following Response: Error detected by NeoLoad
Error Code: NL-CUSTOM-PLUGIN-ENGINE-01 Message: Details: java.lang.NullPointerException
Please refer to the documentation for further details and advice

The request seems to be inserted by neoload while recording, as it is always the same and looks as following:
POST
<com.neotys.codec.v215vaadin4.VaadinHttpRequest/>
Can somebody help me out with the error? The response code is not listed in the neoload documentation.
I'm trying to perform load testing on an application which is using the vaadin Framework.

Thanks in advance!

Jörn S.
Jörn S.

Jörn S.

Level
0
1 / 100
point

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

I guess you are using the JAR and framework from the Neotys Labs right?

It is experimental and it has only been validated on Vaadin 7.xx versions. But you can freely use it as starting point and create your own custom JAR if your Vaadin version is different.

The error response code is related to the fact that you use the Encode/Decode feature and it seems that there's something from the server response that is not expected but difficult to say more.