You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "viola.lu (JIRA)" <ji...@apache.org> on 2010/06/22 10:08:54 UTC

[jira] Closed: (GERONIMO-5376) OpenEJB failover failed

     [ https://issues.apache.org/jira/browse/GERONIMO-5376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

viola.lu closed GERONIMO-5376.
------------------------------

    Resolution: Fixed

Verified on Latest build: 2010.06.22-10:16:42.832-0400
After start ejb client server by setting openejb.client.requestretry to true:
start-server -D "openejb.client.requestretry=true"
failover works well now.
Shutdown server 2, it will failover to server 3, 
Run on single point server 1 : failover:ejbd://suse10sp268:4201 on 9.186.10.96
Add 1 + 2 = 3
Ping 
Sum 1 + 2 + 1 = 4

adding 1 and 2 on 9.186.10.96
pinging....9.186.10.96
doing sum.... on 9.186.10.96

Shutdown server3, it will failover to server 1: 
Run on single point server 1 : failover:ejbd://suse10sp268:4201 on true
Add 1 + 2 = 3
Ping 
Sum 1 + 2 + 1 = 4

So close it.


> 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
> Server 4: windows xp
> 1. Add MultipointServers=suse10sp268:4212  to server 1
> 2. Add MultipointServers=rhel53x86:4212 to server 2
> 3. Add MultipointServers=viola-dev to server 3
> 4.Deploy loadbean ejb to server 1, server 2, server 3
> Deploy a openejb client servlet loadbeanwar to server 4 which call server 1. 
>  p.setProperty(Context.PROVIDER_URL,"failover:ejbd://suse10sp2: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.