|
Problem(Abstract) |
IBM® WebSphere® Application Server Abends with reason code
C9C2127D. |
|
|
|
Cause |
The problem is, the port the application wanted to use is
reserved for another job in the TCPIP stack.
These are the trace entries showing the bind error:
Trace: 2005/04/17 21:56:11.719 01 t=7C4360 c=UNK key=S2 (0000000A)
Description: Log Boss/390 Error
from filename: ./bbochsss.cpp
at line: 2668
error message: BBOO0160E Function bind() failed with RV=-1, RC=11,
RSN=744C7246, ÝEDC5111I Permission denied. (errno2=0x744C7246)
¨hostname/ip: 0.0.0.0
Trace: 2005/04/17 21:56:11.744 01 t=7C4360 c=UNK key=S2 (0000000A)
Description: Log Boss/390 Error
from filename: ./bboobsa.cpp
at line: 198
error message: BBOO0021E Assertion failed: '0', file ./bboobsa.cpp, line
198.
Trace: 2005/04/17 21:56:12.578 01 t=7C4360 c=UNK key=S2 (04030001)
Description: enter RestartThreadRtn
Message definitions:
error message: BBOO0160E Function bind() failed with RV=-1, RC=111,
RSN=744C7246, EDC5111I Permission denied.
(errno2=0x744C7246)
7246 JRPortAccessAuth <------------ Port error reference.
.
Definition for C9C2127D from the Info Center:
C9C2127D
Explanation: IBM Internal Only
User Response: Contact the IBM Support Center.
Definition for 00080005 from previous reports:
RSNCD 00080005 (invalid PURGESTOKEN detected)
The EC3 reason code is 00080005 indicates the Server region was
terminated as a result of controller termination. The controller region
was terminated with a 'cancel command'.
. |
|
|
Resolving the
problem |
From TSO, issue: netstat portlist
This will tell you what ports are reserved and for what jobs.
Similar problems have been seen when protocol_https_port is set to
something other than 0. In this case it was set to 60793.
This is set via adminconsole under:
appservers-> <servername> -> endpoints -> orb ssl listener
you may have to set this in was.env to get things up and running again. If
this does not work, then in was.env, set the following:
ras_trace_detail=(3,4,e) |
|
|
|
|
|
|