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 227054 - NullPointerException at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl$1.run
Summary: NullPointerException at org.netbeans.modules.j2ee.deployment.config.ConfigSup...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: dba-daniel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-05 17:06 UTC by mastorgano
Modified: 2013-07-16 12:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 179534


Attachments
stacktrace (1.73 KB, text/plain)
2013-03-05 17:06 UTC, mastorgano
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mastorgano 2013-03-05 17:06:31 UTC
Build: NetBeans IDE 7.3 (Build 201302132200)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Windows 7

User Comments:
GUEST: open maven project

GUEST: opem maven ejb project

mastorgano: I was trying to open a project

GUEST: A java.lang.NullPointerException exception has occurred.
However, the system should continue working without further problems.
Click Show Details for the stack trace.

GUEST: sdfas

GUEST: Wasce Plugin
Log
=======
<record>
  <date>2012-02-23T08:08:37</date>
  <millis>1330000717340</millis>
  <sequence>919</sequence>
  <logger>org.netbeans.modules.j2ee.deployment.impl.Server</logger>
  <level>INFO</level>
  <thread>35</thread>
  <exception>
    <message>java.lang.NullPointerException</message>
    <frame>
      <class>org.netbeans.modules.j2ee.wasce.GeronimoUtils</class>
      <method>isValidGeronimoURI</method>
      <line>165</line>
      <file>${user.dir}modules/org-netbeans-modules-j2ee-wasce.jar</file>
    </frame>
    <frame>
      <class>org.netbeans.modules.j2ee.wasce.GeronimoDeploymentFactory</class>
      <method>handlesURI</method>
      <line>83</line>
      <file>${user.dir}modules/org-netbeans-modules-j2ee-wasce.jar</file>
    </frame>
    <frame>
      <class>org.netbeans.modules.j2ee.deployment.impl.Server</class>
      <method>handlesUri</method>
      <line>182</line>
      <file>${netBeansDir}modules/org-netbeans-modules-j2eeserver.jar</file>
    </fram

GUEST: New Project, or open project with WASCE plugin

GUEST: i had just opened netbeans




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl$1.run(ConfigSupportImpl.java:805)
   at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl$1.run(ConfigSupportImpl.java:784)
   at org.openide.util.Mutex.readAccess(Mutex.java:290)
   at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl.getModuleConfiguration(ConfigSupportImpl.java:784)
   at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl.ensureConfigurationReady(ConfigSupportImpl.java:242)
   at org.netbeans.modules.maven.j2ee.utils.MavenProjectSupport.setServer(MavenProjectSupport.java:160)
Comment 1 mastorgano 2013-03-05 17:06:33 UTC
Created attachment 132214 [details]
stacktrace
Comment 2 Petr Hejl 2013-07-16 12:14:31 UTC
Seems to be wasce plugin problem.