Bonjour,
J'ai installé BI plateforme de Pentaho 3.6, mais je n'arrive pas a configuré la section de l'administrateur sous l'url
http://localhost:8099/ car le message suivant est apparue
"Administration Console configuration is not valid. Please correct the configuration in console.xml and restart administration console"
J'ai installé pentaho dans /opt/pentaho/biserver-ce/ et voici mon fichier console.xml.
Merci pour votre aide.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11 <?xml version="1.0" encoding="UTF-8"?> <console> <solution-path>./../biserver-ce/pentaho-solutions</solution-path> <war-path>./../biserver-ce/tomcat/webapps/pentaho</war-path> <platform-username>joe</platform-username> <biserver-status-check-period-millis>30000</biserver-status-check-period-mi$ <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> </console>
Partager