[RESOLVED] Error on a program using java
Hi.
I'll put it here as there is no development issue but probably upgrade issue.
I have installed java 11.0.11 for an app that needs it.
Worked fine with windows11 2h3 , after the update to 2h4 it stopped and namely a windows service that is using java just starts and stops.
I've seen on the log this:
"org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]"
I have no clue on Java and also no hands on the code so is there is something to be done. Again the app was working fine. I have removed everything app and java wise and re installed everything but still no go.
Re: Error on a program using java
Nevermind, I had to comment a few lines on the configuration files and it's fixed.