Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 10800 invoked from network); 2 May 2006 04:11:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 May 2006 04:11:47 -0000 Received: (qmail 66219 invoked by uid 500); 2 May 2006 04:11:46 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 65736 invoked by uid 500); 2 May 2006 04:11:44 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 65725 invoked by uid 99); 2 May 2006 04:11:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 May 2006 21:11:43 -0700 X-ASF-Spam-Status: No, hits=0.3 required=10.0 tests=MAILTO_TO_SPAM_ADDR X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [192.223.198.27] (HELO maillnx-us112.fmr.com) (192.223.198.27) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 May 2006 21:11:42 -0700 Received: from MSGMROSM01WIN.dmn1.fmr.com (MSGMROSM01WIN.dmn1.fmr.com [172.26.7.127]) by maillnx-us112.fmr.com (Switch-3.1.2/Switch-3.1.0) with SMTP id k424BKn2022332 for ; Tue, 2 May 2006 00:11:20 -0400 Received: from MSGMROIV02WIN.DMN1.FMR.COM (10.37.74.75) by MSGMROSM01WIN.dmn1.fmr.com (Sigaba Gateway v4.0) with ESMTP id 77296447; Tue, 02 May 2006 00:11:20 -0400 Received: from MSGMROIM02WIN.DMN1.FMR.COM ([172.26.2.195]) by MSGMROIV02WIN.DMN1.FMR.COM with SMTP_server; Tue, 02 May 2006 00:11:16 -0400 Content-Class: urn:content-classes:message Subject: RE: java.rmi.NoSuchObjectException: ... MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----_=_NextPart_001_01C66D9E.6F8056EA" X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 Date: Tue, 2 May 2006 00:11:06 -0400 Message-ID: <1ED7A952DFAE70488C8FE8E0A8100F33016D5EFC@MSGBANCLA2WIN.DMN1.FMR.COM> X-MS-Has-Attach: yes X-MS-TNEF-Correlator: Thread-Topic: java.rmi.NoSuchObjectException: ... Thread-Index: AcZrBhhfSzBZWhAyQlir8mtr9WHj2QCl8YTA From: "Varanasi, Ishwara" To: 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. ------_=_NextPart_001_01C66D9E.6F8056EA Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi Markus, Thanks for your reply. Please find entire application attached (zipped). All configuration files (*.xml) are located at etc folder. Please find source files in src folder. The only JSP I am using in under war folder. Following is the stack trace of exception I am getting. 09:33:35,965 ERROR [ContainerIndex] contianerId is not a valid ObjectName: geronimo.server:J2EEAppli cation=3DTimeServerWAR, J2EEModule=3DTimeServerEJB,J2EEServer=3Dgeronimo, j2eeType=3DStatelessSessionBean,name=3DTimeServer Exception: java.rmi.NoSuchObjectException: geronimo.server:J2EEApplication=3DTimeServerWAR, J2EEModule=3DTimeServerEJB,J2EEServer=3Dgeronimo, j2eeType=3DStatelessSessionBean,name=3DTimeServer java.rmi.NoSuchObjectException: geronimo.server:J2EEApplication=3DTimeServerWAR, J2EEModule=3DTimeServerEJB,J2EEServer=3Dgeronimo, j2eeType=3DStatelessSessionBean,name=3DTimeServer at org.openejb.proxy.EJBMethodInterceptor.createEJBInvocation(EJBMethodInte rceptor.java:171) at org.openejb.proxy.EJBMethodInterceptor.intercept(EJBMethodInterceptor.ja va:115) at org.openejb.proxy.SessionEJBHome$$EnhancerByCGLIB$$5d67192e.create() at org.apache.jsp.index_jsp._jspService(org.apache.jsp.index_jsp:70) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97) at javax.servlet.http.HttpServlet.service(HttpServlet.java:688) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja va:322) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241) at javax.servlet.http.HttpServlet.service(HttpServlet.java:688) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica tionFilterChain.j ava:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt erChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv e.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv e.java:178) at org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.inv oke(GeronimoStand ardContext.java:272) at org.apache.geronimo.tomcat.valve.TransactionContextValve.invoke(Transact ionContextValve.j ava:53) at org.apache.geronimo.tomcat.valve.ComponentContextValve.invoke(ComponentC ontextValve.java: 47) at org.apache.geronimo.tomcat.valve.InstanceContextValve.invoke(InstanceCon textValve.java:60 ) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java :126) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java :105) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve. java:107) at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:526 ) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:1 48) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:85 6) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processC onnection(Http11P rotocol.java:744) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint .java:527) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollow erWorkerThread.ja va:80) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool .java:684) at java.lang.Thread.run(Thread.java:534) Thanks and Regards, Ishwar -----Original Message----- From: mahu2425 [mailto:mahu2425@lycos.de]=20 Sent: Friday, April 28, 2006 7:01 PM To: user@geronimo.apache.org Subject: Re: java.rmi.NoSuchObjectException: ... Hi Ishwar, did you include a part in your web.xml ? It should look similar to: ejb/TimeServerEJB Session com.xzy.TimerServerEJBHome com.xzy.Timerserver should match in openejb-jar.xml If that doesn't help, could you post you deployment descriptors? Greets, Markus > Hi, > I coded a tiny application with two modules (EJB [stateless > session] and WAR) modules. IT deploys fine but when I try to access the > page, I get error as follows: >=20 > java.rmi.NoSuchObjectException: > geronimo.server:EJBModule=3DTimeServerEJB,J2EEApplication=3DTimeServerEAR= ,J2 > EEServer=3Dgeronimo,j2eeType=3DStatelessSessionBean,name=3DTimeServer >=20 > I tried altering the deployment plans in many ways, none succeed. >=20 > Any help? >=20 > Regards, > Ishwar Schnell und einfach ohne Anschlusswechsel zur Lycos DSL Flatrate wechseln und 3 Monate kostenlos ab effektiven 5,21 EUR pro Monat im ersten Jahr surfen. http://www.lycos.de/startseite/online/dsl/index.html?prod=3DDSL&trackingI= D =3Demail_footertxt ------_=_NextPart_001_01C66D9E.6F8056EA Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit We removed the file TimeServer.zip from this message because it violated our content security policy. ------_=_NextPart_001_01C66D9E.6F8056EA--