Author:
K2Dev

Message:
>Pls check netstat -an | grep 8880

This should not give much more info compared to the lsof method tried earlier, 
but here is goes:

-----
r...@everest ~# netstat -an | grep 8880
r...@everest ~#
-----

Ports reserved in /etc/services? AFAIK those do not *reserve* anything, they 
just*descrive ports.

But.
-----
# grep -w 8880 /etc/services
r...@everest ~# grep -w 8880 /etc/services
cddbp-alt       8880/tcp                        # CDDBP
cddbp-alt       8880/udp                        # CDDBP
-----

After commenting out those lines in services:
-----
r...@everest ~# /opt/IBM/WebSphere/AppServer/bin/startServer.sh server1
ADMU0116I: Tool information is being logged in file
           
/opt/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/server1/startServer.log
ADMU0128I: Starting tool with the AppSrv01 profile
ADMU3100I: Reading configuration for server: server1
ADMU3028I: Conflict detected on port 8880.  Likely causes: a) An instance of
           the server server1 is already running  b) some other process is
           using port 8880
ADMU3027E: An instance of the server may already be running: server1
ADMU0111E: Program exiting with error:
           com.ibm.websphere.management.exception.AdminException: ADMU3027E: An
           instance of the server may already be running: server1
ADMU1211I: To obtain a full trace of the failure, use the -trace option.
ADMU0211I: Error details may be seen in the file:
           
/opt/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/server1/startServer.log
-----

Thanks for help, but no joy :(

To respond to this post, please click the following link:
<http://www.ibm.com/developerworks/forums/thread.jspa?messageID=14464360>

____________________________________
Unsubscribe via the "binocular" icon on the web

Reply via email to