• 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

error generating the report using Quartz scheduler

 
Greenhorn
Posts: 26
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everyone

There is a strange problem when generating the report using QUARTZ scheduler

I can generate a report (ireport version 4.7.0) fine! no problem.
I can run the class IniciaAgenda and then it creates a pdf in my directory.

When I start full application the report is not generated...it just read that line: System.out.println("Generating report...");
There is no error in console...

I do not know where the error is in quartz or ireport.. because my method is fine out of quartz

Any idea please?? I don't know what to do anymore :/






web.xml with quartz config



THnaks
 
Rafael Ra
Greenhorn
Posts: 26
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I activate the log4j

Getting this error:


I saw many examples on the internet, but it does not work for me
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic