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 190093 - [69cat] java.net.MalformedURLException: no protocol:
Summary: [69cat] java.net.MalformedURLException: no protocol:
Status: RESOLVED WORKSFORME
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-02 05:39 UTC by karel_barel
Modified: 2010-09-24 13:42 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 172303


Attachments
stacktrace (850 bytes, text/plain)
2010-09-02 05:39 UTC, karel_barel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description karel_barel 2010-09-02 05:39:16 UTC
This bug was originally marked as duplicate of bug 182957, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201009020000)
VM: Java HotSpot(TM) Client VM, 17.0-b16, Java(TM) SE Runtime Environment, 1.6.0_21-b06
OS: Linux

User Comments:
sunbiz: Entered unknown protocol in Issue Tracker Url in the Create Issue Tracker window and pressed validate button

karel_barel: Trying to report following issue (see below please) using Issue Reporter, but was not able to authenticate (tried my netbeans.org account)

The issue i wanted to report is, that since 100828 stopped working following plugins:

Smarty Framework and Code Templates Tools

(netbeans say this after start:

Warning - could not install some modules: Code Template Tools - The module named org.netbeans.modules.editor.lib/2 was needed and not found. PHP Smarty Framework - The module named org.netbeans.modules.editor.lib/2 was needed and not found.

)

Thank you for your great work.

sunbiz: 1.) Team --> Report new issue
2.) Issue Tracker --> press New link
3.) In Create Issue Tracker window, press Validate button by keeping the Issue Tracker url blank

juhrik: Invoked New Issue Tracker window and pushed directly the Validate button -> the exception appears immediately.

mmirilovic: pushed Validate in Create Issue Tracker dialog




Stacktrace: 
java.net.MalformedURLException: no protocol: 
   at java.net.URL.<init>(URL.java:567)
   at java.net.URL.<init>(URL.java:464)
   at java.net.URL.<init>(URL.java:413)
   at org.netbeans.modules.bugtracking.util.MylynUtils.setCredentials(MylynUtils.java:88)
   at org.netbeans.modules.bugtracking.util.MylynUtils.createTaskRepository(MylynUtils.java:65)
   at org.netbeans.modules.bugzilla.repository.BugzillaRepository.createTaskRepository(BugzillaRepository.java:438)
Comment 1 karel_barel 2010-09-02 05:39:19 UTC
Created attachment 101819 [details]
stacktrace
Comment 2 Tomas Stupka 2010-09-24 13:42:32 UTC
looks like you have a repository stored in your IDE which has a malformed url. 
could you please check what you have registered in main menu > window >
services under the issue trackers node and eventually either fix the url or
remove the whole repository? 

also note that there was a bug which let the user to create such a bogus
repository, but it's already fixed.

probably the same as in issue #183943

closing for now but feel free to reopen in case you shouldn't be able to fix as suggested.