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 252985

Summary: NullPointerException at org.netbeans.modules.jeeserver.base.deployment.config.AbstractModuleConfiguration.notifyCreate
Product: serverplugins Reporter: mph001
Component: JettyAssignee: issues@serverplugins <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 217932
Attachments: stacktrace

Description mph001 2015-06-14 15:07:35 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.75-b04, Java(TM) SE Runtime Environment, 1.7.0_75-b13
OS: Windows 8

User Comments:
mph001: Test d'une application de demo Rest Api design and implementation in Java with Jersey and Soring




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.jeeserver.base.deployment.config.AbstractModuleConfiguration.notifyCreate(AbstractModuleConfiguration.java:139)
   at org.netbeans.modules.jeeserver.jetty.deploy.config.JettyServerModuleConfiguration.getInstance(JettyServerModuleConfiguration.java:77)
   at org.netbeans.modules.jeeserver.jetty.deploy.config.JettyServerConfigurationFactory.create(JettyServerConfigurationFactory.java:35)
   at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl$1.run(ConfigSupportImpl.java:802)
   at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl$1.run(ConfigSupportImpl.java:784)
   at org.openide.util.Mutex.readAccess(Mutex.java:295)
Comment 1 mph001 2015-06-14 15:07:39 UTC
Created attachment 154209 [details]
stacktrace
Comment 2 Petr Hejl 2015-06-16 13:10:32 UTC
Seems to be Jetty issue.