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 37925 - "Show Event Window" not appearing, second try gives Exception
Summary: "Show Event Window" not appearing, second try gives Exception
Status: RESOLVED INVALID
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-09 18:10 UTC by Ann Sunhachawee
Modified: 2004-08-13 12:11 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 Ann Sunhachawee 2003-12-09 18:10:32 UTC
Using build from 20031207 NB, on Win2K
Runtime tab, server registry
Expand and right click http://localhost:8080/manager
Try "Show Event Window"
Cursor goes to hourglass for seconds (at least 20
on mine). Then, nothing seems to happen - returns
to normal pointer.
Try the action again, and then you get Exception
in Request Processor with this in Details window:

Annotation: Exception occurred in Request Processor
java.lang.NoClassDefFoundError:
org/openide/windows/IOProvider
	at
org.netbeans.modules.j2ee.deployment.impl.EventLog.open(EventLog.java:41)
	at
org.netbeans.modules.j2ee.deployment.impl.ServerTarget.startEventLog(ServerTarget.java:89)
	at
org.netbeans.modules.j2ee.deployment.impl.ui.TargetNode$ShowEventWindowAction.performAction(TargetNode.java:142)
	at
org.openide.util.actions.NodeAction$3.run(NodeAction.java:440)
	at
org.openide.util.actions.CallableSystemAction$2.run(CallableSystemAction.java:121)
	at org.openide.util.Task.run(Task.java:136)
	at
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:678)
Comment 1 Pavel Buzek 2004-01-16 18:05:34 UTC
will try to fix for 3.6
Comment 2 Pavel Buzek 2004-07-23 23:10:08 UTC
I do not see "Show Event Window" action on any of the nodes in Server
Registry.