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 149596 - 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: 2008-10-09 09:39 UTC by gmeini
Modified: 2008-11-19 14:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 125394


Attachments
stacktrace (31 bytes, text/plain)
2008-10-09 09:39 UTC, gmeini
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gmeini 2008-10-09 09:39:02 UTC
Build: NetBeans IDE 6.5 Beta (Build 200808111757)
VM: Java HotSpot(TM) Client VM, 11.0-b11, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b14
OS: Windows Vista, 6.0, 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.getWebContextRoot(ConfigSupportImpl.java:232)
        at org.netbeans.modules.web.project.ProjectWebModule.getContextPath(ProjectWebModule.java:148)
        at org.netbeans.modules.web.project.ui.customizer.WebProjectProperties.init(WebProjectProperties.java:402)
        at org.netbeans.modules.web.project.ui.customizer.WebProjectProperties.<init>(WebProjectProperties.java:312)
        at org.netbeans.modules.web.project.WebProject.getWebProjectProperties(WebProject.java:569)
Comment 1 gmeini 2008-10-09 09:39:07 UTC
Created attachment 71438 [details]
stacktrace
Comment 2 Petr Hejl 2008-10-10 10:04:56 UTC
Looks like mandatory server config factory is null for some reason? What server do you use? Any steps to reproduce?
Comment 3 Petr Hejl 2008-11-19 14:43:34 UTC
No response from reporter. No duplicate. Closing as WORKSFORME.