Quantcast
Channel: Pentaho Community Forums - BI Platform
Viewing all articles
Browse latest Browse all 2893

Running Pentaho as a service

$
0
0
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:
Code:

<bean id="quartzSystemListener" class="org.pentaho.platform.scheduler2.quartz.EmbeddedQuartzSystemListener" />
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?

Viewing all articles
Browse latest Browse all 2893

Trending Articles