AegeusCoin / aegeus-ui

0 stars 2 forks source link

aegeusd:3.0 denies connection from jaxrs bridge #47

Closed tdiesler closed 5 years ago

tdiesler commented 5 years ago

It seems that the current aegeusd image is unusable because of this

$     docker run -it --rm --name aeg-jaxrs --expose 5001 --link aegd:aeg --link aeg-ipfs:ipfs --memory=100m --memory-swap=2g aegeus/aegeus-jaxrs
AegeusBlockchain: http://aeg:*******@172.17.0.2:51473
Error executing command
wf.bitcoin.javabitcoindrpcclient.BitcoinRPCException: RPC Query Failed (method: getnetworkinfo, params: [])
    at wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient.query(BitcoinJSONRPCClient.java:248)
    at wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient.getNetworkInfo(BitcoinJSONRPCClient.java:1070)
    at io.aegeus.jaxrs.AegeusApplication.serverStart(AegeusApplication.java:77)
    at io.aegeus.jaxrs.AegeusApplication.process(AegeusApplication.java:183)
    at io.aegeus.jaxrs.AegeusApplication.mainInternal(AegeusApplication.java:173)
    at io.aegeus.jaxrs.AegeusApplication.main(AegeusApplication.java:66)
Caused by: java.io.IOException: Error writing to server
    at sun.net.www.protocol.http.HttpURLConnection.writeRequests(HttpURLConnection.java:699)
    at sun.net.www.protocol.http.HttpURLConnection.writeRequests(HttpURLConnection.java:711)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1585)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492)
    at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
    at wf.bitcoin.javabitcoindrpcclient.BitcoinJSONRPCClient.query(BitcoinJSONRPCClient.java:237)
    ... 5 more