Kbase 21601: Webspeed 3.1x - Error 8100 and Accept timed out
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  18/12/2001 |
|
SUMMARY:
The Kbase describes one scenario where the WebSpeed broker fails to start and that you can see following errors in WebSpeed broker log file:
S-0001>(10-Dec-01 09:02:43:781) Timeout while listening for server : java.io.InterruptedIOException: Accept timed out
S-0001>(10-Dec-01 09:02:43:783) ERROR: cannot start server. (8100)
L-20928>admin error response received: 2. (8067)
S-0001>(10-Dec-01 09:02:43:790) Ending serverPool thread: S-0001. (8077)
You will also see following errors in admserv.log file
[12/10/01 8:59:18 AM] [0] [AdminServer] * AdminServer GUI Plugin internal error 2: SvcControlCmd.pingService(wsbroker1) failure: java.rmi.ConnectException: Connection refused to host: [10.27.52.164:59481]; nested exception is:
[12/10/01 8:59:18 AM] [0] [AdminServer] * java.net.ConnectException: Connection refused (8172)(java.rmi.ConnectException: Connection refused to host: [10.27.52.164:59481]; nested exception is:
[12/10/01 8:59:18 AM] [0] [AdminServer] * java.net.ConnectException: Connection refused)
[12/10/01 9:01:08 AM] [3] [AdminServer] SvcControlCmd.connectToService() failure: Unable to connect to the service
No errors in either Name Server log file or WebSpeed server log file.
EXPLANATION:
The WebSpeed broker is a java process, it starts up agent process, which is a batch Progress client. For this process to be successful, one needs to be able to start up Progress client process on the system at the very least. If _progres fails to start, you will likely receive above errors.
In this case, when client tried to start _progres, he received following error
You have not supplied a parameter for argument -cpinternal. (1403)
Following default parameters should be preset in $DLC/startup.pf file during installation
-cpinternal ISO8859-1
-cpstream ISO8859-1
-cpcoll Basic
-cpcase Basic
-d mdy
-numsep 44
if these parameters are not set, you will received error 1403 when attempting to startup a client and WebSpeed agent will fail to start as well.
SOLUTION:
Set up the parameters manually in startup.pf to correct the program.
References to Written Documentation: