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 66151 - MalformedURLException when open JPanel
Summary: MalformedURLException when open JPanel
Status: VERIFIED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-06 16:56 UTC by tprochazka
Modified: 2005-10-11 11:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NB message log (18.19 KB, text/plain)
2005-10-06 16:56 UTC, tprochazka
Details
preview image (64.96 KB, image/png)
2005-10-06 17:54 UTC, tprochazka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tprochazka 2005-10-06 16:56:24 UTC
When I open new or existing JPanel od JFrame get this exception:
java.net.MalformedURLException: unknown protocol: d

I tested it in: netbeans-5_0-daily-bin-200510052037-5_Oct_2005_2037
I have before 5.0 Beta version and it works corectly.
I deleted configuration a tested in on the clean NB.
Comment 1 tprochazka 2005-10-06 16:56:51 UTC
Created attachment 25614 [details]
NB message log
Comment 2 Jan Stola 2005-10-06 17:36:58 UTC
I am sorry I am not able to reproduce this issue. I tried it with the same
build with both 1.4.2 and 5.0 jdks and the creation of new forms
and openning of old works fine on my machine. Closing as works for me.
Feel free to reopen if you are able to provide more information
(but sincerely - not sure what would help me to reproduce it :-/).
Comment 3 tprochazka 2005-10-06 17:52:28 UTC
I can help you to reproduce it.
I have:
java version "1.5.0_04"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05)
Java HotSpot(TM) Client VM (build 1.5.0_04-b05, mixed mode, sharing)
Comment 4 tprochazka 2005-10-06 17:54:05 UTC
Created attachment 25616 [details]
preview image
Comment 5 Jan Stola 2005-10-07 14:05:33 UTC
I am still not able to reproduce this issue on my machine, but I guess
I know where could be the problem. I tried to fix it, but I am not able
to verify the fix. Could you, please, try the next daily build e.g. 20051007
or later? Thank you in advance.
Comment 6 Jan Stola 2005-10-07 15:19:34 UTC
Finally I was able to reproduce the issue - the same exception has been
reported in abother issue (see #66258).
Comment 7 Jan Stola 2005-10-07 15:20:29 UTC
Fixed.

/cvs/form/src/org/netbeans/modules/form/GandalfPersistenceManager.java,v
new revision: 1.143; previous revision: 1.142
Comment 8 tprochazka 2005-10-11 06:55:06 UTC
I tested it in 
netbeans-5_0-daily-bin-200510100858-10_Oct_2005_0858
and I think that it's OK.
Comment 9 Jan Stola 2005-10-11 11:21:02 UTC
Thank you for verification.