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 230611 - Exit the IDE will terminate the following process--Cancel--IDE will not exit
Summary: Exit the IDE will terminate the following process--Cancel--IDE will not exit
Status: RESOLVED DUPLICATE of bug 230452
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P1 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-01 22:44 UTC by MackSix
Modified: 2013-06-03 15:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Web application for reproducing bug. (16.96 KB, application/zip)
2013-06-01 22:44 UTC, MackSix
Details
logfile (52.04 KB, text/plain)
2013-06-01 22:44 UTC, MackSix
Details
Screenshot of popup dialog (17.95 KB, image/png)
2013-06-01 22:45 UTC, MackSix
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MackSix 2013-06-01 22:44:28 UTC
Created attachment 135213 [details]
Web application for reproducing bug.

1. Open attached web application.
2. Run web application with GlassFish 4 and wait for browser to open and display.
3. Click red X Exit button to exit IDE.
4. Dialog pops up--Exit the IDE will terminate the following process: Process - WebApplication1(run) (See attached screenshot)
5. Click Cancel
6. Click red X Exit button to exit IDE.

NetBeans will not exit.

Expected: No dialog box should popup and IDE should exit.
Workaround: Kill Process.

Product Version: NetBeans IDE Dev (Build 201305312301)
Java: 1.7.0_21; Java HotSpot(TM) 64-Bit Server VM 23.21-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_21-b11
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
Comment 1 MackSix 2013-06-01 22:44:50 UTC
Created attachment 135214 [details]
logfile
Comment 2 MackSix 2013-06-01 22:45:22 UTC
Created attachment 135215 [details]
Screenshot of popup dialog
Comment 3 Antonin Nebuzelsky 2013-06-03 12:33:25 UTC
This is the expected behavior. Clicking Cancel or closing the dialog box aborts the Exit.
Comment 4 MackSix 2013-06-03 14:31:27 UTC
(In reply to comment #3)
> This is the expected behavior. Clicking Cancel or closing the dialog box aborts
> the Exit.

That is fine, but if I cancel the dialog box, NetBeans will not Exit and I have to kill the process.
Comment 5 Antonin Nebuzelsky 2013-06-03 14:35:16 UTC
(In reply to comment #4)
> That is fine, but if I cancel the dialog box, NetBeans will not Exit and I have
> to kill the process.

So, after first exit invocation and cancelling it, you invoke exit again? What exactly happens after the second invocation of File/Exit?
Comment 6 MackSix 2013-06-03 14:41:58 UTC
(In reply to comment #5)
> (In reply to comment #4)
> > That is fine, but if I cancel the dialog box, NetBeans will not Exit and I have
> > to kill the process.
> 
> So, after first exit invocation and cancelling it, you invoke exit again? What
> exactly happens after the second invocation of File/Exit?

Nothing, Exit does not work if I use File>>Exit or Click the upper left Red X button on the main NetBeans window afterward.
Comment 7 Antonin Nebuzelsky 2013-06-03 15:27:54 UTC

*** This bug has been marked as a duplicate of bug 230452 ***