I am working with Pentaho 5.3.0.0-213 release and I am trying to have it run as a service upon startup of Windows. I am encountering a few issues with this. When I try to run tomcat I get this error:
The following errors were detected
One or more system listeners failed. These are set in the systemListeners.xml.
org.pentaho.platform.api.engine.PentahoSystemException: PentahoSystem.ERROR_0014 - Error while trying to execute startup sequence for org.pentaho.platform.scheduler2.quartz.EmbeddedQuartzSystemListener
One of the solutions that I found to this problem was to comment out the line in systemListeners.xml:
That allowed me to bypass this error and get into the log in screen, however when I login, I get a blank blue screen... Is there any suggestions?
The following errors were detected
One or more system listeners failed. These are set in the systemListeners.xml.
org.pentaho.platform.api.engine.PentahoSystemException: PentahoSystem.ERROR_0014 - Error while trying to execute startup sequence for org.pentaho.platform.scheduler2.quartz.EmbeddedQuartzSystemListener
One of the solutions that I found to this problem was to comment out the line in systemListeners.xml:
Code:
<bean id="quartzSystemListener" class="org.pentaho.platform.scheduler2.quartz.EmbeddedQuartzSystemListener" />