Questions tagged as 'scheduler'

1
answer

Spring @Scheduled with internal transaction triggering propagation error

I'm trying to run a service that relies on running cron with the @Scheduled annotation, but every time a database transaction needs to be opened within the method annotated with @Scheduled I get the error reported below: / p> @Service p...
asked by 15.09.2015 / 20:38
1
answer

Run Java Method from Time to Time - Run Periodically

How do I execute a method of a Java class from x in x time in WebLogic? From what I've been checking, there's the possibility of using the @Schedule annotation in the (Java EE 6) method. But as I'm using Java EE 5, this annotation does not wo...
asked by 02.06.2015 / 11:59
0
answers

Received fatal alert: handshake_failure when the class is executed by Schedule - JDK7

I have a class that does integration with WooCommerce, when I run the class when I upload the project not to httpClient error (4.5.3) I get the HttpResponse 200 ok, I have two api registered, 1 ° link e  2 ° link Both have the same TLS...
asked by 11.06.2018 / 19:29
2
answers

Do I really need to start from a main to run a schedule in java?

I'm developing a web application, and now I've come to a point where I'll have a process running in parallel in my application (in the background) every day at an x time. To test the process, I did a class inside the project with a main, and cir...
asked by 28.03.2018 / 22:34
0
answers

Run schedule only in production environment

I have a procedure that performs every start of month to reset passwords for idle users. This procedure changes the user's password and sends an email notifying the new password. However, I have different environments (local, homologation and...
asked by 29.06.2017 / 19:19
0
answers

AppHarbor + Quartz [closed]

I have an application in Appharbor (in C #), with only 2 buttons, one to start a job and another to stop it. I scheduled the job to run every 15 minutes, and to repeat forever (or until I force the stop), however, it does not run every 15 min...
asked by 28.09.2016 / 15:00
1
answer

Get AIMS e-Crew schedule information?

It has an app and website that shows the schedule of the flight attendants. Want to know how these sites get this information? Is it through api? Examples: site link App link I'm trying to make an app as a TCC, but I can not find in...
asked by 18.08.2015 / 22:07
0
answers

Event Scheduler can not be activated

I have a website and I created a simple ad expiration system through an SQL event, which runs for a certain amount of time and changes the ad's state if this dataexpiracao field has been exceeded. This works fine on the local server (XAMP...
asked by 31.05.2015 / 19:32
0
answers

Rotate an instance of the scheduler in a clustered environment

I have a EJB project that writes a record to the bank every 5 minutes. For this I am using the @Schedule annotation. For the cluster to work, I need to upload the application to the two nodes of JBoss (nodeA and nodeB), the sch...
asked by 30.01.2015 / 19:33
1
answer

Scheduler Laravel 5.2

Good evening. I use the Scheduler of Laravel 5.2 to send emails and now I have a problem. Until Friday I was able to send signature emails in img normally, but on Friday night we migrated our servers and started using PHP 5.6.9 (for...
asked by 27.02.2018 / 22:18