wget - Ctools do not show up in pentaho UI -


i using pentaho ce 5 on windows. use ctools can't make them show in file -> new menu use them.

being behind proxy, can not use marketplace plugin, have tried manual installation.

  • first, tried use ctools-installer.sh. have run following command line in cygwin (wget , unzip installed):

./ctools-installer.sh -s /cygdrive/d/users/[user]/mes\ programmes/pentaho/biserver-ce/pentaho-solutions/ -w /cygdrive/d/users/[user]/mes\ programmes/pentaho/biserver-ce/tomcat/webapps/pentaho/

the script starts, asks me module want install, , begins downloads.

for each module, output (set -x added script) :

  • echo -n 'downloading cdf...' downloading cdf...+ wget -q --no-check-certificate 'http://ci.analytical-labs.com/job/webdetails-cdf-5-release/lastsuccessfulbuild/artifact/bi-platform-v2-plugin/dist/zip/dist.zip' -o .tmp/cdf/dist.zip system_wgetrc = c:/progra~1/wget/etc/wgetrc syswgetrc = c:\program files (x86)\gnuwin32/etc/wgetrc
  • '[' '!' -z '' ']'
  • rm -f .tmp/dist/marketplace.xml
  • unzip -o .tmp/cdf/dist.zip -d .tmp end-of-central-directory signature not found. either file not zipfile, or constitutes 1 disk of multi-part archive. in latter case central directory , zipfile comment found on last disk(s) of archive. unzip: cannot find zipfile directory in .tmp/cdf/dist.zip, , cannot find .tmp/cdf/dist.zip.zip, period.
  • chmod -r u+rwx .tmp
  • echo done done

then script ends. have seen on page (pentaho-bi-suite) normal output. nevertheless, seems bit strange me , when start pentaho server (login: admin/password), cannot see new tools in menus.

  • after few other tutorials , script itself, have downloaded .zip snapshots every tool , unzipped them in system directory of pentaho server. same result.

i make .sh works, can try or adjust ?

thanks

edit 05/06/2014

i checked dist.zip files dowloaded script , empty. seems wget cannot fetch zip files, , therefore installation fails. when try webpage through wget, fails. think because of proxy.

here .wgetrc file, located in user's cygwin home folder:

use_proxy=on

http_proxy=http://[url]:[port]

https_proxy=http://[url]:[port]

proxy_user=[user]

proxy_password=[password]

how make work?

edit 10/06/2014

in end, have changed network connection settings bypass proxy. seems there offline mode installer, 1 can download needed files on proxy-free environment , run script offline. guess related -r option.

i consider post solved, since not ctools issue anymore.

difficult identify issue in above procedure.. can refer this blog key member of pentaho itself..


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

ios - Change Storyboard View using Seague -

verilog - Systemverilog dynamic casting issues -