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 204121 - Can't Debug In a j2ee6 web application
Summary: Can't Debug In a j2ee6 web application
Status: RESOLVED INCOMPLETE
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 7.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-23 15:26 UTC by fortruth
Modified: 2011-11-02 16:24 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 fortruth 2011-10-23 15:26:55 UTC
Product Version = NetBeans IDE Dev (Build nbms-and-javadoc-7961-on-20110924)
Operating System = Linux version 3.0.0-13-generic running on amd64
Java; VM; Vendor = 1.6.0_23
Runtime = OpenJDK 64-Bit Server VM 20.0-b11


The Web application can't make debug runable
Comment 1 fortruth 2011-10-23 15:29:36 UTC
the run error message:

java.lang.NoClassDefFoundError: org/netbeans/modules/debugger/jpda/ui/BreakpointOutput
	at org.netbeans.modules.web.debug.breakpoints.JspLineBreakpoint.breakpointOutput(JspLineBreakpoint.java:408)
	at org.netbeans.modules.web.debug.breakpoints.JspLineBreakpoint.access$200(JspLineBreakpoint.java:74)
	at org.netbeans.modules.web.debug.breakpoints.JspLineBreakpoint$1.propertyChange(JspLineBreakpoint.java:143)
	at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:298)
	at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:291)
	at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:229)
	at org.netbeans.api.debugger.Breakpoint.firePropertyChange(Breakpoint.java:287)
	at org.netbeans.api.debugger.Breakpoint.setValidity(Breakpoint.java:145)
	at org.netbeans.api.debugger.jpda.LineBreakpoint$LineBreakpointImpl.stateChanged(LineBreakpoint.java:534)
	at org.netbeans.modules.debugger.jpda.breakpoints.BreakpointImpl.setValidity(BreakpointImpl.java:178)
	at org.netbeans.modules.debugger.jpda.breakpoints.LineBreakpointImpl.classLoaded(LineBreakpointImpl.java:465)
	at org.netbeans.modules.debugger.jpda.breakpoints.ClassBasedBreakpoint.exec(ClassBasedBreakpoint.java:348)
	at org.netbeans.modules.debugger.jpda.breakpoints.LineBreakpointImpl.exec(LineBreakpointImpl.java:527)
	at org.netbeans.modules.debugger.jpda.util.Operator$1.run(Operator.java:432)
[catch] at java.lang.Thread.run(Thread.java:679)
Comment 2 Petr Hejl 2011-11-02 16:24:19 UTC
Please provide more information on howto reproduce this. Look like broken ide installation or something similar.