Enterprise server not restarting

KAA

Member
We have a UNIX ES, AIX6.1 recently patched to 6100-06-03-1048. Since patching, services cannot restart. JDE Xe, B733
SP23_S1. Any idea what may be causing this? Logs below:

IPC1400001 - IPC routine called without successful IPC initialization.
IPC1400001 - IPC routine called without successful IPC initialization.
ipcSawInit: Error: ipcCreateResource 27
IPC1400001 - IPC routine called without successful IPC initialization.
Error: ipcLockResource 27


6095052 Tue Aug 9 10:56:13 2011 ipcpub.c330
IPC1400001 - IPC routine called without successful IPC initialization.

6095052 Tue Aug 9 10:56:13 2011 ipcpub.c238
IPC1400001 - IPC routine called without successful IPC initialization.

6095052 Tue Aug 9 10:56:13 2011 ipcpub.c2771
ipcSawInit: Error: ipcCreateResource 27

6095052 Tue Aug 9 10:56:13 2011 ipcpub.c613
IPC1400001 - IPC routine called without successful IPC initialization.

6095052 Tue Aug 9 10:56:13 2011 ipcpub.c3001
Error: ipcLockResource 27

6095052 Tue Aug 9 10:56:13 2011 jdenet_n.c100
process </jde7/oneworld/b7333/system/bin32/jdenet_n> could not be registered



Tue Aug 9 10:56:13 MDT 2011 Starting JD Edwards OneWorld on tsjdeap2
delete all MessageQueues, Shared Memories, and Semaphores, range:
0x00001f40 to 0x00002327 [8000 to 8999], owned by jdeb7333
Starting jdenet_n...
The jdenet_n process did not start...
Check the jdenet_n.log, or the log file associated
with the jdenet_n process id.
 
Hi,

Does your "jde" user (whatever its name is) have the
proper permissions to read and execute under
/jdeb7/oneworld/b7333?

After stopping services, did you run rmics.sh or
similar command to release ipc resources?
 
mmm it might be a wild guest but why don't you try to change the parameter startIPCKeyValue on your server's jde.ini

[JDEIPC]
ipcTrace=?
maxNumberOfSemaphores=xxxx
startIPCKeyValue=xxxx
 
Back
Top