• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Websphere Scheduler Not Firing

 
Ranch Hand
Posts: 80
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm having some trouble with Websphere Scheduler in my local environment not firing off. I just got a new PC at work, and have everything set up. When I deploy the application and schedule a job, I can see that the task does get created. It shows up in the database table, and it shows up in the UI page that I created to view active tasks. The problem is that the task is never triggered. I still have access to my old PC (where it works), and the scheduler is set up the exact same way.

The first line of the process() method that processes the task just prints a line to the console, and that never shows up. There' no exceptions, just nothing happens.

I'm running Eclipse Juno and Websphere 8.5.

Looking for any advice I can find.

Thanks
reply
    Bookmark Topic Watch Topic
  • New Topic