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 218479 - error when closing ide while tomcat is still running
Summary: error when closing ide while tomcat is still running
Status: RESOLVED DUPLICATE of bug 225171
Alias: None
Product: javaee
Classification: Unclassified
Component: HTTP Monitor (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-17 14:44 UTC by medeag
Modified: 2015-07-15 14:02 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (790.01 KB, application/octet-stream)
2012-09-17 14:44 UTC, medeag
Details

Note You need to log in before you can comment on or make changes to this bug.
Description medeag 2012-09-17 14:44:53 UTC
Created attachment 124462 [details]
messages.log

Tried to close ide while tomcat was still running got an error
Comment 1 Petr Jiricka 2012-10-18 14:04:05 UTC
Sorry, it's not clear from the log which error you are getting. Do you mean this one?

java.io.IOException
	at org.netbeans.modules.web.monitor.data.MonitorData.createGraph(MonitorData.java:553)
	at org.netbeans.modules.web.monitor.data.MonitorData.createGraph(MonitorData.java:536)
[catch] at org.netbeans.modules.web.monitor.client.Controller.retrieveMonitorData(Controller.java:1381)
	at org.netbeans.modules.web.monitor.client.Controller.retrieveMonitorData(Controller.java:1346)
	at org.netbeans.modules.web.monitor.client.Controller.addTransaction(Controller.java:184)
	at org.netbeans.modules.web.monitor.client.MonitorAction.addTransaction(MonitorAction.java:116)
	at org.netbeans.modules.web.monitor.client.PutTransaction$1.run(PutTransaction.java:175)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:701)
	at java.awt.EventQueue.access$000(EventQueue.java:102)
	at java.awt.EventQueue$3.run(EventQueue.java:662)
	at java.awt.EventQueue$3.run(EventQueue.java:660)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:671)
	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:158)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:147)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:139)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:97)
Comment 2 medeag 2012-10-18 14:12:08 UTC
have not bumped in to the issue any more, 

i'm not sure which was the original issue, because when i saw exception reporter window i could not click on report button, since it was disappearing after tomcat stopped... so i was forced to upload messages.log manually.

Thanks,
Medea
Comment 3 Petr Jiricka 2012-10-18 14:18:26 UTC
Ok, thanks. Anyway, let's keep this open to track the IOException above.
Comment 4 Petr Hejl 2015-07-15 14:02:35 UTC

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