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 239734 - java.util.NoSuchElementException at java.util.AbstractList$Itr.next
Summary: java.util.NoSuchElementException at java.util.AbstractList$Itr.next
Status: RESOLVED DUPLICATE of bug 224005
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-23 03:24 UTC by Exceptions Reporter
Modified: 2015-03-03 14:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 206181


Attachments
stacktrace (512 bytes, text/plain)
2013-12-23 03:24 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-12-23 03:24:40 UTC
This bug was originally marked as duplicate of bug 168045, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3 (Build 201306052037)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.8-b03-424, Java(TM) SE Runtime Environment, 1.6.0_33-b03-424
OS: Mac OS X

User Comments:
GUEST: I was running the Tomcat 5.5 Server with options:
-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m

GUEST: Start tomcat 5.5 in Services panel, can not start and no any output.

GUEST: Error occured, when trying to launch tomcat

GUEST: INICIANDO EL APACHE TOMCAT 6.0.18




Stacktrace: 
java.util.NoSuchElementException
   at java.util.AbstractList$Itr.next(AbstractList.java:350)
   at org.netbeans.modules.tomcat5.ide.StartTomcat.getJavaHome(StartTomcat.java:752)
   at org.netbeans.modules.tomcat5.ide.StartTomcat.access$900(StartTomcat.java:97)
   at org.netbeans.modules.tomcat5.ide.StartTomcat$StartRunnable.run(StartTomcat.java:446)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2044)
Comment 1 Exceptions Reporter 2013-12-23 03:24:43 UTC
Created attachment 143401 [details]
stacktrace
Comment 2 Petr Hejl 2015-03-03 14:58:22 UTC

*** This bug has been marked as a duplicate of bug 224005 ***