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 100035 - java.lang.IllegalStateException: Loaded configuration data from disk but master DConfigBeanRoot is null.
Summary: java.lang.IllegalStateException: Loaded configuration data from disk but mast...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ pcw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-04 19:54 UTC by _ potingwu
Modified: 2007-04-11 23:22 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 _ potingwu 2007-04-04 19:54:32 UTC
I often get the following exceptions during starting the IDE:
INFO: Loaded configuration data from disk but master DConfigBeanRoot is null.
java.lang.IllegalStateException: Loaded configuration data from disk but master
DConfigBeanRoot is null.
        at
org.netbeans.modules.j2ee.sun.share.configbean.SunONEDeploymentConfiguration.readDeploymentPlanFiles(SunONEDeploymentConfiguration.java:1896)
        at
org.netbeans.modules.j2ee.sun.share.config.ConfigurationStorage.load(ConfigurationStorage.java:568)
        at
org.netbeans.modules.j2ee.sun.share.config.ConfigurationStorage.<init>(ConfigurationStorage.java:89)
        at
org.netbeans.modules.j2ee.sun.share.configbean.SunONEDeploymentConfiguration.getStorage(SunONEDeploymentConfiguration.java:1245)
        at
org.netbeans.modules.j2ee.sun.share.configbean.SunONEDeploymentConfiguration.ensureConfigurationLoaded(SunONEDeploymentConfiguration.java:1213)
        at
org.netbeans.modules.j2ee.sun.share.configbean.SunONEDeploymentConfiguration.init(SunONEDeploymentConfiguration.java:253)
        at
org.netbeans.modules.j2ee.sun.ide.j2ee.ModuleConfigurationImpl.<init>(ModuleConfigurationImpl.java:78)
        at
org.netbeans.modules.j2ee.sun.ide.j2ee.ModConFactory.create(ModConFactory.java:41)
        at
org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl.getModuleConfiguration(ConfigSupportImpl.java:407)
        at
org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl.getWebContextRoot(ConfigSupportImpl.java:211)
        at
org.netbeans.modules.web.project.ProjectWebModule.getContextPath(ProjectWebModule.java:116)
        at
org.netbeans.modules.web.project.ui.customizer.WebProjectProperties.init(WebProjectProperties.java:340)
        at
org.netbeans.modules.web.project.ui.customizer.WebProjectProperties.<init>(WebProjectProperties.java:274)
        at
org.netbeans.modules.web.project.WebProject.getWebProjectProperties(WebProject.java:460)
        at
org.netbeans.modules.web.project.WebProject$ProjectOpenedHookImpl.projectOpened(WebProject.java:742)
        at
org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:56)
        at
org.netbeans.modules.project.ui.OpenProjectList.notifyOpened(OpenProjectList.java:640)
        at
org.netbeans.modules.project.ui.OpenProjectList.getDefault(OpenProjectList.java:174)
        at
org.netbeans.modules.project.ui.OpenProjectsTrampolineImpl.getOpenProjectsAPI(OpenProjectsTrampolineImpl.java:44)
        at
org.netbeans.api.project.ui.OpenProjects.getOpenProjects(OpenProjects.java:81)
Comment 1 Petr Pisl 2007-04-10 12:34:06 UTC
According to the exception it belongs to the server plugin. Reassigning.
Comment 2 _ pcw 2007-04-10 16:17:42 UTC
Caused by current state of Configuration during migration to new merged
annotation-descriptor model & multiview.

Just ignore it, it'll go away at some point when the code is in a better state.