Hello,
We have installed "Statistics Add-on" of Univ.Minho 1.4.x compliant).
When we try to obtain data in the interface, the system doesn't access the
database, because the results field is empty: 0.
We have try to configure a log file for postgresql, but it is empty too.
The file log4j.properties is fine. We have added:
log4j.rootCategory=INFO, A1, A2
# Añadido para estadísticas Add-on de Minho
# A2 appender JDBCAppender
log4j.appender.A2=org.apache
.log4j.jdbc.JDBCAppender
log4j.appender.A2.File=/home/dspace/logs_dspace/pg_log/pg.log
log4j.appender.A2.URL=jdbc:postgresql://localhost:5432/dspace
log4j.appender.A2.user=dspace
log4j.appender.A2.password=
log4j.appender.A2.sql=INSERT INTO stats_log (date, logger, priority,
message) VALUES ('%d', '%c', '%-5p', '%m%n')
log4j.appender.A2.layout=org.apache.log4j.PatternLayout

We execute 'install-configs'.

 Please, could anyone help us?.
Thanks.

-------------------------------------------------------------
Victoria Rasero
Gestión de Recursos de Información
Biblioteca de la Universidad Carlos III de Madrid
-------------------------------------------------------------
-------------------------------------------------------------------------
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to