Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 84421 invoked from network); 10 Jan 2007 17:10:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Jan 2007 17:10:53 -0000 Received: (qmail 5601 invoked by uid 500); 10 Jan 2007 17:10:55 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 5533 invoked by uid 500); 10 Jan 2007 17:10:55 -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 5491 invoked by uid 99); 10 Jan 2007 17:10:55 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jan 2007 09:10:55 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Wed, 10 Jan 2007 09:10:47 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CB4C87142E1 for ; Wed, 10 Jan 2007 09:10:27 -0800 (PST) Message-ID: <9918544.1168449027829.JavaMail.jira@brutus> Date: Wed, 10 Jan 2007 09:10:27 -0800 (PST) From: "Prasad Kashyap (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Closed: (GERONIMO-2721) Unable to deploy anything In-Reply-To: <6240982.1168448247977.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/GERONIMO-2721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasad Kashyap closed GERONIMO-2721. ------------------------------------ Resolution: Fixed Fixed ! > Unable to deploy anything > ------------------------- > > Key: GERONIMO-2721 > URL: https://issues.apache.org/jira/browse/GERONIMO-2721 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: deployment > Affects Versions: 2.0-M2, 2.0 > Reporter: Prasad Kashyap > Priority: Blocker > Fix For: 2.0-M2, 2.0 > > > Geronimo Testsuite failed all testcases since it could not deploy any of the configurations. Please see the exception below. A similar exception is seen when a configuration is attempted to be started. > Exception Detail > ================ > org.apache.geronimo.kernel.InternalKernelException: java.rmi.UnmarshalException: error unmarshalling return; nested exception is: > java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.geronimo.client.builder.jsr88.ClientConfigurer > at org.apache.geronimo.system.jmx.KernelDelegate.getGBean(KernelDelegate.java:87) > at org.apache.geronimo.deployment.plugin.jmx.JMXDeploymentManager.initialize(JMXDeploymentManager.java:82) > at org.apache.geronimo.deployment.plugin.jmx.RemoteDeploymentManager.(RemoteDeploymentManager.java:73) > at org.apache.geronimo.deployment.plugin.factories.DeploymentFactoryImpl.getDeploymentManager(DeploymentFactoryImpl.java:130) > at javax.enterprise.deploy.shared.factories.DeploymentFactoryManager.getDeploymentManager(DeploymentFactoryManager.java:109) > at org.apache.geronimo.mavenplugins.geronimo.module.ModuleMojoSupport.getDeploymentManager(ModuleMojoSupport.java:93) > at org.apache.geronimo.mavenplugins.geronimo.module.DeployModuleMojo.distribute(DeployModuleMojo.java:148) > at org.apache.geronimo.mavenplugins.geronimo.module.DeployModuleMojo.doExecute(DeployModuleMojo.java:94) > at org.apache.geronimo.mavenplugins.geronimo.reporting.ReportingMojoSupport.execute(ReportingMojoSupport.java:100) > at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:412) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:475) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:454) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:306) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:256) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) > at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) > at org.codehaus.classworlds.Launcher.main(Launcher.java:375) > Caused by: java.rmi.UnmarshalException: error unmarshalling return; nested exception is: > java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.geronimo.client.builder.jsr88.ClientConfigurer > at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:157) > at com.sun.jmx.remote.internal.PRef.invoke(Unknown Source) > at javax.management.remote.rmi.RMIConnectionImpl_Stub.invoke(Unknown Source) > at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.invoke(RMIConnector.java:972) > at org.apache.geronimo.system.jmx.KernelDelegate.invokeKernel(KernelDelegate.java:880) > at org.apache.geronimo.system.jmx.KernelDelegate.getGBean(KernelDelegate.java:81) > ... 26 more > Caused by: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.geronimo.client.builder.jsr88.ClientConfigurer > at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1309) > at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348) > at sun.rmi.server.UnicastRef.unmarshalValue(UnicastRef.java:290) > at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:139) > ... 31 more > Caused by: java.io.NotSerializableException: org.apache.geronimo.client.builder.jsr88.ClientConfigurer > at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1081) > at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:302) > at sun.rmi.server.UnicastRef.marshalValue(UnicastRef.java:258) > at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:304) > at sun.rmi.transport.Transport$1.run(Transport.java:153) > at java.security.AccessController.doPrivileged(Native Method) > at sun.rmi.transport.Transport.serviceCall(Transport.java:149) > at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466) > at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707) > at java.lang.Thread.run(Thread.java:595) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira