About 303,000 results
Open links in new tab
  1. oracle database - WebLogic job scheduling - Stack Overflow

    Sep 23, 2013 · I'm trying to implement a WebLogic job scheduling example, to test my cluster capabilities of fail-over on scheduled tasks (to ensure that these tasks are executed on fail …

  2. Singleton Service in weblogic for cluster timer - Stack Overflow

    Feb 2, 2012 · I am using Weblogic 11. Ejb3.0 I am trying to set up a timer in a cluster environment. I understood from the net that it possible to do via the Singleton service of …

  3. java - ejb timer (scheduler) does not trigger - Stack Overflow

    Jun 28, 2023 · i have two ejb schedulers inside a class running on a weblogic server. it works fine except in some rare occasions where one of them (the first timer) does not even trigger, while …

  4. Start TimerService with application on WebLogic - Stack Overflow

    Nov 26, 2012 · I'm trying to start an EJB TimerService timer when my application starts on WebLogic 10.3.5 The Timer is an EJB. I tried using both ServletContextListener and …

  5. What's the difference between "Stuck Thread Max Time" and "Max …

    Jan 29, 2015 · Tuning = stuck thread reporting Servers -> Some_Server -> Configuration -> Tuning -> Stuck Thread Max Time This will check on the Stuck Thread Timer Interval for any …

  6. weblogic - EntityManager not injected in a @Stateless EJB, when I ...

    Sep 12, 2016 · The problem has been resolved by replacing the @Inject by a @EJB in my singleton : @Startup @Singleton public class MyScheduledProcess { @Resource protected …

  7. EJB Schedule automatic start on weblogic - Stack Overflow

    You'll need GlassFish v3.+ because this feature was added in EJB 3.1 Automatic timers are created by the EJB container when an enterprise bean that contains methods annotated with …

  8. ejb 3.1 - Weblogic 12c Timer issue - Stack Overflow

    Feb 22, 2012 · i have a EJB Module that use EJB3.1 Timer Annotation for Scheduling but on some cases when my method get Exception after 2 or 3 timer attempts , timer kill and not call …

  9. out of memory - Why too many threads in weblogic with …

    Oct 18, 2021 · 1 I figure out that was the problem. We're using a library called cfg4j-core and whenever a run the code below it creates a new thead using java.util.Timer. It was supposed …

  10. How do I ignore stuck threads in a Weblogic Server

    Nov 26, 2011 · Hi. I tried this, didn't seem to work, so instead I'm now scheduling WorkManager work when the timer expires with the work manager config set to ignore stuck threads.