archi-contribs / database-plugin

Database export/import plugin that store models in a central database repository
Other
81 stars 23 forks source link

Null pointer exception on comparing model to DB #87

Closed startsevsa closed 4 years ago

startsevsa commented 4 years ago

ocurs when the shared elements is used in model.

error text: Failed to calculate the model's checksum. The transaction has been rolled back to leave the database in coherent state. ... NullPointerException

herve91 commented 4 years ago

Could you provide me with the end of the log file (the lines with the SQL request sent to the database and the exception raised) ?

herve91 commented 4 years ago

closed as no information has been provided to investigate