-
Notifications
You must be signed in to change notification settings - Fork 7
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
Dime crashes after calendar import #44
Comments
Hence, I have 8 core and Java took 741% ... |
It would be useful to see the output from DiMe itself (in the terminal). Either before it started eating CPU or when it crashes afterwards. Another thing that would be useful is having a copy of your database, but of course this would also contain all of your collected data so I understand if you don't want to share that. If you are OK with sharing it, we should discuss how to copy it. (Don't copy it here in github.) |
Dime terminal splits something like this at the moment when I try to access it. 2016-02-12 08:08:42.073 INFO 68283 --- [nio-8080-exec-9] fi.hiit.dime.ApiController : Received ping from 0:0:0:0:0:0:0:1 org.h2.jdbc.JdbcSQLException: Column "EVENT0_.IS_SUMMARY" not found; SQL statement: 2016-02-12 08:09:42.071 INFO 68283 --- [nio-8080-exec-6] fi.hiit.dime.ApiController : Received ping from 0:0:0:0:0:0:0:1 |
Thanks! This part is interesting:
The field This command will tell what is the most recent version in your git repository:
This is issue is really hard to debug remotely... |
Thank you and sorry. The Dime I started was accidentally an old one I used. Now the new one is working ok. Still trying to repeat the overheating thing. Hence, no error anymore. |
No problem, I suppose DiMe should check that the database schema version is incorrect and give a better error message. I now made that a separate issue #45. Let's keep the current issue open anyway, to track down the high-CPU problem. If you see the high-CPU thing again, please see if there is some suspicious output in the DiMe terminal. (You can then kill DiMe by pressing Ctrl-C). |
First I updated Dime and Desktop tracker.
Then I ran it few of my calendars.
It worked sort of ok (at least some calendar entries were recorded)
Then my computer started heating heavy and Java took much CPU and memory.
Then I quit Dime and tried restarting, but got then white label error.
The text was updated successfully, but these errors were encountered: