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 162219 - URI is not absolute
Summary: URI is not absolute
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2009-04-08 13:44 UTC by Tomas Hurka
Modified: 2009-04-10 07:36 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 Tomas Hurka 2009-04-08 13:44:25 UTC
Steps:
1) open netbeans module core.startup 
2) invoke profile project
3) use default settings
4) click 'Run'
Comment 1 Tomas Hurka 2009-04-08 13:49:35 UTC
Regression caused by fix of issue #157978

java.lang.IllegalArgumentException: URI is not absolute
        at java.io.File.<init>(File.java:333)
        at org.netbeans.lib.profiler.utils.MiscUtils.getClassPathFromManifest(MiscUtils.java:384)
        at org.netbeans.lib.profiler.utils.MiscUtils.getPathComponents(MiscUtils.java:352)
        at org.netbeans.lib.profiler.classfile.ClassRepository.initClassPaths(ClassRepository.java:409)
        at org.netbeans.modules.profiler.NetBeansProfiler.cleanupBeforeProfiling(NetBeansProfiler.java:1855)
        at org.netbeans.modules.profiler.NetBeansProfiler.access$2500(NetBeansProfiler.java:157)
        at org.netbeans.modules.profiler.NetBeansProfiler$3.doInBackground(NetBeansProfiler.java:1064)
        at org.netbeans.lib.profiler.ui.SwingWorker$2.run(SwingWorker.java:113)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:573)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1005)

Comment 2 Tomas Hurka 2009-04-08 14:12:02 UTC
Fixed in profiler-main
changeset:   125653:a2088ebda0c2
user:        Tomas Hurka <thurka@netbeans.org>
date:        Wed Apr 08 15:11:04 2009 +0200
summary:     bugfix #162219, java.io.File cannot be created from relative URI

Comment 3 Quality Engineering 2009-04-10 07:36:05 UTC
Integrated into 'main-golden', will be available in build *200904100201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/a2088ebda0c2
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #162219, java.io.File cannot be created from relative URI