<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hello everyone,</div><div><br></div><div>i am trying to update an existing midpoint instance 3.7.2 with mariaDB to 3.8.</div><div><br></div><div>My installation path is: /opt/idm/midpoint-3.7.2/ <br></div><div>And my MIDPOINT_HOME is: /opt/idm/midpoint-3.7.2/var</div><div>Java 1.8.0.191 is installed</div><div><br></div><div>config.xml looks like:</div><div>        <repository><br>            <repositoryServiceFactoryClass>com.evolveum.midpoint.repo.sql.SqlRepositoryFactory</repositoryServiceFactoryClass><br>            <database>mariadb</database><br>            <jdbcUsername>midpoint</jdbcUsername><br>            <jdbcPassword>PASSWORD</jdbcPassword><br>            <jdbcUrl>jdbc:mariadb://HOST:3306/midpoint?characterEncoding=utf8</jdbcUrl><br>        </repository><br></div><div><br></div><div>Command: /opt/idm/midpoint/bin/ninja.sh -v count</div><div>(Like said in the upgrade documentation step 1.c)</div><div><br></div><div>The Error says:</div><div>2018-11-13 14:58:09,518 [main] INFO  (SYSOUT): Initializing repository using midpoint home<br>Unexpected exception occurred (class org.springframework.beans.factory.UnsatisfiedDependencyException), reason: Error creating bean with name 'repositoryService': Unsatisfied dependency expressed through field 'sequenceHelper'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sequenceHelper': Unsatisfied dependency expressed through field 'objectUpdater'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'objectUpdater': Unsatisfied dependency expressed through field 'closureManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orgClosureManager': Invocation of init method failed; nested exception is org.hibernate.TransactionException: Transaction not successfully started<br>Exception stack trace:<br>org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'repositoryService': Unsatisfied dependency expressed through field 'sequenceHelper'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sequenceHelper': Unsatisfied dependency expressed through field 'objectUpdater'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'objectUpdater': Unsatisfied dependency expressed through field 'closureManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orgClosureManager': Invocation of init method failed; nested exception is org.hibernate.TransactionException: Transaction not successfully started<br>...</div><div>...</div><div>...</div><div>Caused by: org.hibernate.TransactionException: Transaction not successfully started<br>        at org.hibernate.engine.transaction.spi.AbstractTransactionImpl.rollback(AbstractTransactionImpl.java:202)<br>...</div><div><br></div><div>
I enabled the sql query log. But there is not one SQL which is getting executed.

</div><div>Has someone managed to upgrade from 3.7.2 with mariaDB? Or had someone the same problem?</div><div><br></div><div>Kind Regards</div><div>Nico Pätzelt<br></div><div><br></div></div></div></div></div></div></div></div>