You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Dondi Imperial (JIRA)" <de...@geronimo.apache.org> on 2005/07/01 09:53:59 UTC

[jira] Created: (GERONIMO-690) Could not start org/apache/geronimo/J2EEDeployer config

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


Re: [jira] Created: (GERONIMO-690) Could not start org/apache/geronimo/J2EEDeployer config

Posted by Dondi Imperial <di...@exist.com>.
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



Re: [jira] Created: (GERONIMO-690) Could not start org/apache/geronimo/J2EEDeployer config

Posted by Aaron Mulder <am...@alumni.princeton.edu>.
	I haven't looked into this, but I'm guessing some more detail
might help.  Like, did the NoClassDefFoundError originate on the client
(deploy tool) side or the server side?  The stack trace might be
instructive there.  What version of the Geronimo code (M3, unstable, HEAD)
are you using?

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

[jira] Closed: (GERONIMO-690) Could not start org/apache/geronimo/J2EEDeployer config

Posted by "Jacek Laskowski (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-690?page=all ]
     
Jacek Laskowski closed GERONIMO-690:
------------------------------------

    Fix Version: 1.0-M4
     Resolution: Duplicate

It's a duplicate of GERONIMO-673 (http://issues.apache.org/jira/browse/GERONIMO-673) - java.lang.NoClassDefFoundError: org/apache/geronimo/common/DeploymentException at org/apache/geronimo/J2EEDeployer startup.

> 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
>      Fix For: 1.0-M4

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