On 19/09/2014 11:34, tdigambar wrote:
hi,
tomcat is listening at 9080...............
my console.properties file is like this:

scheme=http
host=localhost
port=9080
rootPath=/syncope/rest/

my core.log is like this:
[snip/]

You need to look either in the same file (but below these messages) or in other core log files like as core-connid.log core-persistence.log core-rest.log.

Anyway, we recently updated the wiki page for the format of persistence.properties with 1.2.0; please check that yours is something like as

jpa.driverClassName=com.mysql.jdbc.Driver
jpa.url=jdbc:mysql://localhost:3306/syncope?characterEncoding=UTF-8
jpa.username=syncope
jpa.password=syncope
jpa.dialect=org.apache.openjpa.jdbc.sql.MySQLDictionary
jpa.pool.validationQuery=SELECT 1
#note: other connection pool settings can also be configured here, see persistenceContext.xml
quartz.jobstore=org.quartz.impl.jdbcjobstore.StdJDBCDelegate
quartz.sql=tables_mysql_innodb.sql
audit.sql=audit_mysql_innodb.sql
database.schema=

HTH
Regards.

--
Francesco Chicchiriccò

Tirasa - Open Source Excellence
http://www.tirasa.net/

Involved at The Apache Software Foundation:
member, Syncope PMC chair, Cocoon PMC, Olingo PMC
http://people.apache.org/~ilgrosso/

Reply via email to