Ignatius Pradeep Kumar Joseph wrote: > We are facing the following issue “StreamCorruptedException”, when we > are writing large files into *NFS* directory. The report we were trying > to run was of 41MB size. > > When we un-mount the NFS and write the large file directly to the > application server directly, we don’t face any issues. For the moment, > in order to make the CAT successful, we have un-mounted the NFS in QA2 > and set up the same in QA3 where the stack is deployed. > > > > But we have to test these reports with the NFS before we can release it > to other environments. Please help us in finding why this issue is only > happening when we are using NFS. > > > > See below part of the stack trace. From our end we are also looking at > various forums to resolve this issue. Hello- The Exception message you posted is generated entirely within your Java environment. Your problem description is very specific to your environment and application. You need to debug your Java application first to determine what exactly NFS is doing to trigger this issue. Without a lot of domain expertise, I suggest you start with strace to find out what system calls your application uses, and what return codes they generate, as your application encounters the error.