So I was able to install Open Foris Calc locally on my Mac computer; but when i tried to start the software I get the following error on web browser:

on google chrome i get this error No webpage was found for the web address: http://127.0.0.1:8081/calc

while on safari and Firefox i get empty page.

Has anyone ever experienced the problem that I'm currently experience now or know the solution to my problem??

Thanks in advance.

My Log: Feb 22, 2017 12:08:18 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: /Users/peterngimbwa/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:. Feb 22, 2017 12:08:18 PM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:08:18 PM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:08:18 PM org.apache.catalina.startup.Catalina load INFO: Initialization processed in 1283 ms Feb 22, 2017 12:08:18 PM org.apache.catalina.core.StandardService startInternal INFO: Starting service Catalina Feb 22, 2017 12:08:18 PM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/7.0.47 Feb 22, 2017 12:08:19 PM org.apache.catalina.startup.HostConfig deployDescriptor INFO: Deploying configuration descriptor /opt/OpenForisCalc/calc-server/tomcat/conf/Catalina/localhost/calc.xml Feb 22, 2017 12:08:23 PM org.apache.catalina.core.StandardContext startInternal SEVERE: Error listenerStart Feb 22, 2017 12:08:23 PM org.apache.catalina.core.StandardContext startInternal SEVERE: Context [/calc] startup failed due to previous errors Feb 22, 2017 12:08:23 PM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc SEVERE: The web application [/calc] registered the JDBC driver [org.postgresql.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. Feb 22, 2017 12:08:23 PM org.apache.catalina.startup.HostConfig deployDirectory INFO: Deploying web application directory /opt/OpenForisCalc/calc-server/tomcat/webapps/host-manager Feb 22, 2017 12:08:23 PM org.apache.catalina.startup.HostConfig deployDirectory INFO: Deploying web application directory /opt/OpenForisCalc/calc-server/tomcat/webapps/manager Feb 22, 2017 12:08:23 PM org.apache.catalina.startup.HostConfig deployDirectory INFO: Deploying web application directory /opt/OpenForisCalc/calc-server/tomcat/webapps/saiku Feb 22, 2017 12:08:30 PM com.sun.jersey.api.core.PackagesResourceConfig init INFO: Scanning for root resource and provider classes in the packages: org.saiku.web Feb 22, 2017 12:08:30 PM com.sun.jersey.api.core.ScanningResourceConfig logClasses INFO: Root resource classes found: class org.saiku.web.rest.resources.SessionResource class org.saiku.web.rest.resources.QueryResource class org.saiku.web.rest.resources.ExporterResource class org.saiku.web.rest.resources.StatisticsResource class org.saiku.web.rest.resources.BasicRepositoryResource2 class org.saiku.web.rest.resources.OlapDiscoverResource class org.saiku.web.rest.resources.DataSourceResource class org.saiku.web.rest.resources.BasicRepositoryResource class org.saiku.web.rest.resources.BasicTagRepositoryResource Feb 22, 2017 12:08:30 PM com.sun.jersey.api.core.ScanningResourceConfig init INFO: No provider classes found. Feb 22, 2017 12:08:30 PM org.codehaus.enunciate.modules.jersey.EnunciateJerseyServletContainer configure INFO: org.codehaus.enunciate.modules.amf.JAXRSProvider not found. Feb 22, 2017 12:08:30 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, datasourceResourceBean, of type org.saiku.web.rest.resources.DataSourceResource as a root resource class Feb 22, 2017 12:08:30 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, olapDiscoverBean, of type org.saiku.web.rest.resources.OlapDiscoverResource as a root resource class Feb 22, 2017 12:08:30 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, queryResource, of type org.saiku.web.rest.resources.QueryResource as a root resource class Feb 22, 2017 12:08:30 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, sessionResource, of type org.saiku.web.rest.resources.SessionResource as a root resource class Feb 22, 2017 12:08:30 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, repositoryBean, of type org.saiku.web.rest.resources.BasicRepositoryResource as a root resource class Feb 22, 2017 12:08:30 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, repository2bean, of type org.saiku.web.rest.resources.BasicRepositoryResource2 as a root resource class Feb 22, 2017 12:08:30 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, tagRepositoryBean, of type org.saiku.web.rest.resources.BasicTagRepositoryResource as a root resource class Feb 22, 2017 12:08:30 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, exporterBean, of type org.saiku.web.rest.resources.ExporterResource as a root resource class Feb 22, 2017 12:08:30 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, statsBean, of type org.saiku.web.rest.resources.StatisticsResource as a root resource class Feb 22, 2017 12:08:30 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate INFO: Initiating Jersey application, version 'Jersey: 1.11 12/09/2011 10:27 AM' Feb 22, 2017 12:08:31 PM org.apache.catalina.startup.HostConfig deployDirectory INFO: Deploying web application directory /opt/OpenForisCalc/calc-server/tomcat/webapps/saiku-ui Feb 22, 2017 12:08:31 PM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:08:31 PM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:08:31 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 12721 ms Feb 22, 2017 12:11:34 PM org.apache.catalina.core.StandardServer await INFO: A valid shutdown command was received via the shutdown port. Stopping the Server instance. Feb 22, 2017 12:11:34 PM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:11:34 PM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:11:34 PM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service Catalina Feb 22, 2017 12:11:34 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads SEVERE: The web application [/saiku] appears to have started a thread named [org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread] but has failed to stop it. This is very likely to create a memory leak. Feb 22, 2017 12:11:34 PM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:11:39 PM org.apache.tomcat.util.net.AbstractEndpoint shutdownExecutor WARNING: The executor associated with thread pool [http-bio-8081] has not fully shutdown. Some application threads may still be running. Feb 22, 2017 12:11:39 PM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:11:39 PM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:11:39 PM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:11:41 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: /Users/peterngimbwa/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:. Feb 22, 2017 12:11:42 PM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:11:42 PM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:11:42 PM org.apache.catalina.startup.Catalina load INFO: Initialization processed in 594 ms Feb 22, 2017 12:11:42 PM org.apache.catalina.core.StandardService startInternal INFO: Starting service Catalina Feb 22, 2017 12:11:42 PM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/7.0.47 Feb 22, 2017 12:11:42 PM org.apache.catalina.startup.HostConfig deployDescriptor INFO: Deploying configuration descriptor /opt/OpenForisCalc/calc-server/tomcat/conf/Catalina/localhost/calc.xml Feb 22, 2017 12:11:46 PM org.apache.catalina.core.StandardContext startInternal SEVERE: Error listenerStart Feb 22, 2017 12:11:46 PM org.apache.catalina.core.StandardContext startInternal SEVERE: Context [/calc] startup failed due to previous errors Feb 22, 2017 12:11:46 PM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc SEVERE: The web application [/calc] registered the JDBC driver [org.postgresql.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. Feb 22, 2017 12:11:46 PM org.apache.catalina.startup.HostConfig deployDirectory INFO: Deploying web application directory /opt/OpenForisCalc/calc-server/tomcat/webapps/host-manager Feb 22, 2017 12:11:46 PM org.apache.catalina.startup.HostConfig deployDirectory INFO: Deploying web application directory /opt/OpenForisCalc/calc-server/tomcat/webapps/manager Feb 22, 2017 12:11:46 PM org.apache.catalina.startup.HostConfig deployDirectory INFO: Deploying web application directory /opt/OpenForisCalc/calc-server/tomcat/webapps/saiku Feb 22, 2017 12:11:55 PM com.sun.jersey.api.core.PackagesResourceConfig init INFO: Scanning for root resource and provider classes in the packages: org.saiku.web Feb 22, 2017 12:11:55 PM com.sun.jersey.api.core.ScanningResourceConfig logClasses INFO: Root resource classes found: class org.saiku.web.rest.resources.ExporterResource class org.saiku.web.rest.resources.StatisticsResource class org.saiku.web.rest.resources.QueryResource class org.saiku.web.rest.resources.DataSourceResource class org.saiku.web.rest.resources.BasicTagRepositoryResource class org.saiku.web.rest.resources.SessionResource class org.saiku.web.rest.resources.BasicRepositoryResource class org.saiku.web.rest.resources.OlapDiscoverResource class org.saiku.web.rest.resources.BasicRepositoryResource2 Feb 22, 2017 12:11:55 PM com.sun.jersey.api.core.ScanningResourceConfig init INFO: No provider classes found. Feb 22, 2017 12:11:55 PM org.codehaus.enunciate.modules.jersey.EnunciateJerseyServletContainer configure INFO: org.codehaus.enunciate.modules.amf.JAXRSProvider not found. Feb 22, 2017 12:11:55 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, datasourceResourceBean, of type org.saiku.web.rest.resources.DataSourceResource as a root resource class Feb 22, 2017 12:11:55 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, olapDiscoverBean, of type org.saiku.web.rest.resources.OlapDiscoverResource as a root resource class Feb 22, 2017 12:11:55 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, queryResource, of type org.saiku.web.rest.resources.QueryResource as a root resource class Feb 22, 2017 12:11:55 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, sessionResource, of type org.saiku.web.rest.resources.SessionResource as a root resource class Feb 22, 2017 12:11:55 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, repositoryBean, of type org.saiku.web.rest.resources.BasicRepositoryResource as a root resource class Feb 22, 2017 12:11:55 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, repository2bean, of type org.saiku.web.rest.resources.BasicRepositoryResource2 as a root resource class Feb 22, 2017 12:11:55 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, tagRepositoryBean, of type org.saiku.web.rest.resources.BasicTagRepositoryResource as a root resource class Feb 22, 2017 12:11:55 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, exporterBean, of type org.saiku.web.rest.resources.ExporterResource as a root resource class Feb 22, 2017 12:11:55 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, statsBean, of type org.saiku.web.rest.resources.StatisticsResource as a root resource class Feb 22, 2017 12:11:55 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate INFO: Initiating Jersey application, version 'Jersey: 1.11 12/09/2011 10:27 AM' Feb 22, 2017 12:11:56 PM org.apache.catalina.startup.HostConfig deployDirectory INFO: Deploying web application directory /opt/OpenForisCalc/calc-server/tomcat/webapps/saiku-ui Feb 22, 2017 12:11:56 PM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:11:56 PM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:11:56 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 14368 ms Feb 22, 2017 12:12:30 PM org.apache.catalina.core.StandardServer await INFO: A valid shutdown command was received via the shutdown port. Stopping the Server instance. Feb 22, 2017 12:12:30 PM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:12:30 PM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:12:30 PM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service Catalina Feb 22, 2017 12:12:30 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads SEVERE: The web application [/saiku] appears to have started a thread named [org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread] but has failed to stop it. This is very likely to create a memory leak. Feb 22, 2017 12:12:30 PM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:12:35 PM org.apache.tomcat.util.net.AbstractEndpoint shutdownExecutor WARNING: The executor associated with thread pool [http-bio-8081] has not fully shutdown. Some application threads may still be running. Feb 22, 2017 12:12:35 PM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:12:35 PM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:12:35 PM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:12:37 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: /Users/peterngimbwa/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:. Feb 22, 2017 12:12:37 PM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:12:37 PM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:12:37 PM org.apache.catalina.startup.Catalina load INFO: Initialization processed in 545 ms Feb 22, 2017 12:12:37 PM org.apache.catalina.core.StandardService startInternal INFO: Starting service Catalina Feb 22, 2017 12:12:37 PM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/7.0.47 Feb 22, 2017 12:12:37 PM org.apache.catalina.startup.HostConfig deployDescriptor INFO: Deploying configuration descriptor /opt/OpenForisCalc/calc-server/tomcat/conf/Catalina/localhost/calc.xml Feb 22, 2017 12:12:41 PM org.apache.catalina.core.StandardContext startInternal SEVERE: Error listenerStart Feb 22, 2017 12:12:41 PM org.apache.catalina.core.StandardContext startInternal SEVERE: Context [/calc] startup failed due to previous errors Feb 22, 2017 12:12:41 PM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc SEVERE: The web application [/calc] registered the JDBC driver [org.postgresql.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. Feb 22, 2017 12:12:41 PM org.apache.catalina.startup.HostConfig deployDirectory INFO: Deploying web application directory /opt/OpenForisCalc/calc-server/tomcat/webapps/host-manager Feb 22, 2017 12:12:41 PM org.apache.catalina.startup.HostConfig deployDirectory INFO: Deploying web application directory /opt/OpenForisCalc/calc-server/tomcat/webapps/manager Feb 22, 2017 12:12:41 PM org.apache.catalina.startup.HostConfig deployDirectory INFO: Deploying web application directory /opt/OpenForisCalc/calc-server/tomcat/webapps/saiku Feb 22, 2017 12:12:47 PM com.sun.jersey.api.core.PackagesResourceConfig init INFO: Scanning for root resource and provider classes in the packages: org.saiku.web Feb 22, 2017 12:12:47 PM com.sun.jersey.api.core.ScanningResourceConfig logClasses INFO: Root resource classes found: class org.saiku.web.rest.resources.DataSourceResource class org.saiku.web.rest.resources.SessionResource class org.saiku.web.rest.resources.QueryResource class org.saiku.web.rest.resources.StatisticsResource class org.saiku.web.rest.resources.ExporterResource class org.saiku.web.rest.resources.OlapDiscoverResource class org.saiku.web.rest.resources.BasicRepositoryResource class org.saiku.web.rest.resources.BasicRepositoryResource2 class org.saiku.web.rest.resources.BasicTagRepositoryResource Feb 22, 2017 12:12:47 PM com.sun.jersey.api.core.ScanningResourceConfig init INFO: No provider classes found. Feb 22, 2017 12:12:47 PM org.codehaus.enunciate.modules.jersey.EnunciateJerseyServletContainer configure INFO: org.codehaus.enunciate.modules.amf.JAXRSProvider not found. Feb 22, 2017 12:12:47 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, datasourceResourceBean, of type org.saiku.web.rest.resources.DataSourceResource as a root resource class Feb 22, 2017 12:12:47 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, olapDiscoverBean, of type org.saiku.web.rest.resources.OlapDiscoverResource as a root resource class Feb 22, 2017 12:12:47 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, queryResource, of type org.saiku.web.rest.resources.QueryResource as a root resource class Feb 22, 2017 12:12:47 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, sessionResource, of type org.saiku.web.rest.resources.SessionResource as a root resource class Feb 22, 2017 12:12:47 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, repositoryBean, of type org.saiku.web.rest.resources.BasicRepositoryResource as a root resource class Feb 22, 2017 12:12:47 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, repository2bean, of type org.saiku.web.rest.resources.BasicRepositoryResource2 as a root resource class Feb 22, 2017 12:12:47 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, tagRepositoryBean, of type org.saiku.web.rest.resources.BasicTagRepositoryResource as a root resource class Feb 22, 2017 12:12:47 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, exporterBean, of type org.saiku.web.rest.resources.ExporterResource as a root resource class Feb 22, 2017 12:12:47 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, statsBean, of type org.saiku.web.rest.resources.StatisticsResource as a root resource class Feb 22, 2017 12:12:47 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate INFO: Initiating Jersey application, version 'Jersey: 1.11 12/09/2011 10:27 AM' Feb 22, 2017 12:12:48 PM org.apache.catalina.startup.HostConfig deployDirectory INFO: Deploying web application directory /opt/OpenForisCalc/calc-server/tomcat/webapps/saiku-ui Feb 22, 2017 12:12:48 PM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:12:48 PM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:12:48 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 10322 ms Feb 22, 2017 12:14:51 PM org.apache.catalina.core.StandardServer await INFO: A valid shutdown command was received via the shutdown port. Stopping the Server instance. Feb 22, 2017 12:14:51 PM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:14:51 PM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:14:51 PM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service Catalina Feb 22, 2017 12:14:51 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads SEVERE: The web application [/saiku] appears to have started a thread named [org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread] but has failed to stop it. This is very likely to create a memory leak. Feb 22, 2017 12:14:51 PM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:14:56 PM org.apache.tomcat.util.net.AbstractEndpoint shutdownExecutor WARNING: The executor associated with thread pool [http-bio-8081] has not fully shutdown. Some application threads may still be running. Feb 22, 2017 12:14:56 PM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:14:56 PM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:14:56 PM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:15:01 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: /Users/peterngimbwa/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:. Feb 22, 2017 12:15:01 PM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:15:01 PM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:15:01 PM org.apache.catalina.startup.Catalina load INFO: Initialization processed in 512 ms Feb 22, 2017 12:15:01 PM org.apache.catalina.core.StandardService startInternal INFO: Starting service Catalina Feb 22, 2017 12:15:01 PM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/7.0.47 Feb 22, 2017 12:15:01 PM org.apache.catalina.startup.HostConfig deployDescriptor INFO: Deploying configuration descriptor /opt/OpenForisCalc/calc-server/tomcat/conf/Catalina/localhost/calc.xml Feb 22, 2017 12:15:05 PM org.apache.catalina.core.StandardContext startInternal SEVERE: Error listenerStart Feb 22, 2017 12:15:05 PM org.apache.catalina.core.StandardContext startInternal SEVERE: Context [/calc] startup failed due to previous errors Feb 22, 2017 12:15:05 PM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc SEVERE: The web application [/calc] registered the JDBC driver [org.postgresql.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. Feb 22, 2017 12:15:05 PM org.apache.catalina.startup.HostConfig deployDirectory INFO: Deploying web application directory /opt/OpenForisCalc/calc-server/tomcat/webapps/host-manager Feb 22, 2017 12:15:05 PM org.apache.catalina.startup.HostConfig deployDirectory INFO: Deploying web application directory /opt/OpenForisCalc/calc-server/tomcat/webapps/manager Feb 22, 2017 12:15:05 PM org.apache.catalina.startup.HostConfig deployDirectory INFO: Deploying web application directory /opt/OpenForisCalc/calc-server/tomcat/webapps/saiku Feb 22, 2017 12:15:13 PM com.sun.jersey.api.core.PackagesResourceConfig init INFO: Scanning for root resource and provider classes in the packages: org.saiku.web Feb 22, 2017 12:15:13 PM com.sun.jersey.api.core.ScanningResourceConfig logClasses INFO: Root resource classes found: class org.saiku.web.rest.resources.BasicTagRepositoryResource class org.saiku.web.rest.resources.BasicRepositoryResource2 class org.saiku.web.rest.resources.StatisticsResource class org.saiku.web.rest.resources.ExporterResource class org.saiku.web.rest.resources.OlapDiscoverResource class org.saiku.web.rest.resources.QueryResource class org.saiku.web.rest.resources.DataSourceResource class org.saiku.web.rest.resources.SessionResource class org.saiku.web.rest.resources.BasicRepositoryResource Feb 22, 2017 12:15:13 PM com.sun.jersey.api.core.ScanningResourceConfig init INFO: No provider classes found. Feb 22, 2017 12:15:13 PM org.codehaus.enunciate.modules.jersey.EnunciateJerseyServletContainer configure INFO: org.codehaus.enunciate.modules.amf.JAXRSProvider not found. Feb 22, 2017 12:15:13 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, datasourceResourceBean, of type org.saiku.web.rest.resources.DataSourceResource as a root resource class Feb 22, 2017 12:15:13 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, olapDiscoverBean, of type org.saiku.web.rest.resources.OlapDiscoverResource as a root resource class Feb 22, 2017 12:15:13 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, queryResource, of type org.saiku.web.rest.resources.QueryResource as a root resource class Feb 22, 2017 12:15:13 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, sessionResource, of type org.saiku.web.rest.resources.SessionResource as a root resource class Feb 22, 2017 12:15:13 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, repositoryBean, of type org.saiku.web.rest.resources.BasicRepositoryResource as a root resource class Feb 22, 2017 12:15:13 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, repository2bean, of type org.saiku.web.rest.resources.BasicRepositoryResource2 as a root resource class Feb 22, 2017 12:15:13 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, tagRepositoryBean, of type org.saiku.web.rest.resources.BasicTagRepositoryResource as a root resource class Feb 22, 2017 12:15:13 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, exporterBean, of type org.saiku.web.rest.resources.ExporterResource as a root resource class Feb 22, 2017 12:15:13 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, statsBean, of type org.saiku.web.rest.resources.StatisticsResource as a root resource class Feb 22, 2017 12:15:13 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate INFO: Initiating Jersey application, version 'Jersey: 1.11 12/09/2011 10:27 AM' Feb 22, 2017 12:15:14 PM org.apache.catalina.startup.HostConfig deployDirectory INFO: Deploying web application directory /opt/OpenForisCalc/calc-server/tomcat/webapps/saiku-ui Feb 22, 2017 12:15:14 PM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:15:14 PM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:15:14 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 12816 ms Feb 22, 2017 12:16:36 PM org.apache.catalina.core.StandardServer await INFO: A valid shutdown command was received via the shutdown port. Stopping the Server instance. Feb 22, 2017 12:16:37 PM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:16:37 PM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:16:37 PM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service Catalina Feb 22, 2017 12:16:37 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads SEVERE: The web application [/saiku] appears to have started a thread named [org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread] but has failed to stop it. This is very likely to create a memory leak. Feb 22, 2017 12:16:37 PM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:16:42 PM org.apache.tomcat.util.net.AbstractEndpoint shutdownExecutor WARNING: The executor associated with thread pool [http-bio-8081] has not fully shutdown. Some application threads may still be running. Feb 22, 2017 12:16:42 PM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:16:42 PM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:16:42 PM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:16:44 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: /Users/peterngimbwa/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:. Feb 22, 2017 12:16:44 PM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:16:44 PM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:16:44 PM org.apache.catalina.startup.Catalina load INFO: Initialization processed in 842 ms Feb 22, 2017 12:16:44 PM org.apache.catalina.core.StandardService startInternal INFO: Starting service Catalina Feb 22, 2017 12:16:44 PM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/7.0.47 Feb 22, 2017 12:16:44 PM org.apache.catalina.startup.HostConfig deployDescriptor INFO: Deploying configuration descriptor /opt/OpenForisCalc/calc-server/tomcat/conf/Catalina/localhost/calc.xml Feb 22, 2017 12:16:49 PM org.apache.catalina.core.StandardContext startInternal SEVERE: Error listenerStart Feb 22, 2017 12:16:49 PM org.apache.catalina.core.StandardContext startInternal SEVERE: Context [/calc] startup failed due to previous errors Feb 22, 2017 12:16:49 PM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc SEVERE: The web application [/calc] registered the JDBC driver [org.postgresql.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. Feb 22, 2017 12:16:49 PM org.apache.catalina.startup.HostConfig deployDirectory INFO: Deploying web application directory /opt/OpenForisCalc/calc-server/tomcat/webapps/host-manager Feb 22, 2017 12:16:49 PM org.apache.catalina.startup.HostConfig deployDirectory INFO: Deploying web application directory /opt/OpenForisCalc/calc-server/tomcat/webapps/manager Feb 22, 2017 12:16:49 PM org.apache.catalina.startup.HostConfig deployDirectory INFO: Deploying web application directory /opt/OpenForisCalc/calc-server/tomcat/webapps/saiku Feb 22, 2017 12:16:56 PM com.sun.jersey.api.core.PackagesResourceConfig init INFO: Scanning for root resource and provider classes in the packages: org.saiku.web Feb 22, 2017 12:16:56 PM com.sun.jersey.api.core.ScanningResourceConfig logClasses INFO: Root resource classes found: class org.saiku.web.rest.resources.BasicRepositoryResource class org.saiku.web.rest.resources.ExporterResource class org.saiku.web.rest.resources.DataSourceResource class org.saiku.web.rest.resources.StatisticsResource class org.saiku.web.rest.resources.QueryResource class org.saiku.web.rest.resources.SessionResource class org.saiku.web.rest.resources.BasicRepositoryResource2 class org.saiku.web.rest.resources.BasicTagRepositoryResource class org.saiku.web.rest.resources.OlapDiscoverResource Feb 22, 2017 12:16:56 PM com.sun.jersey.api.core.ScanningResourceConfig init INFO: No provider classes found. Feb 22, 2017 12:16:56 PM org.codehaus.enunciate.modules.jersey.EnunciateJerseyServletContainer configure INFO: org.codehaus.enunciate.modules.amf.JAXRSProvider not found. Feb 22, 2017 12:16:56 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, datasourceResourceBean, of type org.saiku.web.rest.resources.DataSourceResource as a root resource class Feb 22, 2017 12:16:56 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, olapDiscoverBean, of type org.saiku.web.rest.resources.OlapDiscoverResource as a root resource class Feb 22, 2017 12:16:56 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, queryResource, of type org.saiku.web.rest.resources.QueryResource as a root resource class Feb 22, 2017 12:16:56 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, sessionResource, of type org.saiku.web.rest.resources.SessionResource as a root resource class Feb 22, 2017 12:16:56 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, repositoryBean, of type org.saiku.web.rest.resources.BasicRepositoryResource as a root resource class Feb 22, 2017 12:16:56 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, repository2bean, of type org.saiku.web.rest.resources.BasicRepositoryResource2 as a root resource class Feb 22, 2017 12:16:56 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, tagRepositoryBean, of type org.saiku.web.rest.resources.BasicTagRepositoryResource as a root resource class Feb 22, 2017 12:16:56 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, exporterBean, of type org.saiku.web.rest.resources.ExporterResource as a root resource class Feb 22, 2017 12:16:56 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, statsBean, of type org.saiku.web.rest.resources.StatisticsResource as a root resource class Feb 22, 2017 12:16:56 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate INFO: Initiating Jersey application, version 'Jersey: 1.11 12/09/2011 10:27 AM' Feb 22, 2017 12:16:57 PM org.apache.catalina.startup.HostConfig deployDirectory INFO: Deploying web application directory /opt/OpenForisCalc/calc-server/tomcat/webapps/saiku-ui Feb 22, 2017 12:16:57 PM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:16:57 PM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:16:57 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 13239 ms Feb 22, 2017 12:17:08 PM org.apache.catalina.core.StandardServer await INFO: A valid shutdown command was received via the shutdown port. Stopping the Server instance. Feb 22, 2017 12:17:08 PM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:17:08 PM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:17:08 PM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service Catalina Feb 22, 2017 12:17:08 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads SEVERE: The web application [/saiku] appears to have started a thread named [org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread] but has failed to stop it. This is very likely to create a memory leak. Feb 22, 2017 12:17:08 PM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:17:13 PM org.apache.tomcat.util.net.AbstractEndpoint shutdownExecutor WARNING: The executor associated with thread pool [http-bio-8081] has not fully shutdown. Some application threads may still be running. Feb 22, 2017 12:17:13 PM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:17:13 PM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:17:13 PM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:20:27 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: /Users/peterngimbwa/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:. Feb 22, 2017 12:20:28 PM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:20:28 PM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:20:28 PM org.apache.catalina.startup.Catalina load INFO: Initialization processed in 1199 ms Feb 22, 2017 12:20:28 PM org.apache.catalina.core.StandardService startInternal INFO: Starting service Catalina Feb 22, 2017 12:20:28 PM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/7.0.47 Feb 22, 2017 12:20:28 PM org.apache.catalina.startup.HostConfig deployDescriptor INFO: Deploying configuration descriptor /opt/OpenForisCalc/calc-server/tomcat/conf/Catalina/localhost/calc.xml Feb 22, 2017 12:20:33 PM org.apache.catalina.core.StandardContext startInternal SEVERE: Error listenerStart Feb 22, 2017 12:20:34 PM org.apache.catalina.util.SessionIdGenerator createSecureRandom INFO: Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [158] milliseconds. Feb 22, 2017 12:20:34 PM org.apache.catalina.core.StandardContext startInternal SEVERE: Context [/calc] startup failed due to previous errors Feb 22, 2017 12:20:34 PM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc SEVERE: The web application [/calc] registered the JDBC driver [org.postgresql.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. Feb 22, 2017 12:20:34 PM org.apache.catalina.startup.HostConfig deployDirectory INFO: Deploying web application directory /opt/OpenForisCalc/calc-server/tomcat/webapps/host-manager Feb 22, 2017 12:20:34 PM org.apache.catalina.startup.HostConfig deployDirectory INFO: Deploying web application directory /opt/OpenForisCalc/calc-server/tomcat/webapps/manager Feb 22, 2017 12:20:34 PM org.apache.catalina.startup.HostConfig deployDirectory INFO: Deploying web application directory /opt/OpenForisCalc/calc-server/tomcat/webapps/saiku Feb 22, 2017 12:20:45 PM com.sun.jersey.api.core.PackagesResourceConfig init INFO: Scanning for root resource and provider classes in the packages: org.saiku.web Feb 22, 2017 12:20:45 PM com.sun.jersey.api.core.ScanningResourceConfig logClasses INFO: Root resource classes found: class org.saiku.web.rest.resources.ExporterResource class org.saiku.web.rest.resources.StatisticsResource class org.saiku.web.rest.resources.QueryResource class org.saiku.web.rest.resources.DataSourceResource class org.saiku.web.rest.resources.BasicTagRepositoryResource class org.saiku.web.rest.resources.SessionResource class org.saiku.web.rest.resources.BasicRepositoryResource class org.saiku.web.rest.resources.OlapDiscoverResource class org.saiku.web.rest.resources.BasicRepositoryResource2 Feb 22, 2017 12:20:45 PM com.sun.jersey.api.core.ScanningResourceConfig init INFO: No provider classes found. Feb 22, 2017 12:20:45 PM org.codehaus.enunciate.modules.jersey.EnunciateJerseyServletContainer configure INFO: org.codehaus.enunciate.modules.amf.JAXRSProvider not found. Feb 22, 2017 12:20:45 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, datasourceResourceBean, of type org.saiku.web.rest.resources.DataSourceResource as a root resource class Feb 22, 2017 12:20:45 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, olapDiscoverBean, of type org.saiku.web.rest.resources.OlapDiscoverResource as a root resource class Feb 22, 2017 12:20:45 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, queryResource, of type org.saiku.web.rest.resources.QueryResource as a root resource class Feb 22, 2017 12:20:45 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, sessionResource, of type org.saiku.web.rest.resources.SessionResource as a root resource class Feb 22, 2017 12:20:45 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, repositoryBean, of type org.saiku.web.rest.resources.BasicRepositoryResource as a root resource class Feb 22, 2017 12:20:45 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, repository2bean, of type org.saiku.web.rest.resources.BasicRepositoryResource2 as a root resource class Feb 22, 2017 12:20:45 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, tagRepositoryBean, of type org.saiku.web.rest.resources.BasicTagRepositoryResource as a root resource class Feb 22, 2017 12:20:45 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, exporterBean, of type org.saiku.web.rest.resources.ExporterResource as a root resource class Feb 22, 2017 12:20:45 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, statsBean, of type org.saiku.web.rest.resources.StatisticsResource as a root resource class Feb 22, 2017 12:20:45 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate INFO: Initiating Jersey application, version 'Jersey: 1.11 12/09/2011 10:27 AM' Feb 22, 2017 12:20:47 PM org.apache.catalina.startup.HostConfig deployDirectory INFO: Deploying web application directory /opt/OpenForisCalc/calc-server/tomcat/webapps/saiku-ui Feb 22, 2017 12:20:47 PM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:20:47 PM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:20:47 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 18827 ms Feb 22, 2017 12:21:52 PM org.apache.catalina.core.StandardServer await INFO: A valid shutdown command was received via the shutdown port. Stopping the Server instance. Feb 22, 2017 12:21:52 PM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:21:52 PM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:21:52 PM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service Catalina Feb 22, 2017 12:21:52 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads SEVERE: The web application [/saiku] appears to have started a thread named [org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread] but has failed to stop it. This is very likely to create a memory leak. Feb 22, 2017 12:21:52 PM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:21:52 PM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:21:52 PM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:21:52 PM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:23:27 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: /Users/peterngimbwa/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:. Feb 22, 2017 12:23:28 PM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:23:28 PM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:23:28 PM org.apache.catalina.startup.Catalina load INFO: Initialization processed in 1423 ms Feb 22, 2017 12:23:28 PM org.apache.catalina.core.StandardService startInternal INFO: Starting service Catalina Feb 22, 2017 12:23:28 PM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/7.0.47 Feb 22, 2017 12:23:28 PM org.apache.catalina.startup.HostConfig deployDescriptor INFO: Deploying configuration descriptor /opt/OpenForisCalc/calc-server/tomcat/conf/Catalina/localhost/calc.xml Feb 22, 2017 12:23:37 PM org.apache.catalina.core.StandardContext startInternal SEVERE: Error listenerStart Feb 22, 2017 12:23:37 PM org.apache.catalina.core.StandardContext startInternal SEVERE: Context [/calc] startup failed due to previous errors Feb 22, 2017 12:23:37 PM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc SEVERE: The web application [/calc] registered the JDBC driver [org.postgresql.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. Feb 22, 2017 12:23:37 PM org.apache.catalina.startup.HostConfig deployDirectory INFO: Deploying web application directory /opt/OpenForisCalc/calc-server/tomcat/webapps/host-manager Feb 22, 2017 12:23:37 PM org.apache.catalina.startup.HostConfig deployDirectory INFO: Deploying web application directory /opt/OpenForisCalc/calc-server/tomcat/webapps/manager Feb 22, 2017 12:23:37 PM org.apache.catalina.startup.HostConfig deployDirectory INFO: Deploying web application directory /opt/OpenForisCalc/calc-server/tomcat/webapps/saiku Feb 22, 2017 12:23:48 PM com.sun.jersey.api.core.PackagesResourceConfig init INFO: Scanning for root resource and provider classes in the packages: org.saiku.web Feb 22, 2017 12:23:48 PM com.sun.jersey.api.core.ScanningResourceConfig logClasses INFO: Root resource classes found: class org.saiku.web.rest.resources.BasicTagRepositoryResource class org.saiku.web.rest.resources.StatisticsResource class org.saiku.web.rest.resources.ExporterResource class org.saiku.web.rest.resources.BasicRepositoryResource2 class org.saiku.web.rest.resources.BasicRepositoryResource class org.saiku.web.rest.resources.QueryResource class org.saiku.web.rest.resources.DataSourceResource class org.saiku.web.rest.resources.OlapDiscoverResource class org.saiku.web.rest.resources.SessionResource Feb 22, 2017 12:23:48 PM com.sun.jersey.api.core.ScanningResourceConfig init INFO: No provider classes found. Feb 22, 2017 12:23:48 PM org.codehaus.enunciate.modules.jersey.EnunciateJerseyServletContainer configure INFO: org.codehaus.enunciate.modules.amf.JAXRSProvider not found. Feb 22, 2017 12:23:48 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, datasourceResourceBean, of type org.saiku.web.rest.resources.DataSourceResource as a root resource class Feb 22, 2017 12:23:48 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, olapDiscoverBean, of type org.saiku.web.rest.resources.OlapDiscoverResource as a root resource class Feb 22, 2017 12:23:48 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, queryResource, of type org.saiku.web.rest.resources.QueryResource as a root resource class Feb 22, 2017 12:23:48 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, sessionResource, of type org.saiku.web.rest.resources.SessionResource as a root resource class Feb 22, 2017 12:23:48 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, repositoryBean, of type org.saiku.web.rest.resources.BasicRepositoryResource as a root resource class Feb 22, 2017 12:23:48 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, repository2bean, of type org.saiku.web.rest.resources.BasicRepositoryResource2 as a root resource class Feb 22, 2017 12:23:48 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, tagRepositoryBean, of type org.saiku.web.rest.resources.BasicTagRepositoryResource as a root resource class Feb 22, 2017 12:23:48 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, exporterBean, of type org.saiku.web.rest.resources.ExporterResource as a root resource class Feb 22, 2017 12:23:48 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, statsBean, of type org.saiku.web.rest.resources.StatisticsResource as a root resource class Feb 22, 2017 12:23:48 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate INFO: Initiating Jersey application, version 'Jersey: 1.11 12/09/2011 10:27 AM' Feb 22, 2017 12:23:49 PM org.apache.catalina.startup.HostConfig deployDirectory INFO: Deploying web application directory /opt/OpenForisCalc/calc-server/tomcat/webapps/saiku-ui Feb 22, 2017 12:23:49 PM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:23:49 PM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:23:49 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 21077 ms Feb 22, 2017 12:25:18 PM org.apache.catalina.core.StandardServer await INFO: A valid shutdown command was received via the shutdown port. Stopping the Server instance. Feb 22, 2017 12:25:18 PM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:25:18 PM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:25:18 PM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service Catalina Feb 22, 2017 12:25:18 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads SEVERE: The web application [/saiku] appears to have started a thread named [org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread] but has failed to stop it. This is very likely to create a memory leak. Feb 22, 2017 12:25:18 PM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:25:18 PM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:25:18 PM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:25:18 PM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:25:23 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: /Users/peterngimbwa/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:. Feb 22, 2017 12:25:24 PM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:25:24 PM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:25:24 PM org.apache.catalina.startup.Catalina load INFO: Initialization processed in 581 ms Feb 22, 2017 12:25:24 PM org.apache.catalina.core.StandardService startInternal INFO: Starting service Catalina Feb 22, 2017 12:25:24 PM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/7.0.47 Feb 22, 2017 12:25:24 PM org.apache.catalina.startup.HostConfig deployDescriptor INFO: Deploying configuration descriptor /opt/OpenForisCalc/calc-server/tomcat/conf/Catalina/localhost/calc.xml Feb 22, 2017 12:25:28 PM org.apache.catalina.core.StandardContext startInternal SEVERE: Error listenerStart Feb 22, 2017 12:25:28 PM org.apache.catalina.core.StandardContext startInternal SEVERE: Context [/calc] startup failed due to previous errors Feb 22, 2017 12:25:28 PM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc SEVERE: The web application [/calc] registered the JDBC driver [org.postgresql.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. Feb 22, 2017 12:25:28 PM org.apache.catalina.startup.HostConfig deployDirectory INFO: Deploying web application directory /opt/OpenForisCalc/calc-server/tomcat/webapps/host-manager Feb 22, 2017 12:25:28 PM org.apache.catalina.startup.HostConfig deployDirectory INFO: Deploying web application directory /opt/OpenForisCalc/calc-server/tomcat/webapps/manager Feb 22, 2017 12:25:29 PM org.apache.catalina.startup.HostConfig deployDirectory INFO: Deploying web application directory /opt/OpenForisCalc/calc-server/tomcat/webapps/saiku Feb 22, 2017 12:25:36 PM com.sun.jersey.api.core.PackagesResourceConfig init INFO: Scanning for root resource and provider classes in the packages: org.saiku.web Feb 22, 2017 12:25:36 PM com.sun.jersey.api.core.ScanningResourceConfig logClasses INFO: Root resource classes found: class org.saiku.web.rest.resources.BasicTagRepositoryResource class org.saiku.web.rest.resources.StatisticsResource class org.saiku.web.rest.resources.ExporterResource class org.saiku.web.rest.resources.BasicRepositoryResource2 class org.saiku.web.rest.resources.BasicRepositoryResource class org.saiku.web.rest.resources.QueryResource class org.saiku.web.rest.resources.DataSourceResource class org.saiku.web.rest.resources.OlapDiscoverResource class org.saiku.web.rest.resources.SessionResource Feb 22, 2017 12:25:36 PM com.sun.jersey.api.core.ScanningResourceConfig init INFO: No provider classes found. Feb 22, 2017 12:25:36 PM org.codehaus.enunciate.modules.jersey.EnunciateJerseyServletContainer configure INFO: org.codehaus.enunciate.modules.amf.JAXRSProvider not found. Feb 22, 2017 12:25:36 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, datasourceResourceBean, of type org.saiku.web.rest.resources.DataSourceResource as a root resource class Feb 22, 2017 12:25:36 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, olapDiscoverBean, of type org.saiku.web.rest.resources.OlapDiscoverResource as a root resource class Feb 22, 2017 12:25:36 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, queryResource, of type org.saiku.web.rest.resources.QueryResource as a root resource class Feb 22, 2017 12:25:36 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, sessionResource, of type org.saiku.web.rest.resources.SessionResource as a root resource class Feb 22, 2017 12:25:36 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, repositoryBean, of type org.saiku.web.rest.resources.BasicRepositoryResource as a root resource class Feb 22, 2017 12:25:36 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, repository2bean, of type org.saiku.web.rest.resources.BasicRepositoryResource2 as a root resource class Feb 22, 2017 12:25:36 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, tagRepositoryBean, of type org.saiku.web.rest.resources.BasicTagRepositoryResource as a root resource class Feb 22, 2017 12:25:36 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, exporterBean, of type org.saiku.web.rest.resources.ExporterResource as a root resource class Feb 22, 2017 12:25:36 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, statsBean, of type org.saiku.web.rest.resources.StatisticsResource as a root resource class Feb 22, 2017 12:25:36 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate INFO: Initiating Jersey application, version 'Jersey: 1.11 12/09/2011 10:27 AM' Feb 22, 2017 12:25:37 PM org.apache.catalina.startup.HostConfig deployDirectory INFO: Deploying web application directory /opt/OpenForisCalc/calc-server/tomcat/webapps/saiku-ui Feb 22, 2017 12:25:37 PM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:25:37 PM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:25:37 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 13591 ms Feb 22, 2017 12:29:42 PM org.apache.catalina.core.StandardServer await INFO: A valid shutdown command was received via the shutdown port. Stopping the Server instance. Feb 22, 2017 12:29:42 PM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:29:42 PM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:29:42 PM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service Catalina Feb 22, 2017 12:29:42 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads SEVERE: The web application [/saiku] appears to have started a thread named [org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread] but has failed to stop it. This is very likely to create a memory leak. Feb 22, 2017 12:29:42 PM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:29:42 PM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:29:42 PM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:29:42 PM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:29:45 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: /Users/peterngimbwa/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:. Feb 22, 2017 12:29:46 PM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:29:46 PM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:29:46 PM org.apache.catalina.startup.Catalina load INFO: Initialization processed in 520 ms Feb 22, 2017 12:29:46 PM org.apache.catalina.core.StandardService startInternal INFO: Starting service Catalina Feb 22, 2017 12:29:46 PM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/7.0.47 Feb 22, 2017 12:29:46 PM org.apache.catalina.startup.HostConfig deployDescriptor INFO: Deploying configuration descriptor /opt/OpenForisCalc/calc-server/tomcat/conf/Catalina/localhost/calc.xml Feb 22, 2017 12:29:49 PM org.apache.catalina.core.StandardContext startInternal SEVERE: Error listenerStart Feb 22, 2017 12:29:49 PM org.apache.catalina.core.StandardContext startInternal SEVERE: Context [/calc] startup failed due to previous errors Feb 22, 2017 12:29:49 PM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc SEVERE: The web application [/calc] registered the JDBC driver [org.postgresql.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. Feb 22, 2017 12:29:49 PM org.apache.catalina.startup.HostConfig deployDirectory INFO: Deploying web application directory /opt/OpenForisCalc/calc-server/tomcat/webapps/host-manager Feb 22, 2017 12:29:49 PM org.apache.catalina.startup.HostConfig deployDirectory INFO: Deploying web application directory /opt/OpenForisCalc/calc-server/tomcat/webapps/manager Feb 22, 2017 12:29:49 PM org.apache.catalina.startup.HostConfig deployDirectory INFO: Deploying web application directory /opt/OpenForisCalc/calc-server/tomcat/webapps/saiku Feb 22, 2017 12:29:55 PM com.sun.jersey.api.core.PackagesResourceConfig init INFO: Scanning for root resource and provider classes in the packages: org.saiku.web Feb 22, 2017 12:29:55 PM com.sun.jersey.api.core.ScanningResourceConfig logClasses INFO: Root resource classes found: class org.saiku.web.rest.resources.BasicRepositoryResource class org.saiku.web.rest.resources.ExporterResource class org.saiku.web.rest.resources.DataSourceResource class org.saiku.web.rest.resources.StatisticsResource class org.saiku.web.rest.resources.QueryResource class org.saiku.web.rest.resources.SessionResource class org.saiku.web.rest.resources.BasicRepositoryResource2 class org.saiku.web.rest.resources.BasicTagRepositoryResource class org.saiku.web.rest.resources.OlapDiscoverResource Feb 22, 2017 12:29:55 PM com.sun.jersey.api.core.ScanningResourceConfig init INFO: No provider classes found. Feb 22, 2017 12:29:55 PM org.codehaus.enunciate.modules.jersey.EnunciateJerseyServletContainer configure INFO: org.codehaus.enunciate.modules.amf.JAXRSProvider not found. Feb 22, 2017 12:29:55 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, datasourceResourceBean, of type org.saiku.web.rest.resources.DataSourceResource as a root resource class Feb 22, 2017 12:29:55 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, olapDiscoverBean, of type org.saiku.web.rest.resources.OlapDiscoverResource as a root resource class Feb 22, 2017 12:29:55 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, queryResource, of type org.saiku.web.rest.resources.QueryResource as a root resource class Feb 22, 2017 12:29:55 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, sessionResource, of type org.saiku.web.rest.resources.SessionResource as a root resource class Feb 22, 2017 12:29:55 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, repositoryBean, of type org.saiku.web.rest.resources.BasicRepositoryResource as a root resource class Feb 22, 2017 12:29:55 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, repository2bean, of type org.saiku.web.rest.resources.BasicRepositoryResource2 as a root resource class Feb 22, 2017 12:29:55 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, tagRepositoryBean, of type org.saiku.web.rest.resources.BasicTagRepositoryResource as a root resource class Feb 22, 2017 12:29:55 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, exporterBean, of type org.saiku.web.rest.resources.ExporterResource as a root resource class Feb 22, 2017 12:29:55 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, statsBean, of type org.saiku.web.rest.resources.StatisticsResource as a root resource class Feb 22, 2017 12:29:55 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate INFO: Initiating Jersey application, version 'Jersey: 1.11 12/09/2011 10:27 AM' Feb 22, 2017 12:29:56 PM org.apache.catalina.startup.HostConfig deployDirectory INFO: Deploying web application directory /opt/OpenForisCalc/calc-server/tomcat/webapps/saiku-ui Feb 22, 2017 12:29:56 PM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:29:56 PM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:29:56 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 10719 ms Feb 22, 2017 12:32:13 PM org.apache.catalina.core.StandardServer await INFO: A valid shutdown command was received via the shutdown port. Stopping the Server instance. Feb 22, 2017 12:32:13 PM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:32:13 PM org.apache.coyote.AbstractProtocol pause INFO: Pausing ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:32:13 PM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service Catalina Feb 22, 2017 12:32:13 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads SEVERE: The web application [/saiku] appears to have started a thread named [org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread] but has failed to stop it. This is very likely to create a memory leak. Feb 22, 2017 12:32:13 PM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:32:18 PM org.apache.tomcat.util.net.AbstractEndpoint shutdownExecutor WARNING: The executor associated with thread pool [http-bio-8081] has not fully shutdown. Some application threads may still be running. Feb 22, 2017 12:32:18 PM org.apache.coyote.AbstractProtocol stop INFO: Stopping ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:32:18 PM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:32:18 PM org.apache.coyote.AbstractProtocol destroy INFO: Destroying ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:32:21 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: /Users/peterngimbwa/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:. Feb 22, 2017 12:32:21 PM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:32:21 PM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:32:21 PM org.apache.catalina.startup.Catalina load INFO: Initialization processed in 531 ms Feb 22, 2017 12:32:21 PM org.apache.catalina.core.StandardService startInternal INFO: Starting service Catalina Feb 22, 2017 12:32:21 PM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/7.0.47 Feb 22, 2017 12:32:21 PM org.apache.catalina.startup.HostConfig deployDescriptor INFO: Deploying configuration descriptor /opt/OpenForisCalc/calc-server/tomcat/conf/Catalina/localhost/calc.xml Feb 22, 2017 12:32:25 PM org.apache.catalina.core.StandardContext startInternal SEVERE: Error listenerStart Feb 22, 2017 12:32:25 PM org.apache.catalina.core.StandardContext startInternal SEVERE: Context [/calc] startup failed due to previous errors Feb 22, 2017 12:32:25 PM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc SEVERE: The web application [/calc] registered the JDBC driver [org.postgresql.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. Feb 22, 2017 12:32:25 PM org.apache.catalina.startup.HostConfig deployDirectory INFO: Deploying web application directory /opt/OpenForisCalc/calc-server/tomcat/webapps/host-manager Feb 22, 2017 12:32:25 PM org.apache.catalina.startup.HostConfig deployDirectory INFO: Deploying web application directory /opt/OpenForisCalc/calc-server/tomcat/webapps/manager Feb 22, 2017 12:32:25 PM org.apache.catalina.startup.HostConfig deployDirectory INFO: Deploying web application directory /opt/OpenForisCalc/calc-server/tomcat/webapps/saiku Feb 22, 2017 12:32:31 PM com.sun.jersey.api.core.PackagesResourceConfig init INFO: Scanning for root resource and provider classes in the packages: org.saiku.web Feb 22, 2017 12:32:31 PM com.sun.jersey.api.core.ScanningResourceConfig logClasses INFO: Root resource classes found: class org.saiku.web.rest.resources.BasicRepositoryResource class org.saiku.web.rest.resources.ExporterResource class org.saiku.web.rest.resources.DataSourceResource class org.saiku.web.rest.resources.StatisticsResource class org.saiku.web.rest.resources.QueryResource class org.saiku.web.rest.resources.SessionResource class org.saiku.web.rest.resources.BasicRepositoryResource2 class org.saiku.web.rest.resources.BasicTagRepositoryResource class org.saiku.web.rest.resources.OlapDiscoverResource Feb 22, 2017 12:32:31 PM com.sun.jersey.api.core.ScanningResourceConfig init INFO: No provider classes found. Feb 22, 2017 12:32:31 PM org.codehaus.enunciate.modules.jersey.EnunciateJerseyServletContainer configure INFO: org.codehaus.enunciate.modules.amf.JAXRSProvider not found. Feb 22, 2017 12:32:31 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, datasourceResourceBean, of type org.saiku.web.rest.resources.DataSourceResource as a root resource class Feb 22, 2017 12:32:31 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, olapDiscoverBean, of type org.saiku.web.rest.resources.OlapDiscoverResource as a root resource class Feb 22, 2017 12:32:31 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, queryResource, of type org.saiku.web.rest.resources.QueryResource as a root resource class Feb 22, 2017 12:32:31 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, sessionResource, of type org.saiku.web.rest.resources.SessionResource as a root resource class Feb 22, 2017 12:32:31 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, repositoryBean, of type org.saiku.web.rest.resources.BasicRepositoryResource as a root resource class Feb 22, 2017 12:32:31 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, repository2bean, of type org.saiku.web.rest.resources.BasicRepositoryResource2 as a root resource class Feb 22, 2017 12:32:31 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, tagRepositoryBean, of type org.saiku.web.rest.resources.BasicTagRepositoryResource as a root resource class Feb 22, 2017 12:32:31 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, exporterBean, of type org.saiku.web.rest.resources.ExporterResource as a root resource class Feb 22, 2017 12:32:31 PM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans INFO: Registering Spring bean, statsBean, of type org.saiku.web.rest.resources.StatisticsResource as a root resource class Feb 22, 2017 12:32:31 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate INFO: Initiating Jersey application, version 'Jersey: 1.11 12/09/2011 10:27 AM' Feb 22, 2017 12:32:33 PM org.apache.catalina.startup.HostConfig deployDirectory INFO: Deploying web application directory /opt/OpenForisCalc/calc-server/tomcat/webapps/saiku-ui Feb 22, 2017 12:32:33 PM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-bio-8081"] Feb 22, 2017 12:32:33 PM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["ajp-bio-8010"] Feb 22, 2017 12:32:33 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 11798 ms

asked 22 Feb '17, 10:45

pngimbwa's gravatar image

pngimbwa
21158
accept rate: 0%

edited 22 Feb '17, 10:48


Hi,

from the log file i can see that Calc cannot connect with the Postgres database.

have you successfully installed it? Is the postgres database user there? and during Calc installation, did you enter the postsgres user password?

Also, make user you have installed R.

For detailed installation instructions, please have a look here: http://www.openforis.org/tools/calc/tutorials/installation.html.

Please let me know if the problem will be fixed.

Thank you, Mino

permanent link

answered 24 Feb '17, 09:39

Mino%20Togna's gravatar image

Mino Togna ♦♦
52116
accept rate: 12%

Hi Mino;

Yes, i have installed R and postgres database and the user is there though the user is not default user('postgres'), my user is peterngimbwa.

But still it doesn't work and I don't know why I can figure out the problem

(27 Feb '17, 08:13) pngimbwa pngimbwa's gravatar image

Hi, in case you dont have the postgres user, but a different one, you need to manually change the settings into Calc tomcat. Shutdown Calc, go to where Calc is installed, and open the file CALC_INSTALL_DIR/calc-server/tomcat/conf/Catalina/localhost/calc.xml and replace the database parameter values according to your local postgres settings.

Mino

(27 Feb '17, 14:35) Mino Togna ♦♦ Mino%20Togna's gravatar image

Hi Mino;

It's working now...thank you so so much.

(28 Feb '17, 16:42) pngimbwa pngimbwa's gravatar image

Well am facing another error. So I'm getting this error when I was trying to upload some files on calc

error 400 bad request HTTP Status 400

image: https://drive.google.com/file/d/0B-gPrNk_XE4_dnk0aHZhbnQtcjA/view?usp=sharing

(28 Feb '17, 18:07) pngimbwa pngimbwa's gravatar image

What kind of file are you trying to upload? In the workspace settings page, only collect backup files are allowed to be uploaded.

(01 Mar '17, 08:05) Mino Togna ♦♦ Mino%20Togna's gravatar image

Hello,

Is Postgres database installed as well ? And is the Calc database connection properly set up?

Thank you,

Mino

permanent link

answered 22 Feb '17, 12:20

Mino%20Togna's gravatar image

Mino Togna ♦♦
52116
accept rate: 12%

Postgres database is installed already, I guess I miss calc database connection. How do I set it up

(22 Feb '17, 14:33) pngimbwa pngimbwa's gravatar image

How did you install Calc on Mac. I'm about to prepare an auto installer for you, so that everything will be automatic . would that work for you?

(22 Feb '17, 15:05) Mino Togna ♦♦ Mino%20Togna's gravatar image

Hi pngimbwa

here: https://drive.google.com/open?id=0ByMwEaY7tf1bVXlIbklGVmlaWFU you can find the installer for Calc.

Before installing it, make sure you posters is installed and running at the port 5432. Once you have installed Calc, you can copy the file calc.command on your desktop and by double clicking on it, Calc should start.

Let me know if other issues come up.

Thank you, Mino

permanent link

answered 22 Feb '17, 15:18

Mino%20Togna's gravatar image

Mino Togna ♦♦
52116
accept rate: 12%

Hi Mino, thanks for quick reply but I'm still getting the same error.

(22 Feb '17, 16:19) pngimbwa pngimbwa's gravatar image

Can you zip the logs folder which is under CALC/calc-server/tomcat/logs and send it to me via email?

(22 Feb '17, 16:32) Mino Togna ♦♦ Mino%20Togna's gravatar image

Hi , sorry, i meant the entire folder. can you zip the folder named 'logs'.

Thank you

(23 Feb '17, 10:11) Mino Togna ♦♦ Mino%20Togna's gravatar image
(24 Feb '17, 07:00) pngimbwa pngimbwa's gravatar image

I had the same problem in Windows10 after upgrading Postgres 9.2 to 9.4 ! I checked the setting in pgAdminIII and saw that i need to change the port from 5432 to 5433. Good luck and thank you for sharing, Joseph

permanent link

answered 19 May '17, 21:49

joseph's gravatar image

joseph
14321025
accept rate: 0%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×83
×70

question asked: 22 Feb '17, 10:45

question was seen: 12,122 times

last updated: 19 May '17, 21:49