dev@glassfish.java.net

Re: v3 start up is silent even when there is port conflicts

From: Vince Kraemer <Vince.Kraemer_at_Sun.COM>
Date: Fri, 12 Sep 2008 11:35:23 -0700

Harsha Godugu wrote:
> On 09/11/08 18:14, Shing-Wai.Chan_at_Sun.COM wrote:
>> Hi,
>>
>> I have a discussion with Rajiv.
>> Here is what we see.
>> 1. port 8080 was occupied by another process in the machine
>> 2. start v3 by asadmin without any error message
>> asadmin start-domain domain1
>> Name of the domain started: [domain1] and
>> its location:
>> [/export/gfv3/src/install/glassfish/domains/domain1].
>> Admin port for the domain: [4848].
>> 3. deployment with error
>> asadmin deploy hellojsp.war
>> Remote server does not listen for requests on [localhost:4,848].
>> Is the server up?
>> Command deploy failed.
>>
>> I understand that we have (2) as the container have not started.
>> But should we check the port in (2)?
> Yes. We should. I also bumped into this issue. It took a while to
> figure what was happening.
> This is a p2 bug :-)

I opened https://glassfish.dev.java.net/issues/show_bug.cgi?id=6083 to
track this.

vbk

>
> thanks...
>> (If 8080 is occupied by another http engine, then one may (by
>> mistake) think
>> that v3 is up. But in fact, another process is serving the request!!!
>> This is an
>> issue.)
>>
>> Regards,
>> Shing Wai Chan
>>