You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Bad parameters in the dialog leads to a case that an exception is thrown for every node in the network.
The text was updated successfully, but these errors were encountered: