[jboss-jira] [JBoss JIRA] Commented: (JBAS-5591) Fix org.jboss.test.cts.test.*

Adrian Brock (JIRA) jira-events at lists.jboss.org
Mon Jun 16 08:21:35 EDT 2008


    [ http://jira.jboss.com/jira/browse/JBAS-5591?page=comments#action_12417263 ] 
            
Adrian Brock commented on JBAS-5591:
------------------------------------

At least part of these failures are caused by a fix not ported from 4.2.x

The ejb has a hardwired naming lookup on "localhost", but on the hudson server, JBoss isn't bound to that "NIC"

2008-06-16 05:06:20,823 DEBUG [org.jboss.system.ServiceCreator] (main) Created mbean: jboss:service=Naming
2008-06-16 05:06:20,824 DEBUG [org.jboss.system.ServiceConfigurator] (main) CallByValue set to false in jboss:service=Naming
2008-06-16 05:06:20,825 DEBUG [org.jboss.system.ServiceConfigurator] (main) Port set to 1099 in jboss:service=Naming
2008-06-16 05:06:20,826 DEBUG [org.jboss.system.ServiceConfigurator] (main) BindAddress set to 10.18.6.175 in jboss:service=Naming
2008-06-16 05:06:20,827 DEBUG [org.jboss.system.ServiceConfigurator] (main) RmiPort set to 1098 in jboss:service=Naming
2008-06-16 05:06:20,828 DEBUG [org.jboss.system.ServiceConfigurator] (main) RmiBindAddress set to 10.18.6.175 in jboss:service=Naming
2008-06-16 05:06:20,836 DEBUG [org.jboss.system.ServiceConfigurator] (main) LookupPool set to MBeanProxyExt[jboss.system:service=ThreadPool] in jboss:service=Naming
2008-06-16 05:06:20,840 DEBUG [org.jboss.system.ServiceConfigurator] (main) Naming set to MBeanProxyExt[jboss:service=NamingBeanImpl] in jboss:service=Naming
2008-06-16 05:06:20,841 DEBUG [org.jboss.system.ServiceController] (main) Creating service jboss:service=Naming

2008-06-16 05:08:32,777 DEBUG [org.jnp.interfaces.NamingContext] (PooledInvokerThread-10.18.6.175-8) Failed to connect to localhost:1099
javax.naming.CommunicationException: Failed to connect to server localhost:1099 [Root exception is javax.naming.ServiceUnavailableException: Failed to connect to serve
r localhost:1099 [Root exception is java.net.ConnectException: Connection refused]]
        at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:276)
        at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1572)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:636)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:629)
        at javax.naming.InitialContext.lookup(InitialContext.java:351)
        at org.jboss.test.cts.ejb.CallerSessionBean.lookupHome(CallerSessionBean.java:245)


> Fix org.jboss.test.cts.test.*
> -----------------------------
>
>                 Key: JBAS-5591
>                 URL: http://jira.jboss.com/jira/browse/JBAS-5591
>             Project: JBoss Application Server
>          Issue Type: Sub-task
>      Security Level: Public(Everyone can see) 
>          Components: Test Suite
>            Reporter: Dimitris Andreadis
>         Assigned To: Shelly McGowan
>
> The Failing tests are essentially 2, testInterJarCall & testCallByValueInSameJar within the IndependentJarsUnitTestCase unit test case.
> org.jboss.test.cts.test.IndependentJarsUnitTestCase.testInterJarCall
> org.jboss.test.cts.test.IndependentJarsUnitTestCase(JRMP-Invoker).testInterJarCall
> org.jboss.test.cts.test.IndependentJarsUnitTestCase(JRMP-Invoker).testCallByValueInSameJar	
> org.jboss.test.cts.test.IndependentJarsUnitTestCase(Pooled-Invoker).testInterJarCall	
> org.jboss.test.cts.test.IndependentJarsUnitTestCase(Pooled-Invoker).testCallByValueInSameJar
> The weird thing is I can run them without problems on windows but the fail on Hudson:
> http://hudson.qa.jboss.com/hudson/view/JBoss%20AS/job/JBoss-AS-5.0.x-TestSuite-sun15/632/testReport/org.jboss.test.cts.test/

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list