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 5010 - Module loading complains about invalid URLs during multiuser install on 1.3.
Summary: Module loading complains about invalid URLs during multiuser install on 1.3.
Status: CLOSED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-12-16 01:10 UTC by Jesse Glick
Modified: 2007-09-26 09:14 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 Jesse Glick 1999-12-16 01:10:38 UTC
Using build 447 in a multiuser install (S: drive home, D: drive user). Under 1.2.2, no problems during restart of IDE, modules correctly loaded. However, after switching to 1.3b, got a huge number o
f exceptions saying "s is not a valid protocol"; no modules were loaded, and of course everything else was busted as a result too.

For whatever reason, installedModules.xml stores a URL attribute for local-disk modules which in fact is the filename, sort of, e.g. "S:/foo/module.jar". Clearly this is not a valid URL, and for some
reason only 1.3b complains about it. Presumably the XML should either store local-disk file names using a different attribute which is never used as a URL, or the proper file: syntax should be used du
ring load and save of the XML.
Comment 1 Marek Grummich 2000-07-25 09:24:59 UTC
Priority is changed to P4 (normal).
Comment 2 Quality Engineering 2003-07-02 15:35:05 UTC
Resolved for 3.4.x or earlier, no new info since then -> verify.
Comment 3 Quality Engineering 2003-07-02 15:41:59 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.