EndPointCorp / end-point-blog

End Point Dev blog
https://www.endpointdev.com/blog/
17 stars 65 forks source link

Comments for Install Pentaho BI Server 4.8 Community Edition with PostgreSQL Repository #878

Open phinjensen opened 6 years ago

phinjensen commented 6 years ago

Comments for https://www.endpointdev.com/blog/2013/11/install-pentaho-bi-server-48-community/ By Selvakumar Arumugam

To enter a comment:

  1. Log in to GitHub
  2. Leave a comment on this issue.
phinjensen commented 6 years ago
original author: arte_sano
date: 2015-07-16T18:10:02-04:00

Many thanks for your nice post. It helps me a lot, but I think there are some typing errors on it:

The hibernate url="jdbc:postgresql//localhost:5432/hibernate" is NOT VALID. The valid one is url="jdbc:postgresql://localhost:5432/hibernate"

The error exists in the following files: biserver-ce/tomcat/webapps/pentaho/META-INF/context.xml biserver-ce/pentaho-solutions/system/applicationContext-spring-security-jdbc.xml biserver-ce/pentaho-solutions/system/applicationContext-spring-security-hibernate.properties

phinjensen commented 6 years ago
original author: Selvakumar Arumugam
date: 2015-07-17T08:49:57-04:00

Thanks for pointing out, It is fixed.