[ 
https://issues.apache.org/jira/browse/GERONIMO-5376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12878192#action_12878192
 ] 

Ivan commented on GERONIMO-5376:
--------------------------------

a. If you program the url like 
p.setProperty(Context.PROVIDER_URL,"failover:ejbd://suse10sp2:4201,ejbd://rhel53x86:4201");.
 which means that the client has already knows some options, in this scenario, 
it is expected that some other cluster servers should be updated from server, 
it might not be clear that where the client get the server list.
b. If you configure MutlpointServers in the server 1, but the ejb application 
is not deployed to that server, there will be issues while all the server 2 and 
server 3 are down.
c. Configure the server itself in the MultipointServers make no sense, like 
what you do in server 3.


> 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.

Reply via email to