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 221101 - Run process not finished
Summary: Run process not finished
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: TomasKraus
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2012-10-30 14:48 UTC by Jiri Skrivanek
Modified: 2012-11-02 12:53 UTC (History)
3 users (show)

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 2012-10-30 14:48:34 UTC
Bug #217734 happens again. When closing the IDE user is falsely warned that run process is sill in progress. To reproduce:

- create Java Web project with GlassFish 3.1.2.2 server
- right-click project node and choose Run
- wait until application is deployed and browser opened
- try to close NetBeans main window but it opens the "Exit IDE" dialog informing that "Process - WebApplication1 (run)" will be terminated. This process should be already finished.

Product Version: NetBeans IDE Dev (Build 201210300001)
Java: 1.7.0_10-ea; Java HotSpot(TM) 64-Bit Server VM 23.6-b04
Runtime: Java(TM) SE Runtime Environment 1.7.0_10-ea-b11
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
Comment 1 TomasKraus 2012-10-30 15:23:53 UTC
I did not touch this code for a long time.
I don't see this issue on Linux. Looks like I have to go downstairs. :)
Comment 2 TomasKraus 2012-11-01 15:28:13 UTC
Fix checked in for
Bug# 221075 - NetBeans fails to start GlassFish
should fix this issue too. Please test it together with 221075 when next build will be available. Reopen this bug if you'll still see it. I can't reproduce it.
Comment 3 Petr Jiricka 2012-11-01 16:00:51 UTC
Bug 221075 was fixed in release73_beta2 branch: http://hg.netbeans.org/releases/rev/8f1154b4cd3f. So this should be fixed in beta2 as well.