Jump to content
We've recently updated our Privacy Statement, available here ×
  • class net.sourceforge.jtds.jdbc.ClobImpl not configured


    Jim W
    • Features: Reports Version: v7.5.1 Product: JasperReports® Server

    Problem Description:

    You are getting this error when running a new report:

    [toc]

    "Processor of type com.jaspersoft.jasperserver.inputcontrols.cascade.handlers.converters.DataConverter for class net.sourceforge.jtds.jdbc.ClobImpl not configured." 


    Workaround:

    You might get this error even when clob datatype is not used.  For example, you may be using a JTDS jdbc driver.  The trouble may be with a column with datatype of nvarchar(max).

    This datatype is interpreted by jasperserver as clob and hence the failure.  Try using something like this:  nvarchar(400)

     

     

    • Thanks 1

    User Feedback

    Recommended Comments

    ¡Muchas gracias por tu ayuda! Tu solución al error net.sourceforge.jtds.jdbc.ClobImpl fue muy clara y precisa. Aprecio que hayas explicado la causa del error en detalle y que hayas proporcionado una solución simple y efectiva.  

    Sumo a tu detalle para la comunidad que encontré los errores net.sourceforge.jtds.jdbc.ClobImpl@31c0c47e y net.sourceforge.jtds.jdbc.ClobImpl@75a09e7 al ejecutar un nuevo informe

    Muchas Gracias.

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