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 - NullPointerException at org.netbeans.modules.jeeserver.base.deployment.config.AbstractModuleConfiguration.notifyCreate
Summary: NullPointerException at org.netbeans.modules.jeeserver.base.deployment.config...
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Jetty (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-14 15:07 UTC by mph001
Modified: 2015-06-16 13:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 217932


Attachments
stacktrace (2.09 KB, text/plain)
2015-06-14 15:07 UTC, mph001
Details

Note You need to log in before you can comment on or make changes to this bug.
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.