Skip to content

NullPointerException in the RFC8288PageLink code.

The jenkins plugin hung with the following exception while running against squash-orchestrator:3.2.0

java.lang.NullPointerException
	at org.opentestfactory.orchestrator.client.httpclient.RFC8288PageLink.<init>(RFC8288PageLink.java:49)
	at org.opentestfactory.orchestrator.client.httpclient.RFC8288PageLink.linkFactory(RFC8288PageLink.java:69)
	at org.opentestfactory.orchestrator.client.httpclient.OTFWorkflowClientImpl.handleResponse(OTFWorkflowClientImpl.java:123)
Caused: org.opentestfactory.orchestrator.client.facade.ClientRuntimeException: Failed to fetch response
	at org.opentestfactory.orchestrator.client.httpclient.OTFWorkflowClientImpl.handleResponse(OTFWorkflowClientImpl.java:129)
	at org.opentestfactory.orchestrator.client.httpclient.OTFWorkflowClientImpl.performJsonRESTCall(OTFWorkflowClientImpl.java:97)
Caused: org.opentestfactory.orchestrator.client.facade.ClientRuntimeException: Failed to manage REST call for technical reasons
	at org.opentestfactory.orchestrator.client.httpclient.OTFWorkflowClientImpl.performJsonRESTCall(OTFWorkflowClientImpl.java:102)
	at org.opentestfactory.orchestrator.client.httpclient.OTFWorkflowClientImpl.status(OTFWorkflowClientImpl.java:70)
	at org.opentestfactory.orchestrator.jenkins.LaunchOTFWorkflowStepExecution.waitForCompletion(LaunchOTFWorkflowStepExecution.java:161)
	at org.opentestfactory.orchestrator.jenkins.LaunchOTFWorkflowStepExecution.run(LaunchOTFWorkflowStepExecution.java:111)
	at java.base/java.lang.Thread.run(Thread.java:829)