mysql - confluence install cause 500 exception HibernateException -
i use confluence , mysql make personal wiki. have in 500 exception hibernateexception
.
the log of confluence:
caused by: com.atlassian.confluence.tenant.vacantexception: confluence vacant, call tenanted [public abstract net.sf.hibernate.session net.sf.hibernate.sessionfactory.opensession() throws net.sf.hibernate.hibernateexception] not allowed. @ com.atlassian.confluence.tenant.tenantgate$1.lambda$create$306(tenantgate.java:45) @ org.springframework.aop.framework.reflectivemethodinvocation.proceed(reflectivemethodinvocation.java:171)
what have done:
- confirm mysql connecter work correct. details in test mysql connerctor.
- reinstall serveral times, error appears too.
- google problem , find it, no anwse. see opensession() throws net.sf.hibernate.hibernateexception
any helps welcome!
download latest mysql-connector jar file , place under /confluence/web-inf/lib/ other libraries. stop , restart confluence instance.
i had exact same exception opensession() failed, upgraded confluence instance 5.1.3 5.10 got exception, after use mysql-connector-java-5.1.40-bin.jar, worked.
Comments
Post a Comment