Everyone,

I followed all the upgrade paths in details (or maybe not enough ;-) and now
I have a working CMS instance, but when I click on a document, I get an
infinite spinning wheel on the top right of the screen and no document
actions (bottom-right box) are shown; my first guess is that something is
wrong with the workflow (stored in a MS SQL database).

My configuration is

maven.cocoon.servermanager.configuration=example_project
maven.cocoon.servermanager.configuration.dir=${basedir}/templates/example_project_sqlserver_J2EE
cms.datasource.workflow.jndi=java:comp/env/jdbc/projectDataSource
cms.datasource.workflow.reference=jdbc/projectDataSource

and

<Resource
        name="jdbc/repositoryDataSource" auth="Container"
type="javax.sql.DataSource"
        username="fake_uid" password="fake_pwd"
    validationQuery="SELECT 1"
        driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
    maxActive="100" maxIdle="30" maxWait="100"

 url="jdbc:sqlserver://fake.host;DatabaseName=fakedb_slide;SelectMethod=cursor;"
/>

<Resource
        name="jdbc/projectDataSource" auth="Container"
type="javax.sql.DataSource"
        username="fake_uid" password="fake_pwd"
    validationQuery="SELECT 1"
        driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
    maxActive="100" maxIdle="30" maxWait="100"

 
url="jdbc:sqlserver://fake.host;DatabaseName=fakedb_projectdata;SelectMethod=cursor;"
/>


Looking at the log files I see the following exception, which is related
with the workflow, but I cannot really understand what is wrong... any clue?

TIA
  mau

----------

Exception in thread
"QuartzScheduler_sampleProjectSchedulerStore-Testwebserver_ClusterManager"
java.lang.NullPointerException
at
org.apache.commons.logging.LogFactory.getCachedFactory(LogFactory.java:489)
at org.apache.commons.logging.LogFactory.getFactory(LogFactory.java:227)
at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:351)
at
org.quartz.impl.jdbcjobstore.JobStoreSupport.getLog(JobStoreSupport.java:458)
at
org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:2384)
at
org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.run(JobStoreSupport.java:2409)
Exception in thread "example_projectProjectScheduler_QuartzSchedulerThread"
java.lang.NullPointerException
at
org.apache.commons.logging.LogFactory.getCachedFactory(LogFactory.java:489)
at org.apache.commons.logging.LogFactory.getFactory(LogFactory.java:227)
at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:351)
at
org.quartz.core.QuartzSchedulerThread.getLog(QuartzSchedulerThread.java:475)
at org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:404)

Exception in thread
"QuartzScheduler_sampleProjectSchedulerStore-Testwebserver_ClusterManager"
java.lang.NullPointerException at
org.apache.commons.logging.LogFactory.getCachedFactory(LogFactory.java:489)
at org.apache.commons.logging.LogFactory.getFactory(LogFactory.java:227)
at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:351)
at
org.quartz.impl.jdbcjobstore.JobStoreSupport.getLog(JobStoreSupport.java:458)
at
org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:2384)
at
org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.run(JobStoreSupport.java:2409)



Met vriendelijke groet,
-- 
Maurizio Pillitu - 0031 (0)615655668
Opensource Software Engineer
Scrum Certified Master - http://www.scrumalliance.org
Sourcesense - making sense of Open Source: http://www.sourcesense.com
********************************************
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

Reply via email to