Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 97079 invoked from network); 8 Aug 2006 19:32:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Aug 2006 19:32:01 -0000 Received: (qmail 27953 invoked by uid 500); 8 Aug 2006 19:31:59 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 27682 invoked by uid 500); 8 Aug 2006 19:31:58 -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 27670 invoked by uid 99); 8 Aug 2006 19:31:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Aug 2006 12:31:58 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Aug 2006 12:31:58 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 573B941000C for ; Tue, 8 Aug 2006 19:29:15 +0000 (GMT) Message-ID: <9425381.1155065355355.JavaMail.jira@brutus> Date: Tue, 8 Aug 2006 12:29:15 -0700 (PDT) From: "Sachin Patel (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Closed: (GERONIMODEVTOOLS-69) Unable to define a new remote server by File--New--Server--Server In-Reply-To: <234325131.1140752497747.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/GERONIMODEVTOOLS-69?page=all ] Sachin Patel closed GERONIMODEVTOOLS-69. ---------------------------------------- Resolution: Fixed fixed with revision 429789 > Unable to define a new remote server by File--New--Server--Server > ----------------------------------------------------------------- > > Key: GERONIMODEVTOOLS-69 > URL: http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-69 > Project: Geronimo-Devtools > Issue Type: Bug > Components: eclipse-plugin > Affects Versions: 1.0.0 > Environment: Eclipse Geronimo Plugin 1.0.0 TAG Rev379240, WTP 1.0.1 candidate wtp-sdk-R-1.0.1-200602171228.zip and its pre-requisites, Eclipse 3.1.2 > Reporter: Lin Sun > Assigned To: Sachin Patel > > With a clean workspace this is very easy to recreate. Steps: > 1) launch eclipse using -clean and -debug options > 2) Click on File--New--Server--Server, and define a Remote server B. > 3) Enter the directory path to a local geronimo server as the server runtime. > 4) At the screen that contains rmi, http, ejb ports and administrator username/password, you will see everything is filled out as default (1099, 8080....) but on the top there is a red X is not valid. > 5) Click on Finish to finish defining the server. > 6) Open server at the server tab (under J2EE view). saw the following in the debug console and URL is null: > Starting application: 19188 > org.apache.geronimo.devtools.eclipse.core: GeronimoServerBehavior.initialize() > org.apache.geronimo.devtools.eclipse.core: startUpdateServerStateTask() Apache > Geronimo 1.0 > org.apache.geronimo.devtools.eclipse.core: --> UpdateServerStateTask.run() Apac > he Geronimo 1.0 > org.apache.geronimo.devtools.eclipse.core: URL = null > org.apache.geronimo.devtools.eclipse.core: <-- UpdateServerStateTask.run() Apac > he Geronimo 1.0 > The workaround is to define a local server A, and open the server and modify the host to server B and save it. With that I can see the URL set correctly from the debug console. > org.apache.geronimo.devtools.eclipse.core: GeronimoServerBehavior.initialize() > org.apache.geronimo.devtools.eclipse.core: startUpdateServerStateTask() Apache > Geronimo 1.0 > org.apache.geronimo.devtools.eclipse.core: --> UpdateServerStateTask.run() Apac > he Geronimo 1.0 > org.apache.geronimo.devtools.eclipse.core: URL = service:jmx:rmi://localhost/jn > di/rmi://localhost:1099/JMXConnector > I tried to search the "red X is not valid" message of the devtools files, could not find any hit of "not valid". Guess it is a message from the GenericServer. I can attach the screenshot of the error if needed. -- 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