quality@glassfish.java.net

Re: Fwd: Redeploy not working in b71

From: Anissa Lam <Anissa.Lam_at_Sun.COM>
Date: Sun, 08 Nov 2009 07:57:32 -0800
Hi Antonio,

You are seeing https://glassfish.dev.java.net/issues/show_bug.cgi?id=10877
This has been fixed.   The issue is with the 'Redeploy link  in the application table.
A simple work  around is  go to the deploy screen  and  select  "Force Redeploy"  checkbox.   This will redeploy the application as expected.

thanks
Anissa.

Alexis Moussine-Pouchkine wrote:
probably worth discussing here...
Ideally Antonio if you could file an issue @ https://glassfish.dev.java.net/issues/enter_bug.cgi?issue_type=DEFECT ...
thanks,
-Alexis

Begin forwarded message:

From: Antonio Goncalves <antonio.mailing@gmail.com>
Date: November 8, 2009 1:53:38 PM CEST
Subject: Redeploy not working in b71

Hi,

I'm working with b70 with a EE 6 application (JPA 2.0, EJB 3.1 with no interface, JSF 2.0 with no faces-config.xml). Everything works fine with b70.

I've just downloaded and installed b71. I can deploy and execute my application, but when I try to redeploy it (using the admin console and pressing the 'redeploy' link), I get the following :

[#|2009-11-08T13:34:00.968+0100|INFO|glassfishv3.0|javax.enterprise.system.tools.admin.org.glassfish.server|_ThreadID=33;_ThreadName=Thread-1;|Unregistering MBEAN for ref: amx:pp=/domain/servers/server[server],type=application-ref,name=demo08|#]

[#|2009-11-08T13:34:01.250+0100|SEVERE|glassfishv3.0|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=35;_ThreadName=Thread-1;|Module type not recognized|#]

[#|2009-11-08T13:34:01.250+0100|SEVERE|glassfishv3.0|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=35;_ThreadName=Thread-1;|There is no installed container capable of handling this application com.sun.enterprise.deploy.shared.FileArchive@1736e99|#]


I've switched back to b70, so nothing urgent, but just to let you know. 
Antonio