-
Notifications
You must be signed in to change notification settings - Fork 82
Description
I follow the instruction to test my changes, but when I click on "install" button I got an error.
This is the pentaho.log
'''
19 Aug 2016 17:24:50,424 INFO [org.pentaho.di] 2016/08/19 17:24:50 - installPack - Start of job execution
19 Aug 2016 17:24:50,428 INFO [org.pentaho.di] 2016/08/19 17:24:50 - installPack - Starting entry [Write To Log]
19 Aug 2016 17:24:50,430 INFO [org.pentaho.di] 2016/08/19 17:24:50 - - Installpack:
2016/08/19 17:24:50 - - cpk.webapp.dir = /var/lib/tomcat-pentaho/webapps/pentaho/
2016/08/19 17:24:50 - - cpk.solution.system.dir = /production/pentaho/instances/pentaho/pentaho-solutions/system/
2016/08/19 17:24:50 - - cpk.solution.dir = ${cpk.solution.dir}
2016/08/19 17:24:50 - - cpk.webapp.dir = /var/lib/tomcat-pentaho/webapps/pentaho/
2016/08/19 17:24:50 - - cpk.plugin.dir = /production/pentaho/instances/pentaho/pentaho-solutions/system/languagePackInstaller/
19 Aug 2016 17:24:50,430 INFO [org.pentaho.di] 2016/08/19 17:24:50 - installPack - Starting entry [get pack metadata]
19 Aug 2016 17:24:50,433 INFO [org.pentaho.di] 2016/08/19 17:24:50 - get pack metadata - Loading transformation from XML file [file:///production/pentaho/instances/pentaho/pentaho-solutions/system/languagePackInstaller/endpoints/kettle/admin/getpackmetadata.ktr]
19 Aug 2016 17:24:50,433 INFO [org.pentaho.di] 2016/08/19 17:24:50 - cfgbuilder - Warning: The configuration parameter [org] is not supported by the default configuration builder for scheme: sftp
19 Aug 2016 17:24:50,436 INFO [org.pentaho.di] 2016/08/19 17:24:50 - cfgbuilder - Warning: The configuration parameter [org] is not supported by the default configuration builder for scheme: sftp
19 Aug 2016 17:24:50,443 INFO [org.pentaho.di] 2016/08/19 17:24:50 - cfgbuilder - Warning: The configuration parameter [org] is not supported by the default configuration builder for scheme: sftp
19 Aug 2016 17:24:50,444 INFO [org.pentaho.di] 2016/08/19 17:24:50 - get pack metadata - Dispatching started for transformation [get pack metadata]
19 Aug 2016 17:24:50,562 INFO [org.pentaho.di] 2016/08/19 17:24:50 - cfgbuilder - Warning: The configuration parameter [org] is not supported by the default configuration builder for scheme: sftp
19 Aug 2016 17:24:50,564 INFO [org.pentaho.di] 2016/08/19 17:24:50 - Load utf8 file content in memory.0 - Finished processing (I=1, O=0, R=0, W=1, U=0, E=0)
19 Aug 2016 17:24:50,646 ERROR [org.pentaho.di] 2016/08/19 17:24:50 - import metadata.json.0 - ERROR (version 6.0.1.0-386, build 1 from 2015-12-03 11.37.25 by buildguy) : Unexpected Error : org.pentaho.di.core.exception.KettleException:
2016/08/19 17:24:50 - import metadata.json.0 - org.pentaho.di.core.exception.KettleException:
2016/08/19 17:24:50 - import metadata.json.0 - We can not find any data with path [$]!
2016/08/19 17:24:50 - import metadata.json.0 -
2016/08/19 17:24:50 - import metadata.json.0 -
2016/08/19 17:24:50 - import metadata.json.0 - We can not find any data with path [$]!
19 Aug 2016 17:24:50,647 INFO [org.pentaho.di] 2016/08/19 17:24:50 - Set Variables.0 - We didn't receive a row while setting the default values.
19 Aug 2016 17:24:50,647 INFO [org.pentaho.di] 2016/08/19 17:24:50 - Set Variables.0 - Finished after 0 rows.
19 Aug 2016 17:24:50,648 ERROR [org.pentaho.di] 2016/08/19 17:24:50 - import metadata.json.0 - ERROR (version 6.0.1.0-386, build 1 from 2015-12-03 11.37.25 by buildguy) : org.pentaho.di.core.exception.KettleException:
2016/08/19 17:24:50 - import metadata.json.0 - org.pentaho.di.core.exception.KettleException:
2016/08/19 17:24:50 - import metadata.json.0 - We can not find any data with path [$]!
2016/08/19 17:24:50 - import metadata.json.0 -
2016/08/19 17:24:50 - import metadata.json.0 -
2016/08/19 17:24:50 - import metadata.json.0 - We can not find any data with path [$]!
2016/08/19 17:24:50 - import metadata.json.0 -
2016/08/19 17:24:50 - import metadata.json.0 -
2016/08/19 17:24:50 - import metadata.json.0 - at org.pentaho.di.trans.steps.jsoninput.JsonReader.getPath(JsonReader.java:191)
2016/08/19 17:24:50 - import metadata.json.0 - at org.pentaho.di.trans.steps.jsoninput.JsonInput.parseJson(JsonInput.java:281)
2016/08/19 17:24:50 - import metadata.json.0 - at org.pentaho.di.trans.steps.jsoninput.JsonInput.readFileOrString(JsonInput.java:258)
2016/08/19 17:24:50 - import metadata.json.0 - at org.pentaho.di.trans.steps.jsoninput.JsonInput.ReadNextString(JsonInput.java:165)
2016/08/19 17:24:50 - import metadata.json.0 - at org.pentaho.di.trans.steps.jsoninput.JsonInput.getOneRow(JsonInput.java:396)
2016/08/19 17:24:50 - import metadata.json.0 - at org.pentaho.di.trans.steps.jsoninput.JsonInput.processRow(JsonInput.java:344)
2016/08/19 17:24:50 - import metadata.json.0 - at org.pentaho.di.trans.step.RunThread.run(RunThread.java:62)
2016/08/19 17:24:50 - import metadata.json.0 - at java.lang.Thread.run(Thread.java:745)
2016/08/19 17:24:50 - import metadata.json.0 - Caused by: org.pentaho.di.core.exception.KettleException:
2016/08/19 17:24:50 - import metadata.json.0 - We can not find any data with path [$]!
2016/08/19 17:24:50 - import metadata.json.0 -
2016/08/19 17:24:50 - import metadata.json.0 - at org.pentaho.di.trans.steps.jsoninput.JsonReader.getPath(JsonReader.java:187)
2016/08/19 17:24:50 - import metadata.json.0 - ... 7 more
19 Aug 2016 17:24:50,648 INFO [org.pentaho.di] 2016/08/19 17:24:50 - import metadata.json.0 - Finished processing (I=0, O=0, R=1, W=0, U=0, E=1)
19 Aug 2016 17:24:50,649 INFO [org.pentaho.di] 2016/08/19 17:24:50 - get pack metadata - Transformation detected one or more steps with errors.
19 Aug 2016 17:24:50,649 INFO [org.pentaho.di] 2016/08/19 17:24:50 - get pack metadata - Transformation is killing the other steps!
19 Aug 2016 17:24:50,649 ERROR [org.pentaho.di] 2016/08/19 17:24:50 - get pack metadata - ERROR (version 6.0.1.0-386, build 1 from 2015-12-03 11.37.25 by buildguy) : Errors detected!
19 Aug 2016 17:24:50,651 INFO [org.pentaho.di] 2016/08/19 17:24:50 - installPack - Starting entry [File Exists]
19 Aug 2016 17:24:50,652 INFO [org.pentaho.di] 2016/08/19 17:24:50 - installPack - Starting entry [Abort job]
19 Aug 2016 17:24:50,653 ERROR [org.pentaho.di] 2016/08/19 17:24:50 - Abort job - ERROR (version 6.0.1.0-386, build 1 from 2015-12-03 11.37.25 by buildguy) : Aborting job.
19 Aug 2016 17:24:50,654 INFO [org.pentaho.di] 2016/08/19 17:24:50 - installPack - Finished job entry Abort job
19 Aug 2016 17:24:50,654 INFO [org.pentaho.di] 2016/08/19 17:24:50 - installPack - Finished job entry File Exists
19 Aug 2016 17:24:50,654 INFO [org.pentaho.di] 2016/08/19 17:24:50 - installPack - Finished job entry get pack metadata
19 Aug 2016 17:24:50,654 INFO [org.pentaho.di] 2016/08/19 17:24:50 - installPack - Finished job entry Write To Log
19 Aug 2016 17:24:50,654 INFO [org.pentaho.di] 2016/08/19 17:24:50 - installPack - Job execution finished
'''