Hi all,
I build a Form protocol to pass parameters to its Work protocols. After I submit the form, if the work protocol finished quickly, everything is OK. But if the work protocol running more than 30 seconds, the web will break up ,and get a HTTP 500 error with following messages:
Error:Error processing service requestTimeout receiving header from server URL: http://192.168.0.82:9964/auth/rj/launchjob?_compat=1CHttp::CheckResponseHeader: Pipeline Pilot exception rethrownCJobServiceProxy::SendRequestBody: Pipeline Pilot exception rethrownCJobServiceProxy::SendRequest: Pipeline Pilot exception rethrown
I had checked the jobs, the jobs are still running and work well, but the results html can not return to the form web page where I submit.
My PP server is AEP 9.1 Linux X56_64. Someone can tell me how to solve the problem? Thanks very much .