×
HTTP job failuire
Document ID :
KB000091700
Last Modified Date :
11/06/2018
Show Technical Document Details
Products
CA Workload Automation DE
Components
CA WORKLOAD AUTOMATION DE (DSERIES):DSRIES
Issue:
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
Was this information helpful?