<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - Job Scheduling with Quartz and Timer</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Mon, 20 May 2013 10:34:33 -0400</pubDate>


    <item>

        <title>This article explores about job</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=24446</link>

        

        
            <description><![CDATA[<p>This article explores about job scheduling in Java and also about the strong Quartz library. From the article, we learn that Quartz is used for scheduling in javablogs.com. For those searching for dedicated server hosting packages this article may...]]></description>
        

        <pubDate>Mon, 03 Oct 2011 03:09:05 -0400</pubDate>

        

        <jf:creationDate>Mon, 03 Oct 2011 03:09:05 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 03 Oct 2011 03:09:05 -0400</jf:modificationDate>
        <jf:date>Oct 3, 2011</jf:date>
        <jf:author>PaulWeb</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Unable to shutdown the quartz schedular in jboss.</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=24446</link>

        

        
            <description><![CDATA[<p>Hello,</p>...]]></description>
        

        <pubDate>Mon, 27 Dec 2010 01:25:27 -0500</pubDate>

        

        <jf:creationDate>Mon, 27 Dec 2010 01:25:27 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 27 Dec 2010 01:25:27 -0500</jf:modificationDate>
        <jf:date>Dec 27, 2010</jf:date>
        <jf:author>anshu rajain</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: ObjectAlreadyExistsException</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=24446</link>

        

        
            <description><![CDATA[Am using DB persistence ang getting this error "ObjectAlreadyExistsException" when i restart the server and quartz wont continue firing jobs(cant see anything outputted to console). How can i overwrite jobs kept in the database using the properties file....]]></description>
        

        <pubDate>Wed, 07 Feb 2007 05:45:39 -0500</pubDate>

        

        <jf:creationDate>Wed, 07 Feb 2007 05:45:39 -0500</jf:creationDate>
        <jf:modificationDate>Wed, 07 Feb 2007 05:45:39 -0500</jf:modificationDate>
        <jf:date>Feb 7, 2007</jf:date>
        <jf:author>akaketwa</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: ObjectAlreadyExistsException</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=24446</link>

        

        
            <description><![CDATA[Am using DB persistence ang getting this error "ObjectAlreadyExistsException" when i restart the server and quartz wont continue firing jobs(cant see anything outputted to console). How can i overwrite jobs kept in the database using the properties file....]]></description>
        

        <pubDate>Wed, 07 Feb 2007 05:45:35 -0500</pubDate>

        

        <jf:creationDate>Wed, 07 Feb 2007 05:45:35 -0500</jf:creationDate>
        <jf:modificationDate>Wed, 07 Feb 2007 05:45:35 -0500</jf:modificationDate>
        <jf:date>Feb 7, 2007</jf:date>
        <jf:author>akaketwa</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: ObjectAlreadyExistsException</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=24446</link>

        

        
            <description><![CDATA[Have you set the param shutdown-on-unload to true on your
web.xml configuration file?
try this:
	  
	    shutdown-on-unload
	    true
	  ]]></description>
        

        <pubDate>Fri, 02 Jun 2006 16:18:18 -0400</pubDate>

        

        <jf:creationDate>Fri, 02 Jun 2006 16:18:18 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 02 Jun 2006 16:18:18 -0400</jf:modificationDate>
        <jf:date>Jun 2, 2006</jf:date>
        <jf:author>Rogério Alcântara Valente</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Quartz Complex?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=24446</link>

        

        
            <description><![CDATA[drop in the jar, make a MyJobImpl ,implement the execute(), and add a trigger, your done.<br><br>jeryl]]></description>
        

        <pubDate>Fri, 15 Apr 2005 20:04:39 -0400</pubDate>

        

        <jf:creationDate>Fri, 15 Apr 2005 20:04:39 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 15 Apr 2005 20:04:39 -0400</jf:modificationDate>
        <jf:date>Apr 15, 2005</jf:date>
        <jf:author>Jeryl Cook</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Pinned services (and Quartz)</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=24446</link>

        

        
            <description><![CDATA[Quartz has a clustered schedule function<br>see<br><a href="http://quartz.sourceforge.net/javadoc/org/quartz/examples/ClusterTest.html" target="_blank">http://quartz.sourceforge.net/javadoc/org/quartz/examples/ClusterTest.html</a>]]></description>
        

        <pubDate>Wed, 06 Apr 2005 11:13:53 -0400</pubDate>

        

        <jf:creationDate>Wed, 06 Apr 2005 11:13:53 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 06 Apr 2005 11:13:53 -0400</jf:modificationDate>
        <jf:date>Apr 6, 2005</jf:date>
        <jf:author>E C</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Pinned services (and Quartz)</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=24446</link>

        

        
            <description><![CDATA[I'm afraid the thread is long dead.  But I was wondering Claus if you ever found a clustered scheduler that would allow for 'pinned service'?<br><br>Mike]]></description>
        

        <pubDate>Mon, 28 Mar 2005 21:15:23 -0500</pubDate>

        

        <jf:creationDate>Mon, 28 Mar 2005 21:15:23 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 28 Mar 2005 21:15:23 -0500</jf:modificationDate>
        <jf:date>Mar 28, 2005</jf:date>
        <jf:author>Mike Youngstrom</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>ObjectAlreadyExistsException</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=24446</link>

        

        
            <description><![CDATA[When my app serever restarts I get the error:org.quartz.ObjectAlreadyExistsException: Unable to store Job with name: 'MyJob' and group: 'DEFAULT', because one already exists with this identification.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at...]]></description>
        

        <pubDate>Wed, 12 Jan 2005 13:40:50 -0500</pubDate>

        

        <jf:creationDate>Wed, 12 Jan 2005 13:40:50 -0500</jf:creationDate>
        <jf:modificationDate>Wed, 12 Jan 2005 13:40:50 -0500</jf:modificationDate>
        <jf:date>Jan 12, 2005</jf:date>
        <jf:author>Steve Roffman</jf:author>
        <jf:replyCount>4</jf:replyCount>
    </item>


    <item>

        <title>just a hint</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=24446</link>

        

        
            <description><![CDATA[You might have an xml file containing the same jobs as well when starting up? do you execute: processFileAndScheduleJobs or processFile ?]]></description>
        

        <pubDate>Mon, 10 Jan 2005 05:26:39 -0500</pubDate>

        

        <jf:creationDate>Mon, 10 Jan 2005 05:26:39 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 10 Jan 2005 05:26:39 -0500</jf:modificationDate>
        <jf:date>Jan 10, 2005</jf:date>
        <jf:author>marcel thiel</jf:author>
        <jf:replyCount>5</jf:replyCount>
    </item>


    <item>

        <title>'JobInitializationPlugin'  ObjectAlreadyExistsException</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=24446</link>

        

        
            <description><![CDATA[When I use DB persistence, I get the following exception when I restart the app server. I have set overWriteExistingJobs property to true but didnt help<br>Thanks for any help<br><br>INFO: Registering Quartz Job Initiazation Plug-in.<br>Dec 3, 2004...]]></description>
        

        <pubDate>Fri, 03 Dec 2004 10:57:24 -0500</pubDate>

        

        <jf:creationDate>Fri, 03 Dec 2004 10:57:24 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 03 Dec 2004 10:57:24 -0500</jf:modificationDate>
        <jf:date>Dec 3, 2004</jf:date>
        <jf:author>Anbu Krishna</jf:author>
        <jf:replyCount>6</jf:replyCount>
    </item>


    <item>

        <title>Can't stop a job from rexecuting /can'treinitializej ob store</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=24446</link>

        

        
            <description><![CDATA[I have a cron job , 0 * 7-10  * * ?<br>If during the hours of 7-10, the result of its execution  (executionContext.getResult(&quot;ok&quot;)) is &quot;ok&quot;, I want the job to stop and then resume the next day, not the next cron time which would be...]]></description>
        

        <pubDate>Mon, 30 Aug 2004 09:42:37 -0400</pubDate>

        

        <jf:creationDate>Mon, 30 Aug 2004 09:42:37 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 30 Aug 2004 09:42:37 -0400</jf:modificationDate>
        <jf:date>Aug 30, 2004</jf:date>
        <jf:author>Steve Roffman</jf:author>
        <jf:replyCount>7</jf:replyCount>
    </item>


    <item>

        <title>TimerTask and class loaders</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=24446</link>

        

        
            <description><![CDATA[<i>I use a Timer to run a job every night. i have a problem getting a resource (class.getResouceAsStream) for any class in a specific framework that is in a jar in WEB-INF/lib. when i call the same code from struts (from a user request), everything works...]]></description>
        

        <pubDate>Tue, 16 Mar 2004 22:16:41 -0500</pubDate>

        

        <jf:creationDate>Tue, 16 Mar 2004 22:16:41 -0500</jf:creationDate>
        <jf:modificationDate>Tue, 16 Mar 2004 22:16:41 -0500</jf:modificationDate>
        <jf:date>Mar 16, 2004</jf:date>
        <jf:author>Cameron Purdy</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Replace java.lang.System class</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=24446</link>

        

        
            <description><![CDATA[It fails with the same message for me too, probably we need to drop all native methods in System class.]]></description>
        

        <pubDate>Tue, 16 Mar 2004 08:23:34 -0500</pubDate>

        

        <jf:creationDate>Tue, 16 Mar 2004 08:23:34 -0500</jf:creationDate>
        <jf:modificationDate>Tue, 16 Mar 2004 08:23:34 -0500</jf:modificationDate>
        <jf:date>Mar 16, 2004</jf:date>
        <jf:author>Juozas Baliuka</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>reuse Job Instanciation</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=24446</link>

        

        
            <description><![CDATA[<blockquote>Is it possible (not found in the API) to use a Job previously created by application?<br>...]]></description>
        

        <pubDate>Mon, 15 Mar 2004 20:33:05 -0500</pubDate>

        

        <jf:creationDate>Mon, 15 Mar 2004 20:33:05 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 15 Mar 2004 20:33:05 -0500</jf:modificationDate>
        <jf:date>Mar 15, 2004</jf:date>
        <jf:author>chang joachim</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>



</channel>
</rss>

