Pentaho Excel sheet reading error -
i trying access excel sheet , perform actions on it. when running it, below error. not reading input file.
2015/04/29 13:11:42 - input.0 - opening openfile #0 : /var/opt/utm/v1.2/data/daily_inputs/working/input_29-04-2015.xlsx 2015/04/29 13:11:42 - input.0 - error (version 3.1.0, build 826 2008/09/30 11:30:46) : unexpected error : 2015/04/29 13:11:42 - input.0 - error (version 3.1.0, build 826 2008/09/30 11:30:46) : java.lang.noclassdeffounderror: jxl/workbooksettings 2015/04/29 13:11:42 - input.0 - error (version 3.1.0, build 826 2008/09/30 11:30:46) : @ org.pentaho.di.trans.steps.excelinput.excelinput.getrowfromworkbooks(excelinput.java:501) 2015/04/29 13:11:42 - input.0 - error (version 3.1.0, build 826 2008/09/30 11:30:46) : @ org.pentaho.di.trans.steps.excelinput.excelinput.processrow(excelinput.java:405) 2015/04/29 13:11:42 - input.0 - error (version 3.1.0, build 826 2008/09/30 11:30:46) : @ org.pentaho.di.trans.step.basestep.runstepthread(basestep.java:2664) 2015/04/29 13:11:42 - input.0 - error (version 3.1.0, build 826 2008/09/30 11:30:46) : @ org.pentaho.di.trans.steps.excelinput.excelinput.run(excelinput.java*
as far know errors, there jar(java library) file missing. quick check in pentaho folder , file.
.../data-integration/lib/jxl-2.6.12.jar
if it's missing, try download , put 'lib' folder.
download here: http://mirrors.ibiblio.org/pub/mirrors/maven/net.sourceforge.jexcelapi/jars/jxl-2.6.jar
then restart pentaho , try again.
Comments
Post a Comment