Working with CE 4.8.0...
BI Platform configured to work on port 80 and against postgres, seems to be working perfectly.
My Admin Console config.xml file (solution-path and war-path have been edited):
Added postgresql-9.1-902.jdbc4.jar to /opt/pentaho/administration-console/jdbc
BI Server started, Admin console started
When accessing the web interface of the admin console, I'm getting a "Connection Refused" popup and this in the trace:
Is there further config I need to do so that the admin console "knows" the hibernate db has been moved to postgres?
BI Platform configured to work on port 80 and against postgres, seems to be working perfectly.
My Admin Console config.xml file (solution-path and war-path have been edited):
Code:
<?xml version="1.0" encoding="UTF-8"?>
<console>
<solution-path>/opt/pentaho/biserver-ce/pentaho-solutions</solution-path>
<war-path>/opt/pentaho/biserver-ce/tomcat/webapps/pentaho</war-path>
<platform-username>joe</platform-username>
<biserver-status-check-period-millis>30000</biserver-status-check-period-mill$
<homepage-url>http://www.pentaho.com/console_home</homepage-url>
<homepage-timeout-millis>15000</homepage-timeout-millis>
<!-- comma separated list of roles (no spaces) -->
<default-roles>Authenticated</default-roles>
<default-server-dir>biserver-ce</default-server-dir>
</console>
BI Server started, Admin console started
When accessing the web interface of the admin console, I'm getting a "Connection Refused" popup and this in the trace:
Code:
11:40:54,897 INFO [Version] Hibernate Annotations 3.3.1.GA
11:40:54,941 INFO [Environment] Hibernate 3.2.6
11:40:54,954 INFO [HttpMethodDirector] I/O exception (java.net.ConnectException) caught when processing request: Connection refused
11:40:54,955 INFO [HttpMethodDirector] Retrying request
11:40:54,955 INFO [HttpMethodDirector] I/O exception (java.net.ConnectException) caught when processing request: Connection refused
11:40:54,956 INFO [HttpMethodDirector] Retrying request
11:40:54,956 INFO [HttpMethodDirector] I/O exception (java.net.ConnectException) caught when processing request: Connection refused
11:40:54,956 INFO [HttpMethodDirector] Retrying request
11:40:54,971 INFO [Environment] hibernate.properties not found