Hi, The logging issues (1 and 2) should be non-fatal. Am I correct in assuming that the process continues after you see those messages? The Aw Reporting project uses SLF4J <http://www.slf4j.org/faq.html>, a logging facade that allows you to use whichever underlying logging framework you prefer. The SLF4J User Manual <http://www.slf4j.org/manual.html> contains more information on how to configure logging.
Regarding issue #3, the error suggests that you may not have set up your aw-report-sample.properties file with the proper database credentials. Does the aw-report-sample.properties file you are passing as the -fileargument contain valid database connection information as described in the Configure AwReporting<https://github.com/googleads/aw-reporting#configure-awreporting> section of the README? Cheers, Josh, AdWords API Team On Wednesday, April 16, 2014 10:58:44 AM UTC-4, Thibault Quillard wrote: > > Hi everyone, > I am quite new to the AW API world and wanted to use the github project > AW-Reporting to pull the data in my own database. > > However, running the project gives me 3 mistakes : > > 1) No appenders could be found for logger / Please initialize log4j > properly > > 2) Failed to load class "org.slfj4.impl.StaticLoggerBinder" > > 3) Unexpected error accessing the API: Could not open hibernate Session > for transaction > > > For the first two issues, I have been searching on google and tried to add > a logj4.properties file in the class folder, but without luck. > > Would you know what could the problem come from ? > > Thanks ! > Thibault > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
