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

Excessive 404 exceptions going to console but nothing to user #16

Open
AdamStuart opened this issue Aug 3, 2016 · 0 comments
Open

Excessive 404 exceptions going to console but nothing to user #16

AdamStuart opened this issue Aug 3, 2016 · 0 comments

Comments

@AdamStuart
Copy link

Bad parameters in the dialog leads to a case that an exception is thrown for every node in the network.


org.bridgedb.IDMapperException: java.io.IOException: HTTP response: 404 - The server has not found anything matching the request URI
    at org.bridgedb.webservice.bridgerest.BridgeRest$RestCapabilities.isMappingSupported(BridgeRest.java:181)
    at org.bridgedb.cytoscape.internal.IDMapperClientManager$2.run(IDMapperClientManager.java:627)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.io.IOException: HTTP response: 404 - The server has not found anything matching the request URI
    at org.bridgedb.webservice.bridgerest.BridgeRest$UrlBuilder.openReader(BridgeRest.java:273)
    at org.bridgedb.webservice.bridgerest.BridgeRest$UrlBuilder.access$200(BridgeRest.java:197)
    at org.bridgedb.webservice.bridgerest.BridgeRest$RestCapabilities.isMappingSupported(BridgeRest.java:172)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant