-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Errors when trying to setup with given commands in Readme #10
Comments
Yes, they should be working.
Looks like the server cannot parse |
Hi, thanks for the quick reply! checked the encoding using
Regarding the contents of it, I did not change anything of it. It's the same that is in the release's zip archive. |
I tried to reproduce this with the following steps:
This all works fine. Could you give me the steps you're doing to reproduce this? |
OK, I'm doing it right now:
after that a lot of errors are appearing, starting with: I will try now different encodings (other than UTF-8) as described here: https://stackoverflow.com/questions/26268132/all-inclusive-charset-to-avoid-java-nio-charset-malformedinputexception-input |
OK no idea where I should continue. I'm unwilling to just randomly try other file encoding. Maybe anything of my VPS setup (Java, etc) is different or incompatible? Let me know if you have any other ideas. |
On your Unix machine, could you please run the following code:
It starts the server with an In memory databse. It's useless for production, but it should help us narrow down what's wrong with |
For me it fixed running it with |
I uploaded everything to my webserver, created a mariaDB database + installed Java (because my debian did not have it yet) but the setup does not work for me.
Are the commands in the Readme up to date?
I tried these
But already the first throws a lot of errors. I am not quite sure what to look for.
E.g.: One error marked red says "[error] application - Error when parsing accounting-config.yml: java.nio.charset.MalformedInputException: Input length = 1"
Really looking forward to you reply as I'm really interested in trying this tool :)
The text was updated successfully, but these errors were encountered: