Hi
Jdeveloper Version- 12.2.1.3
we are facing <Error> <oracle.adfinternal.controller.application.AdfcExceptionHandler> <ADFC-50018> <ADFc: No exception handler was found for an application exception. javax.faces.FacesException: Broken pipe
Logs are attached.
broken_pipe.txt (26.98 KB)we are facing this error in dev environment which is clustered one. I am able to run the application locally without any error.
error is happening while loading the taskflow which has default activity method: generateMeldungPerson ()
which basically sets some viewobject parameter and executes the query.
view object query:
select MA_OBJECTID, MITARBEITER, OE_BEZEICHNUNG, JAHR, MONAT, TAG, from table(abw_d1_Daten(:BindOrganisationUnit,:BindJahr, :BindMonat, :BindVonTag, :BindBisTag)) where mitarbeiter like :BindMitarbeiter