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

Summary: Monitor Filter exception for external server
Product: serverplugins Reporter: Petr Blaha <blaha>
Component: TomcatAssignee: Pavel Buzek <pbuzek>
Status: CLOSED FIXED    
Severity: blocker Keywords: T9Y
Priority: P2    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: Stacktrace output:

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