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

Summary: NullPointerException at org.netbeans.modules.javaee.wildfly.ide.ui.AddServerPropertiesVisualPanel.installLocationChanged
Product: serverplugins Reporter: miibx5
Component: WildFlyAssignee: Petr Hejl <phejl>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 212117
Attachments: stacktrace

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