-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update quartz from 1.6.0 to 2.x #379
Comments
From [email protected] on October 31, 2013 10:59:17 Does TomEE contain quartz already? Status: NeedInfo |
From [email protected] on November 04, 2013 12:47:04 Yes there is quartz-2.1.6.jar |
From [email protected] on November 05, 2013 14:05:55 PSI Probe also contains quartz, so they are conflicting. Try removing the quartz jar from PSI Probe and see if that works. |
From [email protected] on November 10, 2013 12:48:31 Hello. 36 more Caused by: In the lib tomcat's directory i've got quartz-2.1.6.jar with the |
From [email protected] on November 20, 2013 13:23:05 Probe uses quartz 1.6.0. We have to update quartz for it to work. I can't promise we will support TomEE. There are a lot of variants of Tomcat and we can't support them all. However, we'll try to get this resolved. Summary: Update quartz from 1.6.0 to 2.x (was: Use Probe on TomEE 1.5.1) |
From [email protected] on January 28, 2014 07:26:30 @dad.depoortere: see issue 396 . I'm going to try. |
From [email protected] on April 11, 2014 16:34:35 Labels: Stacktrace |
Upgrade to newest quartz is stopped by current spring version. If we want to upgrade quartz to 2.x line we need upgrade spring libraries to 3.2.x or 4.1.x line |
It would be great to have the Spring dependencies updated to 3.x and to get 2014-09-10 21:24 GMT+02:00 Piotr Boryczko [email protected]:
|
From [email protected] on October 30, 2013 17:59:01
What steps will reproduce the problem? 1.login to Probe
2.enter login/password admin 3. What is the expected result? Access to Probe What happens instead? Application encountered an unexpected error :javax.servlet.ServletException: "Servlet.init()"
ERROR com.googlecode.psiprobe.ProbeServlet - Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'handlerMapping' defined in ServletContext resource [/WEB-INF/spring-probe-servlet.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.scheduling.quartz.CronTriggerBean] for bean with name 'connectorStatsTrigger' defined in ServletContext resource [/WEB-INF/spring-probe-stats.xml]: problem with class file or dependent class; nested exception is java.lang.IncompatibleClassChangeError: class org.springframework.scheduling.quartz.CronTriggerBean has interface org.quartz.CronTrigger as super class What version of Probe are you using? 2.3.3 What environment (browser version, Tomcat version, JVM version, server OS)? Windows 7 64bits, TomEE 1.5.1 (Tomcat 7.0.34), JDK 1.7.0_11-b21, FireFox 23/IE 8. Please provide any additional information below. (Attach logs or stack traces as files instead of pasting the contents here.)
Attachment: probe.log
Original issue: http://code.google.com/p/psi-probe/issues/detail?id=379
The text was updated successfully, but these errors were encountered: