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 165571 - NullPointerException at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl.getModuleConfiguration
Summary: NullPointerException at org.netbeans.modules.j2ee.deployment.config.ConfigSup...
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hejl
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-20 08:17 UTC by mm
Modified: 2009-09-07 16:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 151491


Attachments
stacktrace (1.33 KB, text/plain)
2009-05-20 08:18 UTC, mm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mm 2009-05-20 08:17:21 UTC
Build: NetBeans IDE 6.5.1 (Build 200903060201)
VM: Java HotSpot(TM) Client VM, 14.0-b15, Java(TM) SE Runtime Environment, 1.6.0_14-ea-b06
OS: SunOS, 5.11, x86

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl.getModuleConfiguration(ConfigSupportImpl.java:707)
        at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl.ensureConfigurationReady(ConfigSupportImpl.java:216)
        at org.netbeans.modules.web.project.WebProject$ProjectOpenedHookImpl.projectOpened(WebProject.java:907)
        at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:81)
        at org.netbeans.spi.project.ui.support.UILookupMergerSupport$OpenHookImpl.projectOpened(UILookupMergerSupport.java:193)
        at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:81)
Comment 1 mm 2009-05-20 08:18:46 UTC
Created attachment 82449 [details]
stacktrace
Comment 2 Petr Hejl 2009-08-06 14:19:13 UTC
I believe this can happen only when broken server plugin is used. Any details? What was the server assigned to the project?
Comment 3 Petr Hejl 2009-09-07 16:14:25 UTC
No response. Closing as WORKSFORME.