-
Notifications
You must be signed in to change notification settings - Fork 13
Time Out when "Search updates for libraries" #434
Comments
FYI, I don't have this issue with the OW2 instance http://scava-dev.ow2.org |
Could you please specify the exact steps you done? Sample project, server and any other settings you changed? |
I have attached the exported project.
Btw, I have the same time out issue with the other menu item CROSSMINER > Search libraries for this project. |
Okay, which server do you use? |
Hi Gergo, The issue happens with the following instance: http://83.212.75.210 |
Dear @geryxyz |
Since the server is not maintained by us so we can neither update nor fix it. |
Dear @phkrief |
I just tested against the new version (1.21.0.rev0) I still get an error: The message is: and the log: io.swagger.client.ApiException: FYI, I'm running against the Eclipse instance: http://83.212.75.210 |
FYI, I tried with the OW2 instance, and the answer is almost immediate. |
the part
says that something on the server side went wrong, so I think it is a server (knowledge base?) related issue and not a client/plug-in side related anymore. What do you think @md2manoppello ? |
We retrieve the kind of error in #445 : #445 (comment) |
I have the impression that the KB crashed again because I cannot even reach the search: Swagger client exception details: |
The metrics platform container crashed. I restarted it. The KB service was intact. |
I couldn't try it before. Now, the search doesn't work against http://83.212.75.210 |
@phkrief Everything is up and running in the instance. |
Thx @blueoly |
Unfortunately, I cannot test this feature because of this time out.
Thx for your help
io.swagger.client.ApiException: java.net.SocketTimeoutException: timeout
at io.swagger.client.ApiClient.execute(ApiClient.java:842)
at io.swagger.client.api.RecommenderRestControllerApi.getVersionsUsingPOSTWithHttpInfo(RecommenderRestControllerApi.java:1559)
at io.swagger.client.api.RecommenderRestControllerApi.getVersionsUsingPOST(RecommenderRestControllerApi.java:1545)
at org.eclipse.scava.plugin.libraryversions.LibraryVersionModel.getAvailableVersionsOfLibraries(LibraryVersionModel.java:87)
at org.eclipse.scava.plugin.libraryversions.checker.LibraryVersionCheckController.lambda$0(LibraryVersionCheckController.java:56)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: timeout
at okio.Okio$3.newTimeoutException(Okio.java:207)
at okio.AsyncTimeout.exit(AsyncTimeout.java:261)
at okio.AsyncTimeout$2.read(AsyncTimeout.java:215)
at okio.RealBufferedSource.indexOf(RealBufferedSource.java:306)
at okio.RealBufferedSource.indexOf(RealBufferedSource.java:300)
at okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:196)
at com.squareup.okhttp.internal.http.Http1xStream.readResponse(Http1xStream.java:186)
at com.squareup.okhttp.internal.http.Http1xStream.readResponseHeaders(Http1xStream.java:127)
at com.squareup.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:737)
at com.squareup.okhttp.internal.http.HttpEngine.access$200(HttpEngine.java:87)
at com.squareup.okhttp.internal.http.HttpEngine$NetworkInterceptorChain.proceed(HttpEngine.java:722)
at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:576)
at com.squareup.okhttp.Call.getResponse(Call.java:287)
at com.squareup.okhttp.Call$ApplicationInterceptorChain.proceed(Call.java:243)
at com.squareup.okhttp.Call.getResponseWithInterceptorChain(Call.java:205)
at com.squareup.okhttp.Call.execute(Call.java:80)
at io.swagger.client.ApiClient.execute(ApiClient.java:838)
... 5 more
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:171)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at okio.Okio$2.read(Okio.java:139)
at okio.AsyncTimeout$2.read(AsyncTimeout.java:211)
... 19 more
The text was updated successfully, but these errors were encountered: