-
Notifications
You must be signed in to change notification settings - Fork 45
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
CollectionExists always return false #24
Comments
I found that I am getting this error:
|
What I found is that "User" has a model "Game", wich has a field valid, wich was missing the setter method. |
@mataide do you maybe have 2 different issues being reported here. About your 2nd update jsondb uses the lock files to ensure a automic update is done to the db files. For this reason it needs to be able to create the lock folder and lock files under it. Can you check the permissions and confirm that the account used to run Jsondb has appropriate permissions under /Users/marcus/Documents/Workspace/proak-desktop/eMasters/Temp/db |
@FarooqKhan, what happened was that I was looking for the So, I think that should improve the error log and its done. Thanks |
The following object always return false for the method
collectionExists
:The text was updated successfully, but these errors were encountered: