Einstein47
Programmer
I'm scratching my head with this one. I have several servers running WAS 4.02. I am using wscp to stop the nodes before shutdown and daily to resync with the database. Then after the node is stopped, I restart the admin server and then have to manually start the AppServers with wscp. (are you with me so far)
For all but one of my servers (AIX 4.3.3 ML9), this works well. However, on my QA server, I will often get a message in my output log saying,
This hasn't happened on any of my other servers. The wscp script is VERY simple:
The odd thing is that this error only happens when I run the script from cron. I have never encountered this error when I run the script from the command-line. Also, it isn't consistent. About 50% of the time it will run as it should. So the mystery gets darker.
Where would I even look to resolve this? Any help would be appreciated. Einstein47
("For every expert, there is an equal and opposite expert." - Arthur C. Clarke)
For all but one of my servers (AIX 4.3.3 ML9), this works well. However, on my QA server, I will often get a message in my output log saying,
Code:
Starting AppServer /Node:aixqa/ApplicationServer:Default Server/...
WSCP0002E: An "Act exception" was received; exception information: null
Code:
foreach ejbserver [ApplicationServer list] {
puts "Starting AppServer $ejbserver..."
ApplicationServer start $ejbserver
puts " ... started."
}
Where would I even look to resolve this? Any help would be appreciated. Einstein47
("For every expert, there is an equal and opposite expert." - Arthur C. Clarke)