This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 202397

Summary: Cannot deploy to GlassFish 3.1.1 because domain upgrade is called
Product: serverplugins Reporter: Jiri Skrivanek <jskrivanek>
Component: GlassFishAssignee: Vince Kraemer <vkraemer>
Status: VERIFIED FIXED    
Severity: normal CC: mmirilovic, muellermi, pjiricka
Priority: P1    
Version: 7.1   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: Server log from two consequent attempts to run project.

Description Jiri Skrivanek 2011-09-21 09:11:47 UTC
Created attachment 110952 [details]
Server log from two consequent attempts to run project.

When you try to run web project against GlassFish 3.1.1 server it never finishes because server is not started but instead is called domain upgrade. To reproduce:

- install GlassFish 3.1.1
- add instance to IDE
- create web project
- run created project. It doesn't open server log automatically and it si running forever. If you open server log in Services tab, you see that domain upgrade is called but server is not started afterwards (see attached log).

Product Version: NetBeans IDE Dev (Build 201109202329)
Java: 1.7.0; Java HotSpot(TM) Client VM 21.0-b17
System: Windows XP version 5.1 running on x86; Cp1250; en_US (nb)
Comment 1 Jiri Skrivanek 2011-09-22 11:18:44 UTC
*** Bug 202483 has been marked as a duplicate of this bug. ***
Comment 2 muellermi 2011-09-22 12:41:13 UTC
I switched back to Build201109180600. This version is still ok for GlassFish.
Comment 3 Vince Kraemer 2011-09-22 13:13:44 UTC
http://hg.netbeans.org/web-main/rev/7653f1dec7e0
Comment 4 Jiri Skrivanek 2011-09-22 13:56:53 UTC
Works OK in custom trunk build. Please, transplant the patch to the beta branch.
Comment 5 Quality Engineering 2011-09-22 14:51:36 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/7653f1dec7e0
User: vince kraemer <vkraemer@netbeans.org>
Log: #202397 : unnecessary call to upgrade
Comment 6 Vince Kraemer 2011-09-22 18:04:04 UTC
integrated to releases... http://hg.netbeans.org/releases/changeset/e2c91e734559
Comment 7 Jiri Skrivanek 2011-09-23 07:59:58 UTC
Verified in NetBeans IDE 7.1 Beta (Build 201109222201).