Hi Ola, It looks like something is wrong with your jdbc mysql configuration:
java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: NO) That should at least fix your quartz error. Regards, Bart ajankowska wrote:
Hi I try to configure environment using activeMQ Repository and frontend are working fine, but I have problem with cms After deploy on tomcat I see only cocoon welcome page I see in logs sitemap: 20080815135249835 WARN sitemap (Unknown-HostUnknown-URI) Unknown-Thread/ExcaliburComponentManager: disposing of handler for unreleased component. role [org.apache.cocoon.selection.SelectorSelector] And corelog in : 2008-08-15 13:52:49.856 WARN core.manager (Unknown-HostUnknown-URI) Unknown-Thread/ThreadSafeComponentHandler: Error decommissioning component: nl.hippo.forrest.locationmap.LocationMapModule java.lang.NullPointerException at nl.hippo.forrest.locationmap.LocationMapModule.dispose(LocationMapModule.jav a:82) at org.apache.avalon.framework.container.ContainerUtil.dispose(ContainerUtil.ja va:306) at org.apache.avalon.excalibur.component.DefaultComponentFactory.decommission(D efaultComponentFactory.java:356) at org.apache.avalon.excalibur.component.ThreadSafeComponentHandler.dispose(Thr eadSafeComponentHandler.java:165) at org.apache.avalon.excalibur.component.ExcaliburComponentSelector.dispose(Exc aliburComponentSelector.java:488) at org.apache.cocoon.components.ExtendedComponentSelector.dispose(ExtendedCompo nentSelector.java:343) does it mean that sitemap can't be loaded? and in log4j logs 008-08-15 14:10:00,244 ERROR org.quartz.core.JobRunShell Job DEFAULT.mailerProcessJob threw an unhandled Exception: org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessException details (1) are: PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'methodInvoker' threw exception; nested exception is org.springframework.transaction.CannotCreateTransactionException: Could not open JDO PersistenceManager for transaction; nested exception is javax.jdo.JDODataStoreException: Failed initialising database. Please check that your database JDBC driver is accessible, and the database URL and username/password are correct. Exception : Access denied for user 'root'@'localhost' (using password: NO) java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: NO) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2975) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:798) at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:3700) at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1203) I have all configuration in tomcat done properly, have I mix some jetty and tomcat configuration? Regards Ola ******************************************** Hippocms-dev: Hippo CMS development public mailinglist Searchable archives can be found at: MarkMail: http://hippocms-dev.markmail.org Nabble: http://www.nabble.com/Hippo-CMS-f26633.html
-- Hippo B.V. - Amsterdam Oosteinde 11, 1017 WT, Amsterdam, +31(0)20-5224466 Hippo USA Inc. - San Francisco 101 H Street, Suite Q, Petaluma CA, 94952-3329, +1 (707) 773-4646 ----------------------------------------------------------------- http://www.onehippo.com - [EMAIL PROTECTED] ----------------------------------------------------------------- ******************************************** Hippocms-dev: Hippo CMS development public mailinglist Searchable archives can be found at: MarkMail: http://hippocms-dev.markmail.org Nabble: http://www.nabble.com/Hippo-CMS-f26633.html
