Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 3540 invoked from network); 12 Jun 2010 02:44:37 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Jun 2010 02:44:37 -0000 Received: (qmail 79647 invoked by uid 500); 12 Jun 2010 02:44:36 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 79386 invoked by uid 500); 12 Jun 2010 02:44:35 -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 79379 invoked by uid 99); 12 Jun 2010 02:44:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jun 2010 02:44:34 +0000 X-ASF-Spam-Status: No, hits=-1515.8 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jun 2010 02:44:34 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5C2iD75002181 for ; Sat, 12 Jun 2010 02:44:13 GMT Message-ID: <28918899.58001276310653341.JavaMail.jira@thor> Date: Fri, 11 Jun 2010 22:44:13 -0400 (EDT) From: "viola.lu (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMO-5376) OpenEJB failover failed In-Reply-To: <26418146.51276074686244.JavaMail.jira@thor> 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-5376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12878194#action_12878194 ] viola.lu commented on GERONIMO-5376: ------------------------------------ Some adjustification of description here: I deployed ejb to server 1, server 2, server 3, and add server 2 as server 1 mulitpoint server via initialmulitpointerserver attribute in var/config/config-substition.propteries, server 3 as server 2 mutlipoint servers, server 3 as server 1 multipoint server EJB client application is in another server 4, totally sperated from server 1, 2, 3. So the three problems figured out here don't exist any more. > OpenEJB failover failed > ------------------------ > > Key: GERONIMO-5376 > URL: https://issues.apache.org/jira/browse/GERONIMO-5376 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: OpenEJB > Affects Versions: 2.2.1 > Environment: windows 2003, suse10 sp2, redhat 5.3 > jdk: sun 1.6.10 > Reporter: viola.lu > Assignee: Ivan > Fix For: 2.2.1 > > Attachments: loadbean.zip > > > Server 1: window 2003, viola-dev > Server 2: suse 10 sp2, suse10sp268 > Server 3: redhat 5.3, rhel53x86 > 1. Add MultipointServers=suse10sp268:4212 to server 1 > 2. Add MultipointServers=rhel53x86:4212 to server 2 > 3. Add MultipointServers=rhel53x86:4212 to server 3 > 4.Deploy loadbean interface to server 1. deploy loadbean implementation to server 2, server 3 > Deploy a openejb client servlet to server 1 which call server 2. server 3 > p.setProperty(Context.PROVIDER_URL,"failover:ejbd://suse10sp2:4201,ejbd://rhel53x86:4201"); > 5.Shutdown server 2, it should failover to server 3, but failed, server 1 reported errors: > Invalid response from server -1. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.