Hello.
I have a problem accessing the administration console. The following errors appear indefinitely:
My console.properties:Code:16-dic-2008 16:27:41 org.apache.commons.httpclient.HttpMethodDirector executeWithRetry INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection timed out 16-dic-2008 16:27:41 org.apache.commons.httpclient.HttpMethodDirector executeWithRetry INFO: Retrying request 16-dic-2008 16:28:11 org.apache.commons.httpclient.HttpMethodDirector executeWithRetry INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection timed out 16-dic-2008 16:28:11 org.apache.commons.httpclient.HttpMethodDirector executeWithRetry INFO: Retrying request
My console.xmlCode:console.start.port.number=8099 console.hostname=172.27.0.21 console.stop.port.number=8022 ...
Someone can help me?. I tried everything.Code:<?xml version="1.0" encoding="UTF-8"?> <console> <solution-path>../solutions</solution-path> <war-path>../server/webapps/pentaho</war-path> <platform-username>admin</platform-username> <biServer-base-url>http://172.27.0.21:8082/pentaho/</biServer-base-url> <biserver-status-check-period-millis>30000</biserver-status-check-period-millis> <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> <hibernate-config-path>mysql5.hibernate.cfg.xml</hibernate-config-path> </console>


Reply With Quote