Installation trouble on Mac arm64 #180
-
Hello, I followed installation guidelines for Mac users provided on UniTime website, however I got the following error once I log in : Cannot invoke "org.unitime.commons.hibernate.util.HibernateContext.getSessionFactory()" because "org.unitime.commons.hibernate.util.HibernateUtil.sContext" is null At startup, UniTime login page displays following errors : UniTime 4.8.159 failed to start up properly, please check the application log for more details. ServiceException: Unable to create requested service [org.hibernate.cache.spi.CacheImplementor] due to: HHH025009: Unable to start region factory (at AbstractServiceRegistryImpl.java:276) Do you have any hints on what's wrong ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Are you using Java 23? There appears to be an issue with one of our dependencies. There are two possible solutions:
|
Beta Was this translation helpful? Give feedback.
Are you using Java 23? There appears to be an issue with one of our dependencies. There are two possible solutions:
-Djava.security.manager=allow
, e.g., by adding it to the JAVA_OPTS variable before running the Tomcat:export JAVA_OPTS="${JAVA_OPTS} -Xmx2g -Djava.awt.headless=true -Djava.security.manager=allow"