CallObject.executeRequest() errors
I saw these errors in the e1root log file of bssv server.
01 Sep 2014 14:15:01,001 [SEVERE] - [JDBJ] | CallObject.executeRequest(): trying appDS.inflateUnable to inflate data-struture for BSFN. | Business Function Name: GetNextUniqueKeyID, DLL: , Module Name: X00022, BSFN data structure: com.jdedwards.system.connector.dynamic.callmethod.ExecutionParameterSet@273f799, Host: APP1, User: JDE, Environment: JPD910 java.io.EOFException | |
01 Sep 2014 14:15:01,001 [WARN ] - [RUNTIME] | *ERROR* CallObject@273f94c: Unable to inflate data-struture for BSFN:GetNextUniqueKeyID user:JDE Env:JPD910 |
This error occurs intermittently, not all the time. I have bssv calls to E1 business functions and when this error occurs, then the first call will fail but after that, everything works again. It looks like the kernel for this business function was not active when the first call occurred so that's why it failed. After that, the bssv server created a new kernel instance for this business function so that's why it worked after that. This is just my guess.