I am trying to generate a report in an XLS format.
When I run my graph I get the following exception :
Am I missing some library here ? (although in this case I would expect for a class not found exception)
Thanks
When I run my graph I get the following exception :
ERROR [WatchDog] - Node XLS_WRITER0 finished with status: ERROR caused by: jxl.CellView.setAutosize(Z)V
ERROR [WatchDog] - Node XLS_WRITER0 error details:
java.lang.NoSuchMethodError: jxl.CellView.setAutosize(Z)V
at org.jetel.data.formatter.JExcelXLSDataFormatter.prepareSheet(JExcelXLSDataFormatter.java:210)
at org.jetel.data.formatter.JExcelXLSDataFormatter.write(JExcelXLSDataFormatter.java:353)
at org.jetel.util.MultiFileWriter.writeRecord2CurrentTarget(MultiFileWriter.java:419)
at org.jetel.util.MultiFileWriter.write(MultiFileWriter.java:296)
at org.jetel.component.XLSWriter.execute(XLSWriter.java:591)
at org.jetel.graph.Node.run(Node.java:425)
at java.lang.Thread.run(Unknown Source)
Am I missing some library here ? (although in this case I would expect for a class not found exception)
Thanks
-
Please check the class path on your project (Project --> Properties --> Java Build Path): there should be two libraries only (CloverETL Engine and JRE system Library).
Please sign in to leave a comment.
Comments 1