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 61643 - [j2ee] Exceptions after Attach to local J2EE server with a J2EE project selected as main
Summary: [j2ee] Exceptions after Attach to local J2EE server with a J2EE project selec...
Status: CLOSED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 4.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-02 10:00 UTC by ehucka
Modified: 2006-03-24 13:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exceptions' stacktrace (7.18 KB, text/plain)
2005-08-02 10:01 UTC, ehucka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2005-08-02 10:00:34 UTC
build 050802

If I select a J2EE project as main project, restart IDE and invoke Attach action
the exceptions are thrown.
Comment 1 ehucka 2005-08-02 10:01:35 UTC
Created attachment 23414 [details]
exceptions' stacktrace
Comment 2 Jiri Sedlacek 2005-08-03 12:01:01 UTC
Caused by incorrect usage of FileObject.getPath(), which doesn't return leading 
slash in absolute path on UNIXes (but why?!!!). Now using correct method 
FileUtil.toFile(FileObject).

Fixed for M8.
Comment 3 ehucka 2005-12-22 10:03:23 UTC
verified