Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 49185 invoked from network); 5 Sep 2007 18:23:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Sep 2007 18:23:56 -0000 Received: (qmail 371 invoked by uid 500); 5 Sep 2007 18:23:49 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 299 invoked by uid 500); 5 Sep 2007 18:23:49 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 286 invoked by uid 99); 5 Sep 2007 18:23:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Sep 2007 11:23:49 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Sep 2007 18:23:54 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E375471420D for ; Wed, 5 Sep 2007 11:23:33 -0700 (PDT) Message-ID: <11417488.1189016613927.JavaMail.jira@brutus> Date: Wed, 5 Sep 2007 11:23:33 -0700 (PDT) From: "Ted Kirby (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMODEVTOOLS-193) Ping runs during Geronimo server startup. In-Reply-To: <25932789.1188990753359.JavaMail.root@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525176 ] Ted Kirby commented on GERONIMODEVTOOLS-193: -------------------------------------------- I was hoping you could teach me by answering my questions! :-) I have seen this problem only occasionally, and not since I upgraded to the latest build. Do you get this problem consistently? If so, what is the scenario that generates this problem? Thanks. > Ping runs during Geronimo server startup. > ----------------------------------------- > > Key: GERONIMODEVTOOLS-193 > URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-193 > Project: Geronimo-Devtools > Issue Type: Bug > Components: eclipse-plugin > Affects Versions: 2.0 > Reporter: Kan Ogawa > Attachments: GERONIMODEVTOOLS-193.patch > > > Hi, > While launching Geronimo server on Eclipse, a ping runs in async and the server startup sometimes fails. > This server hostname is localhost. > Eclipse error log: > java.lang.SecurityException: Invalid login > at org.apache.geronimo.jmxremoting.Authenticator.authenticate(Authenticator.java:73) > at javax.management.remote.rmi.RMIServerImpl.doNewClient(RMIServerImpl.java:214) > at javax.management.remote.rmi.RMIServerImpl.newClient(RMIServerImpl.java:181) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294) > at sun.rmi.transport.Transport$1.run(Transport.java:153) > at java.security.AccessController.doPrivileged(Native Method) > at sun.rmi.transport.Transport.serviceCall(Transport.java:149) > at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466) > at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707) > at java.lang.Thread.run(Thread.java:595) > at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247) > at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223) > at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:126) > at javax.management.remote.rmi.RMIServerImpl_Stub.newClient(Unknown Source) > at javax.management.remote.rmi.RMIConnector.getConnection(RMIConnector.java:2239) > at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:271) > at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:248) > at org.apache.geronimo.st.core.GeronimoServerBehaviourDelegate.getServerConnection(GeronimoServerBehaviourDelegate.java:689) > at org.apache.geronimo.st.v20.core.GeronimoServerBehaviour.getKernel(GeronimoServerBehaviour.java:73) > at org.apache.geronimo.st.v20.core.GeronimoServerBehaviour.isKernelAlive(GeronimoServerBehaviour.java:93) > at org.apache.geronimo.st.v20.core.GeronimoServerBehaviour.isFullyStarted(GeronimoServerBehaviour.java:113) > at org.apache.geronimo.st.core.PingThread.run(PingThread.java:75) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.