Jump to content
We've recently updated our Privacy Statement, available here ×

Scheduler problem - Nothing happens when submitting


jordan.lamarche
Go to solution Solved by NiOs,

Recommended Posts

Hello everyone,

 

Lately, I've been trying to set a scheduled report without any parameter. Unfortunately, I've been facing an error :

 

After right clicking,and planifying my report, when I hit the button "Save", I enter the scheduled report name and then nothing happens. I mean, really nothing. I'm not out of the window or anything, there is no schedule set at all on the JasperReports menu ... I haven't found anything on the logs neither. The strange thing is that the JasperReports Server is working just fine. Every reports works great if you forget about the scheduler problem, including the one I'm trying to schedule ! http://community.jaspersoft.com/sites/all/libraries/ckeditor/plugins/smiley/images/sad_smile.gif

 

Here is my configuration :

Windosw 2008 R2

JasperReports Server 5.5 (final release)

Microsoft SQL Server 2012

 

Any hero ?

 

Best regards,

 

Jordan Lamarche

Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Have you set the Quartz properties as described in the Install Guide? Find the js.quartz.properties file (in my install it's in the WEB-INF directory). For SQL server set the value of the Quart driver delegate class as follows

quartz.delegateClass=org.quartz.impl.jdbcjobstore.StdJDBCDelegate

Link to comment
Share on other sites

Hello elizam,

 

To be honest, I did set the quartz properties, except for the quartz.delegateClass property ! Don't know with I forgot it, actually. Thank you for pointing this out.

 

Unfortunately, it didn't solve my issue. I changed the quartz properties as described in the Install Guide and rebooted my server. Still no response from the menu in the web interface ...

 

I'm still investigating, but I didn't find anything yet.

 

Best regards,

 

Jordan Lamarche

Link to comment
Share on other sites

  • 5 months later...
  • Solution

Hi Jordan,

i had the same problem. There ist something wrong with the DatePicker.

When you have a Date like:

dd.MM.yyyy HH.mm

replace it with a Date like:

yyyy/MM/dd HH:mm

(write it i.e. in editor and copy/past it into the field - Jasper won´t let you fill in "/" or "-")

For me it works.

I found it here: http://stackoverflow.com/questions/19709622/jasperreports-server-5-5-create-schedule-not-working

Best regards

Nils

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...