-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wilma does not work with Java 1.8 #3
Comments
Based on this: http://stackoverflow.com/questions/26324084/java-1-8u20-fails-to-start-with-spring-boot-and-groovy-2-3-7, seems a bug in used java jdk version - this will be checked soon. On the other hand need to check if jetty (jasper /spring framework) and ActiveMQ has proper support for 1.8, too. |
Need to check if upgrade to
|
…, and prepared for test with java 1.8
based on this, another upgrade (for saxon) is necessary: https://saxonica.plan.io/issues/1944 |
#3 upgrading libs to make Wilma Java1.8 compatible
V1.1.24 works with Java 1.8 properly, issue closed |
Wilma cannot start when running it with (jre) java 1.8 (while it works fine with 1.7).
Exception from the logs:
14:23:18.823 [main] ERROR c.e.w.e.bootstrap.WilmaBootstrap - Wilma cannot be started.
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'configurationInitializer': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.epam.wilma.engine.properties.PropertyLoader
....
Probably upgrading the 3rd party libs would be necessary, but right now only Java 1.7 is supported.
Also tried running Wilma 0.6 with java 1.8 . It didn't work either.
Had a similar autowire/bean creation error message.
The text was updated successfully, but these errors were encountered: