Hi,
I installed BI server 5.1.0.0-752 on a Windows Server 2012 machine.
I had to install jdk 7u67 and point JAVA_HOME to it.
There was already a server using port 9001 so for the hsqldb listener in the BI server I configured another port in web.xml and changed corresponding configuration.
Then, when I start pentaho using the start-pentaho.bat script, the following is logged and nothing more happens. The server is not responding on localhost:8080:
Can anybody tell what's wrong?
Thanks,
Paul
I installed BI server 5.1.0.0-752 on a Windows Server 2012 machine.
I had to install jdk 7u67 and point JAVA_HOME to it.
There was already a server using port 9001 so for the hsqldb listener in the BI server I configured another port in web.xml and changed corresponding configuration.
Then, when I start pentaho using the start-pentaho.bat script, the following is logged and nothing more happens. The server is not responding on localhost:8080:
Code:
sep 29, 2014 2:01:40 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jre7\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files\Java\jre7\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;.
sep 29, 2014 2:01:41 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
sep 29, 2014 2:01:41 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1006 ms
sep 29, 2014 2:01:41 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
sep 29, 2014 2:01:41 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.39
sep 29, 2014 2:01:41 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor pentaho.xml
sep 29, 2014 2:01:53 PM org.eclipse.gemini.blueprint.extender.internal.boot.ChainActivator <init>
INFO: Blueprint API detected; enabling Blueprint Container functionality
sep 29, 2014 2:01:53 PM org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener start
INFO: Starting [org.eclipse.gemini.blueprint.extender] bundle v.[1.0.2.RELEASE]
sep 29, 2014 2:01:53 PM org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration <init>
INFO: No custom extender configuration detected; using defaults...
sep 29, 2014 2:01:53 PM org.springframework.scheduling.timer.TimerTaskExecutor afterPropertiesSet
INFO: Initializing Timer
sep 29, 2014 2:01:53 PM org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener start
INFO: Starting [org.eclipse.gemini.blueprint.extender] bundle v.[1.0.2.RELEASE]
sep 29, 2014 2:01:53 PM org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration <init>
INFO: No custom extender configuration detected; using defaults...
sep 29, 2014 2:01:53 PM org.springframework.scheduling.timer.TimerTaskExecutor afterPropertiesSet
INFO: Initializing Timer
Thanks,
Paul