Posted: Sat May 30, 2009 5:14 pm Post subject: FileInputNode>>RecordTooLongException
Yatiri
Joined: 30 Nov 2006 Posts: 614 Location: Washington DC
Hi Guys,
I was trying to process a file of size 1.5 Gigs, experiencing the following error
( BROKER61.default ) File node ''FileInput'' in message flow ''File_MsgFlow'' encountered an I/O exception ''RecordTooLongException - length exceeds 104857600 bytes'' on file ''C:\IBM\In\order1.txt''.
The file node failed to open the file because of an exception received from the file system. The exception description indicates the nature of the exception raised.
Ensure that the input directory and the file have the correct file permissions and security settings to permit the broker to read from and write to the file. See the WebSphere Message Brokers online documentation sections "FileInput node" and "FileOutput node" for more information.
I searched the forum and followed the suggestion from "mqpaul" suggestion to increase the "JVMHeapSize" i have increased it to 3 GB (3145728000 bytes) and bounced the broker but its not working,
C:\IBM\MQSI\6.1>mqsichangeproperties BROKER61 -o ComIbmJVMManager -n jvmMaxHeapize -v 3145728000 _________________ IBM ->Let's build a smarter planet
I searched the forum and followed the suggestion from "mqpaul" suggestion to increase the "JVMHeapSize" i have increased it to 3 GB (3145728000 bytes) and bounced the broker but its not working,
3gb is a lot for a JVM and may cause other issues further down the line! Previous advice used to be to not go above 2gb at the most (im assuming this is still the case but am happy to be corrected).
I trust you're not trying to read the file all in one go!
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum