Advertisement
madras

Untitled

Jan 26th, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.71 KB | None | 0 0
  1. /usr/lib/jvm/java-1.8.0-openjdk-amd64/bin/java -Dmaven.multiModuleProjectDirectory=/home/marcin/Desktop/sport_club -Dmaven.home=/home/marcin/Downloads/idea-IU-163.11103.6/plugins/maven/lib/maven3 -Dclassworlds.conf=/home/marcin/Downloads/idea-IU-163.11103.6/plugins/maven/lib/maven3/bin/m2.conf -Didea.launcher.port=7538 -Didea.launcher.bin.path=/home/marcin/Downloads/idea-IU-163.11103.6/bin -Dfile.encoding=UTF-8 -classpath /home/marcin/Downloads/idea-IU-163.11103.6/plugins/maven/lib/maven3/boot/plexus-classworlds-2.5.2.jar:/home/marcin/Downloads/idea-IU-163.11103.6/lib/idea_rt.jar com.intellij.rt.execution.application.AppMain org.codehaus.classworlds.Launcher -Didea.version=2016.3.3 compile
  2. [INFO] Scanning for projects...
  3. [INFO]
  4. [INFO] ------------------------------------------------------------------------
  5. [INFO] Building Sport Club 0.0.1-SNAPSHOT
  6. [INFO] ------------------------------------------------------------------------
  7. [INFO]
  8. [INFO] --- exec-maven-plugin:1.5.0:exec (npm-install) @ sport_club ---
  9. npm WARN deprecated husl@5.0.3: Project renamed to HSLuv
  10. sport-club@0.0.1 /home/marcin/Desktop/sport_club/src/main/resources/static
  11. ├── @types/bootstrap@3.3.32
  12. ├── @types/history@2.0.39
  13. ├── @types/immutable@3.8.4
  14. ├── @types/jquery@2.0.33
  15. ├── @types/react@0.14.41
  16. ├── @types/react-dom@0.14.18
  17. ├── @types/react-redux@4.4.32
  18. ├── @types/react-router@2.0.38
  19. ├── @types/redux@3.6.31
  20. ├── @types/redux-devtools@3.0.34
  21. ├── @types/redux-devtools-dock-monitor@1.1.30
  22. ├─┬ @types/redux-devtools-log-monitor@1.0.30
  23. │ └── @types/base16@1.0.1
  24. ├── @types/redux-thunk@2.1.32
  25. ├─┬ @types/whatwg-fetch@0.0.33
  26. │ └── @types/whatwg-streams@0.0.2
  27. ├── bootstrap@3.3.7
  28. ├── immutable@3.8.1
  29. ├── jquery@3.1.1
  30. ├─┬ react@15.3.2
  31. │ ├─┬ fbjs@0.8.8
  32. │ │ ├── core-js@1.2.7
  33. │ │ ├─┬ isomorphic-fetch@2.2.1
  34. │ │ │ ├─┬ node-fetch@1.6.3
  35. │ │ │ │ ├─┬ encoding@0.1.12
  36. │ │ │ │ │ └── iconv-lite@0.4.15
  37. │ │ │ │ └── is-stream@1.1.0
  38. │ │ │ └── whatwg-fetch@2.0.2
  39. │ │ ├─┬ promise@7.1.1
  40. │ │ │ └── asap@2.0.5
  41. │ │ ├── setimmediate@1.0.5
  42. │ │ └── ua-parser-js@0.7.12
  43. │ ├─┬ loose-envify@1.3.1
  44. │ │ └── js-tokens@3.0.0
  45. │ └── object-assign@4.1.1
  46. ├── react-dom@15.3.2
  47. ├─┬ react-redux@4.4.5
  48. │ ├── hoist-non-react-statics@1.2.0
  49. │ ├── invariant@2.2.2
  50. │ └── lodash@4.17.4
  51. ├─┬ react-router@2.8.1
  52. │ ├─┬ history@2.1.2
  53. │ │ ├── deep-equal@1.0.1
  54. │ │ ├─┬ query-string@3.0.3
  55. │ │ │ └── strict-uri-encode@1.1.0
  56. │ │ └── warning@2.1.0
  57. │ └── warning@3.0.0
  58. ├─┬ redux@3.6.0
  59. │ ├── lodash-es@4.17.4
  60. │ └── symbol-observable@1.0.4
  61. ├─┬ redux-devtools@3.3.1
  62. │ └── redux-devtools-instrument@1.6.0
  63. ├─┬ redux-devtools-dock-monitor@1.1.1
  64. │ ├─┬ babel-runtime@6.22.0
  65. │ │ ├── core-js@2.4.1
  66. │ │ └── regenerator-runtime@0.10.1
  67. │ ├── parse-key@0.2.1
  68. │ ├─┬ react-dock@0.2.3
  69. │ │ └─┬ lodash.debounce@3.1.1
  70. │ │ └── lodash._getnative@3.9.1
  71. │ └── react-pure-render@1.0.2
  72. ├─┬ redux-devtools-log-monitor@1.2.0
  73. │ ├── lodash.debounce@4.0.8
  74. │ ├─┬ react-json-tree@0.10.1
  75. │ │ └─┬ react-base16-styling@0.4.6
  76. │ │ ├─┬ color-space@1.14.7
  77. │ │ │ ├── husl@5.0.3
  78. │ │ │ └─┬ mumath@3.3.3
  79. │ │ │ └── almost-equal@1.1.0
  80. │ │ ├── lodash.curry@4.1.1
  81. │ │ ├── lodash.flow@3.5.0
  82. │ │ └── pure-color@1.2.0
  83. │ └─┬ redux-devtools-themes@1.0.0
  84. │ └── base16@1.0.0
  85. ├── redux-thunk@2.1.0
  86. ├─┬ source-map-loader@0.1.5
  87. │ ├── async@0.9.2
  88. │ ├─┬ loader-utils@0.2.16
  89. │ │ ├── big.js@3.1.3
  90. │ │ ├── emojis-list@2.1.0
  91. │ │ └── json5@0.5.1
  92. │ └─┬ source-map@0.1.43
  93. │ └── amdefine@1.0.1
  94. ├─┬ ts-loader@0.9.1
  95. │ ├── arrify@1.0.1
  96. │ ├── colors@1.1.2
  97. │ ├─┬ enhanced-resolve@0.9.1
  98. │ │ ├── graceful-fs@4.1.11
  99. │ │ └── memory-fs@0.2.0
  100. │ └── semver@5.3.0
  101. ├── typescript@2.0.3
  102. └─┬ webpack@1.13.2
  103. ├── acorn@3.3.0
  104. ├── async@1.5.2
  105. ├── clone@1.0.2
  106. ├── interpret@0.6.6
  107. ├─┬ memory-fs@0.3.0
  108. │ ├─┬ errno@0.1.4
  109. │ │ └── prr@0.0.0
  110. │ └─┬ readable-stream@2.2.2
  111. │ ├── buffer-shims@1.0.0
  112. │ ├── process-nextick-args@1.0.7
  113. │ └── util-deprecate@1.0.2
  114. ├─┬ mkdirp@0.5.1
  115. │ └── minimist@0.0.8
  116. ├─┬ node-libs-browser@0.6.0
  117. │ ├── assert@1.4.1
  118. │ ├─┬ browserify-zlib@0.1.4
  119. │ │ └── pako@0.2.9
  120. │ ├─┬ buffer@4.9.1
  121. │ │ ├── base64-js@1.2.0
  122. │ │ ├── ieee754@1.1.8
  123. │ │ └── isarray@1.0.0
  124. │ ├─┬ console-browserify@1.1.0
  125. │ │ └── date-now@0.1.4
  126. │ ├── constants-browserify@0.0.1
  127. │ ├─┬ crypto-browserify@3.2.8
  128. │ │ ├── pbkdf2-compat@2.0.1
  129. │ │ ├── ripemd160@0.2.0
  130. │ │ └── sha.js@2.2.6
  131. │ ├── domain-browser@1.1.7
  132. │ ├── events@1.1.1
  133. │ ├─┬ http-browserify@1.7.0
  134. │ │ ├── Base64@0.2.1
  135. │ │ └── inherits@2.0.3
  136. │ ├── https-browserify@0.0.0
  137. │ ├── os-browserify@0.1.2
  138. │ ├── path-browserify@0.0.0
  139. │ ├── process@0.11.9
  140. │ ├── punycode@1.4.1
  141. │ ├── querystring-es3@0.2.1
  142. │ ├─┬ readable-stream@1.1.14
  143. │ │ ├── core-util-is@1.0.2
  144. │ │ └── isarray@0.0.1
  145. │ ├─┬ stream-browserify@1.0.0
  146. │ │ └─┬ readable-stream@1.1.14
  147. │ │ └── isarray@0.0.1
  148. │ ├── string_decoder@0.10.31
  149. │ ├── timers-browserify@1.4.2
  150. │ ├── tty-browserify@0.0.0
  151. │ ├─┬ url@0.10.3
  152. │ │ ├── punycode@1.3.2
  153. │ │ └── querystring@0.2.0
  154. │ ├─┬ util@0.10.3
  155. │ │ └── inherits@2.0.1
  156. │ └─┬ vm-browserify@0.0.4
  157. │ └── indexof@0.0.1
  158. ├─┬ optimist@0.6.1
  159. │ └── wordwrap@0.0.3
  160. ├─┬ supports-color@3.2.3
  161. │ └── has-flag@1.0.0
  162. ├── tapable@0.1.10
  163. ├─┬ uglify-js@2.6.4
  164. │ ├── async@0.2.10
  165. │ ├── source-map@0.5.6
  166. │ ├── uglify-to-browserify@1.0.2
  167. │ └─┬ yargs@3.10.0
  168. │ ├── camelcase@1.2.1
  169. │ ├─┬ cliui@2.1.0
  170. │ │ ├─┬ center-align@0.1.3
  171. │ │ │ ├─┬ align-text@0.1.4
  172. │ │ │ │ ├── longest@1.0.1
  173. │ │ │ │ └── repeat-string@1.6.1
  174. │ │ │ └── lazy-cache@1.0.4
  175. │ │ ├── right-align@0.1.3
  176. │ │ └── wordwrap@0.0.2
  177. │ ├── decamelize@1.2.0
  178. │ └── window-size@0.1.0
  179. ├─┬ watchpack@0.2.9
  180. │ └─┬ chokidar@1.6.1
  181. │ ├─┬ anymatch@1.3.0
  182. │ │ └─┬ micromatch@2.3.11
  183. │ │ ├─┬ arr-diff@2.0.0
  184. │ │ │ └── arr-flatten@1.0.1
  185. │ │ ├── array-unique@0.2.1
  186. │ │ ├─┬ braces@1.8.5
  187. │ │ │ ├─┬ expand-range@1.8.2
  188. │ │ │ │ └─┬ fill-range@2.2.3
  189. │ │ │ │ ├── is-number@2.1.0
  190. │ │ │ │ ├── isobject@2.1.0
  191. │ │ │ │ └── randomatic@1.1.6
  192. │ │ │ ├── preserve@0.2.0
  193. │ │ │ └── repeat-element@1.1.2
  194. │ │ ├─┬ expand-brackets@0.1.5
  195. │ │ │ └── is-posix-bracket@0.1.1
  196. │ │ ├── extglob@0.3.2
  197. │ │ ├── filename-regex@2.0.0
  198. │ │ ├─┬ kind-of@3.1.0
  199. │ │ │ └── is-buffer@1.1.4
  200. │ │ ├── normalize-path@2.0.1
  201. │ │ ├─┬ object.omit@2.0.1
  202. │ │ │ ├─┬ for-own@0.1.4
  203. │ │ │ │ └── for-in@0.1.6
  204. │ │ │ └── is-extendable@0.1.1
  205. │ │ ├─┬ parse-glob@3.0.4
  206. │ │ │ ├── glob-base@0.3.0
  207. │ │ │ └── is-dotfile@1.0.2
  208. │ │ └─┬ regex-cache@0.4.3
  209. │ │ ├── is-equal-shallow@0.1.3
  210. │ │ └── is-primitive@2.0.0
  211. │ ├── async-each@1.0.1
  212. │ ├── glob-parent@2.0.0
  213. │ ├─┬ is-binary-path@1.0.1
  214. │ │ └── binary-extensions@1.8.0
  215. │ ├─┬ is-glob@2.0.1
  216. │ │ └── is-extglob@1.0.0
  217. │ ├── path-is-absolute@1.0.1
  218. │ └─┬ readdirp@2.1.0
  219. │ ├─┬ minimatch@3.0.3
  220. │ │ └─┬ brace-expansion@1.1.6
  221. │ │ ├── balanced-match@0.4.2
  222. │ │ └── concat-map@0.0.1
  223. │ └── set-immediate-shim@1.0.1
  224. └─┬ webpack-core@0.6.9
  225. ├── source-list-map@0.1.8
  226. └── source-map@0.4.4
  227.  
  228. npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
  229. npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.17
  230. [INFO]
  231. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sport_club ---
  232. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  233. [INFO] Copying 1 resource
  234. [INFO] Copying 7455 resources
  235. [INFO]
  236. [INFO] --- exec-maven-plugin:1.5.0:exec (npm-run-webpack) @ sport_club ---
  237.  
  238. > sport-club@0.0.1 run-webpack /home/marcin/Desktop/sport_club/src/main/resources/static
  239. > webpack --config webpack.config.js
  240.  
  241. /usr/bin/env: ‘node’: No such file or directory
  242.  
  243. npm ERR! Linux 4.4.0-59-generic
  244. npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "run" "run-webpack"
  245. npm ERR! node v4.2.6
  246. npm ERR! npm v3.5.2
  247. npm ERR! file sh
  248. npm ERR! code ELIFECYCLE
  249. npm ERR! errno ENOENT
  250. npm ERR! syscall spawn
  251. npm ERR! sport-club@0.0.1 run-webpack: `webpack --config webpack.config.js`
  252. npm ERR! spawn ENOENT
  253. npm ERR!
  254. npm ERR! Failed at the sport-club@0.0.1 run-webpack script 'webpack --config webpack.config.js'.
  255. npm ERR! Make sure you have the latest version of node.js and npm installed.
  256. npm ERR! If you do, this is most likely a problem with the sport-club package,
  257. npm ERR! not with npm itself.
  258. npm ERR! Tell the author that this fails on your system:
  259. npm ERR! webpack --config webpack.config.js
  260. npm ERR! You can get information on how to open an issue for this project with:
  261. npm ERR! npm bugs sport-club
  262. npm ERR! Or if that isn't available, you can get their info via:
  263. npm ERR! npm owner ls sport-club
  264. npm ERR! There is likely additional logging output above.
  265.  
  266. npm ERR! Please include the following file with any support request:
  267. npm ERR! /home/marcin/Desktop/sport_club/src/main/resources/static/npm-debug.log
  268. [ERROR] Command execution failed.
  269. org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
  270. at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:404)
  271. at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:166)
  272. at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:764)
  273. at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:711)
  274. at org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:289)
  275. at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
  276. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
  277. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
  278. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
  279. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
  280. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
  281. at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
  282. at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
  283. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
  284. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
  285. at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
  286. at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
  287. at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
  288. at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
  289. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  290. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  291. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  292. at java.lang.reflect.Method.invoke(Method.java:498)
  293. at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
  294. at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
  295. at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
  296. at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
  297. at org.codehaus.classworlds.Launcher.main(Launcher.java:47)
  298. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  299. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  300. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  301. at java.lang.reflect.Method.invoke(Method.java:498)
  302. at com.intellij.rt.execution.application.AppMain.main(AppMain.java:147)
  303. [INFO] ------------------------------------------------------------------------
  304. [INFO] BUILD FAILURE
  305. [INFO] ------------------------------------------------------------------------
  306. [INFO] Total time: 49.438 s
  307. [INFO] Finished at: 2017-01-26T22:43:03+01:00
  308. [INFO] Final Memory: 23M/336M
  309. [INFO] ------------------------------------------------------------------------
  310. [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.5.0:exec (npm-run-webpack) on project sport_club: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1]
  311. [ERROR]
  312. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  313. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  314. [ERROR]
  315. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  316. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
  317.  
  318. Process finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement