Open GoogleCodeExporter opened 9 years ago
I tried a reboot of the entire computer and then restarted the program, same
issue.
I placed the root password for the MYSQL - but am not sure about the user name-
perhaps I have set-up the SQL initiation wrong- I know i have the databases
set-up
right though
Original comment by lydonsac...@gmail.com
on 5 May 2007 at 1:43
Is there anything else in your log file? I fixed the problem which resulted in
the
errors you're seeing, but this shouldn't be causing anything more than an
irritation.
It shouldn't prevent saving your properties file.
First, can you attach the ats.properties file? It should be in the TrueTrade
directory if you're running the build image, or in your eclipse program
directory if
you're running it from source.
Next, try pasting this into your ats.properties file:
-----------
#Wed May 02 14:34:05 PDT 2007
commission.perorder=true
interactivebrokers.port=7499
database.url=jdbc\:mysql\://localhost/ats?enable-named-pipe&socketFactory\=com.m
ysql.jdbc.NamedPipeSocketFactory
slippage.tick.value=1.0
slippage.tick=true
database.use_default=false
interactivebrokers.client_id=19
database.jdbc_provider=com.mysql.jdbc.Driver
commission.perorder.value=4.25
commission.pershare=false
slippage.percent=false
interactivebrokers.host=127.0.0.1
--------
Finally, I made changes to the com.ats.model project and the com.ats.client
project.
Can you synch with the repository and get any changes then run again? It should
eliminate the problem with the logs and it will use MySQL by default instead of
Derby, so if you have MySQL setup, it should work without error.
Let me know.
Original comment by tyrotra...@gmail.com
on 5 May 2007 at 5:11
Original issue reported on code.google.com by
tyrotra...@gmail.com
on 4 May 2007 at 2:06