Advertisement
Guest User

dataikuErrorDashboard

a guest
Mar 27th, 2019
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.98 KB | None | 0 0
  1. [+] Saving installation log to /home/mycompany/Dataiku/DATA_DIR/run/install.log
  2. [+] Checking dependencies
  3. + Detected OS distribution : centos 7
  4. + Checking required packages...
  5. [+] Installing additional modules for dashboard and flow export feature
  6. npm WARN checkPermissions Missing write access to /home/mycompany/Dataiku/dataiku-dss-5.1.2/resources/graphics-export
  7. /home/mycompany/Dataiku/dataiku-dss-5.1.2/resources/graphics-export
  8. ├── fs@0.0.1-security
  9. └─┬ puppeteer@1.10.0
  10. ├─┬ debug@3.2.6
  11. │ └── ms@2.1.1
  12. ├─┬ extract-zip@1.6.7
  13. │ ├─┬ concat-stream@1.6.2
  14. │ │ ├── buffer-from@1.1.1
  15. │ │ ├── inherits@2.0.3
  16. │ │ ├─┬ readable-stream@2.3.6
  17. │ │ │ ├── core-util-is@1.0.2
  18. │ │ │ ├── isarray@1.0.0
  19. │ │ │ ├── process-nextick-args@2.0.0
  20. │ │ │ ├── safe-buffer@5.1.2
  21. │ │ │ ├── string_decoder@1.1.1
  22. │ │ │ └── util-deprecate@1.0.2
  23. │ │ └── typedarray@0.0.6
  24. │ ├─┬ debug@2.6.9
  25. │ │ └── ms@2.0.0
  26. │ ├─┬ mkdirp@0.5.1
  27. │ │ └── minimist@0.0.8
  28. │ └─┬ yauzl@2.4.1
  29. │ └─┬ fd-slicer@1.0.1
  30. │ └── pend@1.2.0
  31. ├─┬ https-proxy-agent@2.2.1
  32. │ └─┬ agent-base@4.2.1
  33. │ └─┬ es6-promisify@5.0.0
  34. │ └── es6-promise@4.2.6
  35. ├── mime@2.4.0
  36. ├── progress@2.0.3
  37. ├── proxy-from-env@1.0.0
  38. ├─┬ rimraf@2.6.3
  39. │ └─┬ glob@7.1.3
  40. │ ├── fs.realpath@1.0.0
  41. │ ├─┬ inflight@1.0.6
  42. │ │ └── wrappy@1.0.2
  43. │ ├─┬ minimatch@3.0.4
  44. │ │ └─┬ brace-expansion@1.1.11
  45. │ │ ├── balanced-match@1.0.0
  46. │ │ └── concat-map@0.0.1
  47. │ ├── once@1.4.0
  48. │ └── path-is-absolute@1.0.1
  49. └─┬ ws@5.2.2
  50. └── async-limiter@1.0.0
  51.  
  52. npm WARN enoent ENOENT: no such file or directory, open '/home/mycompany/Dataiku/dataiku-dss-5.1.2/resources/graphics-export/package.json'
  53. npm WARN graphics-export No description
  54. npm WARN graphics-export No repository field.
  55. npm WARN graphics-export No README data
  56. npm WARN graphics-export No license field.
  57. npm ERR! Linux 3.10.0-957.5.1.el7.x86_64
  58. npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install" "puppeteer@1.10.0" "fs"
  59. npm ERR! node v6.16.0
  60. npm ERR! npm v3.10.10
  61. npm ERR! path /home/mycompany/Dataiku/dataiku-dss-5.1.2/resources/graphics-export
  62. npm ERR! code EACCES
  63. npm ERR! errno -13
  64. npm ERR! syscall access
  65.  
  66. npm ERR! Error: EACCES: permission denied, access '/home/mycompany/Dataiku/dataiku-dss-5.1.2/resources/graphics-export'
  67. npm ERR! at Error (native)
  68. npm ERR! { Error: EACCES: permission denied, access '/home/mycompany/Dataiku/dataiku-dss-5.1.2/resources/graphics-export'
  69. npm ERR! at Error (native)
  70. npm ERR! errno: -13,
  71. npm ERR! code: 'EACCES',
  72. npm ERR! syscall: 'access',
  73. npm ERR! path: '/home/mycompany/Dataiku/dataiku-dss-5.1.2/resources/graphics-export' }
  74. npm ERR!
  75. npm ERR! Please try running this command again as root/Administrator.
  76. npm ERR! Linux 3.10.0-957.5.1.el7.x86_64
  77. npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install" "puppeteer@1.10.0" "fs"
  78. npm ERR! node v6.16.0
  79. npm ERR! npm v3.10.10
  80. npm ERR! path npm-debug.log.3361725286
  81. npm ERR! code EACCES
  82. npm ERR! errno -13
  83. npm ERR! syscall open
  84.  
  85. npm ERR! Error: EACCES: permission denied, open 'npm-debug.log.3361725286'
  86. npm ERR! at Error (native)
  87. npm ERR! { Error: EACCES: permission denied, open 'npm-debug.log.3361725286'
  88. npm ERR! at Error (native)
  89. npm ERR! errno: -13,
  90. npm ERR! code: 'EACCES',
  91. npm ERR! syscall: 'open',
  92. npm ERR! path: 'npm-debug.log.3361725286' }
  93. npm ERR!
  94. npm ERR! Please try running this command again as root/Administrator.
  95.  
  96. npm ERR! Please include the following file with any support request:
  97. npm ERR! /home/mycompany/Dataiku/dataiku-dss-5.1.2/resources/graphics-export/npm-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement