Advertisement
Guest User

script error

a guest
Mar 12th, 2018
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.95 KB | None | 0 0
  1. ucas@UCAS:~/web/tomcat7/webapps/fineract-cn-service-starter/scripts/Unix$ sh initial-setup.sh
  2. Cloning into 'fineract-cn-lang'...
  3. Username for 'https://github.com': piyadassi
  4. Password for 'https://piyadassi@github.com':
  5. remote: Repository not found.
  6. fatal: repository 'https://github.com//fineract-cn-lang.git/' not found
  7. initial-setup.sh: 13: cd: can't cd to fineract-cn-lang
  8. fatal: remote upstream already exists.
  9. chmod: cannot access 'gradlew': No such file or directory
  10. initial-setup.sh: 17: initial-setup.sh: ./gradlew: not found
  11. Cloning into 'fineract-cn-async'...
  12. Username for 'https://github.com': piyadassi
  13. Password for 'https://piyadassi@github.com':
  14. remote: Invalid username or password.
  15. fatal: Authentication failed for 'https://github.com//fineract-cn-async.git/'
  16. initial-setup.sh: 13: cd: can't cd to fineract-cn-async
  17. fatal: remote upstream already exists.
  18. chmod: cannot access 'gradlew': No such file or directory
  19. initial-setup.sh: 17: initial-setup.sh: ./gradlew: not found
  20. Cloning into 'fineract-cn-cassandra'...
  21. Username for 'https://github.com': piyadassi
  22. Password for 'https://piyadassi@github.com':
  23. remote: Invalid username or password.
  24. fatal: Authentication failed for 'https://github.com//fineract-cn-cassandra.git/'
  25. initial-setup.sh: 13: cd: can't cd to fineract-cn-cassandra
  26. fatal: remote upstream already exists.
  27. chmod: cannot access 'gradlew': No such file or directory
  28. initial-setup.sh: 17: initial-setup.sh: ./gradlew: not found
  29. Cloning into 'fineract-cn-mariadb'...
  30. Username for 'https://github.com': piyadassi
  31. Password for 'https://piyadassi@github.com':
  32. remote: Invalid username or password.
  33. fatal: Authentication failed for 'https://github.com//fineract-cn-mariadb.git/'
  34. initial-setup.sh: 13: cd: can't cd to fineract-cn-mariadb
  35. fatal: remote upstream already exists.
  36.  
  37. FAILURE: Build failed with an exception.
  38.  
  39. * Where:
  40. Settings file '/home/ucas/web/tomcat7/webapps/fineract-cn-service-starter/settings.gradle' line: 1
  41.  
  42. * What went wrong:
  43. Could not compile settings file '/home/ucas/web/tomcat7/webapps/fineract-cn-service-starter/settings.gradle'.
  44. > startup failed:
  45. settings file '/home/ucas/web/tomcat7/webapps/fineract-cn-service-starter/settings.gradle': 1: unexpected token: << @ line 1, column 1.
  46. <<<<<<< HEAD
  47. ^
  48.  
  49. 1 error
  50.  
  51.  
  52. * Try:
  53. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  54.  
  55. BUILD FAILED
  56.  
  57. Total time: 0.561 secs
  58. Cloning into 'fineract-cn-data-jpa'...
  59. Username for 'https://github.com': piyadassi
  60. Password for 'https://piyadassi@github.com':
  61. remote: Repository not found.
  62. fatal: repository 'https://github.com//fineract-cn-data-jpa.git/' not found
  63. initial-setup.sh: 13: cd: can't cd to fineract-cn-data-jpa
  64. fatal: Not a git repository (or any of the parent directories): .git
  65. chmod: cannot access 'gradlew': No such file or directory
  66. initial-setup.sh: 17: initial-setup.sh: ./gradlew: not found
  67. Cloning into 'fineract-cn-command'...
  68. Username for 'https://github.com': piyadassi
  69. Password for 'https://piyadassi@github.com':
  70. remote: Repository not found.
  71. fatal: repository 'https://github.com//fineract-cn-command.git/' not found
  72. initial-setup.sh: 13: cd: can't cd to fineract-cn-command
  73. fatal: Not a git repository (or any of the parent directories): .git
  74. chmod: cannot access 'gradlew': No such file or directory
  75. initial-setup.sh: 17: initial-setup.sh: ./gradlew: not found
  76. fatal: destination path 'fineract-cn-api' already exists and is not an empty directory.
  77. fatal: remote upstream already exists.
  78. chmod: cannot access 'gradlew': No such file or directory
  79. initial-setup.sh: 17: initial-setup.sh: ./gradlew: not found
  80. Cloning into 'fineract-cn-test'...
  81. Username for 'https://github.com': piyadassi
  82. Password for 'https://piyadassi@github.com':
  83. remote: Repository not found.
  84. fatal: repository 'https://github.com//fineract-cn-test.git/' not found
  85. initial-setup.sh: 13: cd: can't cd to fineract-cn-test
  86. fatal: Not a git repository (or any of the parent directories): .git
  87. chmod: cannot access 'gradlew': No such file or directory
  88. initial-setup.sh: 17: initial-setup.sh: ./gradlew: not found
  89. mkdir: cannot create directory ‘tools’: Permission denied
  90. initial-setup.sh: 29: cd: can't cd to tools
  91. fatal: could not create work tree dir 'javamoney-lib': Permission denied
  92. initial-setup.sh: 33: cd: can't cd to javamoney-lib
  93. [INFO] Scanning for projects...
  94. [INFO] ------------------------------------------------------------------------
  95. [INFO] BUILD FAILURE
  96. [INFO] ------------------------------------------------------------------------
  97. [INFO] Total time: 0.067 s
  98. [INFO] Finished at: 2018-03-12T12:36:53+05:45
  99. [INFO] Final Memory: 8M/303M
  100. [INFO] ------------------------------------------------------------------------
  101. [ERROR] The goal you specified requires a project to execute but there is no POM in this directory (/home). Please verify you invoked Maven from the correct directory. -> [Help 1]
  102. [ERROR]
  103. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  104. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  105. [ERROR]
  106. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  107. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
  108. fatal: could not create work tree dir 'fineract-cn-crypto': Permission denied
  109. initial-setup.sh: 40: cd: can't cd to fineract-cn-crypto
  110. fatal: Not a git repository (or any of the parent directories): .git
  111. chmod: cannot access 'gradlew': No such file or directory
  112. initial-setup.sh: 43: initial-setup.sh: ./gradlew: not found
  113. fatal: could not create work tree dir 'fineract-cn-anubis': Permission denied
  114. initial-setup.sh: 13: cd: can't cd to fineract-cn-anubis
  115. fatal: Not a git repository (or any of the parent directories): .git
  116. chmod: cannot access 'gradlew': No such file or directory
  117. initial-setup.sh: 17: initial-setup.sh: ./gradlew: not found
  118. fatal: could not create work tree dir 'fineract-cn-identity': Permission denied
  119. initial-setup.sh: 13: cd: can't cd to fineract-cn-identity
  120. fatal: Not a git repository (or any of the parent directories): .git
  121. chmod: cannot access 'gradlew': No such file or directory
  122. initial-setup.sh: 17: initial-setup.sh: ./gradlew: not found
  123. fatal: could not create work tree dir 'fineract-cn-permitted-feign-client': Permission denied
  124. initial-setup.sh: 13: cd: can't cd to fineract-cn-permitted-feign-client
  125. fatal: Not a git repository (or any of the parent directories): .git
  126. chmod: cannot access 'gradlew': No such file or directory
  127. initial-setup.sh: 17: initial-setup.sh: ./gradlew: not found
  128. fatal: could not create work tree dir 'fineract-cn-provisioner': Permission denied
  129. initial-setup.sh: 13: cd: can't cd to fineract-cn-provisioner
  130. fatal: Not a git repository (or any of the parent directories): .git
  131. chmod: cannot access 'gradlew': No such file or directory
  132. initial-setup.sh: 17: initial-setup.sh: ./gradlew: not found
  133. fatal: could not create work tree dir 'fineract-cn-rhythm': Permission denied
  134. initial-setup.sh: 13: cd: can't cd to fineract-cn-rhythm
  135. fatal: Not a git repository (or any of the parent directories): .git
  136. chmod: cannot access 'gradlew': No such file or directory
  137. initial-setup.sh: 17: initial-setup.sh: ./gradlew: not found
  138. fatal: could not create work tree dir 'fineract-cn-template': Permission denied
  139. initial-setup.sh: 13: cd: can't cd to fineract-cn-template
  140. fatal: Not a git repository (or any of the parent directories): .git
  141. chmod: cannot access 'gradlew': No such file or directory
  142. initial-setup.sh: 17: initial-setup.sh: ./gradlew: not found
  143. fatal: could not create work tree dir 'fineract-cn-office': Permission denied
  144. initial-setup.sh: 13: cd: can't cd to fineract-cn-office
  145. fatal: Not a git repository (or any of the parent directories): .git
  146. chmod: cannot access 'gradlew': No such file or directory
  147. initial-setup.sh: 17: initial-setup.sh: ./gradlew: not found
  148. fatal: could not create work tree dir 'fineract-cn-customer': Permission denied
  149. initial-setup.sh: 13: cd: can't cd to fineract-cn-customer
  150. fatal: Not a git repository (or any of the parent directories): .git
  151. chmod: cannot access 'gradlew': No such file or directory
  152. initial-setup.sh: 17: initial-setup.sh: ./gradlew: not found
  153. fatal: could not create work tree dir 'fineract-cn-group': Permission denied
  154. initial-setup.sh: 13: cd: can't cd to fineract-cn-group
  155. fatal: Not a git repository (or any of the parent directories): .git
  156. chmod: cannot access 'gradlew': No such file or directory
  157. initial-setup.sh: 17: initial-setup.sh: ./gradlew: not found
  158. fatal: could not create work tree dir 'fineract-cn-accounting': Permission denied
  159. initial-setup.sh: 13: cd: can't cd to fineract-cn-accounting
  160. fatal: Not a git repository (or any of the parent directories): .git
  161. chmod: cannot access 'gradlew': No such file or directory
  162. initial-setup.sh: 17: initial-setup.sh: ./gradlew: not found
  163. fatal: could not create work tree dir 'fineract-cn-portfolio': Permission denied
  164. initial-setup.sh: 13: cd: can't cd to fineract-cn-portfolio
  165. fatal: Not a git repository (or any of the parent directories): .git
  166. chmod: cannot access 'gradlew': No such file or directory
  167. initial-setup.sh: 17: initial-setup.sh: ./gradlew: not found
  168. fatal: could not create work tree dir 'fineract-cn-deposit-account-management': Permission denied
  169. initial-setup.sh: 13: cd: can't cd to fineract-cn-deposit-account-management
  170. fatal: Not a git repository (or any of the parent directories): .git
  171. chmod: cannot access 'gradlew': No such file or directory
  172. initial-setup.sh: 17: initial-setup.sh: ./gradlew: not found
  173. fatal: could not create work tree dir 'fineract-cn-cheques': Permission denied
  174. initial-setup.sh: 13: cd: can't cd to fineract-cn-cheques
  175. fatal: Not a git repository (or any of the parent directories): .git
  176. chmod: cannot access 'gradlew': No such file or directory
  177. initial-setup.sh: 17: initial-setup.sh: ./gradlew: not found
  178. fatal: could not create work tree dir 'fineract-cn-payroll': Permission denied
  179. initial-setup.sh: 13: cd: can't cd to fineract-cn-payroll
  180. fatal: Not a git repository (or any of the parent directories): .git
  181. chmod: cannot access 'gradlew': No such file or directory
  182. initial-setup.sh: 17: initial-setup.sh: ./gradlew: not found
  183. fatal: could not create work tree dir 'fineract-cn-teller': Permission denied
  184. initial-setup.sh: 13: cd: can't cd to fineract-cn-teller
  185. fatal: Not a git repository (or any of the parent directories): .git
  186. chmod: cannot access 'gradlew': No such file or directory
  187. initial-setup.sh: 17: initial-setup.sh: ./gradlew: not found
  188. fatal: could not create work tree dir 'fineract-cn-reporting': Permission denied
  189. initial-setup.sh: 13: cd: can't cd to fineract-cn-reporting
  190. fatal: Not a git repository (or any of the parent directories): .git
  191. chmod: cannot access 'gradlew': No such file or directory
  192. initial-setup.sh: 17: initial-setup.sh: ./gradlew: not found
  193. mkdir: cannot create directory ‘integration-tests’: Permission denied
  194. initial-setup.sh: 52: cd: can't cd to integration-tests
  195. fatal: could not create work tree dir 'fineract-cn-service-starter': Permission denied
  196. initial-setup.sh: 13: cd: can't cd to fineract-cn-service-starter
  197. fatal: Not a git repository (or any of the parent directories): .git
  198. chmod: cannot access 'gradlew': No such file or directory
  199. initial-setup.sh: 17: initial-setup.sh: ./gradlew: not found
  200. fatal: could not create work tree dir 'fineract-cn-default-setup': Permission denied
  201. initial-setup.sh: 13: cd: can't cd to fineract-cn-default-setup
  202. fatal: Not a git repository (or any of the parent directories): .git
  203. chmod: cannot access 'gradlew': No such file or directory
  204. initial-setup.sh: 17: initial-setup.sh: ./gradlew: not found
  205. fatal: could not create work tree dir 'fineract-cn-demo-server': Permission denied
  206. initial-setup.sh: 13: cd: can't cd to fineract-cn-demo-server
  207. fatal: Not a git repository (or any of the parent directories): .git
  208. chmod: cannot access 'gradlew': No such file or directory
  209. initial-setup.sh: 17: initial-setup.sh: ./gradlew: not found
  210. fatal: could not create work tree dir 'fineract-cn-fims-web-app': Permission denied
  211. initial-setup.sh: 58: cd: can't cd to fims-web-app
  212. fatal: Not a git repository (or any of the parent directories): .git
  213. npm WARN enoent ENOENT: no such file or directory, open '/package.json'
  214. npm WARN !invalid#1 No description
  215. npm WARN !invalid#1 No repository field.
  216. npm WARN !invalid#1 No README data
  217. npm WARN !invalid#1 No license field.
  218. npm ERR! Linux 4.13.0-36-generic
  219. npm ERR! argv "/home/ucas/.nvm/versions/node/v6.10.0/bin/node" "/home/ucas/.nvm/versions/node/v6.10.0/bin/npm" "i"
  220. npm ERR! node v6.10.0
  221. npm ERR! npm v3.10.10
  222. npm ERR! path /node_modules
  223. npm ERR! code EACCES
  224. npm ERR! errno -13
  225. npm ERR! syscall mkdir
  226.  
  227. npm ERR! Error: EACCES: permission denied, mkdir '/node_modules'
  228. npm ERR! at Error (native)
  229. npm ERR! { Error: EACCES: permission denied, mkdir '/node_modules'
  230. npm ERR! at Error (native)
  231. npm ERR! errno: -13,
  232. npm ERR! code: 'EACCES',
  233. npm ERR! syscall: 'mkdir',
  234. npm ERR! path: '/node_modules' }
  235. npm ERR!
  236. npm ERR! Please try running this command again as root/Administrator.
  237. npm ERR! Linux 4.13.0-36-generic
  238. npm ERR! argv "/home/ucas/.nvm/versions/node/v6.10.0/bin/node" "/home/ucas/.nvm/versions/node/v6.10.0/bin/npm" "i"
  239. npm ERR! node v6.10.0
  240. npm ERR! npm v3.10.10
  241. npm ERR! path npm-debug.log.1801836327
  242. npm ERR! code EACCES
  243. npm ERR! errno -13
  244. npm ERR! syscall open
  245.  
  246. npm ERR! Error: EACCES: permission denied, open 'npm-debug.log.1801836327'
  247. npm ERR! at Error (native)
  248. npm ERR! { Error: EACCES: permission denied, open 'npm-debug.log.1801836327'
  249. npm ERR! at Error (native)
  250. npm ERR! errno: -13,
  251. npm ERR! code: 'EACCES',
  252. npm ERR! syscall: 'open',
  253. npm ERR! path: 'npm-debug.log.1801836327' }
  254. npm ERR!
  255. npm ERR! Please try running this command again as root/Administrator.
  256.  
  257. npm ERR! Please include the following file with any support request:
  258. npm ERR! /npm-debug.log
  259. ucas@UCAS:~/web/tomcat7/webapps/fineract-cn-service-starter/scripts/Unix$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement