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 233385 - Waiting icon on server node when started in profile mode
Summary: Waiting icon on server node when started in profile mode
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: TomasKraus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-25 08:54 UTC by Jiri Skrivanek
Modified: 2013-08-22 07:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2013-07-25 08:54:09 UTC
Waiting icon is shown on server node forever when started in profile node. To reproduce:

- register GlassFish 4 server to IDE
- right-click server node and choose "Start in Profile Mode"
- it starts and print the message below to server log but state of server is not changed and badge icon of server node is still hourglass

"Profiler Agent: Waiting for connection on port 5140 (Protocol version: 14)"

Product Version: NetBeans IDE Dev (Build 201307242300)
Java: 1.7.0_25; Java HotSpot(TM) 64-Bit Server VM 23.25-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_25-b15
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
Comment 1 TomasKraus 2013-07-25 09:28:07 UTC
I know that icons are broken now. There is P2 bug covering this. But I'll keep this one too to have one more QA test case when this is done.

Just to make sure - is there any other profile mode issue? I understand that it's working fine, problem is just in broken icon.
Comment 2 Jiri Skrivanek 2013-07-25 10:07:36 UTC
Sometimes profiling fails with  "Initialization of GlassFish Server startup monitoring failed.". But I am not able to reliably repeat it. Otherwise it works fine.
Comment 3 TomasKraus 2013-07-25 10:19:25 UTC
Yes, I saw this issue somewhere and maybe it's also reported as some P3.
Comment 4 TomasKraus 2013-08-08 19:09:22 UTC
Checked into web-main:
----------------------
changeset:   260644:abe51bf3c91e
summary:     #233385 - Waiting icon on server node when started in profile mode

There was StartTask hanged because of wrong process status detection. It's fixed now, Pause icon is displayed and server is waiting for profiler to connect.
Comment 5 TomasKraus 2013-08-08 20:04:44 UTC
Pushing into web-main and closing.
Comment 6 Quality Engineering 2013-08-09 10:50:06 UTC
Integrated into 'main-silver', will be available in build *201308090746* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/abe51bf3c91e
User: Tomas Kraus <TomasKraus@netbeans.org>
Log: #233385 - Waiting icon on server node when started in profile mode