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 208602 - Embeded bean does not load.
Summary: Embeded bean does not load.
Status: RESOLVED WORKSFORME
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2012-02-18 13:53 UTC by Chiana
Modified: 2012-04-17 15:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot (72.80 KB, image/png)
2012-02-18 13:57 UTC, Chiana
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chiana 2012-02-18 13:53:56 UTC
Product Version = NetBeans IDE Dev (Build 201202170400)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_03
Runtime = Java HotSpot(TM) 64-Bit Server VM 22.1-b02
Unable to load a form that can be loaded with earlier version, I tried rebuilding the entire application and also deleted all the settings and cache directory but with no go. If you load the form into the editor it will load properly but when that form is embeded within another it will not load.
Usually this particular error occurs now and then and the only thing you have to do is to do a make and it will fix itself, that is not the case this time.
I've tried doing the entire (re) install several times with the same result.
Comment 1 Chiana 2012-02-18 13:57:01 UTC
Created attachment 115908 [details]
Screenshot
Comment 2 Chiana 2012-02-18 14:00:16 UTC
Checked the source one more time, there are no errors in the code itself, it builds just fine.
Comment 3 Chiana 2012-02-18 14:18:55 UTC
After some additional testing I found that this was probable caused by #208601.
I solved the problem by reinstalling, opening the project (not reporting the error) and then closed and reopened the project, this time the embedded bean could be loaded.
Comment 4 Jan Stola 2012-04-17 15:05:53 UTC
This issue has probably the same root as issue 208601 that shows some strange problems with project's class-path. A similar problem may result in a failure in loading of a custom component. As it seemed to be some temporary problem of Java/project infrastructure, I am closing this issue as non-reproducible.