users@glassfish.java.net

Re: Sun Application Server 9.0

From: Chris Fleischmann <Chris.Fleischmann_at_Sun.COM>
Date: Sat, 22 Mar 2008 19:39:03 +1100

To find what process is running on what port, use the lsof -i command,
something like; /lsof -i | grep 80/... This will list what process is
running on port 80/8080.

WorldWideWeb HTTP is typically Apache, do you have apache running on
port 8080/80?

Regards,

Chris



glassfish_at_javadesktop.org wrote:
> Dear community,
>
> Every time when I start my application server
> with a command ./asadmin start-domain
> I receive further error in my console
>
> [i]
> Domain domain1 failed to startup. There is a conflict on
> port 80. Please check the server log for more details.
> CLI156 Could not start the domain domain1.[/i]
>
> stop-domain doesn't work because server is not running so
> I checked server's log and here is the part describing error:
>
> [i]"[#|2008-03-22T02:13:10.172+0100|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;80;|A
> conflict occured on port 80 . Server is shutting down.|#]"[/i]
>
> I'm running server on ubuntu and I checked with netstat
> -lnap if exists any other server running on port 80 and port
> 8080 but it doesn't exist.
> For port 80 and 8080 it stands in my /etc/services
>
> [i]www 80/tcp http # WorldWideWeb HTTP
> webcache 8080/tcp # WWW caching service[/i]
>
> [b]I really can't find out what's going on, what is the program
> that my server conflicts with???
> What's the cause of my error???[/b]
>
> regards,
> Nikola
> [Message sent by forum member 'eqafrica' (eqafrica)]
>
> http://forums.java.net/jive/thread.jspa?messageID=265262
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>