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 247385 - NullPointerException at org.netbeans.modules.javaee.wildfly.ide.ui.AddServerPropertiesVisualPanel.installLocationChanged
Summary: NullPointerException at org.netbeans.modules.javaee.wildfly.ide.ui.AddServerP...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WildFly (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-23 00:46 UTC by miibx5
Modified: 2015-09-24 01:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 212117


Attachments
stacktrace (6.51 KB, text/plain)
2014-09-23 00:46 UTC, miibx5
Details

Note You need to log in before you can comment on or make changes to this bug.
Description miibx5 2014-09-23 00:46:53 UTC
This bug was originally marked as duplicate of bug 242302, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Windows 7

User Comments:
miibx5: Try starting Wildfly 9




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.javaee.wildfly.ide.ui.AddServerPropertiesVisualPanel.installLocationChanged(AddServerPropertiesVisualPanel.java:168)
   at org.netbeans.modules.javaee.wildfly.ide.ui.AddServerPropertiesPanel.installLocationChanged(AddServerPropertiesPanel.java:226)
   at org.netbeans.modules.javaee.wildfly.ide.ui.WildflyInstantiatingIterator.setInstallLocation(WildflyInstantiatingIterator.java:335)
   at org.netbeans.modules.javaee.wildfly.ide.ui.AddServerLocationPanel.storeSettings(AddServerLocationPanel.java:155)
   at org.openide.WizardDescriptor.updateStateOpen(WizardDescriptor.java:851)
   at org.openide.WizardDescriptor.updateState(WizardDescriptor.java:822)
Comment 1 miibx5 2014-09-23 00:46:55 UTC
Created attachment 149440 [details]
stacktrace
Comment 2 Petr Hejl 2015-09-23 13:04:06 UTC
Fixed in web-main 49c0d16cf790.
Comment 3 Quality Engineering 2015-09-24 01:29:47 UTC
Integrated into 'main-silver', will be available in build *201509240002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/49c0d16cf790
User: Petr Hejl <phejl@netbeans.org>
Log: #247385 - NullPointerException at org.netbeans.modules.javaee.wildfly.ide.ui.AddServerPropertiesVisualPanel.installLocationChanged