When Trying to Startup iplant Instance the below error Appearing every-time :
From the above error you notice that Port 8080 is already in use.
The Solution :
ps -ef |grep webservd
and Use Kill -9
Try Again Now
Thank you
Osama Mustafa
TEST siebel: :/Siebel/iPlanet/webserver7/https-Osama_TST/bin\>./startserv
Oracle iPlanet Web Server 7.0.15 B04/19/2012 21:52
info: CORE5076: Using [Java HotSpot(TM) 64-Bit Server VM, Version 1.6.0_24] from [Sun Microsystems Inc.]
startup failure: could not bind to port 8080 (Address already in use)
failure: HTTP3127: http-listener-1: http://TEST:8080: Error creating socket (Address already in use)
failure: HTTP3094: 1 listen sockets could not be created
failure: server initialization failed
From the above error you notice that Port 8080 is already in use.
The Solution :
ps -ef |grep webservd
and Use Kill -9
Try Again Now
Thank you
Osama Mustafa