Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 48672 invoked from network); 31 Oct 2005 20:05:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 Oct 2005 20:05:27 -0000 Received: (qmail 20301 invoked by uid 500); 31 Oct 2005 20:05:20 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 20226 invoked by uid 500); 31 Oct 2005 20:05:20 -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 20189 invoked by uid 99); 31 Oct 2005 20:05:20 -0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Oct 2005 12:05:18 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 17E0E59B for ; Mon, 31 Oct 2005 21:04:57 +0100 (CET) Message-ID: <285549903.1130789097096.JavaMail.jira@ajax.apache.org> Date: Mon, 31 Oct 2005 21:04:57 +0100 (CET) From: "Dain Sundstrom (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Closed: (GERONIMO-540) Unable to login to server when using jdk 1.5 In-Reply-To: <107349652.1105122072661.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/GERONIMO-540?page=all ] Dain Sundstrom closed GERONIMO-540: ----------------------------------- > Unable to login to server when using jdk 1.5 > -------------------------------------------- > > Key: GERONIMO-540 > URL: http://issues.apache.org/jira/browse/GERONIMO-540 > Project: Geronimo > Type: Bug > Components: security, deployment > Versions: 1.0-M4 > Environment: Windows XP / JDK 1.5 > Reporter: Mark DeLaFranier > Assignee: Jeremy Boynes > Fix For: 1.0-M4 > Attachments: my-changes-to-MBeanServerDelegate.patch > > 1. Get the latest codeline (Jan 7/2005) > 2. Do a build > 3. Open a command prompt with JDK 1.5 > > java -version > java version "1.5.0" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-b64) > Java HotSpot(TM) Client VM (build 1.5.0-b64, mixed mode, sharing) > 4. Start the server > java -jar bin\server.jar org/apache/geronimo/RuntimeDeployer org/apache/geronimo/DebugConsole > 5. Open a second command prompt and setup the same jdk 1.5 environment > 6. Deploy a sample EJB (dead simple hello world ejb) > > java -jar bin\deployer.jar deploy myejb.jar > Username: system > Password: manager > Error: Unable to connect to server: Invalid login. > I didn't notice any exceptions on the server side and nothing new is sent to the console or the server log file. > If I used jdk 1.4 to start the server and run the client deployment tool then it works. > > java -jar bin\deployer.jar deploy myejb.jar > Username: system > Password: manager > Deployed myejb > java version "1.4.2_04" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-b05) > Java HotSpot(TM) Client VM (build 1.4.2_04-b05, mixed mode) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira