You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Shawn Jiang (JIRA)" <ji...@apache.org> on 2010/10/12 11:14:35 UTC

[jira] Commented: (GERONIMO-5469) Add EJB cluster testsuite

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

Shawn Jiang commented on GERONIMO-5469:
---------------------------------------

There are still some problems in the clustering testsuite.   there's a  class not found error at the build server.   In addition, the current test logic does not throw error even it can't connect the server.

{code}
[INFO] Executed tasks
[INFO] [INFO] [geronimo:start-server {execution: start-server1}]
[INFO] [INFO] Using pre-installed assembly: /home/geronimo/geronimo/2.2/testsuite/cluster-testsuite/ejb-multicast/target/server1
[INFO] [INFO] Installation type is pre-existing; skipping installation
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [ERROR] FATAL ERROR
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Requested factory com.ctc.wstx.stax.WstxInputFactory cannot be located.  Classloader =org.codehaus.classworlds.RealmClassLoader@1ac5f13
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Trace
[INFO] javax.xml.stream.FactoryConfigurationError: Requested factory com.ctc.wstx.stax.WstxInputFactory cannot be located.  Classloader =org.codehaus.classworlds.RealmClassLoader@1ac5f13
[INFO] 	at javax.xml.stream.FactoryLocator.loadFactory(FactoryLocator.java:120)
[INFO] 	at javax.xml.stream.FactoryLocator.locate(FactoryLocator.java:109)
[INFO] 	at javax.xml.stream.FactoryLocator.locate(FactoryLocator.java:54)
{code}

Disabled it for now from 22 branch@r1021689.  



> Add EJB cluster testsuite
> -------------------------
>
>                 Key: GERONIMO-5469
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5469
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: testsuite
>    Affects Versions: 2.2, 2.2.1
>            Reporter: viola.lu
>            Assignee: viola.lu
>            Priority: Minor
>             Fix For: 2.2, 2.2.1
>
>         Attachments: G5469.patch, G5469.patch, G5469_update.patch
>
>
> 1.Create two servers with maven ant plugin which will copy servers from geornimo tomcat javaee assemly and overridde config-subsitution.properties to each server
> 2.Start two server instances , deploy loadbean to two servers, run ejb client against two: failover:ejbd://127.0.0.1:4202,ejbd://127.0.0.1:4211"
> 3.Stop one server and run ejb client again. It still work, just on warning: one server down. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.