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 60271 - Exception on opening nbm file
Summary: Exception on opening nbm file
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-20 13:22 UTC by pzajac
Modified: 2005-09-05 09:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception (1021 bytes, text/plain)
2005-06-20 13:23 UTC, pzajac
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2005-06-20 13:22:34 UTC
[200506191800]
Steps to reproduce:
1) Create a new netbeans module project from wizard
2) Create NBM  (from popup on project)
3) form filesystems wiew perfrom open action on nbm

*********** Exception occurred ************ at 2:14 PM on Jun 20, 2005
java.net.MalformedURLException: no protocol:
        at java.net.URL.<init>(URL.java:537)
        at java.net.URL.<init>(URL.java:434)
        at java.net.URL.<init>(URL.java:383)
[catch] at
org.netbeans.modules.autoupdate.ModuleUpdate.createFromDistribution(ModuleUpdate.java:486)
        at
org.netbeans.modules.autoupdate.ModuleUpdate.getModuleUpdate(ModuleUpdate.java:278)
        at
org.netbeans.modules.autoupdate.XMLUpdates.checkDownloadedModules(XMLUpdates.java:293)
        at org.netbeans.modules.autoupdate.XMLUpdates.go(XMLUpdates.java:157)
        at org.netbeans.modules.autoupdate.XMLUpdates.access$400(XMLUpdates.java:38)
        at org.netbeans.modules.autoupdate.XMLUpdates$1.run(XMLUpdates.java:144)
        at org.openide.util.Task.run(Task.java:207)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:435)
        at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:836)
Comment 1 pzajac 2005-06-20 13:23:42 UTC
Created attachment 22792 [details]
exception
Comment 2 Jiri Rechtacek 2005-06-24 16:23:36 UTC
Checking in autoupdate/src/org/netbeans/modules/autoupdate/XMLUpdates.java;
/cvs/autoupdate/src/org/netbeans/modules/autoupdate/XMLUpdates.java,v  <-- 
XMLUpdates.java
new revision: 1.30; previous revision: 1.29
done
Comment 3 pzajac 2005-08-03 13:01:21 UTC
v