docker-ib-gateway icon indicating copy to clipboard operation
docker-ib-gateway copied to clipboard

log4j link broken

Open iamthebot opened this issue 8 years ago • 6 comments

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

iamthebot avatar Sep 15 '16 13:09 iamthebot

Looking into this. Thanks for reporting

clifton avatar Sep 20 '16 20:09 clifton

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 avatar Sep 20 '16 20:09 clifton

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

clifton avatar Oct 03 '16 14:10 clifton

@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.

iamthebot avatar Oct 03 '16 14:10 iamthebot

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

clifton avatar Oct 03 '16 14:10 clifton

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

buzzcloudau avatar Oct 03 '16 14:10 buzzcloudau