aido / AidoATP

Reference Implementation of IsisATP from the Open Payments Alliance
GNU General Public License v3.0
39 stars 25 forks source link

ERROR: Caught unexpected exception, shutting down MtGox trend following trading agent now! #10

Closed gerddasboot closed 11 years ago

gerddasboot commented 11 years ago

2013-05-15 20:25:21,501 : ERROR: Caught unexpected exception, shutting down MtGox trend following trading agent now!. Details are listed below. si.mazi.rescu.HttpException: Status code 502; first body line: <!DOCTYPE HTML> at si.mazi.rescu.HttpTemplate.checkHttpStatusCode(HttpTemplate.java:217) at si.mazi.rescu.HttpTemplate.executeRequest(HttpTemplate.java:182) at si.mazi.rescu.HttpTemplate.executeRequest(HttpTemplate.java:93) at si.mazi.rescu.RestInvocationHandler.invokeHttp(RestInvocationHandler.java:59) at si.mazi.rescu.RestInvocationHandler.invoke(RestInvocationHandler.java:54) at com.sun.proxy.$Proxy9.getAccountInfo(Unknown Source) at com.xeiam.xchange.mtgox.v1.service.account.MtGoxPollingAccountService.getAccountInfo(MtGoxPollingAccountService.java:75) at org.aido.atp.AccountManager.refreshAccounts(AccountManager.java:121) at org.aido.atp.AccountManager.getBalance(AccountManager.java:105) at org.aido.atp.TrendTradingAgent.evalBid(TrendTradingAgent.java:480) at org.aido.atp.TrendTradingAgent.run(TrendTradingAgent.java:346) at java.lang.Thread.run(Thread.java:722)

aido commented 11 years ago

This would seem to be a HTTP 502 Bad Gateway error. The 502 Bad Gateway error is usually a network error between servers on the Internet, meaning the problem is not with AidoATP, your PC or Internet connection.

I would wager that MtGox was under a DDOS attack at the time.

gerddasboot commented 11 years ago

I am sorry this was the time when you got an 502 on mtgox ;)