HTTP job failuire
search cancel

HTTP job failuire

book

Article ID: 91700

calendar_today

Updated On:

Products

DSERIES- SERVER CA Workload Automation DE - System Agent (dSeries)

Issue/Introduction

My HTTP job fails with the error messages below in the plugin_log_appservices.log: 

AppServicesPlugin.JOB_HTTP01/DEMO/MAIN[HTTP(S)].CybHTTPAbstractProcessor.process[:178] - java.lang.NullPointerException: null 
at cybermation.plugins.appservices.handler.http.CybHTTPAbstractProcessor.process(CybHTTPAbstractProcessor.java:147) 
at cybermation.plugins.appservices.handler.CybHTTPHandler.run(CybHTTPHandler.java:145) 
at java.lang.Thread.run(Thread.java:745) 

The original URL had spaces. These spaces were replaced by %20.

Environment

Dseries 12.0.02 under Linux

Cause

This was caused by spaces in the  URL.

Resolution

When submitting the HTTP job, the url is encoded. So you will have to use + instead of %20. 
Replace the spaces by the sign "+" in the URL