Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 80536 invoked from network); 1 Jul 2005 09:24:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Jul 2005 09:24:36 -0000 Received: (qmail 56284 invoked by uid 500); 1 Jul 2005 09:24:24 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 56181 invoked by uid 500); 1 Jul 2005 09:24:24 -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 56085 invoked by uid 99); 1 Jul 2005 09:24:23 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jul 2005 02:24:23 -0700 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=HTML_30_40,HTML_MESSAGE,HTML_TITLE_EMPTY X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [64.14.202.141] (HELO mgd.gluecode.com) (64.14.202.141) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jul 2005 02:24:23 -0700 Received: from [192.168.0.121] (adsl-131.68.164.info.com.ph [203.131.68.164] (may be forged)) (authenticated bits=0) by mgd.gluecode.com (8.12.10/8.12.10) with ESMTP id j619NJCW012098 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 1 Jul 2005 02:23:24 -0700 Message-ID: <42C50DB3.3040009@exist.com> Date: Fri, 01 Jul 2005 17:32:35 +0800 From: Dondi Imperial Reply-To: dimperial@exist.com User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Re: [jira] Created: (GERONIMO-690) Could not start org/apache/geronimo/J2EEDeployer config References: <1324527907.1120204439737.JavaMail.jira@ajax.apache.org> In-Reply-To: Content-Type: multipart/alternative; boundary="------------070203020507050108020706" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. --------------070203020507050108020706 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Aaron Mulder wrote: > I haven't looked into this, but I'm guessing some more detail >might help. > I just tried to start geronimo with 'java -jar bin/server.jar org/apache/geronimo/J2EEDeployer" and got the stacktrace below. >Like, did the NoClassDefFoundError originate on the client >(deploy tool) side or the server side? > It was on the server side. >The stack trace might be >instructive there. > 17:29:12,693 ERROR [GBeanInstance] Problem in doFail of geronimo.config:name="org/apache/geronimo/J2 EEDeployer" java.lang.NullPointerException at org.apache.geronimo.kernel.config.Configuration.shutdown(Configuration.java:383) at org.apache.geronimo.kernel.config.Configuration.doFail(Configuration.java:403) at org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:869) at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState. java:328) at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:111) at org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBeanInstanceState.ja va:133) at org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:503) at org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKernel.java:207) at org.apache.geronimo.system.main.Daemon.main(Daemon.java:206) 17:29:12,743 ERROR [GBeanInstanceState] Error while starting; GBean is now in the FAILED state: obje ctName="geronimo.config:name="org/apache/geronimo/J2EEDeployer"" java.lang.NoClassDefFoundError: org/apache/geronimo/common/DeploymentException at java.lang.Class.getDeclaredMethods0(Native Method) at java.lang.Class.privateGetDeclaredMethods(Class.java:1647) at java.lang.Class.getMethod0(Class.java:1893) at java.lang.Class.getMethod(Class.java:976) at org.apache.geronimo.gbean.runtime.GBeanOperation.(GBeanOperation.java:90) at org.apache.geronimo.gbean.runtime.GBeanInstance.(GBeanInstance.java:252) at org.apache.geronimo.kernel.basic.BasicKernel.loadGBean(BasicKernel.java:196) at org.apache.geronimo.kernel.config.Configuration.doStart(Configuration.java:283) at org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:850) at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState. java:328) at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:111) at org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBeanInstanceState.ja va:133) at org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:503) at org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKernel.java:207) at org.apache.geronimo.system.main.Daemon.main(Daemon.java:206) >What version of the Geronimo code (M3, unstable, HEAD) >are you using? > > svn r 208721 >Thanks, > Aaron > >On Fri, 1 Jul 2005, Dondi Imperial (JIRA) wrote: > > >>Could not start org/apache/geronimo/J2EEDeployer config >>------------------------------------------------------- >> >> Key: GERONIMO-690 >> URL: http://issues.apache.org/jira/browse/GERONIMO-690 >> Project: Geronimo >> Type: Bug >> Components: deployment >> Reporter: Dondi Imperial >> >> >>A NoClassDefFoundException (org/apache/geronimo/common/DeploymentException) is thrown when trying to start org/apache/geronimo/J2EEDeployer. I tried adding the geronimo-common-1.0-SNAPSHOT.jar to the dependencies in j2ee-deployer-plan.xml and it started but most of the builder GBeans did not start. The log file says "because more then one targets are running for the single valued reference Repository". >> >>-- >>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 >> >> >> >> > > > -- Dondi Imperial Software Engineer Exist Software Labs Penthouse I, Prestige Tower, F. Ortigas Jr. Ave. (formerly Emerald Ave.), Ortigas Center, Pasig City 1605 Philippines +632.687.7653 www.exist.com --------------070203020507050108020706 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Aaron Mulder wrote:
	I haven't looked into this, but I'm guessing some more detail
might help.  
I just tried to start geronimo with 'java -jar bin/server.jar org/apache/geronimo/J2EEDeployer" and got the stacktrace below.
Like, did the NoClassDefFoundError originate on the client
(deploy tool) side or the server side?  
It was on the server side.
The stack trace might be
instructive there.  
17:29:12,693 ERROR [GBeanInstance] Problem in doFail of geronimo.config:name="org/apache/geronimo/J2
EEDeployer"
java.lang.NullPointerException
        at org.apache.geronimo.kernel.config.Configuration.shutdown(Configuration.java:383)
        at org.apache.geronimo.kernel.config.Configuration.doFail(Configuration.java:403)
        at org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:869)
        at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.
java:328)
        at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:111)
        at org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBeanInstanceState.ja
va:133)
        at org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:503)
        at org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKernel.java:207)
        at org.apache.geronimo.system.main.Daemon.main(Daemon.java:206)
17:29:12,743 ERROR [GBeanInstanceState] Error while starting; GBean is now in the FAILED state: obje
ctName="geronimo.config:name="org/apache/geronimo/J2EEDeployer""
java.lang.NoClassDefFoundError: org/apache/geronimo/common/DeploymentException
        at java.lang.Class.getDeclaredMethods0(Native Method)
        at java.lang.Class.privateGetDeclaredMethods(Class.java:1647)
        at java.lang.Class.getMethod0(Class.java:1893)
        at java.lang.Class.getMethod(Class.java:976)
        at org.apache.geronimo.gbean.runtime.GBeanOperation.<init>(GBeanOperation.java:90)
        at org.apache.geronimo.gbean.runtime.GBeanInstance.<init>(GBeanInstance.java:252)
        at org.apache.geronimo.kernel.basic.BasicKernel.loadGBean(BasicKernel.java:196)
        at org.apache.geronimo.kernel.config.Configuration.doStart(Configuration.java:283)
        at org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:850)
        at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.
java:328)
        at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:111)
        at org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBeanInstanceState.ja
va:133)
        at org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:503)
        at org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKernel.java:207)
        at org.apache.geronimo.system.main.Daemon.main(Daemon.java:206)

What version of the Geronimo code (M3, unstable, HEAD)
are you using?
  
svn r 208721
Thanks,
	Aaron

On Fri, 1 Jul 2005, Dondi Imperial (JIRA) wrote:
  
Could not start org/apache/geronimo/J2EEDeployer config
-------------------------------------------------------

         Key: GERONIMO-690
         URL: http://issues.apache.org/jira/browse/GERONIMO-690
     Project: Geronimo
        Type: Bug
  Components: deployment  
    Reporter: Dondi Imperial


A NoClassDefFoundException (org/apache/geronimo/common/DeploymentException) is thrown when trying to start org/apache/geronimo/J2EEDeployer. I tried adding the geronimo-common-1.0-SNAPSHOT.jar to the dependencies in j2ee-deployer-plan.xml and it started but most of the builder GBeans did not start. The log file says "because more then one targets are running for the single valued reference Repository".

-- 
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


    

  


-- 
Dondi Imperial
Software Engineer
Exist Software Labs
Penthouse I, Prestige Tower,
F. Ortigas Jr. Ave. (formerly Emerald Ave.),
Ortigas Center, Pasig City 1605
Philippines 
+632.687.7653
www.exist.com

--------------070203020507050108020706--