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 19188 - MalformedURLException: at catalog.impl.sun.Catalog.createPeer(Catalog.java:241)
Summary: MalformedURLException: at catalog.impl.sun.Catalog.createPeer(Catalog.java:241)
Status: CLOSED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Catalog (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: _ pkuzel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-09 13:39 UTC by Martin Schovanek
Modified: 2007-09-25 01:30 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 Martin Schovanek 2002-01-09 13:39:31 UTC
[FFJ Orion Build 20020109-1308, jdk1.4.0-b91, Linux]

Steps to reproduce:
===================
1) Mount Sun's Resolver 1.1 catalog with invalid URL

IDE throws on the console:
java.net.MalformedURLException: no protocol:
/usr/local/xml-dtd/docbook/DTD/docbook.cat
        at java.net.URL.<init>(URL.java:579)
        at java.net.URL.<init>(URL.java:476)
        at java.net.URL.<init>(URL.java:425)
        at
org.netbeans.modules.xml.catalog.impl.sun.Catalog.createPeer(Catalog.java:241)
        at
org.netbeans.modules.xml.catalog.impl.sun.Catalog.refresh(Catalog.java:189)
        at
org.netbeans.modules.xml.catalog.CatalogNode.refresh(CatalogNode.java:91)
        at
org.netbeans.modules.xml.catalog.RefreshAction.performAction(RefreshAction.java:31)
        at
org.openide.util.actions.NodeAction.performAction(NodeAction.java:180)
        at
org.openide.util.actions.NodeAction.actionPerformed(NodeAction.java:171)
        at org.netbeans.core.ModuleActions$1.run(ModuleActions.java:105)
        at org.openide.util.Task.run(Task.java:152)
        at
org.openide.util.RequestProcessor$ProcessorThread.run(RequestProcessor.java:622)
Comment 1 _ pkuzel 2002-01-09 15:34:33 UTC
Fixed.
Comment 2 Martin Schovanek 2002-01-22 10:40:24 UTC
VERIFIED
Comment 3 Quality Engineering 2003-07-02 08:39:28 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.