dhis2-users team mailing list archive
-
dhis2-users team
-
Mailing list archive
-
Message #13709
Re: Database version - how to tell
An update on this, it turns out the encryption.password setting in the hibernate.properties file was overwritten with an incorrect value. Fortunately someone on the team recalled what it was previously as the file had not been backed up along with the database. That accounts for the org.jasypt.exceptions. EncryptionOperationNotPossibleException error. I am now able to get the system up and access the UI. Lesson, always backup hibernate.properties along with the database!
I am still getting some errors and warnings, they may be benign, but if anyone has insight into them, I would appreciate it greatly, particularly the errors:
* WARN 2017-07-16 19:05:27,445 [127.0.0.1]:5701 [dev] [3.2.1] No join method is enabled! Starting standalone. (HazelcastInstanceImpl.java [localhost-startStop-1])
* ERROR 2017-07-16 19:05:45,648 HHH000388: Unsuccessful: alter table programstage add constraint fk_programstage_dataentryform foreign key (dataentryformid) references dataentryform (SchemaUpdate.java [localhost-startStop-1])
* ERROR 2017-07-16 19:05:45,649 ERROR: constraint "fk_programstage_dataentryform" for relation "programstage" already exists (SchemaUpdate.java [localhost-startStop-1])
* WARN 2017-07-16 19:06:37,114 RP discovery / realm validation disabled; (RealmVerifier.java [localhost-startStop-1])
* WARN 2017-07-16 19:07:16,113 Did not find any ViewResolvers to delegate to; please configure them using the 'viewResolvers' property on the ContentNegotiatingViewResolver (ContentNegotiatingViewResolver.java [localhost-startStop-1])
* WARN 2017-07-16 19:07:26,335 Did not find any ViewResolvers to delegate to; please configure them using the 'viewResolvers' property on the ContentNegotiatingViewResolver (ContentNegotiatingViewResolver.java [localhost-startStop-1])
* WARN 2017-07-16 19:07:29,027 Ignoring action package with no actions: struts-default (DefaultModuleManager.java [http-bio-8080-exec-7])
* WARN 2017-07-16 19:07:29,028 Ignoring action package with no actions: spring-default (DefaultModuleManager.java [http-bio-8080-exec-7])
* WARN 2017-07-16 19:07:29,028 Ignoring action package with no actions: dhis-web-commons (DefaultModuleManager.java [http-bio-8080-exec-7])
* WARN 2017-07-16 19:07:29,030 Ignoring action package with no actions: dhis-web-ohie (DefaultModuleManager.java [http-bio-8080-exec-7])
* WARN 2017-07-16 19:07:29,030 Ignoring action package with no actions: dhis-web-portal (DefaultModuleManager.java [http-bio-8080-exec-7])
Cheers,
Ed
Follow ups
References