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 205340

Summary: [71cat] cannot start GlassFish out of NB
Product: serverplugins Reporter: muellermi <muellermi>
Component: GlassFishAssignee: Vince Kraemer <vkraemer>
Status: VERIFIED FIXED    
Severity: normal CC: dkonecny, mmirilovic, pjiricka
Priority: P1 Keywords: REGRESSION
Version: 7.2   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: <no description>

Description muellermi 2011-11-21 09:07:40 UTC
Product Version = NetBeans IDE Dev (Build 201111200600)
Operating System = Windows XP version 5.1 running on x86
Java; VM; Vendor = 1.7.0_01
Runtime = Java HotSpot(TM) Client VM 21.1-b02

First, it seemed, a former bug is back:

In services, open Servers. Right click your local GlassFish. All StartXXX items are disabled.
Then, after starting GklassFish from prompt, it's status is refreshed in NB.

Now, it is possible to stop and start from within NB (which is different to the former bug).
Comment 1 muellermi 2011-11-21 09:08:03 UTC
Created attachment 113358 [details]
<no description>
Comment 2 muellermi 2011-11-21 12:05:26 UTC
Cannot start out ouf services tree view.
But if I start a web application, GF will be started automatically.
Decreasing priority P2 -> P3
Comment 3 Jiri Skrivanek 2011-11-21 12:20:30 UTC
I can confirm that Start menu items are disabled when you register GlassFish
server in dev (7.2) build. I can't reproduce it in 7.1 RC build. I think it deserves immediate investigation because it is a regression and other features might be impacted as well.
Comment 4 Vince Kraemer 2011-11-21 18:45:42 UTC
found the problem. this should have been part of http://hg.netbeans.org/web-main/rev/46f6290801be.

http://hg.netbeans.org/web-main/rev/c46dc8ae89a8
Comment 5 Quality Engineering 2011-11-22 15:52:18 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/c46dc8ae89a8
User: vince kraemer <vkraemer@netbeans.org>
Log: #205340 : missed the transition from state UNKNOWN to state STOPPED in refresh(String,String)
Comment 6 Vince Kraemer 2011-11-23 20:39:19 UTC
in the build
Comment 7 David Konecny 2011-11-24 02:16:55 UTC
Works in latest dev build.