Security Kernel errors after applying SP23_E1

dan_richards

dan_richards

Reputable Poster
We just applied JD21799 and SP23_E1. Now when we try starting serviceswe are getting the following errors:

10773 Wed Sep 22 08:48:40 2004 ipcpub.c3135
process 10773 <jdenet_k> registered in entry 1

10773 Wed Sep 22 08:48:41 2004 jdeksec.c3270
INITIALIZING SECURITY SERVER KERNEL

10773 Wed Sep 22 08:48:42 2004 dbperfrq.c386
OCI0000178 - Unable to execute - SELECT OMENHV, OMAPPLID, OMOBNM, OMDATP, OMDATS, OMUGRP, OMOAPP, OMDATM, OMOVRE, OMSY, OMSTSO, OMFUNO, OMOCM2 FROM SVM7333.F986101 WHERE ( OMENHV = :KEY1 AND OMSTSO = :KEY2 AND OMFUNO = :KEY3 AND OMOBNM = :KEY4 AND OMUGRP = :KEY5 ) ORDER BY OMSTSO ASC,OMAPPLID ASC

10773 Wed Sep 22 08:48:42 2004 dbperfrq.c393
OCI0000179 - Error - ORA-24439: Message 24439 not found; product=RDBMS; facility=ORA


10773 Wed Sep 22 08:48:42 2004 jdb_drvm.c938
JDB9900401 - Failed to execute db request

10773 Wed Sep 22 08:48:42 2004 jdb_omp1.c2546
JDB9900259 - Failed to select from F986101

10773 Wed Sep 22 08:48:42 2004 dbperfrq.c386
OCI0000178 - Unable to execute - SELECT OMENHV, OMAPPLID, OMOBNM, OMDATP, OMDATS, OMUGRP, OMOAPP, OMDATM, OMOVRE, OMSY, OMSTSO, OMFUNO, OMOCM2 FROM SVM7333.F986101 WHERE ( OMENHV = :KEY1 AND OMSTSO = :KEY2 ) ORDER BY OMSTSO ASC,OMAPPLID ASC

10773 Wed Sep 22 08:48:42 2004 dbperfrq.c393
OCI0000179 - Error - ORA-03114: not connected to ORACLE

10773 Wed Sep 22 08:48:42 2004 jdb_drvm.c938
JDB9900401 - Failed to execute db request

10773 Wed Sep 22 08:48:42 2004 jtp_cm.c1883
JDB9900255 - Database connection to co-ap-989 - B7333 Server Map has been lost.

10773 Wed Sep 22 08:48:42 2004 jtp_cm.c1401
JDB9900256 - Database connection to co-ap-989 - B7333 Server Map has been re-established.

10773 Wed Sep 22 08:48:42 2004 dbperfrq.c386
OCI0000178 - Unable to execute - SELECT OMENHV, OMAPPLID, OMOBNM, OMDATP, OMDATS, OMUGRP, OMOAPP, OMDATM, OMOVRE, OMSY, OMSTSO, OMFUNO, OMOCM2 FROM SVM7333.F986101 WHERE ( OMENHV = :KEY1 AND OMSTSO = :KEY2 ) ORDER BY OMSTSO ASC,OMAPPLID ASC

10773 Wed Sep 22 08:48:42 2004 dbperfrq.c393
OCI0000179 - Error - ORA-24439: Message 24439 not found; product=RDBMS; facility=ORA


10773 Wed Sep 22 08:48:42 2004 jdb_drvm.c938
JDB9900401 - Failed to execute db request

10773 Wed Sep 22 08:48:42 2004 jdb_omp1.c1168
JDB9900241 - Failed to select from F986101

10773 Wed Sep 22 08:48:42 2004 jdb_cach.c1319
JDB9900009 - Failed to load ObjectMap Cache

10773 Wed Sep 22 08:48:42 2004 jdb_ctl.c3054
JDB1100016 - Failed to load Environment - DV7333

10773 Wed Sep 22 08:48:42 2004 netflow.c491
Dispatch Function 'JDEK_DispatchSecurity' returned failure on eNetDispatchInit



Has anyone seen this before? Ideas?

Thanks!
 
As I am using an older version (Xe) and different platform (SQL) ..just a
silly question.. Was the F986101 table included in the ESU, if so, did you
regenerate the index or table?
It looks like it is trying to do a select on the table and maybe one of the
columns is not present in the table..

-John
 
I hate to ask, but did you apply security ESU's required as a prerquisite of this service pack?
 
Yes, the only pre-req ESU was JD21799. Which was loaded prior to SP23.
 
Just an update, we've narrowed the issue down to something wrong with libora90.so. Still waiting on PSFT for an answer.
 
We found the problem, it was the Oracle client version on our enterprise server. We had client version 9.2.0.1 and the DB was 9.2.0.4. We upgraded the client and everything is fine.
 
Back
Top