In BPM Workspace, when you click on a task, sometimes the Taskform doesn't open up, giving the following error
<Error> <oracle.adfinternal.controller.application.AdfcExceptionHandler> <ADFC-50018> <ADFc: No exception handler was found for an application exception.
javax.faces.FacesException: An established connection was aborted by the software in your host machine
The reason for this is because the ADF Taskform's host URL is set to an IP that is not allowed by your machine. You can check the IP to which it is set in EM --> Composite --> Human Task --> Administration
Replace the host with 'localhost'
and it works.
<Error> <oracle.adfinternal.controller.application.AdfcExceptionHandler> <ADFC-50018> <ADFc: No exception handler was found for an application exception.
javax.faces.FacesException: An established connection was aborted by the software in your host machine
The reason for this is because the ADF Taskform's host URL is set to an IP that is not allowed by your machine. You can check the IP to which it is set in EM --> Composite --> Human Task --> Administration
Replace the host with 'localhost'
and it works.