Illegal character (NULL, unicode 0) encountered: not valid in any content
915538Sep 21 2012 — edited Feb 26 2020Hi,
We have bpel1 and bpel2. In bpel2 we have pl/sql call which is returning the below payload, This payload is transformed and returned to the bpel1.
Issue is in bpel1 while invoking bpel2 we are getting error as endpoint url is not found, but bpel2 executed and invoked the pl/sql code and returning the below response.
In the logs we are finding error as
soa-infra] [composite_name: GGL_IN_POS_Processor] [component_name: GGL_IN_POS_Processor] [component_instance_id: 139373177] [J2EE_MODULE.name: fabric] [WEBSERVICE.name: GGL_IN_POS_Processor] [J2EE_APP.name: soa-infra] [URI: /soa-infra/services/default/GGL_IN_ProcessPO_Service/client] got FabricInvocationException[[
com.ctc.wstx.exc.WstxUnexpectedCharException: Illegal character (NULL, unicode 0) encountered: not valid in any content
at [row,col {unknown-source}]: [1,1557]
at com.ctc.wstx.sr.StreamScanner.construc
Response payload to bpel1:
<part name="OutputParameters" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><OutputParameters xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://xmlns.oracle.com/pcbpel/adapter/db/APPS/XXSOA_PROCESS_ORDER/CREATE_ORDER/"><P_ORDER_RESPONSE><RETURN_STATUS>S</RETURN_STATUS><API_ERR_MSGS><API_ERR_MSGS_ITEM xsi:nil="true"/><API_ERR_MSGS_ITEM xsi:nil="true"/><API_ERR_MSGS_ITEM>This Customer's PO Number is referenced by another order</API_ERR_MSGS_ITEM></API_ERR_MSGS></P_ORDER_RESPONSE><P_ERROR_LIST><P_ERROR_LIST_ITEM xsi:nil="true"/></P_ERROR_LIST><P_ORDER_ACTION xsi:nil="true"/><P_NOTIFY_FLAG xsi:nil="true"/><P_ORDER_NUMBER>870823</P_ORDER_NUMBER><P_ORDER_STATUS_CODE>ENTERED</P_ORDER_STATUS_CODE><P_USER_MSGS>Order Number:870823 Order Header Id 1190766 Return Status2:S, Msg Data2:ONT�OE_VAL_DUP_PO_NUMBER�</P_USER_MSGS></OutputParameters>
And this issue we are not facing in Development or UAT environments... We are facing this in production environment.
Please let us know if anyone faced this issue and what might be causing this issue.
-Thanks
GVS
Edited by: 912535 on Sep 21, 2012 3:44 AM