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 213317 - NullPointerException at org.netbeans.modules.cloud.oracle.serverplugin.OracleDeploymentFactory.getDeploymentManager
Summary: NullPointerException at org.netbeans.modules.cloud.oracle.serverplugin.Oracle...
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-31 14:16 UTC by Jiri Skrivanek
Modified: 2012-11-19 09:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 188736


Attachments
stacktrace (1.87 KB, text/plain)
2012-05-31 14:16 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2012-05-31 14:16:36 UTC
Build: NetBeans IDE Dev (Build 201205300001)
VM: Java HotSpot(TM) Client VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b20
OS: Linux

User Comments:
jskrivanek: I did:
- add Oracle cloud
- test Oracle cloud somehow
- remove Oracle Cloud
- add JBoss server instance
- create project with JBoss
- debug project with JBoss and exception is thrown




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cloud.oracle.serverplugin.OracleDeploymentFactory.getDeploymentManager(OracleDeploymentFactory.java:82)
   at org.netbeans.modules.j2ee.deployment.plugins.spi.support.ProxyDeploymentFactory.getDeploymentManager(ProxyDeploymentFactory.java:116)
   at org.netbeans.modules.j2ee.deployment.impl.Server.getDeploymentManager(Server.java:191)
   at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.getDeploymentManager(ServerInstance.java:285)
   at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.getTargetMap(ServerInstance.java:553)
   at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.getTargets(ServerInstance.java:511)
Comment 1 Jiri Skrivanek 2012-05-31 14:16:42 UTC
Created attachment 120137 [details]
stacktrace
Comment 2 Petr Hejl 2012-11-16 19:26:18 UTC
Should be fixed. Also fixes a minor memory leak. Please verify.
web-main d1912536c4f2
Comment 3 Quality Engineering 2012-11-17 02:45:51 UTC
Integrated into 'main-golden', will be available in build *201211170002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/d1912536c4f2
User: Petr Hejl <phejl@netbeans.org>
Log: #213317 - NullPointerException at org.netbeans.modules.cloud.oracle.serverplugin.OracleDeploymentFactory.getDeploymentManager