Probably the problem is in this configuration file:
WEB-INF/configuration/projects/example_project/SchedulerStore.xml

I found some references on the configuration of the bean
projectSchedulerStore. Is it necessary this file, or it is only form
example configuration?
Thanks in advance.
Alessandro



  <bean id="projectSchedulerStore"
    class="org.quartz.impl.jdbcjobstore.JobStoreTX"
depends-on="sampleSchedulerConnectionProviderAdder">
    <property name="dataSource">
      <value>sampleSchedulerDataSource</value>
    </property>
    <property name="instanceName">
      <value>sampleProjectSchedulerStore</value>
    </property>
    <property name="instanceId">
      <ref bean="localHostName"/>
    </property>
    <property name="isClustered">
      <value>true</value>
    </property>
    <property name="clusterCheckinInterval">
      <value>2000</value>
    </property>
  </bean>

2008/8/19 Bartosz Oudekerk <[EMAIL PROTECTED]>:
> Alessandro Vincelli wrote:
>>
>> I'm working with hippo CMS 6.05.03, after the deploy on tomcat in
>> catalina.out I receive the message below.
>> Any suggestions?
>
> Not really, does the CMS otherwise work? Any other errors?
>
>> 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)
>
> Regards,
> --
> Bartosz Oudekerk
> .---------------------------------.-----------------------------------.
> | Hippo B.V.                      | Hippo USA Inc.                    |
> | Oosteinde 11                    | 101 H Street, suite Q Petaluma CA |
> | 1017 WT  Amsterdam              | 94952-3329  San Francisco         |
> | The Netherlands                 | United States                     |
> | Tel  +31 (0)20 5224466          | +1 (707) 773-4646                 |
> +---------------------------------+-----------------------------------+
> |     [EMAIL PROTECTED]     |      http://www.onehippo.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
>
>
********************************************
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