CallObject.executeRequest() Issue

Andrew2009

Well Known Member
I got the below error in the bssv error log. This happened to both vanilla and custom bsfns. I got this error after a long period of inactivity. I have a quartz job that runs and invokes a published bssv object. This bssv object in turn calls different bsfns to perform business logic.

Do you have any idea why? I'm using JDE 9.1 on Windows.

Thanks

13 Aug 2012 13:15:03,092 [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@2a1f21d, Host: PEAP0001, User: JDE, Environment: JPY910 java.io.EOFException

13 Aug 2012 13:15:03,092 [WARN ] - [RUNTIME] *ERROR* CallObject@2a1f3d2: Unable to inflate data-struture for BSFN:GetNextUniqueKeyID user:JDE Env:JPY910
 
Back
Top