Hi everyone,
Whenever I try the above upgrade, it fails. I have attached the logs. Our environment is JDK 11, Ubuntu 20.04, PostgreSQL 14
Logs.docx (22.0 KB)
1 Like
Hi @stebu
Welcome back to the community.
Other members have faced an issue updating the instance and found the following post helpful:
Would you please test and let us know if it worked for you as well?
Thanks!
not sure itβs the same issue I had
the interesting bit in the logs you shared
Aug 16 14:06:40 training tomcat9[305]: * ERROR 2023-08-16T14:06:40,516
java.lang.RuntimeException: com.fasterxml.jackson.databind.exc.InvalidTypeIdException:
Could not resolve type id
'org.hisp.dhis.scheduling.parameters.jackson.AnalyticsJobParametersDeserializer$CustomJobParameters'
as a subtype of `org.hisp.dhis.scheduling.JobParameters`: no such class found`
are you sure your db was running that version before ?
as a workaround you can try to delete the scheduled analytics job (donβt know the table name)
1 Like