E1 and proxy bssv

gigi

gigi

VIP Member
EnterpriseOne 9.0.2 TR 8.98.3.4 - Windows 2008 platform

We developed a bssv that invoke a simple business function with JDEV 11g and deployed it over WebLogic 10.3.2. This bssv is invoked by a bsfn and it worked correctly. Yesterday we have rebuilt and deployed a new package for bssv and this bssv stops to work. I don't understand what happen.
Oher bssv (all PBSSVs) continue to work correctly only this doesn't function.
I activated debug log over bssv instance and the only error is "Authentication Failure for BSSV request. Could not get Principal."

Complete log is

20 lug 2011 01:40:38,184 [DEBUG ] - [BSSVFRAMEWORK] HTTP Callback Listner Servlet Initlialized...
20 lug 2011 01:43:01,720 [SEVERE] - [NET] Created new InConnection, port=6003
20 lug 2011 01:43:01,751 [DEBUG ] - [NET] ServerListener new connections: 1
20 lug 2011 01:43:01,767 [DEBUG ] - [NET] putMsg done
20 lug 2011 01:43:01,767 [DEBUG ] - [NET] getQueue done
20 lug 2011 01:43:01,767 [DEBUG ] - [BSSVFRAMEWORK] Initializing PingServerMsgHandler
20 lug 2011 01:43:01,782 [DEBUG ] - [BSSVFRAMEWORK] Initializing CallSBFMsgHandler
20 lug 2011 01:43:01,782 [DEBUG ] - [BSSVFRAMEWORK] BSSV Server Java kernel received msg type: 16202
20 lug 2011 01:43:01,782 [DEBUG ] - [BSSVFRAMEWORK] Entering CallSBF Handler
20 lug 2011 01:43:01,798 [APP ] - [BASE] Loading config from file C:\JDE_HOME\targets\BER_BSPD02_8042\config\jdeinterop.ini per the default_path system property
20 lug 2011 01:43:01,798 [DEBUG ] - [BSSVFRAMEWORK] [Context ID: TokenReauthenticateDelay] Token re-authentication delay set to 3600000.0
20 lug 2011 01:43:01,798 [DEBUG ] - [BSSVFRAMEWORK] No matching E1Principal in cache - creating new
20 lug 2011 01:43:01,829 [DEBUG ] - [INTEROP] Session clearning thread started
20 lug 2011 01:43:02,282 [DEBUG ] - [JAS] Validate token with msgType = 568
20 lug 2011 01:43:02,297 [DEBUG ] - [JAS] Creating a JDENET connection pool for host 'null:0'.
20 lug 2011 01:43:02,406 [DEBUG ] - [BSSVFRAMEWORK] [Context ID: ] Login failed
null
20 lug 2011 01:43:02,406 [SEVERE] - [BSSVFRAMEWORK] Authentication Failure for BSSV request. Could not get Principal.
20 lug 2011 01:43:02,406 [DEBUG ] - [BSSVFRAMEWORK] About to send response for msgID: 840


thanks in advance
gg
 
Back
Top