Hi,
On our Production environnement we have 2 IS (these are not real clusters but they are identical and deployed as a group to be available switched by a load balancer).
We have a service flow which is used to read some files (these files are avaiblable from a shared file system).
The problem we met is sometimes the “pub.file:getFile” fails with the error below because the file can not be read :
java.io.IOException: An unexpected network error occurred
Strangely, the file can be read from the IS2 but not from the IS1… and few days after the resource is released as if the files has been locked.
Do you know why we meet this behaviour please ?
The services called are :
pub.file:getFile
pub.soap.utils:createXOPObject
Maybe a “close” action must be done somewhere after the call of createXOPObject ?
Regards
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services