Forum Discussion

anu_elias's avatar
anu_elias
Occasional Contributor
15 years ago

Handle failed, NullPointerException

Hi,

I am getting the following exception while trying to load a testcase on to an agent(Drag and drop testcase to an agent icon). The testcase is inturn calls a soapui testcase. Please let me know how to solve it.

Thanks,
Anu

16:55:49,033 WARN [log] handle failed
java.lang.NullPointerException
at org.eclipse.jetty.io.nio.SslSelectChannelEndPoint.wrap(SslSelectChann
elEndPoint.java:794)
at org.eclipse.jetty.io.nio.SslSelectChannelEndPoint.flush(SslSelectChan
nelEndPoint.java:512)
at org.eclipse.jetty.http.HttpGenerator.flushBuffer(HttpGenerator.java:8
38)
at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:43
2)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint.run(SelectChannelEndPo
int.java:506)
at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool
.java:436)
at java.lang.Thread.run(Unknown Source)
16:56:07,279 ERROR [ReferenceToFileConverter] File transfered with MD5 hash: 12e
c97b97e25b01cc6fb5739da2a71a3, should be a797e6438458325c80607442165a6e8c. Retry
ing...
16:56:33,287 ERROR [ReferenceToFileConverter] File transfered with MD5 hash: da1
f58b0a28f40cb5a6d489e54132562, should be a797e6438458325c80607442165a6e8c. Retry
ing...

3 Replies

  • anu_elias's avatar
    anu_elias
    Occasional Contributor
    Hi Henrik,

    Composite project as in? My soapUI project consist of a datasource step(reading from excel), a groovy script step and the SOAP test request. It works fine in soapUI. But when I try to run from a loadUI agent I am getting this error while loading. My loadUI testcase consists of a fixed rate generator, soapUI runner and the statistics component.

    Thanks,
    Anu
  • anu.elias wrote:
    Composite project as in?
    Composite soapUI projects are described here, but since you didn't know about them you are probably not using them(?)

    /Henrik@eviware