Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebserviceProtocolTest.testDemoProtocol failed #2482

Closed
diecui1202 opened this issue Sep 11, 2018 · 3 comments
Closed

WebserviceProtocolTest.testDemoProtocol failed #2482

diecui1202 opened this issue Sep 11, 2018 · 3 comments
Labels
help wanted Everything needs help from contributors
Milestone

Comments

@diecui1202
Copy link

diecui1202 commented Sep 11, 2018

JDK8

Tests in error:
WebserviceProtocolTest.testDemoProtocol:41 » Rpc Failed to invoke remote servi...

Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 7.476 sec <<< FAILURE! - in org.apache.dubbo.rpc.protocol.webservice.WebserviceProtocolTest
testDemoProtocol(org.apache.dubbo.rpc.protocol.webservice.WebserviceProtocolTest)  Time elapsed: 5.147 sec  <<< ERROR!
org.apache.dubbo.rpc.RpcException: Failed to invoke remote service: interface org.apache.dubbo.rpc.protocol.webservice.DemoService, method: getSize, cause: Could not receive Message.
	at org.apache.dubbo.rpc.protocol.webservice.WebserviceProtocolTest.testDemoProtocol(WebserviceProtocolTest.java:41)
Caused by: org.apache.cxf.interceptor.Fault: Could not receive Message.
	at org.apache.dubbo.rpc.protocol.webservice.WebserviceProtocolTest.testDemoProtocol(WebserviceProtocolTest.java:41)
Caused by: java.net.SocketTimeoutException: SocketTimeoutException invoking http://127.0.0.1:9019/org.apache.dubbo.rpc.protocol.webservice.DemoService: Read timed out
	at org.apache.dubbo.rpc.protocol.webservice.WebserviceProtocolTest.testDemoProtocol(WebserviceProtocolTest.java:41)
Caused by: java.net.SocketTimeoutException: Read timed out
	at org.apache.dubbo.rpc.protocol.webservice.WebserviceProtocolTest.testDemoProtocol(WebserviceProtocolTest.java:41)
@diecui1202 diecui1202 added help wanted Everything needs help from contributors good first issue labels Sep 11, 2018
@lexburner
Copy link
Contributor

It works well on my pc. Can you provide more description about how to reproduce this exception? Did it happen during a Travis CI?
@kimmking may know very clearly about WebserviceProtocol.

@diecui1202
Copy link
Author

@lexburner It happens just on travis CI. Very suspicious.

@diecui1202
Copy link
Author

I try to set timeout longer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Everything needs help from contributors
Projects
None yet
Development

No branches or pull requests

2 participants