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 141702 - IllegalArgumentException: URI scheme is not "file"
Summary: IllegalArgumentException: URI scheme is not "file"
Status: RESOLVED DUPLICATE of bug 132222
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: John Baker
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-25 16:46 UTC by gholmer
Modified: 2008-10-02 14:12 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 35407


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gholmer 2008-07-25 16:46:49 UTC
Build: NetBeans IDE Dev (Build 200807240010)
VM: Java HotSpot(TM) Client VM, 10.0-b22, Java(TM) SE Runtime Environment, 1.6.0_06-b02
OS: Linux, 2.6.24-19-generic, i386

User Comments: 
There's a PostgreSQL icon under Databases/Drivers in the Services tab (I don't know if it's something brought forward from my 6.1 userdir). In any case, it has a red slash through it. This exception occured when I selected "Customize" from the context menu.


Stacktrace: 
java.lang.IllegalArgumentException: URI scheme is not "file"
        at java.io.File.<init>(File.java:366)
        at org.netbeans.modules.db.explorer.dlg.AddDriverDialog.<init>(AddDriverDialog.java:129)
        at org.netbeans.modules.db.explorer.actions.CustomizeDriverAction.performAction(CustomizeDriverAction.java:91)
        at org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:581)
        at org.netbeans.modules.openide.util.ActionsBridge.doPerformAction(ActionsBridge.java:77)
        at org.openide.util.actions.NodeAction$DelegateAction.actionPerformed(NodeAction.java:577)
Comment 1 John Baker 2008-08-30 07:53:58 UTC

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