Enterprise won't start after install

sungoku

Active Member
Enterprise won\'t start after install

Hi everyone,

I just finished installation of ERP 8.0 Enterprise Edition on a Solaris 8 Oracle 9i DB. The next step was to execute RunOneWorld.sh. After running this program, I get an error:
$ RunOneWorld.sh
Mon Dec 15 19:44:27 GMT 2003 Starting JD Edwards OneWorld on sunserver
The jdenet_n process did not start...
Check the jdenet_n.log, or the log file associated
with the jdenet_n process id.

I can't find any entry in my jdenet_n.log although I've changed the settings in JDE.INI to log.

From the installation procedure, it was suggested I use the unix username jdeb7334 which I did create. I suspect this is a problem with the settings in username for my RunOneWorld.sh as well as JDE.INI. However, I do not know which one is which. My Oracle username is still the default, JDE plus the DV7334, PD7334, etc.

Kindly advise where could I have gone wrong.

Thanks in advance
 
Re: Enterprise won\'t start after install

The user name you use to login to unix should not matter I use jdeb7334 as well. Have you modified your Run script. look in your start stop log file and see there is anything there also in you ini file turn on logging and see if it creates a log file for you.

Can you run porttest with starting service, if you have security server turned on try turning it off until you get the services to start.
 
Re: Enterprise won\'t start after install

Thanks for your response.

May I know which fields of RunOneWorld.sh and JDE.INI did you place jdeb7334 as the username?

I found some logs in my JDE log directory. I am getting errors such as:

502 Wed Dec 17 19:16:13 2003 ipcsysv.c370
IPC1300001 - cannot create IPC semaphore array, errno=22: Invalid argume
nt.

502 Wed Dec 17 19:16:13 2003 ipcsysv.c372
IPC1200011 - Check OS kernel parameters semmni and semmns.

502 Wed Dec 17 19:16:13 2003 ipcpub.c322
IPC1400001 - IPC routine called without successful IPC initialization.

502 Wed Dec 17 19:16:13 2003 ipcpub.c242
IPC1400001 - IPC routine called without successful IPC initialization.

502 Wed Dec 17 19:16:13 2003 ipcpub.c2762
ipcSawInit: Error: ipcCreateResource 27

502 Wed Dec 17 19:16:13 2003 ipcpub.c605
IPC1400001 - IPC routine called without successful IPC initialization.

502 Wed Dec 17 19:16:13 2003 ipcpub.c2992
Error: ipcLockResource 27

502 Wed Dec 17 19:16:13 2003 jdenet_n.c100

I am not sure if that's due to my Solaris Kernel parameter for Oracle DB. But changing it to some example I found in knowledge garden made no difference.

Byron
 
Re: Enterprise won\'t start after install

Hi Byron,

I had the same issue..where in all recomanded parameters didn't work. Anyways some how i managed to get things rolling onces i gave in the below mentioned values. You can give it a try.

set max_nprocs=1000
set shmsys:shminfo_shmmax=4294967295
set semsys:seminfo_semmap=64
set semsys:seminfo_semmni=64
set semsys:seminfo_semmns=1600
set semsys:seminfo_semmnu=128
set semsys:seminfo_semume=4096
set semsys:seminfo_semmsl=200
set shmsys:shminfo_shmmin=1
set shmsys:shminfo_shmmni=100
set shmsys:shminfo_shmseg=32
set msgsys:msginfo_msgmap=500
set msgsys:msginfo_msgmnb=65535
set msgsys:msginfo_msgmni=1024
set msgsys:msginfo_msgseg=8192
set msgsys:msginfo_msgtql=4096
 
Re: Enterprise won\'t start after install

Hi Sunny,

I'd like to thank you from the buttom of my heart. Your kernel parameter settings worked! I don't know where you've gotten these settings. I have been looking for this recommended kernel parameter settings for Solaris-Oracle-JDE in the Knowledge Garden with no luck. So i had to settle with the recommended kernel parameters posted in Oracle Metalink.

Again, thank you very much for sharing this info.

best regards,
Byron
 
Re: Enterprise won\'t start after install

Byron,

There actually a story behind these parameters..some other time..Iam in a fix. Anyways I am very happy that it worked even for you.
I guess we can recomend this set of parameters to JDE and Oracle :))

Cheers
 
Re: Enterprise won\'t start after install

This information is on page 3-39 of the Xe server and workstation administration guide.

On the KG, go to Product->Documentation
Click on the Documentation link.
Scroll down to the part that reads
"PeopleSoft EnterpriseOne (formerly OneWorld Xe)"
click on "online guides"
Scroll to the "Technical" section
Download the "Server and Workstation Administration" manual.
Look at page 3-39 - there it is.

The following pages give data on each param and formulas on what you should choose as setytings based on your configuration.
 
Re: Enterprise won\'t start after install

Thanks for sharing that information. I'll try to play around with the parameters and understand them better.

Cheers!
 
Back
Top