Hi, i've succeeded to run the pulse application in my browser but i can't find the password as indicated on "eight steps for installing pulse" here is brench of log code :
2012-09-24 14:23:09 INFO org.hibernate.connection.ConnectionProviderFactory - Initializing connection provider: org.hibernate.connection.C3P0ConnectionProvider
2012-09-24 14:23:09 INFO org.hibernate.connection.C3P0ConnectionProvider - C3P0 using driver: com.mysql.jdbc.Driver at URL: jdbc:mysql://127.0.0.1:3306/pulsedb?autoReconnect=true&characterEncoding=UTF-8
2012-09-24 14:23:09 INFO org.hibernate.connection.C3P0ConnectionProvider - Connection properties: {user=root, password=****}
password is encrypted ! pleaz where can i find it?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
the lines you have posted are concerning your database connection properties. Please look for a line containing "org.torweg.pulse.accesscontrol.AbstractUserBase" - it will contain the generated password.
Cheers,
Thomas
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, i've succeeded to run the pulse application in my browser but i can't find the password as indicated on "eight steps for installing pulse" here is brench of log code :
2012-09-24 14:23:09 INFO org.hibernate.connection.ConnectionProviderFactory - Initializing connection provider: org.hibernate.connection.C3P0ConnectionProvider
2012-09-24 14:23:09 INFO org.hibernate.connection.C3P0ConnectionProvider - C3P0 using driver: com.mysql.jdbc.Driver at URL: jdbc:mysql://127.0.0.1:3306/pulsedb?autoReconnect=true&characterEncoding=UTF-8
2012-09-24 14:23:09 INFO org.hibernate.connection.C3P0ConnectionProvider - Connection properties: {user=root, password=****}
password is encrypted ! pleaz where can i find it?
Hi,
the lines you have posted are concerning your database connection properties. Please look for a line containing "org.torweg.pulse.accesscontrol.AbstractUserBase" - it will contain the generated password.
Cheers,
Thomas