Has anyone ever seen this behavior: a httpjob which fails with an empty error message? Works fine under Windows, fails under Linux.
This is the contents of the http job after the call:
This seems to suggest the url is invalid (which is not the case).
This is the contents of the http job after the call:
[jobname=, success=false, username=
, password=, errormessage=, target=class b4j.example.main
, taskid=1, req=anywheresoftware.b4h.okhttp.OkHttpClientWrapper$OkHttpRequest@114a4c0, response=anywheresoftware.b4h.okhttp.OkHttpClientWrapper$OkHttpResponse@12b5695
, tag=java.lang.Object@46293d, invalidurl=[URL]https://invalid-url/[/URL], defaultscheme=https
, main=null, httputils2service=null]
This seems to suggest the url is invalid (which is not the case).