Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 33750 invoked from network); 2 Aug 2007 22:15:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Aug 2007 22:15:20 -0000 Received: (qmail 50781 invoked by uid 500); 2 Aug 2007 22:15:19 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 50722 invoked by uid 500); 2 Aug 2007 22:15:18 -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 50711 invoked by uid 99); 2 Aug 2007 22:15:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Aug 2007 15:15:18 -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; Thu, 02 Aug 2007 22:15:13 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D00E2714187 for ; Thu, 2 Aug 2007 15:14:52 -0700 (PDT) Message-ID: <23473571.1186092892833.JavaMail.jira@brutus> Date: Thu, 2 Aug 2007 15:14:52 -0700 (PDT) From: "Tim McConnell (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-3360) corba-marshall and corba-mytime tests failing In-Reply-To: <15205455.1185557478313.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-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim McConnell updated GERONIMO-3360: ------------------------------------ Hi Rick, you had previously asked for the server-side error log for the marshalling problem. Here it is: 18:03:54,109 INFO [MappedServerTransactionPolicyConfig] No tx mapping for operation: marshalLong__org_omg_boxedRMI_long_seq1_long Aug 2, 2007 6:03:54 PM org.apache.yoko.orb.OB.Logger_impl warning WARNING: Servant method raised a non-CORBA exception Client receives this exception as CORBA::UNKNOWN operation name: "marshalLong__org_omg_boxedRMI_long_seq1_long" id: iiop local address: 127.0.0.1:6882 remote address: 127.0.0.1:3366 java.lang.NullPointerException at org.apache.geronimo.corba.StandardServant._invoke(StandardServant.java:161) at org.apache.yoko.orb.OBPortableServer.ServantDispatcher.dispatch(ServantDispatcher.java:187) at org.apache.yoko.orb.OBPortableServer.POA_impl._OB_dispatch(POA_impl.java:1607) at org.apache.yoko.orb.OB.DispatchRequest_impl.invoke(DispatchRequest_impl.java:56) at org.apache.yoko.orb.OB.DispatchSameThread_impl.dispatch(DispatchStrategyFactory_impl.java:53) at org.apache.yoko.orb.OB.Upcall.invoke(Upcall.java:360) at org.apache.yoko.orb.OB.GIOPConnectionThreaded.execReceive(GIOPConnectionThreaded.java:500) at org.apache.yoko.orb.OB.GIOPConnectionThreaded$ReceiverThread.run(GIOPConnectionThreaded.java:63) > corba-marshall and corba-mytime tests failing > --------------------------------------------- > > Key: GERONIMO-3360 > URL: https://issues.apache.org/jira/browse/GERONIMO-3360 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: testsuite > Affects Versions: 2.0, 2.0.x, 2.1 > Reporter: Prasad Kashyap > Assignee: Rick McGuire > Fix For: 2.0.x > > > exception in corba-marshall : > {code} > [INFO] [INFO] long passed to EJB: 1218738708599296309 > [INFO] [WARNING] java.lang.Exception: long array test RemoteException: [3675022138608874094, -4905270342012320510] java.rmi.RemoteException: null; nested exception is: > [INFO] [WARNING] org.omg.CORBA.UNKNOWN: vmcid: 0x0 minor code: 0x0 completed: No > [INFO] [WARNING] at org.apache.geronimo.testsuite.corba.marshal.JavaPrimitives.marshal(JavaPrimitives.java:415) > [INFO] [WARNING] at org.apache.geronimo.testsuite.corba.marshal.MarshalEJBClient.main(MarshalEJBClient.java:43) > [INFO] [WARNING] at java.lang.reflect.Method.invoke(Method.java:585) > [INFO] [WARNING] at org.apache.geronimo.client.AppClientContainer.main(AppClientContainer.java:185) > {code} > Exception in corba-mytime: > {code} > [WARNING] Deployer operation failed: start of org.apache.geronimo.testsuite/corba-mytime-ear/2.0-SNAPSHOT/car failed > [WARNING] org.apache.geronimo.kernel.config.LifecycleException: start of org.apache.geronimo.testsuite/corba-mytime-ear/2.0-SNAPSHOT/car failed > [WARNING] Caused by: org.apache.geronimo.kernel.config.InvalidConfigException: Unknown start exception > [WARNING] at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:514) > [WARNING] at org.apache.geronimo.kernel.config.KernelConfigurationManager.start(KernelConfigurationManager.java:187) > [WARNING] at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:530) > [WARNING] ... 35 more > [WARNING] Caused by: org.apache.geronimo.gbean.InvalidConfigurationException: Configuration org.apache.geronimo.testsuite/corba-mytime-ear/2.0-SNAPSHOT/car failed to start due to the following reasons: > [WARNING] The service EJBModule=corba-mytime-ejb-2.0-SNAPSHOT.jar,J2EEApplication=org.apache.geronimo.testsuite/corba-mytime-ear/2.0-SNAPSHOT/car,StatelessSessionBean=MyTime,j2eeType=TSSLink,name=IdentityTokenNoSecurity did not start because org.apache.geronimo.testsuite/corba-mytime-ear/2.0-SNAPSHOT/car?EJBModule=corba-mytime-ejb-2.0-SNAPSHOT.jar,J2EEApplication=org.apache.geronimo.testsuite/corba-mytime-ear/2.0-SNAPSHOT/car,j2eeType=CORBATSS,name=IdentityTokenNoSecurity did not start. > [WARNING] The service EJBModule=corba-mytime-ejb-2.0-SNAPSHOT.jar,J2EEApplication=org.apache.geronimo.testsuite/corba-mytime-ear/2.0-SNAPSHOT/car,j2eeType=CORBATSS,name=IdentityTokenNoSecurity did not start because IDL:omg.org/PortableServer/POA/AdapterAlreadyExists:1.0 > [WARNING] > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.