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 256087 - java.util.NoSuchElementException at org.netbeans.modules.glassfish.common.wizards.ServerWizardIterator.nextPanel
Summary: java.util.NoSuchElementException at org.netbeans.modules.glassfish.common.wiz...
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-22 02:24 UTC by ivar_grimstad
Modified: 2015-10-22 02:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220689


Attachments
stacktrace (12.05 KB, text/plain)
2015-10-22 02:24 UTC, ivar_grimstad
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ivar_grimstad 2015-10-22 02:24:42 UTC
This bug was originally marked as duplicate of bug 254164, 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.1 RC2 (Build 201510122201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Mac OS X

User Comments:
ivar_grimstad: added glassfish 5 to servers

messages.log
-----------
-------------------------------------------------------------------------------
>Log Session: Wednesday, October 21, 2015 7:17:59 PM PDT
>System Info: 
  Product Version         = NetBeans IDE 8.1 RC2 (Build 201510122201) (#f7fbd7b7b85b)
  Operating System        = Mac OS X version 10.11.1 running on x86_64
  Java; VM; Vendor        = 1.8.0_60; Java HotSpot(TM) 64-Bit Server VM 25.60-b23; Oracle Corporation
  Runtime                 = Java(TM) SE Runtime Environment 1.8.0_60-b27
  Java Home               = /Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/jre
  System Locale; Encoding = en_US (nb); UTF-8
  Home Directory          = /Users/ivar
  Current Directory       = /
  User Directory          = /Users/ivar/Library/Application Support/NetBeans/8.1rc2
  Cache Directory         = /Users/ivar/Library/Caches/NetBeans/8.1rc2
  Installation            = /Applications/NetBeans/NetBeans 8.1 RC2.app/Contents/Resources/Net




Stacktrace: 
java.util.NoSuchElementException
   at org.netbeans.modules.glassfish.common.wizards.ServerWizardIterator.nextPanel(ServerWizardIterator.java:136)
   at org.netbeans.modules.server.ui.wizard.AddServerInstanceWizard$AddServerInstanceWizardIterator.nextPanel(AddServerInstanceWizard.java:374)
   at org.openide.WizardDescriptor$Listener$1.run(WizardDescriptor.java:2204)
   at org.openide.WizardDescriptor.lazyValidate(WizardDescriptor.java:1516)
   at org.openide.WizardDescriptor.access$2000(WizardDescriptor.java:92)
   at org.openide.WizardDescriptor$Listener.actionPerformed(WizardDescriptor.java:2227)
Comment 1 ivar_grimstad 2015-10-22 02:24:44 UTC
Created attachment 156891 [details]
stacktrace