Jump to content
We've recently updated our Privacy Statement, available here ×
  • ExporterImpl:157 - com.jaspersoft.jasperserver.api.JSException: org.quartz.JobPersistenceException: Couldn't retrieve calendar: Bad value for type long : \xaced0005737200286f72672e71756172747a2e696d706c2e


    Swapnil Pawar
    • Features: Exporters Version: v8.0.0 Product: JasperReports® Server

    Issue: 

    Error Trace while exporting the report Jobs: ERROR ExporterImpl:157 - com.jaspersoft.jasperserver.api.JSException: org.quartz.JobPersistenceException: Couldn't retrieve calendar: Bad value for type long :
    xaced0005737200286f72672e71756172747a2e696d706c2e63616c656e6461722e486f6c6964617943616c656e64617296a7acb5493e22db0200014c000564617465737400134c6a6176612f7574696c2f5472

    Resolution:

    We exported all reports first successfully and then tried to export all jobs that failed with that test. So identified an issue in the Jobs.
    Please configure the jasperreports-server-pro-8.0.0-binbuildomaticdefault_master.properties file and jasperreports-server-pro-8.0.0-binbuildomatickeystore.init.properties file to export the resource from the command line.

    Main fix:
    Please configure the jasperreports-server-pro-8.0.0-binbuildomaticconf_sourceieProjs.quartz.properties file.

    Search property as quartz.delegateClass , Please update quartz.delegateClass property value as follows:

    quartz.delegateClass=org.quartz.impl.jdbcjobstore.PostgreSQLDelegate

    For more information, you can see the below article to get more information about the available quartz.delegateClass.

    Driver delegates understand the particular ‘dialects’ of various database systems.

    http://www.quartz-scheduler.org/documentation/quartz-2.1.7/configuration/ConfigJobStoreTX.html#:~:text=org.quartz.impl.jdbcjobstore.PostgreSQLDelegate

    Finally, under the buildomatic directory run the following commands:

    Build the buildomatic utility with the updated configuration:
    ./js-ant.sh clean-config gen-config

    To export the whole repository including jobs and everything.
    ./js-export.sh --everything --output-zip exportfull.zip --keyalias deprecatedImportExportEncSecret


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