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 238541 - java.net.MalformedURLException: unknown protocol: rfs
Summary: java.net.MalformedURLException: unknown protocol: rfs
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-19 10:31 UTC by Exceptions Reporter
Modified: 2016-08-11 11:35 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 205161


Attachments
stacktrace (5.89 KB, text/plain)
2013-11-19 10:31 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-11-19 10:31:04 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.0-b56, Java(TM) SE Runtime Environment, 1.7.0_40-b43
OS: Windows 7

User Comments:
GUEST: Criando aplica
Comment 1 Exceptions Reporter 2013-11-19 10:31:06 UTC
Created attachment 142348 [details]
stacktrace
Comment 2 Maria Tishkova 2013-12-17 08:38:53 UTC
It looks like the problem is that tge URL stream handler registration is not loaded  properly (@URLStreamHandlerRegistration(protocol="rfs")),
need to check and if I am right will re-assign to the ergonomics
Comment 3 Vladimir Kvashin 2014-02-07 18:34:48 UTC
That's
Comment 4 Vladimir Kvashin 2014-02-07 18:41:28 UTC
That's 100% reproducible. To reproduce:
- Launch NetBeans 7.4. 
- Activate C/C++
- Choose Services, C/C++ Build Hosts node, Add a remote host 
(if you are on Linux, you can choose "localhost" as host name, 
IDE will work with it via ssh on port 22)
- Right click this host node in Services pane, choose "Open Project", open a C/C++ project on this host
- Exit IDE
- Launch NetBeans dev version with a clean userdir, agree with importing 7.4 settings 
- Exception occurs
Comment 5 Vladimir Kvashin 2014-02-07 18:43:07 UTC
Stack shows that the module that contains handler for rfs protocol is already in stack! And protocol handler is registered in this module (dlight.remote.impl).
Which means that the classloaded loaded module, but did not yet registered service
Comment 6 Vladimir Kvashin 2014-04-21 10:02:55 UTC
It has probably some common with bug  #243958
Comment 7 Tomas Hurka 2016-08-11 11:35:39 UTC
Closing old issues.