[
https://jira.jboss.org/browse/JBAS-8696?page=com.atlassian.jira.plugin.sy...
]
Richard Achmatowicz commented on JBAS-8696:
-------------------------------------------
The build is executed against IPv6 addresses as follows:
1. log onto a IPv6 enabled machine in the QA lab
- any one of conf1, conf2, soa3,soa4, vmg17, vmg18
- you will see the assigned IPv6 addresses when you log in - use these to run the
testsuite and not iunterfere with other Hudson jobs running on the same machine
e.g. on soa3, they are
fec0:0:a16:ffff::13
fec0:0:a16:ffff::14
2. Check out the AS 6 IPv6 branch
svn co
http://anonsvn.jboss.org/repos/jbossas/branches/JBoss-AS-6.0.x_ipv6 my_ipv6_distro
3. Build the AS
cd my_ipv6_distro
./build.sh
4. Build and run the testsuite
cd my_ipv6_distro/testsuite
./build.sh -Dnode0=fec0:0:a16:ffff::13 -Dnode1=fec0:0:a16:ffff::14 -DudpGroup=ff0e::1
-Djava.net.preferIPv4Stack=false tests
5. everything else as usual.
WebServices tests in org.jboss.jaxr.scout failing when run against
IPv6 addresses
----------------------------------------------------------------------------------
Key: JBAS-8696
URL:
https://jira.jboss.org/browse/JBAS-8696
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Web Services
Affects Versions: 6.0.0.CR1
Reporter: Richard Achmatowicz
Assignee: Alessio Soldano
Fix For: TBD-6.x
Attachments: output.log, test.log
When running the testsuite with IPv6 addresses, tests from the following test classes are
failing:
org.jboss.test.jaxr.scout.publish.JaxrDeleteAssociationTestCase
org.jboss.test.jaxr.scout.publish.JaxrDeleteOrganizationTestCase
org.jboss.test.jaxr.scout.publish.JaxrSaveOrganizationTestCase
org.jboss.test.jaxr.scout.publish.JaxrSaveServiceBindingTestCase
org.jboss.test.jaxr.scout.publish.infomodel.JaxrClassificationTestCase
org.jboss.test.jaxr.scout.publish.infomodel.JaxrConfirmAssociationTestCase
org.jboss.test.jaxr.scout.query.JaxrBusinessQueryTestCase
org.jboss.test.jaxr.scout.query.infomodel.JaxrFindAssociationsTestCase
The details of the failures can be found here in the Hudson job for the run:
http://hudson.qa.jboss.com/hudson/view/JBoss%20AS/job/JBoss-AS-6.0.x-test...
Many of these tests exhibit commoin error information in the test case log::
Error Message
com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl:
java.security.PrivilegedActionException:
com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl: Message send failed
Stacktrace
junit.framework.AssertionFailedError:
com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl:
java.security.PrivilegedActionException:
com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl: Message send failed
at
org.jboss.test.jaxr.scout.publish.JaxrSaveOrganizationTestCase.testSaveOrg(JaxrSaveOrganizationTestCase.java:96)
Standard Error
Dec 1, 2010 3:57:01 PM com.sun.xml.internal.messaging.saaj.client.p2p.HttpSOAPConnection
post
SEVERE: SAAJ0009: Message send failed
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira