From dev-return-11311-apmail-geronimo-dev-archive=geronimo.apache.org@geronimo.apache.org Wed Feb 02 15:54:05 2005 Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 93144 invoked from network); 2 Feb 2005 15:54:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 2 Feb 2005 15:54:04 -0000 Received: (qmail 47477 invoked by uid 500); 2 Feb 2005 15:53:57 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 47435 invoked by uid 500); 2 Feb 2005 15:53:56 -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 Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 47420 invoked by uid 99); 2 Feb 2005 15:53:56 -0000 X-ASF-Spam-Status: No, hits=1.7 required=10.0 tests=DNS_FROM_RFC_POST,FROM_HAS_ULINE_NUMS,MSGID_FROM_MTA_HEADER,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of delafran_j2ee@hotmail.com designates 65.54.233.196 as permitted sender) Received: from bay21-dav16.bay21.hotmail.com (HELO hotmail.com) (65.54.233.196) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 02 Feb 2005 07:53:54 -0800 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 2 Feb 2005 07:52:01 -0800 Message-ID: Received: from 24.43.195.77 by BAY21-DAV16.phx.gbl with DAV; Wed, 02 Feb 2005 15:51:04 +0000 X-Originating-IP: [24.43.195.77] X-Originating-Email: [delafran_j2ee@hotmail.com] X-Sender: delafran_j2ee@hotmail.com Message-ID: <4200F6DF.3040901@hotmail.com> Date: Wed, 02 Feb 2005 10:50:55 -0500 From: Mark User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Re: EJB Deployment Problem References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 02 Feb 2005 15:52:01.0179 (UTC) FILETIME=[223AB6B0:01C5093F] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I am just in the process of updating... I was trying to avoid. I think ibiblio is having troubles: I can access: http://www.ibiblio.org/maven/mx4j/jars/ However, I can access http://www.ibiblio.org/maven/geronimo/jars Mark David Jencks wrote: > I think you have an out of date version of openejb. You may need to > rebuild it rather than just build it, the signature of that method > changed return type which did not involve any openejb source changes > but makes previously compiled code unable to run as you are seeing. > > thanks > david jencks > > On Feb 2, 2005, at 7:03 AM, Mark wrote: > >> Is anybody seeing the following: >> >> > java -jar bin\deployer.jar deploy myejbhw.jar >> Username: system >> Password: manager >> Deployment failed >> Server reports: javax.management.remote.JMXServerErrorException: >> Error thrown during invocation >> org.apache.geronimo.kernel.InternalKernelException: >> javax.management.remote.JMXServerErrorException: >> Error thrown during invocation >> at >> org.apache.geronimo.kernel.jmx.KernelDelegate.invoke(KernelDelegate.jav >> a:232) >> at >> org.apache.geronimo.deployment.plugin.local.DistributeCommand.run(Distr >> ibuteCommand.java: >> 86) >> at java.lang.Thread.run(Thread.java:534) >> Caused by: javax.management.remote.JMXServerErrorException: Error >> thrown during invocation >> at >> mx4j.remote.rmi.RMIConnectionSubjectInvoker.chain(RMIConnectionSubjectI >> nvoker.java:103) >> at >> mx4j.remote.rmi.RMIConnectionSubjectInvoker.access$000(RMIConnectionSub >> jectInvoker.java:3 >> 2) >> at >> mx4j.remote.rmi.RMIConnectionSubjectInvoker$1.run(RMIConnectionSubjectI >> nvoker.java:89) >> at java.security.AccessController.doPrivileged(Native Method) >> at javax.security.auth.Subject.doAsPrivileged(Subject.java:500) >> at >> mx4j.remote.MX4JRemoteUtils.subjectInvoke(MX4JRemoteUtils.java:151) >> at >> mx4j.remote.rmi.RMIConnectionSubjectInvoker.subjectInvoke(RMIConnection >> SubjectInvoker.jav >> a:85) >> at >> mx4j.remote.rmi.RMIConnectionSubjectInvoker.invoke(RMIConnectionSubject >> Invoker.java:79) >> at $Proxy0.invoke(Unknown Source) >> at >> javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl. >> java:224) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja >> va:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso >> rImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:324) >> at >> sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:261) >> at sun.rmi.transport.Transport$1.run(Transport.java:148) >> at java.security.AccessController.doPrivileged(Native Method) >> at sun.rmi.transport.Transport.serviceCall(Transport.java:144) >> at >> sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java: >> 460) >> at >> sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.j >> ava:701) >> at java.lang.Thread.run(Thread.java:534) >> at >> sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRe >> moteCall.java:247) >> >> at >> sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java: >> 223) >> at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:133) >> at >> javax.management.remote.rmi.RMIConnectionImpl_Stub.invoke(Unknown >> Source) >> at mx4j.remote.rmi.ClientInvoker.invoke(ClientInvoker.java:210) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja >> va:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso >> rImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:324) >> at mx4j.remote.ClientProxy.invoke(ClientProxy.java:34) >> at >> mx4j.remote.rmi.ClientUnmarshaller.chain(ClientUnmarshaller.java:67) >> at >> mx4j.remote.rmi.ClientUnmarshaller.invoke(ClientUnmarshaller.java:56) >> at $Proxy0.invoke(Unknown Source) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja >> va:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso >> rImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:324) >> at mx4j.remote.ClientProxy.invoke(ClientProxy.java:34) >> at >> mx4j.remote.rmi.ClientExceptionCatcher.invoke(ClientExceptionCatcher.ja >> va:42) >> at $Proxy0.invoke(Unknown Source) >> at >> org.apache.geronimo.kernel.jmx.KernelDelegate.invokeKernel(KernelDelega >> te.java:349) >> at >> org.apache.geronimo.kernel.jmx.KernelDelegate.invoke(KernelDelegate.jav >> a:228) >> ... 2 more >> Caused by: java.lang.NoSuchMethodError: >> org.apache.geronimo.deployment.service.ServiceConfigBuilder. >> addGBeans([Lorg/apache/geronimo/deployment/xbeans/GbeanType;Ljava/ >> lang/ClassLoader;Lorg/apache/geron >> imo/j2ee/j2eeobjectnames/J2eeContext;Lorg/apache/geronimo/deployment/ >> DeploymentContext;)Ljava/util/S >> et; >> at >> org.openejb.deployment.OpenEJBModuleBuilder.addGBeans(OpenEJBModuleBuil >> der.java:360) >> at >> org.openejb.deployment.OpenEJBModuleBuilder$$FastClassByCGLIB$$11bd7b20 >> .invoke(> >) >> at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:87) >> at >> org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodIn >> voker.java:38) >> at >> org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation. >> java:118) >> at >> org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.ja >> va:658) >> at >> org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java: 57) >> at >> org.apache.geronimo.kernel.proxy.RawOperationInvoker.invoke(RawOperatio >> nInvoker.java:36) >> at >> org.apache.geronimo.kernel.proxy.ProxyMethodInterceptor.intercept(Proxy >> MethodInterceptor. >> java:92) >> at >> org.apache.geronimo.j2ee.deployment.ModuleBuilder$$EnhancerByCGLIB$$9e4 >> 5a280.addGBeans(> enerated>) >> at >> org.apache.geronimo.j2ee.deployment.EARConfigBuilder.buildConfiguration >> (EARConfigBuilder. >> java:346) >> at >> org.apache.geronimo.j2ee.deployment.EARConfigBuilder$$FastClassByCGLIB$ >> $38e56ec6.invoke(< >> generated>) >> at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:87) >> at >> org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodIn >> voker.java:38) >> at >> org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation. >> java:118) >> at >> org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.ja >> va:658) >> at >> org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java: 57) >> at >> org.apache.geronimo.kernel.proxy.RawOperationInvoker.invoke(RawOperatio >> nInvoker.java:36) >> at >> org.apache.geronimo.kernel.proxy.ProxyMethodInterceptor.intercept(Proxy >> MethodInterceptor. >> java:92) >> at >> org.apache.geronimo.deployment.ConfigurationBuilder$$EnhancerByCGLIB$$7 >> a1ca0ae.buildConfi >> guration() >> at >> org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:200) >> at >> org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:80) >> at >> org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$$734a235d.inv >> oke() >> at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:87) >> at >> org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodIn >> voker.java:38) >> at >> org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation. >> java:118) >> at >> org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.ja >> va:684) >> at org.apache.geronimo.kernel.Kernel.invoke(Kernel.java:308) >> at >> org.apache.geronimo.kernel.KernelGBean.invoke(KernelGBean.java:121) >> at >> org.apache.geronimo.kernel.KernelGBean$$FastClassByCGLIB$$1cccefc9.invo >> ke() >> at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:87) >> at >> org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodIn >> voker.java:38) >> at >> org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation. >> java:118) >> at >> org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.ja >> va:684) >> at org.apache.geronimo.kernel.Kernel.invoke(Kernel.java:308) >> at >> org.apache.geronimo.kernel.jmx.MBeanServerDelegate.invoke(MBeanServerDe >> legate.java:117) >> at >> mx4j.remote.rmi.RMIConnectionInvoker.invoke(RMIConnectionInvoker.java: >> 222) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja >> va:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso >> rImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:324) >> at >> mx4j.remote.rmi.RMIConnectionProxy.invoke(RMIConnectionProxy.java:36) >> at >> mx4j.remote.rmi.RMIConnectionSubjectInvoker.chain(RMIConnectionSubjectI >> nvoker.java:98) >> at >> mx4j.remote.rmi.RMIConnectionSubjectInvoker.access$000(RMIConnectionSub >> jectInvoker.java:3 >> 2) >> at >> mx4j.remote.rmi.RMIConnectionSubjectInvoker$1.run(RMIConnectionSubjectI >> nvoker.java:89) >> at java.security.AccessController.doPrivileged(Native Method) >> at javax.security.auth.Subject.doAsPrivileged(Subject.java:500) >> at >> mx4j.remote.MX4JRemoteUtils.subjectInvoke(MX4JRemoteUtils.java:151) >> at >> mx4j.remote.rmi.RMIConnectionSubjectInvoker.subjectInvoke(RMIConnection >> SubjectInvoker.jav >> a:85) >> at >> mx4j.remote.rmi.RMIConnectionSubjectInvoker.invoke(RMIConnectionSubject >> Invoker.java:79) >> at $Proxy0.invoke(Unknown Source) >> at >> javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl. >> java:224) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja >> va:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso >> rImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:324) >> at >> sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:261) >> at sun.rmi.transport.Transport$1.run(Transport.java:148) >> at java.security.AccessController.doPrivileged(Native Method) >> at sun.rmi.transport.Transport.serviceCall(Transport.java:144) >> at >> sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java: >> 460) >> at >> sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.j >> ava:701) >> ... 1 more >> >> >> > > > . >