Bug 901119 (JBPAPP6-1171)
| Summary: | JBossWS CXF 4.0.4.GA TS stuck when running against 6.0.1 ER3 | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Rostislav Svoboda <rsvoboda> | ||||||||||
| Component: | Documentation, Remoting | Assignee: | Jimmy Wilson <jawilson> | ||||||||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | |||||||||||
| Severity: | urgent | Docs Contact: | |||||||||||
| Priority: | urgent | ||||||||||||
| Version: | 6.0.0 | CC: | asoldano, atangrin, cfang, david.lloyd, fnasser, jawilson, rsvoboda | ||||||||||
| Target Milestone: | --- | ||||||||||||
| Target Release: | EAP 6.0.1 | ||||||||||||
| Hardware: | Unspecified | ||||||||||||
| OS: | Unspecified | ||||||||||||
| URL: | http://jira.jboss.org/jira/browse/JBPAPP6-1171 | ||||||||||||
| Whiteboard: | |||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||
| Doc Text: | Story Points: | --- | |||||||||||
| Clone Of: | Environment: | ||||||||||||
| Last Closed: | 2012-11-16 08:13:00 UTC | Type: | Bug | ||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||
| Documentation: | --- | CRM: | |||||||||||
| Verified Versions: | Category: | --- | |||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||
| Embargoed: | |||||||||||||
| Attachments: |
|
||||||||||||
|
Description
Rostislav Svoboda
2012-10-29 11:43:46 UTC
4673 org.codehaus.plexus.classworlds.launcher.Launcher 5266 /home/rsvoboda/TESTING/BACKWARD/stack-cxf/modules/testsuite/shared-tests/target/surefire/surefirebooter319490176128857553.jar 4582 /home/rsvoboda/TESTING/BACKWARD/jboss-eap-6.0/jboss-modules.jar rsvoboda 4673 2.1 8.2 3401996 666564 pts/2 Sl+ 11:57 0:40 /opt/jdk/bin/java -Xms128m -Xmx1303m -XX:MaxPermSize=256m -classpath /opt/maven/boot/plexus-classworlds-2.4.jar -Dclassworlds.conf=/opt/maven/bin/m2.conf -Dmaven.home=/opt/maven org.codehaus.plexus.classworlds.launcher.Launcher -e -s /home/rsvoboda/TESTING/BACKWARD/settings-ws-backward-compatibility.xml -Ptestsuite,hudson,jboss712 -Dmaven.repo.local=/home/rsvoboda/TESTING/BACKWARD/local-repo -Djboss712.home=/home/rsvoboda/TESTING/BACKWARD/jboss-eap-6.0 -Djbossws-native-core.filename=jbossws-native-core-4.0.6.GA-redhat-1.jar clean integration-test rsvoboda 5266 1.0 1.9 3572800 155572 pts/2 Sl+ 11:59 0:18 /opt/jdk1.6.0_31/jre/bin/java -Djava.security.manager -Djava.security.policy=src/test/etc/tst.policy -Xmx768m -XX:MaxPermSize=450m -Djbossws.deployer.authentication.username=admin -Djbossws.deployer.authentication.password=admin -Djava.endorsed.dirs=/home/rsvoboda/TESTING/BACKWARD/stack-cxf/modules/testsuite/shared-tests/target/endorsed -jar /home/rsvoboda/TESTING/BACKWARD/stack-cxf/modules/testsuite/shared-tests/target/surefire/surefirebooter319490176128857553.jar /home/rsvoboda/TESTING/BACKWARD/stack-cxf/modules/testsuite/shared-tests/target/surefire/surefire4111486471850983991tmp /home/rsvoboda/TESTING/BACKWARD/stack-cxf/modules/testsuite/shared-tests/target/surefire/surefire741771785837663982tmp rsvoboda 4582 2.3 7.8 4002788 636052 pts/4 Sl+ 11:57 0:44 /opt/jdk/bin/java -D[Standalone] -server -XX:+UseCompressedOops -Xms1303m -Xmx1303m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Djboss.server.default.config=standalone.xml -Dorg.jboss.boot.log.file=/home/rsvoboda/TESTING/BACKWARD/jboss-eap-6.0/standalone/log/boot.log -Dlogging.configuration=file:/home/rsvoboda/TESTING/BACKWARD/jboss-eap-6.0/standalone/configuration/logging.properties -jar /home/rsvoboda/TESTING/BACKWARD/jboss-eap-6.0/jboss-modules.jar -mp /home/rsvoboda/TESTING/BACKWARD/jboss-eap-6.0/modules -jaxpmodule javax.xml.jaxp-provider org.jboss.as.standalone -Djboss.home.dir=/home/rsvoboda/TESTING/BACKWARD/jboss-eap-6.0 -Djboss.server.base.dir=/home/rsvoboda/TESTING/BACKWARD/jboss-eap-6.0/standalone Attachment: Added: surefire-stacktrace.txt Attachment: Added: launcher-stacktrace.txt Attachment: Added: server-stacktrace.txt Attachment: Added: settings-ws-backward-compatibility.xml Moving to critical, with old remoting in EAP TS works, I guess we have backward compatibility issue with JBoss Remoting. I tweaked server side - using ER2 based jboss-remoting-3.2.8.SP1-redhat-1.jar instead of ER3 based jboss-remoting-3.2.12.GA-redhat-1.jar. TS is NOT stuck, ends as expected + 2 errors. testWebService(org.jboss.test.ws.jaxws.jbws1611.JBWS1611TestCase): The given SOAPAction uri:placeBuyOrder does not match an operation. testServletClient(org.jboss.test.ws.jaxws.samples.webservicerefsec.WebServiceRefSecTestCase): Server returned HTTP response code: 500 for URL: http://localhost:8080/jaxws-samples-webservicerefsec-servlet-client?echo=HelloWorld Reassigning as it is Remoting 3 The only way to get around this is to apply the new XNIO and Remoting versions to the ER2 side. This problem is due to a bug in Remoting dealing with connection termination; the fix in .11/.12 brings out the problem much more frequently in .8 and it can't be helped. Note that the problem can still occur between two .8 versions of Remoting. Nothing can be done about this one, and the ER2 version of remoting has not been shipped anywhere. EAP 6.0.0.GA contains org.jboss.remoting3:jboss-remoting:jar:3.2.8.GA-redhat-1. I use JBossWS CXF 4.0.4.GA TS to check WS backward compatibility on client side, this TS is configured to use jboss-remoting from EAP 6.0.0.GA - that means 3.2.8.GA-redhat-1. Regarding to your comment it seems to me that customers who will update server to EAP 6.0.1.GA will have to update client dependencies too. Do you agree with me? Is there another solution? If client libraries must be updated it will mean backward compatibility issue and it must be documented at least for RN. Release Notes Docs Status: Added: Not Required Release notes text will be provided by Jimmy Affects: Added: Release Notes Jimmy, was 3.2.11.GA when the fix frst went in? Release Notes Docs Status: Removed: Not Required Docs QE Status: Removed: NEW See JBPAPP6-1064's comment for the release notes related to the underlying issue at work here. JBPAPP6-1064 needs to be documented rather than this downstream effect. Closing, JBPAPP6-1064 was reopened to check RN text in ER4. Link: Added: This issue is related to JBPAPP6-1064 |