Return-Path: X-Original-To: apmail-geronimo-dev-archive@www.apache.org Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A8430691D for ; Tue, 28 Jun 2011 06:27:52 +0000 (UTC) Received: (qmail 70211 invoked by uid 500); 28 Jun 2011 06:27:52 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 69772 invoked by uid 500); 28 Jun 2011 06:27:45 -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 69735 invoked by uid 99); 28 Jun 2011 06:27:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jun 2011 06:27:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jun 2011 06:27:37 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 3C619435A97 for ; Tue, 28 Jun 2011 06:27:17 +0000 (UTC) Date: Tue, 28 Jun 2011 06:27:17 +0000 (UTC) From: "viola.lu (JIRA)" To: dev@geronimo.apache.org Message-ID: <513085914.862.1309242437243.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <158753612.39978.1308976728602.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Closed] (GERONIMO-6023) Fail to lookup EJB LoadBeanRemote in EJB Mulicast Cluster MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GERONIMO-6023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] viola.lu closed GERONIMO-6023. ------------------------------ Resolution: Cannot Reproduce invalid > Fail to lookup EJB LoadBeanRemote in EJB Mulicast Cluster > --------------------------------------------------------- > > Key: GERONIMO-6023 > URL: https://issues.apache.org/jira/browse/GERONIMO-6023 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: OpenEJB > Affects Versions: 3.0 > Environment: OS: winxp, win2003, ubuntu, winxp > jdk: ibm 1.6 > Reporter: viola.lu > Priority: Minor > Fix For: 3.0 > > > 1. Start geronimo server on win2003, ubuntu, winxp-chinese, and deploy loadbean.jar ejb module to servers. > 2.Start geronimo server on winxp2-english, deploy loadbean-war to server > 3.Access web url on winxp2-english:http://localhost:8080/load/Multicast with test code: > p.setProperty(Context.PROVIDER_URL,"multicast://239.255.3.2:6142?group=cluster1"); > Context context3 = new InitialContext(p); > loadRemote =(Load) context3.lookup("LoadBeanRemote"); > but got an error: > 2011-06-23 11:41:41,718 ERROR [[MulticastBean]] Servlet.service() for servlet [MulticastBean] in context with path [/load] threw exception [javax.naming.NameNotFoundException: /LoadBeanRemote does not exist in the system. Check that the app was successfully deployed.] with root cause > javax.naming.NameNotFoundException: /LoadBeanRemote does not exist in the system. Check that the app was successfully deployed. > at org.apache.openejb.client.JNDIContext.lookup(JNDIContext.java:261) > at org.apache.aries.jndi.DelegateContext.lookup(DelegateContext.java:161) > at javax.naming.InitialContext.lookup(InitialContext.java:436) > at org.apache.geronimo.tests.LoadBeanMulticastServlet.doGet(LoadBeanMulticastServlet.java:65) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:575) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:668) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:306) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161) > at org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.invoke(GeronimoStandardContext.java:700) > at org.apache.geronimo.tomcat.valve.GeronimoBeforeAfterValve.invoke(GeronimoBeforeAfterValve.java:48) > at org.apache.geronimo.tomcat.valve.ProtectedTargetValve.invoke(ProtectedTargetValve.java:53) > but this pass with url:failover:ejbd://****:4201,ejbd://***:4201,ejbd://**:4201" or ejbd:***:4201. > 4.If i shutdown the served server 1, but it will not failover to next server, seems only the first server is one the list. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira