BeelGroup / Docear-Desktop

Docear's desktop version (GPL)
296 stars 90 forks source link

Errors in Docear, if server is down #421

Closed Joeran closed 9 years ago

Joeran commented 10 years ago

it appears that currently, our database is down. Now, when i start Docear, 120 errors appear. I sent the logfiles by email.

stlanger commented 10 years ago

restarted database and currently looking what might have caused all the opened connections

stlanger commented 10 years ago

multiple errors:

1.

WARNING: ERROR: Could not load fileC:\Users\admin\Downloads\My_Library_broken.bib

the file seems to be corrupted: STDERR: java.lang.RuntimeException: Error in line 43: Expected = but received

This is no connection issue and you should receive it every time you try to load the file

2. it seems that part of the exception that happened on our server is copied into Docear's log, which should not happen. We should mask the exceptions in our web service and write them into a log file instead.

Joeran commented 9 years ago

closed, because I can't reproduce any more