DO NOT USE - Removed as part of "The great Stack Overflow tag/question cleanup of 2012" - See link in Tag Wiki for more information. Do not add this tag to questions! The "quartz" tag is ambiguous; it could refer to the graphics layer in Mac OS X, or the open source scheduling library. Please ...

learn more… | top users | synonyms

0
votes
1answer
13 views

Quartz next fire time is still previous trigger time?

I am using Quartz with spring to schedule jobs. i have a job which has been scheduled to run every hour. The problem is incase if the schedules job takes more than an hour then next fire time remains ...
0
votes
0answers
8 views

How to restrict queries fired by quartz-scheduler

I have quartz-scheduler with spring as part of my application, the application is deployed in a clustered environment. The problem is, quartz keeps firing a lot of queries (hundreds per minute) even ...
0
votes
0answers
18 views

JSF + Quartz scheduler with sleep function

i need to create a scheuler with job1 conditions 1) when some condition fail in job1 i need to sleep the job for some time ? queries 1) how can i do this in jsf with quartz 2.1.x or above ...
0
votes
0answers
21 views

Quartz / Spring / Postgres: Connection is always closed

I'm trying to get a Spring 1.3.1 application working with Quartz 2.1.7. This will be running in a clustered configuration with a postgresql jobstore. I've been receiving this exception on startup: ...
0
votes
1answer
27 views

Quartz scheduler getting error on server start

i am using quartz scheduling in web application on my class SchedulerJob i am fetching data fro DB and setting some fields based on some condition but i am getting the following error ...
0
votes
2answers
50 views

Job task don't execute

I'm using quartz on my Java Web application and I have a weird problem. I'm thinking the quartz its executing but don't "run" the Job task: my configuration files: quartz-job.xml: `<?xml ...
0
votes
0answers
26 views

Quartz + Guice seems that transacations are skiped

I'am using Quartz Scheduler in my Guice application, for some very simple job which should call some web service, and based on the response update rows in the database. The problem I have here is that ...
0
votes
1answer
20 views

Rescheduling Quartz at Runtime

We are novice quartz users at my project writing our first quartz tasks. We have our tasks running, but obviously, we want to learn about managing them, hence this question. We have them configured ...
0
votes
0answers
14 views

How to extend and use Quartz RemoteMBeanScheduler?

I can understand that quartz org.quartz.impl.RemoteMBeanScheduler is used to proxy a scheduler through JMX. How to extend it and use? Is there any shortfalls using this? Can this be used in a ...
0
votes
1answer
22 views

Howto setup HSQLDB schema for Quartz scheduler

I'm writing a "simple" scheduler application which uses the great Quartz Scheduling framework. Quartz works with most database systems (MySQL, Oracle, HSQLDB, ...), which just need to be specified ...
0
votes
0answers
8 views

Building red5 server: unresolved import org.quartz.spi.ClassLoadHelper;

I'm trying to build red5 server from source as explained in their video on YouTube. I'm getting unresolved import in Eclipse: import org.quartz.spi.ClassLoadHelper; What am I doing wrong? I'm ...
0
votes
0answers
7 views

Free Quartz Job interface? [closed]

My fellow developer and I pushed to implement some worker threads in our newest application to be managed by quartz rather than jerry-rigging it like our dept usually does. I am glad we did, but one ...
0
votes
1answer
31 views

How can I generate a pdf in iOS that contains embedded hocr data?

I used the ocr client tesseract to generate ocr text and location data in an hocr file. I'd like top create a pdf from the images with an invisible layer of text from tesseract embeedded within it. I ...
0
votes
0answers
10 views

Understanding how scheduler is implemented if I do not have implementations like quartz etc

I want to understand how schedulers like quartz are implemented. Does anyone have any links to good documentation or can anyone explain it briefly in here? The point where I am stuck is, how do you ...
0
votes
0answers
13 views

In Quartz clustering, is it possible to know from one node what tasks other nodes are currently running?

In Quartz clustering with JDBC-JobStore, if i have three nodes, is it possible to know from one node what tasks other nodes are currently running?
0
votes
1answer
22 views

Why UIImageView hides only after delay?

After a UIView is tapped, I hide it and initialize new object with UIView and Quartz drawRect. - (void)viewTapped:(UITapGestureRecognizer *)recognizer { self.vignetteView.hidden=true; ...
0
votes
0answers
13 views

Quartz composer + arduino and the Seriall0patch

I have downloaded the seriall0patch and put it in the right folder. Yet when I want to use it to use data from arduino it doesn't show in the patch folder. When I drag it from the finder to quartz ...
2
votes
0answers
68 views

Quartz job stops executing on StaleObjectStateException exception

I have a problem with quartz ( plugin :quartz2:2.1.6.2 but I have test even with plugin :quartz:1.0-RC7 but the problem does not change) on my Grails Project ( grails 2.2.1 ). I have a job like this ...
0
votes
0answers
16 views

Quartz CronTrigger can not get NextFireTimeUtc from IJobExecutionContext

I use Quarz.NET 2.1.2 for .NET 4.0, then I use simpleTrigger , I can get NextFireTimeUtc value from IJobExecutionContext, like this: public void Execute(IJobExecutionContext context) { DateTime ...
0
votes
1answer
44 views

creating multiple triggers with their respective jobs using Quartz in Spring

i have 2 different triggers and 2 different jobs. TimeLord1 and TimeLord2 are 2 different Java classes that are processed at the same time, same delay but they are different classes. FYI, there's ...
0
votes
1answer
26 views

Quartz versioning issue with jboss

I m having quartz 1.7.3 in .grails/plugins folder in development environment where in grails/web-inf/lib i have quartz-1.8.4.jar version It works properly in development sts 3.1.0 IDE version When ...
0
votes
0answers
36 views

why quartz example code can't be tested in Junit?

I am running this quartz-2.1.0\examples\src\main\java\org\quartz\examples\example3 sample code, it runs very well, but if I move the main code in CronTriggerExample.java to a junit test class, the job ...
0
votes
1answer
72 views

Disable Grails Quartz Job and start it in controller

I using Quartz plugin in Grails. But I have some problems. Please help me! I wants to disable Quartz Job in Grails at applications starting-up and wants to active it in controller and stop it later. ...
0
votes
0answers
45 views

Quartz not installing for Windows 8 Metro App Project

I have a problem with Quartz .Net library. I have made a research for best C# job scheduler and found out that Quartz is the best option. However, I cannot make it work with Windows 8 project. I am ...
0
votes
2answers
45 views

How to Fill a path with a pattern in Quartz

I have created a view and in my draw rect method I create paths depending on what a user does with sliders. Using standard colors , everything works and looks very nice. I am trying to follow a code ...
0
votes
1answer
28 views

can we set the cronExpression during runtime

my spring application context have cronTrigger <bean id="cronTriggerJobA" class="org.springframework.scheduling.quartz.CronTriggerBean"> <property name="jobDetail" ref="JobA" /> ...
0
votes
0answers
35 views

Different ways of generating PDF in iOS

I was doing some research and found two possibilities to generate a PDF file within iOS: Using UIKit Using QuartzCore They both seem to support the same features so.. which way is ...
0
votes
0answers
43 views

quartz job plugin not getting invoked on jboss startup

I have grails 1.3.5 with quartz plugin integrated for running jobs during the start of the application and continuously after some time interval but not able to identify the issue as jobs are not ...
0
votes
0answers
27 views

Quartz Composer - Toggle Other Sprites from Sprite?

I'm trying to essentially create a soundboard using Quartz Composer, I'm using the keyboard patch to get a letter from the user input and then have Quartz enable the sprite and play that video for ...
0
votes
0answers
21 views

How can I set mouse position, and click and create keyboard input with python in osx mountain lion

Controlling the mouse from Python in OS X I have attempted the answer from here which uses Quartz, but i cannot import quartz into python 2.7.4. I installed python from the python website. I ...
0
votes
0answers
40 views

Quartz.NET get original trigger scheduled time when recovery trigger is fired

I'm using Quartz.NET 2.1.2 in my project. In most cases ICronTrigger is being used (for example one of the triggers is set to fire every day at 4 AM). Because it is crucial not to skip job execution, ...
0
votes
1answer
54 views

Quartz jobs hanging around in DB tables

We are using Quartz 2.1.6 for job scheduling on a cluster, and storing the job data in a JDBC jobstore in our MySQL database (MySQL 5.1). All our Quartz configuration (scheduler, jobs, triggers) is ...
0
votes
0answers
22 views

Spring Social, Login from code

I'm new to spring social. I somehow managed to handle all the configurations and dependencies. I'm developing a project that requires posting of messages from a spring scheduler schedule. So my ...
1
vote
1answer
62 views

Call an MVC ActionResult with Quartz

I'm trying to set up quartz to stream values to the client using SSEs (server sent events). What I'd like to do is call an ActionResult in the controller every 5 seconds, which will send the updated ...
1
vote
0answers
16 views

trying to integrate quartz with spring scheduling when the application statited

i am trying to integrate quartz with spring, a file location is passed to the JobCSVfile class from a jsp page but it is not taking that location and showing null pointer exception. And i also want to ...
1
vote
1answer
47 views

quartz integration with spring,null pointer exception

i am trying to integrate quartz with spring, a file location is passed to the JobCSVfile class from a jsp page but it is not taking that location and showing null pointer exception. And i also want to ...
1
vote
1answer
123 views

Exception in thread org.springframework.beans.factory.BeanCreationException: Error

this is my applicationContext.xml <bean id="studentbean" class="com.Student"> <property name="name" value=" " /> </bean> <bean id="JobA" ...
0
votes
0answers
87 views

quartz job.xml crontriggers fire at startup

I'm using quartz with JDBCJobStore and jobinitializer plugin. I set some jobs in the xml and they are supposed to fire only once a day. The problem is that every time I start the web application all ...
1
vote
0answers
110 views

Grails quartz job retrieves old data from mysql

I have a single threaded quartz job that is kicked off after changing a record's 'status' column. The job is passed the primary id for the record which it then looks up. For some strange reason the ...
1
vote
1answer
56 views

Is it possible to shutdown QuartzScheduler at Tomcat Context Stop?

I have a Grails application that I want to shutdown Quartz when Tomcat stops the context. I tried to use BootStrap destroy closure with no success, but I'm not sure if it's even possible through that ...
-1
votes
2answers
841 views

How to create DateTimePicker in Razor MVC4? [closed]

I am creating a web-based task scheduling application using QUARTZ.NET and RAZOR(MVC4). For more details Click Here as given bellow Please give me some code or any reference to implement ...
0
votes
1answer
38 views

Quartz: scheduling with intervals by job family

I am evaluating schedulers, and I wonder whether quartz has the following functionality. The problem: I have jobs which are separated to families of jobs. For example: Family A: job A1, job A2, ...
0
votes
1answer
145 views

Spring 3.2 + Quartz 2.1.7 issue

I updated quartz from 1.8.6 to 2.1.7 couple days before and since then I couldn't start tomcat locally. Always get following error: java.lang.IncompatibleClassChangeError: class ...
4
votes
3answers
204 views

Quartz Job in a Grails Application being triggered three times

I have the next Quartz Job in a Grails Application. The job calculates some stats and sends and email with these stats. I want the job to execute everyday at 7 o'clock. My problem is the job ...
0
votes
1answer
80 views

setup log4j in eclipse to work with quartz job

This is my log4j.properties file in WEB-INF/classes directory: #SET LEVEL of ROOT-LOGGER, you will like to have Debug in local, but in prod you may just want WARN and ABOVE. This setting is done ...
2
votes
1answer
50 views

Does Dart have a Scheduler?

I am looking at dart from server side point of view. Is there a scheduler that can execute isolates at a specific time or X times an hour? I am thinking on the lines of quartz in the java world.
1
vote
1answer
39 views

JobData is not persisted after each execution in Quartz.net

I have a job where I want to keep track of the 50 latest runs. For some reason it doesn't seem like the state is stored in my simple prototyp: [PersistJobDataAfterExecution] public class ApiJob : ...
0
votes
1answer
60 views

Delete trigger for job in Quartz.net

How do I delete a trigger for a job in Quartz.net and keep the job? This is only an issue when deleting the last trigger on the job, right now it deletes the job as well. The code I am using is: ...
1
vote
1answer
60 views

How to implement the animation like 'Haze' did

First of all, I want to say this is not ads for Haze, it is trying to copy it, it is questions when I try to figure out how to implement the animation technology of haze. Maybe there are two choices ...
0
votes
0answers
49 views

Quartz vs (ScheduledExecutorService + Hazelcast Distributed Lock)

There is nothing Wrong with Quartz. I am trying to implement the schedulding feature with ExecutorService and Hazelcast. In a clustered environment where i have stateful jobs with a jdbc store , ...

1 2 3 4 5 13