XPI Adapter Problem JDE XE

ALEXANDRE

Member
Hi List

Today we got the fllowing errors within our adapter. Everything was ok until friday. Currently no transaction comes out from JDE.

==================jasdebug.log========================

2006-01-16 11:57:42.203 [0] LIB : ***** File [C:\WM61\xpi\config\DV7333\log\jasdebug.log] opened
2006-01-16 11:57:42.218 [0] KERNEL : RemoteEnv: execute host:NTSED77:6010 user:TESTE01 Env:DV7333
2006-01-16 11:57:42.234 [0] NET : netTrace in [JDENET] read and set to false
2006-01-16 11:57:43.218 [0] KERNEL : RemoteEnv: complete host:NTSED77:6010 user:TESTE01 Env:DV7333, kernel PID:574 h:c8486704
2006-01-16 11:57:43.234 [Jde_Server_Listener_Thread] NET : JdeServerListener on port 6003 start listening
2006-01-16 11:57:43.234 [0] INTEROP : DB recovery thread started with priority 5
2006-01-16 11:57:43.234 [0] INTEROP : Listening on port 6003
2006-01-16 11:57:44.140 [0] INTEROP : Adding new listener for: RTSMOUT TESTE01 DV7333
2006-01-16 11:57:44.265 [0] INTEROP : Subscription successful ntsed77 6010 TESTE01 DV7333 RTSMOUT
2006-01-16 11:57:44.359 [0] INTEROP : Adding new listener for: RTAMOUT TESTE01 DV7333
2006-01-16 11:57:44.484 [0] INTEROP : Subscription successful ntsed77 6010 TESTE01 DV7333 RTAMOUT
2006-01-16 11:57:45.062 [0] INTEROP : Adding new listener for: RTPOOUT TESTE01 DV7333
2006-01-16 11:57:45.187 [0] INTEROP : Subscription successful ntsed77 6010 TESTE01 DV7333 RTPOOUT
2006-01-16 11:57:45.468 [0] INTEROP : Adding new listener for: JDEAB TESTE01 DV7333
2006-01-16 11:57:45.593 [0] INTEROP : Subscription successful ntsed77 6010 TESTE01 DV7333 JDEAB
2006-01-16 11:57:45.671 [0] INTEROP : Adding new listener for: RTPOAPS TESTE01 DV7333
2006-01-16 11:57:45.781 [0] INTEROP : Subscription failed ntsed77 6010 TESTE01 DV7333 RTPOAPS
2006-01-16 11:57:45.781 [0] INTEROP : EXCEPTION: Subscription failed RTPOAPS TESTE01 DV7333
2006-01-16 11:57:45.781 [0] INTEROP : EXCEPTION: com.jdedwards.system.connector.FatalException: Subscription failed for event type: RTPOAPS, user: TESTE01, environment: DV7333. Subscription failed for event type: RTPOAPS, user: TESTE01, environment: DV7333
2006-01-16 11:58:43.281 [Connector DB recovery handler] JAS : OneWorld JAS startup initiated
2006-01-16 11:58:43.281 [Connector DB recovery handler] JAS : InteropIni file used is : C:\wm61\xpi\config\DV7333\jdeinterop.ini
2006-01-16 11:58:43.296 [Connector DB recovery handler] JDBC : Native JDBC Driver for iSeries Turned Off
2006-01-16 11:58:43.296 [Connector DB recovery handler] JAS : No JDBC driver has been specified in jas.ini, JAS will not work properly !
2006-01-16 11:58:43.296 [Connector DB recovery handler] JAS : Warning: OcmManager: 'Default PathCode' is null in section 'DB SYSTEM SETTINGS' in JAS.INI!
2006-01-16 11:58:43.328 [Thread-6-JdbcPoolCleaner] JDBC : ConnectionManager: Pool cleaner thread started
===========================================================

We already stop, start the adapter without results.

Any ideas ?

Thanks in adavnce
 
Hi ALEXANDRE,
The best way to analyse the problem is to get debug log for the kernel which is processing the request for XPI.
Go thru both the jde & debug log files created.

Good Luck,
There could be many reasons for the failure so you will have to isolate one by one if its networking/login/object spec problem.

You can also use SAW to analyse XPI code if there is no other cause.
 
Back
Top