You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Tina Li (Created) (JIRA)" <ji...@apache.org> on 2011/11/18 00:57:54 UTC

[jira] [Created] (GERONIMO-6216) "java.util.NoSuchElementException" info displayed on server console for the first time enter into karaf shell

"java.util.NoSuchElementException" info displayed on server console for the first time enter into karaf shell
-------------------------------------------------------------------------------------------------------------

                 Key: GERONIMO-6216
                 URL: https://issues.apache.org/jira/browse/GERONIMO-6216
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: osgi
         Environment: redhat6 x86_64;pxa6460sr9fp2-20110625_01(SR9 FP2)
            Reporter: Tina Li
            Priority: Minor


1.Using the build of geronimo server web profile:http://www.apache.org/dyn/closer.cgi/geronimo/3.0-beta-1/geronimo-tomcat7-javaee6-web-3.0-beta-1-bin.tar.gz
2.Start the server successfully using command: <geronimo_home>/geronimo.sh run
3.Press enter to go into karaf shell console, displayed red message "Error executing command: java.util.NoSuchElementException"
4.Check geronimo.log file:
2011-11-18 07:24:11,331 INFO  [Console] Exception caught while executing command
java.util.NoSuchElementException
	at java.util.LinkedList.removeLastImpl(LinkedList.java:714)
	at java.util.LinkedList.removeLast(LinkedList.java:701)
	at jline.console.history.MemoryHistory.replace(MemoryHistory.java:115)
	at org.apache.karaf.shell.console.jline.Console.run(Console.java:227)
	at java.lang.Thread.run(Thread.java:736)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (GERONIMO-6216) "java.util.NoSuchElementException" info displayed on server console for the first time enter into karaf shell

Posted by "Forrest Xia (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-6216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13270272#comment-13270272 ] 

Forrest Xia commented on GERONIMO-6216:
---------------------------------------

Tina, can you clarify if you can reproduce this issue with the latest 3.0-beta-2 snapshot build? If not, please close it, thank you!
                
> "java.util.NoSuchElementException" info displayed on server console for the first time enter into karaf shell
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-6216
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6216
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: osgi
>         Environment: redhat6 x86_64;pxa6460sr9fp2-20110625_01(SR9 FP2)
>            Reporter: Tina Li
>            Priority: Minor
>
> 1.Using the build of geronimo server web profile:http://www.apache.org/dyn/closer.cgi/geronimo/3.0-beta-1/geronimo-tomcat7-javaee6-web-3.0-beta-1-bin.tar.gz
> 2.Start the server successfully using command: <geronimo_home>/geronimo.sh run
> 3.Press enter to go into karaf shell console, displayed red message "Error executing command: java.util.NoSuchElementException"
> 4.Check geronimo.log file:
> 2011-11-18 07:24:11,331 INFO  [Console] Exception caught while executing command
> java.util.NoSuchElementException
> 	at java.util.LinkedList.removeLastImpl(LinkedList.java:714)
> 	at java.util.LinkedList.removeLast(LinkedList.java:701)
> 	at jline.console.history.MemoryHistory.replace(MemoryHistory.java:115)
> 	at org.apache.karaf.shell.console.jline.Console.run(Console.java:227)
> 	at java.lang.Thread.run(Thread.java:736)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (GERONIMO-6216) "java.util.NoSuchElementException" info displayed on server console for the first time enter into karaf shell

Posted by "Shawn Jiang (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-6216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13152566#comment-13152566 ] 

Shawn Jiang commented on GERONIMO-6216:
---------------------------------------

this might be resovled in latest karaf 

https://issues.apache.org/jira/browse/KARAF-735
                
> "java.util.NoSuchElementException" info displayed on server console for the first time enter into karaf shell
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-6216
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6216
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: osgi
>         Environment: redhat6 x86_64;pxa6460sr9fp2-20110625_01(SR9 FP2)
>            Reporter: Tina Li
>            Priority: Minor
>
> 1.Using the build of geronimo server web profile:http://www.apache.org/dyn/closer.cgi/geronimo/3.0-beta-1/geronimo-tomcat7-javaee6-web-3.0-beta-1-bin.tar.gz
> 2.Start the server successfully using command: <geronimo_home>/geronimo.sh run
> 3.Press enter to go into karaf shell console, displayed red message "Error executing command: java.util.NoSuchElementException"
> 4.Check geronimo.log file:
> 2011-11-18 07:24:11,331 INFO  [Console] Exception caught while executing command
> java.util.NoSuchElementException
> 	at java.util.LinkedList.removeLastImpl(LinkedList.java:714)
> 	at java.util.LinkedList.removeLast(LinkedList.java:701)
> 	at jline.console.history.MemoryHistory.replace(MemoryHistory.java:115)
> 	at org.apache.karaf.shell.console.jline.Console.run(Console.java:227)
> 	at java.lang.Thread.run(Thread.java:736)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (GERONIMO-6216) "java.util.NoSuchElementException" info displayed on server console for the first time enter into karaf shell

Posted by "Tina Li (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-6216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13270161#comment-13270161 ] 

Tina Li commented on GERONIMO-6216:
-----------------------------------

Tested and has not committed to geronimo yet and will test again later.
                
> "java.util.NoSuchElementException" info displayed on server console for the first time enter into karaf shell
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-6216
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6216
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: osgi
>         Environment: redhat6 x86_64;pxa6460sr9fp2-20110625_01(SR9 FP2)
>            Reporter: Tina Li
>            Priority: Minor
>
> 1.Using the build of geronimo server web profile:http://www.apache.org/dyn/closer.cgi/geronimo/3.0-beta-1/geronimo-tomcat7-javaee6-web-3.0-beta-1-bin.tar.gz
> 2.Start the server successfully using command: <geronimo_home>/geronimo.sh run
> 3.Press enter to go into karaf shell console, displayed red message "Error executing command: java.util.NoSuchElementException"
> 4.Check geronimo.log file:
> 2011-11-18 07:24:11,331 INFO  [Console] Exception caught while executing command
> java.util.NoSuchElementException
> 	at java.util.LinkedList.removeLastImpl(LinkedList.java:714)
> 	at java.util.LinkedList.removeLast(LinkedList.java:701)
> 	at jline.console.history.MemoryHistory.replace(MemoryHistory.java:115)
> 	at org.apache.karaf.shell.console.jline.Console.run(Console.java:227)
> 	at java.lang.Thread.run(Thread.java:736)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira