GetUDC Fails in DV900 local web

antony

Active Member
Hi,

I am facing a wierd issue with one of the application when run in local web client(DV900), I get an exception and the rest of the code does not execute.

The JDEDEBUG log does not provide much of information, but I get the below in JAS.LOG. I believe it is related to kernal going into zombie state but not sure how to fix.

Object Called: X0005.GetUDC
14 May 2011 13:50:12,476 [SEVERE] ADAVIDRAJ - [JDBJ] CallObject.executeRequest(): trying appDS.inflateUnable to inflate data-struture for BSFN. | Business Function Name: | Business Function Name: , DLL: CRUNTIME, Module Name: X0005, BSFN data structure: com.jdedwards.system.kernel.BSFNData@3fd032, Host: LOCALHOST, User: ADAVIDRAJ, Environment: DV900 java.io.EOFException
14 May 2011 13:50:12,477 [WARN ] ADAVIDRAJ - [RUNTIME] *ERROR* CallObject@17d8bfa: Unable to inflate data-struture for BSFN:GetUDC user:ADAVIDRAJ Env:DV900
14 May 2011 13:50:12,477 [WARN ] ADAVIDRAJ - [RUNTIME] *ERROR* CallObject@17d8bfa: Server problem. The server may still be available, but because of state information, the entire unit-of-work must be resubmitted user:ADAVIDRAJ Env:DV900
14 May 2011 13:50:12,479 [SEVERE] ADAVIDRAJ - [RUNTIME] FormEngine.doEvent(): BSFN failed and need roll back!! | Form Name : P17714_W17714A com.jdedwards.runtime.base.SystemException: There was a problem with the sever while running the business function GetUDC.\nThe server may still be available, but because of state information, the entire unit of work must be resubmitted.\nPlease exit the application and restart it.\nPost Button Clicked Line number 278\nP17714_W17714A
14 May 2011 13:50:12,479 [SEVERE] ADAVIDRAJ - [RUNTIME] An exception has been caught by the Web client. Please contact your system administrator. See log for details. Exception id =Exception_2011-05-14 13:50:12.479_ADAVIDRAJ There was a problem with the sever while running the business function GetUDC.\nThe server may still be available, but because of state information, the entire unit of work must be resubmitted.\nPlease exit the application and restart it.\nPost Button Clicked Line number 278\nP17714_W17714A com.jdedwards.runtime.base.SystemException: There was a problem with the sever while running the business function GetUDC.\nThe server may still be available, but because of state information, the entire unit of work must be resubmitted.\nPlease exit the application and restart it.\nPost Button Clicked Line number 278\nP17714_W17714A
14 May 2011 13:50:12,531 [APP ] - [JAS] JDBCProxy.jdbcProxy(): Operation is executed under an auto commit JDBj logical connection for Usersession ID: 679548984460402688 | UserName : ADAVIDRAJ, Environment : DV900, User Role : *ALL

Note: This occurs only in DV900 and everthing looks fine in JDV900.

Regards,

Antony
E9.0, 8.98.4.2, SQL 2008 SP2
 
Did you try on another fat client ? (just in case)
Did you check your OCMs ?
Sound like an undefined mapping for DV900 control tables.
 
Check your local jdbj.ini to make sure it's pointing to your DV environment, and also check your local jas.ini to make sure you have the correct port # for your DV environment.
 
Back
Top