clifton / docker-ib-gateway

Docker container that launches the Interactive Brokers Gateway GUI inside of an X virtual frame buffer.
38 stars 21 forks source link

log4j link broken #4

Open iamthebot opened 8 years ago

iamthebot commented 8 years ago

Build fails due to wget not being able to pull log4j. Not sure how to find what version we should be using now?

clifton commented 8 years ago

Looking into this. Thanks for reporting

clifton commented 8 years ago

Tried using a generally available version of log4j but there appears to be an issue with the jars used from ib's site. I'll look into it further when I have time.

clifton commented 8 years ago

Hmm, seems like the jars referenced in #3 aren't working any longer. @buzzcloudau, are you still using this container? If so, any chance you could update this?

In the meantime, you could try using the latest working build off of docker hub or try @castedo's alternative, brokertron

iamthebot commented 8 years ago

@clifton I'm not really using this container either (just needed it for FIX certification, we connect with a more direct method in production). Brokertron works for the TWS API but didn't work with FIX for whatever reason. Will leave this issue open in case anybody comes up with a way to pull the correct links.

clifton commented 8 years ago

Ah, okay. I'll circle back and fix this next time I need to pull from TWS programmatically.

buzzcloudau commented 8 years ago

Sorry, I moved on to installing the IB Gateway directly on the server. Im not using any Docker instances any more.

If it helps, this is my setup script for installing two instances of IB and IB Controller (main account and a paper account.)

It is mostly based on this project and the IB Controller help guide.

install_ibc.txt