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 153091 - NullPointerException at org.netbeans.modules.j2ee.deployment.impl.bridge.BridgingServerWizardProvider$InstantiatingIteratorBridge.instantiate
Summary: NullPointerException at org.netbeans.modules.j2ee.deployment.impl.bridge.Brid...
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebServer 7 (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: kishore320
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-12 23:22 UTC by dbender
Modified: 2015-02-04 03:35 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 138941


Attachments
stacktrace (6.72 KB, text/plain)
2008-11-12 23:22 UTC, dbender
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dbender 2008-11-12 23:22:32 UTC
Build: NetBeans IDE 6.1 (Build 200804211638)
VM: Java HotSpot(TM) Client VM, 1.5.0_15-b04, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_15-b04
OS: Windows XP, 5.1, x86

User Comments:
dbender: I'm trying to create a second instance(?) of a Sun Java System Web Server 7.0.  This is intended to point to a different Sun Web Server "configuration" so I can work on more than one customer's web site at a time.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.jee.deployment.impl.bridge.BridgingServerWizardProvider$InstantiatingIteratorBridge.instantiate(BridgingServerWizardProvider.java:98)
        at org.netbeans.modules.server.ui.wizard.AddServerInstanceWizard$AddServerInstanceWizardIterator.instantiate(AddServerInstanceWizard.java:279)
        at org.openide.WizardDescriptor.callInstantiateOpen(WizardDescriptor.java:1387)
        at org.openide.WizardDescriptor.callInstantiate(WizardDescriptor.java:1341)
        at org.openide.WizardDescriptor.access$1600(WizardDescriptor.java:119)
        at org.openide.WizardDescriptor$Listener$$.run(WizardDescriptor.java:1908)
Comment 1 dbender 2008-11-12 23:22:40 UTC
Created attachment 73705 [details]
stacktrace
Comment 2 Petr Hejl 2008-11-19 14:48:25 UTC
Seems web server is violating api (returning null from method that do not allow to do so).
Comment 3 Quality Engineering 2015-02-04 03:35:21 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.