Jump to content
We've recently updated our Privacy Statement, available here ×
  • At the time of saving the newly created schedule, the user gets the error 'Failed to save the scheduled job'.


    Prasad B
    • Features: Scheduler Version: v8 Product: JasperReports® Server

    Problem Statement:

    Our user creates the schedule, and when they try to save the schedule, they are getting the error 'Failed to save the scheduled job'. The full response from the server is:{"errorCode":"unexpected.error","parameters":["java.lang.NullPointerException"]

    Solution:

    The issue is caused by setting the following property as true in the applicationContext-cascade.xml file 

     <bean id="allowExtraReportParameters" class="java.lang.Boolean">
            <constructor-arg value="true"/>
        </bean>


    This property is set to false by default, and when it changes to true, it allows you to send additional job parameters.

    --When the user faces this issue, kindly check the value of the property and change it to false. When the user restarts the server after saving the changes, they will not face this issue.

     

    Ref Case: #02168150


    User Feedback

    Recommended Comments

    There are no comments to display.



    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...