did you try doing the starthttp after startwas?
what does your startWAS do? start the admin server and the app servers
both?
On 16 Nov 2004 08:29:54 -0800,
(E-Mail Removed) (MUK) wrote:
>Hi
>
>I have two intel machines both running Linux Redhat 8.
>On one of the machines I have my HTTP server and my WebSphere
>Application Server 5.1 running and on the other machine I have DB2
>Enterprise V8.1 running.
>
>I have scheduled a nightly reboot of the machine running WAS.
>
>This is how it goes: (this script is in crontab to run at 12:01am)
>
>.stopHTTP
>.stopWAS
>
>shutdown -fr now
>
>Now when the system comes back up I am calling another
>script in rc.local.. which goes as follows:
>
>.startHTTP
>.startWAS
>
>Now, when the machine comes back up and I log onto my
>application, I get an SQL Connect error.
>
>To fix this problem I just have to go
>and run .stopServer and the .startServer on the
>server again and my application runs perfect.
>
>I figured I could also create script to run this
>additional stop Start routine and that should solve the problem.
>But it doesnt!
>
>Please help.
>
>MUK