[
http://jira.jboss.com/jira/browse/JBAS-3960?page=all ]
Dimitris Andreadis updated JBAS-3960:
-------------------------------------
Fix Version/s: (was: JBossAS-4.0.4.CR2)
Web Service Test case failed in JBoss AS 4.0.5GA
------------------------------------------------
Key: JBAS-3960
URL:
http://jira.jboss.com/jira/browse/JBAS-3960
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Web Services
Affects Versions: JBossAS-4.0.5.GA
Environment: Arch: x86_64
OS: RHEL4U4
JVM: Sun jdk version "1.5.0_06"
JBoss Version: JBoss AS 4.0.5 GA and JBoss AS 4.0.5 GA src
Reporter: Steven lian
Assigned To: Thomas Diesler
When running JBoss AS testsuite,the testcase
org.jboss.test.webservice.secure.SimpleClientSecureTestCase and
org.jboss.test.webservice.secure.noenv.TransportOptionsTestCase is failed for the
exceptions.
reproduce steps:
1.build jboss AS 4.0.5 src and start JBoss server with all configuration
2.cd $JBOSS_HOME_SRC/testsuite
3.ant onte-test -Dtest=org.jboss.test.webservice.secure.SimpleClientSecureTestCase
4.ant onte-test -Dtest=org.jboss.test.webservice.secure.noenv.TransportOptionsTestCase
Result:
Buildfile: build.xml
one-test:
[delete] Deleting: /root/jboss-4.0.5.GA-src/testsuite/output/log/test.log
[junit] Running org.jboss.test.webservice.secure.noenv.TransportOptionsTestCase
[junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 3.502 sec
[junit] Test org.jboss.test.webservice.secure.noenv.TransportOptionsTestCase FAILED
one-test:
[delete] Deleting: /root/jboss-4.0.5.GA-src/testsuite/output/log/test.log
[junit] Running org.jboss.test.webservice.secure.SimpleClientSecureTestCase
[junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 3.934 sec
[junit] Test org.jboss.test.webservice.secure.SimpleClientSecureTestCase FAILED
The test log :
Testcase: testWithTransportOptions took 1.934 sec
Caused an ERROR
Call invocation failed: Could not transmit message; nested exception is:
javax.xml.soap.SOAPException: Could not transmit message
java.rmi.RemoteException: Call invocation failed: Could not transmit message; nested
exception is:
javax.xml.soap.SOAPException: Could not transmit message
at org.jboss.ws.jaxrpc.CallImpl.invokeInternal(CallImpl.java:718)
at org.jboss.ws.jaxrpc.CallImpl.invoke(CallImpl.java:404)
at org.jboss.ws.jaxrpc.CallProxy.invoke(CallProxy.java:148)
at $Proxy3.sayHello(Unknown Source)
at
org.jboss.test.webservice.secure.noenv.TransportOptionsTestCase.testWithTransportOptions(TransportOptionsTestCase.java:90)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: javax.xml.soap.SOAPException: Could not transmit message
at org.jboss.ws.soap.SOAPConnectionImpl.call(SOAPConnectionImpl.java:204)
at org.jboss.ws.jaxrpc.CallImpl.invokeInternal(CallImpl.java:687)
... 23 more
Caused by: org.jboss.remoting.CannotConnectException: Can not connect http client
invoker.
at
org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:201)
at
org.jboss.remoting.transport.http.HTTPClientInvoker.transport(HTTPClientInvoker.java:81)
at org.jboss.remoting.RemoteClientInvoker.invoke(RemoteClientInvoker.java:143)
at org.jboss.remoting.Client.invoke(Client.java:525)
at org.jboss.remoting.Client.invoke(Client.java:488)
at org.jboss.ws.soap.SOAPConnectionImpl.call(SOAPConnectionImpl.java:189)
--
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