quality@glassfish.java.net

Re: First bugs ?

From: Ken Paulsen <Ken.Paulsen_at_Sun.COM>
Date: Thu, 21 Aug 2008 07:40:45 -0700

#2 is actively being worked on by Kedar, attached is an email from
yesterday.

Ken

Wim Verreycken wrote:
> Found two bugs in v3tp2.
>
> 1) Grizzlyproxy bug?
>
> When starting v3tp2 there no check if the ports specified in server.xml are
> already in use. Server starts with no errors being thrown (whereas v2ur2
> will correctly state " Domain domain1 failed to startup. There is a conflict
> on port 8080. Please check the server log for more details.)
> While updating might wanna check also if there are no port conflict on any
> of the other ports - v2ur2 only complains about port 8080, while actually
> all ports needed (4848, 8181 and 8686 are in already in use)
>
> 2) context root on port 4848?
>
> context root for admin console should be / on port 4848, whereas in v3tp2
> one would have to specify /admin in the url.
>
> As I said these exist in v3tp2. Will only file bug report if exists in
> nightly build / build from trunk. No time today though. Maybe someone else
> cares to check already ? (-> survivant , your build should be finished by
> now? ;)
>
> Wim
>
> -----Original Message-----
> From: Survivant 00 [mailto:survivant00_at_gmail.com]
> Sent: donderdag 21 augustus 2008 15:45
> To: quality_at_glassfish.dev.java.net
> Subject: Re: where are the v3 prelude nightly builds ?
>
> good question.
>
> now I'm building it myself from the trunk. take 15 min to build.
>
> mvn -U -cpu clean install
> 2008/8/21 Wim Verreycken <wim_at_pizzastop.be>
> Thanks,
>
>
> Wim
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: quality-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: quality-help_at_glassfish.dev.java.net
>
>

attached mail follows:



Per [1] below, we had to make admin port for all GlassFish
v3 Prelude distributions to be 4848. Issue [2] describes the
issue to be used to track this problem. The biggest motivation
is to be compatible with V2.

For asadmin users, the defaults are already taken care of. If you
are just invoking asadmin commands with --port, you should be OK.
If you are specifying --port, it should now take the value of
admin port (4848) rather than user port (8080, by default).

For NetBeans plugin, Peter is going to make
changes so that all admin requests are handled at admin port.

For admin GUI, the default URL is now http://host:4848 and currently
we are experiencing some issues that are being worked on.

For the web-requests, (you know you could manage v3 by just connecting
to browser) you need to enter http://host:4848/__asadmin/<cmd> instead of
http://host:8080/__asadmin/<cmd>.

These changes will be available in *b21*. (not b20, which is almost out).

For any questions, please contact me.

Regards,
Kedar

[1]
https://glassfish.dev.java.net/nonav/v3/admin/planning/prelude/admin-user-port-separation.html
- Revision 1.4

[2]
https://glassfish.dev.java.net/issues/show_bug.cgi?id=5560

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
For additional commands, e-mail: dev-help_at_glassfish.dev.java.net