1) The image captcha on the forums is broken, preventing registration.
2) The hypervisor for our EasyRec VM crashed, and now I'm getting a NullPointerException.
The full error is:
[ERROR][http-8080-1] web.servlet.DispatcherServlet - Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pluginScheduler' defined in class path resource [spring/web/easyrecContext.xml]: Invocation of init method failed; nested exception is java.lang.NullPointerException
I've checked the MySQL tables, and none are crashed. I've also tried restarting Tomcat, with no effect. I have very little experience with Java and Tomcat, so apologies for the lack of debug info.
Any thoughts?
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry for the late response.
1) I'm not sure which forum you are refering to? The old phpBB does not work anymore so we use this forum here. If there's an issue with the captcha that's bad but I guess it is a sourceforge issue.
2) Your log shows that somehow a malformed Date String made it into your tenant configuration in you database. You can use a database tool to edit the field "tenantconfig" in the "tenant" table. The value for "AUTO_RULEMINER.executionTime" seems to be set to "1600" now. The right format should be "16:00".
Greetings Stephan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
1) The image captcha on the forums is broken, preventing registration.
2) The hypervisor for our EasyRec VM crashed, and now I'm getting a NullPointerException.
The full error is:
[ERROR] [http-8080-1] web.servlet.DispatcherServlet - Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pluginScheduler' defined in class path resource [spring/web/easyrecContext.xml]: Invocation of init method failed; nested exception is java.lang.NullPointerException
Log: http://pastebin.com/4LzkeiiS
Screenshot: http://prntscr.com/6fgotd
I've checked the MySQL tables, and none are crashed. I've also tried restarting Tomcat, with no effect. I have very little experience with Java and Tomcat, so apologies for the lack of debug info.
Any thoughts?
Thanks!
Hi Curtis!
Sorry for the late response.
1) I'm not sure which forum you are refering to? The old phpBB does not work anymore so we use this forum here. If there's an issue with the captcha that's bad but I guess it is a sourceforge issue.
2) Your log shows that somehow a malformed Date String made it into your tenant configuration in you database. You can use a database tool to edit the field "tenantconfig" in the "tenant" table. The value for "AUTO_RULEMINER.executionTime" seems to be set to "1600" now. The right format should be "16:00".
Greetings Stephan