Search This Blog

Wednesday, January 12, 2011

BPEL deploy.chunk.size Error

Error thrown by the process:


com.oracle.bpel.client.BPELFault: faultName: {{http://schemas.oracle.com/bpel/extension}bindingFault}
messageType: {{http://schemas.oracle.com/bpel/extension}RuntimeFaultMessage}
parts: {{code=<code>null</code>
,summary=<summary>file:/usr/local/cny/cu7/bp1013/product/10.1.3.1
/OracleAS/bpel/domains/default/tmp
/.bpel_process_name/Re
adChunk.wsdl [ SynchChunkRead_ptt::SynchChunkRead(Empty,container) ] - WSIF JCA Execute of operation 'SynchChunkRead' failed due to: Error while translating.
Error occured while translating content from file ftpxfr/140001/SA1_10008 [Caused by: For input string: "[undef:deploy.chunk.size]"]
; nested exception is:
ORABPEL-11008
Error while translating.
Error occured while translating content from file ftpxfr/140001/SA1_10008 [Caused by: For input string: "[undef:deploy.chunk.size]"]
Check the error stack and fix the cause of the error. Contact oracle support if error is not fixable.
</summary>
,detail=<detail>null</detail>
}}
Possible Empty File


Solution:

The chunk size in the build.properties file was undefined/missing. Deploy the BPEL process with chunk size with some number.

The error message tells that there is a possible empty file scenario. While debugging is done, the reason was the chunk size set as zero, which marked the file as empty/corrupted.

No comments:

Post a Comment