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 42704 - Monitor Filter exception for external server
Summary: Monitor Filter exception for external server
Status: CLOSED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords: T9Y
Depends on:
Blocks:
 
Reported: 2004-05-03 10:01 UTC by Petr Blaha
Modified: 2006-03-24 10:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stacktrace output: (1.04 KB, text/plain)
2004-05-03 13:10 UTC, Petr Blaha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Blaha 2004-05-03 10:01:46 UTC
To reproduce:
1) Enable HTTP Monitor for external server
2) Stop/Start server
3) Request Tomcat server, via www browser

Response:
java.lang.NoClassDefFoundError:
org/netbeans/modules/schema2beans/BaseBean
Comment 1 Petr Blaha 2004-05-03 13:10:29 UTC
Created attachment 14664 [details]
Stacktrace output:
Comment 2 Petr Jiricka 2004-05-04 16:53:04 UTC
Fixed.

Checking in MonitorSupport.java;
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/ide/MonitorSupport.java,v
 <--  MonitorSupport.java
new revision: 1.8; previous revision: 1.7
Comment 3 Petr Blaha 2004-07-09 09:09:37 UTC
Verified