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 204499 - IllegalArgumentException: URI scheme is not "file"
Summary: IllegalArgumentException: URI scheme is not "file"
Status: RESOLVED DUPLICATE of bug 199354
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-01 11:15 UTC by azizur
Modified: 2011-11-01 11:40 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 182473


Attachments
stacktrace (2.54 KB, text/plain)
2011-11-01 11:16 UTC, azizur
Details

Note You need to log in before you can comment on or make changes to this bug.
Description azizur 2011-11-01 11:15:55 UTC
This issue was reported manually by azizur.
It already has 12 duplicates 


Build: NetBeans IDE Dev (Build 201110300600)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.1-b02-384, Java(TM) SE Runtime Environment, 1.6.0_26-b03-384-10M3425
OS: Mac OS X

User Comments:
GUEST: Install Python plugin and restart Netbeans

alesak: just after startup

azizur: Just switch application... and come back

alesak: just after start up

GUEST: after open project

azizur: Just open NetBeans with single project open from last time.




Stacktrace: 
java.lang.IllegalArgumentException: URI scheme is not "file"
   at java.io.File.<init>(File.java:366)
   at org.netbeans.modules.nodejs.NodeJSFileOwnerQueryImpl.getOwner(NodeJSFileOwnerQueryImpl.java:64)
   at org.netbeans.api.project.FileOwnerQuery.getOwner(FileOwnerQuery.java:150)
   at org.netbeans.modules.java.project.ProjectBinaryForSourceQuery.findBinaryRoots(ProjectBinaryForSourceQuery.java:68)
   at org.netbeans.api.java.queries.BinaryForSourceQuery.findBinaryRoots(BinaryForSourceQuery.java:87)
   at org.netbeans.modules.java.source.usages.BuildArtifactMapperImpl.getTarget(BuildArtifactMapperImpl.java:202)
Comment 1 azizur 2011-11-01 11:16:00 UTC
Created attachment 112650 [details]
stacktrace
Comment 2 Marian Mirilovic 2011-11-01 11:40:07 UTC

*** This bug has been marked as a duplicate of bug 199354 ***