Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 28128 invoked from network); 21 May 2007 14:26:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 May 2007 14:26:50 -0000 Received: (qmail 98141 invoked by uid 500); 21 May 2007 14:26:43 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 98093 invoked by uid 500); 21 May 2007 14:26:43 -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 97888 invoked by uid 99); 21 May 2007 14:26:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 May 2007 07:26:42 -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; Mon, 21 May 2007 07:26:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2592271403C for ; Mon, 21 May 2007 07:26:16 -0700 (PDT) Message-ID: <24926110.1179757576134.JavaMail.jira@brutus> Date: Mon, 21 May 2007 07:26:16 -0700 (PDT) From: "Sachin Patel (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMODEVTOOLS-146) Server won't start nicely due to missing setting of java.endorsed.dirs for Yoko In-Reply-To: <13571954.1179522436149.JavaMail.jira@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-146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12497467 ] Sachin Patel commented on GERONIMODEVTOOLS-146: ----------------------------------------------- Thanks for finding this bug, but I think we need to add getVMArgs method to IGeronimoServer interface and add these arguments there since this is release specific. > Server won't start nicely due to missing setting of java.endorsed.dirs for Yoko > ------------------------------------------------------------------------------- > > Key: GERONIMODEVTOOLS-146 > URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-146 > Project: Geronimo-Devtools > Issue Type: Bug > Components: eclipse-plugin > Affects Versions: 2.0 > Reporter: Ted Kirby > Priority: Critical > Attachments: GD146-2.patch, GD146.patch > > > Here are console messages: > Booting Geronimo Kernel (in Java 1.5.0)... > 17:03:26,609 ERROR [NameService] Incorrect level of org.omg.CORBA classes found. > Likely cause is an incorrect java.endorsed.dirs configuration > 17:03:26,609 ERROR [GBeanInstanceState] Error while starting; GBean is now in the FAILED state: abstractName="org.apache.geronimo.configs/j2ee-corba-yoko/2.0-SNAPSHOT/car?ServiceModule=org.apache.geronimo.configs/j2ee-corba-yoko/2.0-SNAPSHOT/car,j2eeType=CORBANameService,name=NameServer" > org.apache.geronimo.gbean.InvalidConfigurationException: CORBA usage requires Yoko CORBA spec classes in java.endorsed.dirs classpath > at org.apache.geronimo.corba.NameService.doStart(NameService.java:168) > at org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:986) > at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:267) > at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:102) > Need to set -Djava.endorsed.dirs="%GERONIMO_BASE%\lib\endorsed;%JRE_HOME%\lib\endorsed", like in geronimo.{sh,bat} > If I set this manually as a server VM argument for the server instance, the server starts fine. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.