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 198382 - IllegalArgumentException: URI has an authority component
Summary: IllegalArgumentException: URI has an authority component
Status: RESOLVED DUPLICATE of bug 198411
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-06 12:31 UTC by revathskumar
Modified: 2011-06-07 08:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 169588


Attachments
stacktrace (5.62 KB, text/plain)
2011-05-06 12:31 UTC, revathskumar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description revathskumar 2011-05-06 12:31:10 UTC
Build: NetBeans IDE 6.9 (Build 201011082200)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_05-b13
OS: Windows Vista

User Comments:
revathskumar: Happened when clicked on css preview




Stacktrace: 
java.lang.IllegalArgumentException: URI has an authority component
   at java.io.File.<init>(File.java:368)
   at org.netbeans.modules.masterfs.filebasedfs.FileBasedURLMapper.getFileObjects(FileBasedURLMapper.java:124)
   at org.netbeans.modules.masterfs.MasterURLMapper.getFileObjects(MasterURLMapper.java:65)
   at org.openide.filesystems.URLMapper.findFileObject(URLMapper.java:216)
   at org.netbeans.modules.css.visual.ui.preview.CssPreviewPanel$PreviewUserAgent.resolveURI(CssPreviewPanel.java:282)
   at org.xhtmlrenderer.swing.NaiveUserAgent.getImageResource(NaiveUserAgent.java:154)
Comment 1 revathskumar 2011-05-06 12:31:14 UTC
Created attachment 108148 [details]
stacktrace
Comment 2 Marek Fukala 2011-06-07 08:16:05 UTC

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