-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to install this project? #273
Comments
There is some info at #232 |
Thank you @mcekovic ! It's a little confuse to me, But I think I can try to get start! |
Hello, @mcekovic,I nearly install full, But I got this error below: BUILD SUCCESSFUL in 49s F:\tcb\tennis-crystal-ball\data-load\build\distributions\data-load-1.0-SNAPSHOT\bin>data-load.bat -lt -Dtcb.db.connections=15 -Dtcb.data.base-dir= |
You need to specify the location of the Jeff's tennis data repository (that you cloned from GitHub) in JVM system property -Dtcb.data.base-dir=C:\LocationOfTennisDataRepo (seems you left it blank?) |
I am not sure, I try to use full path, but still report this error. F:\tcb\tennis-crystal-ball\data-load\build\distributions\data-load-1.0-SNAPSHOT\bin>data-load.bat -lt -Dtcb.db.connections=15 |
Now seems directory is set, but seems you edited built data-load.bat file. Instead, it is probably better to keep it as it is, and specify JVM parameter overrides in the command line itself. |
I edit build.gradle in data-load directory: applicationDefaultJvmArgs = [ I also try to add this parameter to command line, It's still have problem. So I try: F:\tcb\tennis-crystal-ball\data-load\build\distributions\data-load-1.0-SNAPSHOT\bin>data-load.bat -lt -Dtcb.db.connections=15 -Dtcb.data.base-dir=F:\tcb\tennis_atp What dose this error mean? |
@mcekovic any soulstion? |
@mcekovic , I have a solustion in linux, database was installed, what could I do next? I want to run up the web server, any more info? |
@mcekovic , I get run this, I can see this web in my host, why I can't see players? rankings table also are empty? |
It's Ok now, Thank you! |
I'm having the exact same issue on MacOS, could you explain how you fixed it? Thanks |
Please pull the latest changes and please see the updated instructions at #232 (basically system properties are replaced with command line arguments) |
Actually there were a couple of issues installing which I have now managed to resolve Firstly the Secondly I had to modify
Thirdly there were separate data cleaning issues with the Jeff Sackman repo's |
Thanks for reporting this issue. Date format is now fixed (regression from couple of months before). |
I use comand gradlew.bat, It seem success, but I can't find jar file in build path. I don't How to install and run this project. Can you give a guide?
The text was updated successfully, but these errors were encountered: