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 73708

Summary: Non-existing path during debug start
Product: javaee Reporter: Petr Pisl <ppisl>
Component: DebuggerAssignee: Libor Kotouc <lkotouc>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Petr Pisl 2006-03-17 15:46:30 UTC
Create a web project with target server Tomcat. Invoke action Debug Main
Project. In the web module output window appears message with red color:

Non-existing path
"/space/ide/projects/WebApplication53/build/ear-module/WEB-INF/classes" provided.


When you invoke action Debug file for an jsp, then there are 3 messages:

Non-existing path
"/space/ide/projects/WebApplication53/build/ear-module/WEB-INF/classes" provided.
Non-existing path "/space/ide/projects/WebApplication53/${ws.debug.classpaths}"
provided.
Non-existing path "/space/ide/projects/WebApplication53/${ws.web.docbase.dirs}"
provided.

Why the messages are there? It's misleading for the user.
Comment 1 Jiri Skrivanek 2006-03-22 14:57:46 UTC

*** This issue has been marked as a duplicate of 69034 ***