Advertisement
Guest User

Untitled

a guest
Mar 6th, 2021
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.15 KB | None | 0 0
  1. zoe@zoe-VirtualBox:~/openmrs-esm-primary-navigation$ npx openmrs debug --run-project
  2. [openmrs] Loading dynamic import map ...
  3. [openmrs] Starting the dev server ...
  4. [HPM] Proxy created: [ '/openmrs/**', '!/openmrs/spa/**' ] -> https://openmrs-spa.org/
  5. :heavy_multiplication_x: 「wds」: { Error: listen EADDRINUSE: address already in use 127.0.0.1:8080
  6. at Server.setupListenHandle [as _listen2] (net.js:1280:14)
  7. at listenInCluster (net.js:1328:12)
  8. at GetAddrInfoReqWrap.doListen [as callback] (net.js:1461:7)
  9. at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:61:10)
  10. code: 'EADDRINUSE',
  11. errno: 'EADDRINUSE',
  12. syscall: 'listen',
  13. address: '127.0.0.1',
  14. port: 8080 }
  15. Starting type checking service...
  16. :information_source: 「wds」: Project is running at http://localhost:8081/
  17. :information_source: 「wds」: webpack output is served from undefined
  18. :information_source: 「wds」: Content not from webpack is served from /home/zoe/openmrs-esm-primary-navigation
  19. [openmrs] Listening at http://localhost:8081
  20. Type checking in progress...
  21. :warning: 「wdm」: Hash: 1b44b1602d48f8723aab
  22. Version: webpack 4.46.0
  23. Time: 12739ms
  24. Built at: 03/06/2021 7:52:30 PM
  25. Asset Size Chunks Chunk Names
  26. 1.openmrs-esm-primary-navigation-app.js 38.8 KiB 1 [emitted]
  27. 1.openmrs-esm-primary-navigation-app.js.map 843 KiB 1 [emitted] [dev]
  28. 2.openmrs-esm-primary-navigation-app.js 12.4 KiB 2 [emitted]
  29. 2.openmrs-esm-primary-navigation-app.js.map 33.1 KiB 2 [emitted] [dev]
  30. 3.openmrs-esm-primary-navigation-app.js 230 bytes 3 [emitted]
  31. 3.openmrs-esm-primary-navigation-app.js.map 116 bytes 3 [emitted] [dev]
  32. openmrs-esm-primary-navigation-app.js 153 KiB 0 [emitted] main
  33. openmrs-esm-primary-navigation-app.js.map 552 KiB 0 [emitted] [dev] main
  34. Entrypoint main = openmrs-esm-primary-navigation-app.js openmrs-esm-primary-navigation-app.js.map
  35. [0] external "@openmrs/esm-framework" 42 bytes {0} [built]
  36. [4] (webpack)-dev-server/client/utils/log.js 964 bytes {0} [built]
  37. [5] multi (webpack)-dev-server/client?http://localhost:8081 ./src/set-public-path.ts ./src/index.ts 52 bytes {0} [built]
  38. [6] (webpack)-dev-server/client?http://localhost:8081 4.29 KiB {0} [built]
  39. [7] (webpack)-dev-server/node_modules/strip-ansi/index.js 161 bytes {0} [built]
  40. [9] (webpack)-dev-server/client/socket.js 1.53 KiB {0} [built]
  41. [12] (webpack)-dev-server/client/overlay.js 3.51 KiB {0} [built]
  42. [19] (webpack)-dev-server/client/utils/sendMessage.js 402 bytes {0} [built]
  43. [20] (webpack)-dev-server/client/utils/reloadApp.js 1.59 KiB {0} [built]
  44. [23] (webpack)-dev-server/client/utils/createSocketUrl.js 2.91 KiB {0} [built]
  45. [32] (webpack)/hot sync nonrecursive ^\.\/log$ 170 bytes {0} [built]
  46. [34] ./translations lazy nonrecursive .json$ 160 bytes {0} [built]
  47. [35] ./src/set-public-path.ts + 2 modules 1.99 KiB {0} [built]
  48. | ./src/set-public-path.ts 111 bytes [built]
  49. | ./node_modules/systemjs-webpack-interop/src/systemjs-webpack-interop.js 62 bytes [built]
  50. | ./node_modules/systemjs-webpack-interop/src/public-path-system-resolve.js 1.82 KiB [built]
  51. [36] ./src/index.ts + 1 modules 789 bytes {0} [built]
  52. | ./src/index.ts 696 bytes [built]
  53. | ./src/openmrs-backend-dependencies.ts 88 bytes [built]
  54. [76] ./src/root.component.tsx + 12 modules 12.4 KiB {2} [built]
  55. | ./src/root.component.tsx 1.44 KiB [built]
  56. | ./src/components/navbar.component.tsx 3.36 KiB [built]
  57. | ./src/components/nav-header-panels/location-change-panel.component.tsx 571 bytes [built]
  58. | ./src/components/nav-header-panels/user-menu-panel.component.tsx 758 bytes [built]
  59. | ./src/components/nav-header-panels/side-menu-panel.component.tsx 554 bytes [built]
  60. | ./src/components/logo.component.tsx 314 bytes [built]
  61. | ./src/components/choose-location/change-location.component.tsx 1.8 KiB [built]
  62. | ./src/components/logout.component.tsx 775 bytes [built]
  63. | ./src/components/usermenu.component.tsx 296 bytes [built]
  64. | ./src/root.resource.tsx 203 bytes [built]
  65. | ./src/components/choose-location/change-location.resource.tsx 557 bytes [built]
  66. | ./src/components/choose-locale/change-locale.component.tsx 1.39 KiB [built]
  67. | ./src/components/choose-locale/change-locale.resource.tsx 374 bytes [built]
  68. + 112 hidden modules
  69. WARNING in configuration
  70. The 'mode' option has not been set, webpack will fallback to 'production' for this value. Set 'mode' option to 'development' or 'production' to enable defaults for each environment.
  71. You can also set it to 'none' to disable any default behavior. Learn more: https://webpack.js.org/configuration/mode/
  72. :information_source: 「wdm」: Compiled with warnings.
  73. No type errors found
  74. Version: typescript 4.2.2
  75. Time: 14513 ms
  76. [BABEL] Note: The code generator has deoptimised the styling of /home/zoe/openmrs-esm-primary-navigation/node_modules/react-dom/cjs/react-dom.development.js as it exceeds the max of 500KB.
  77. <--- Last few GCs --->
  78. [4766:0xe719f0] 58067 ms: Mark-sweep 1367.6 (1419.5) -> 1367.5 (1416.5) MB, 484.5 / 0.0 ms (average mu = 0.156, current mu = 0.000) last resort GC in old space requested
  79. [4766:0xe719f0] 58516 ms: Mark-sweep 1367.5 (1416.5) -> 1367.5 (1416.5) MB, 448.7 / 0.0 ms (average mu = 0.088, current mu = 0.000) last resort GC in old space requested
  80. <--- JS stacktrace --->
  81. ==== JS stack trace =========================================
  82. 0: ExitFrame [pc: 0x23856b0d452b]
  83. Security context: 0x1e9b2a4aee11 <JSObject>
  84. 1: /* anonymous */ [0x1202f3022c1] [/home/zoe/openmrs-esm-primary-navigation/node_modules/webpack-sources/node_modules/source-map/lib/source-node.js:~342] [pc=0x23856c62b4ad](this=0x19348c1884f1 <JSGlobal Object>,chunk=0x0df8c7ed9399 <String[3]: = >,original=0x0e862156ed39 <Object map = 0x3abc4f48a0d9>)
  85. 2: SourceNode_walk [0x23c9acb67cd9] [/home/zoe...
  86. FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
  87. 1: 0x7f76cfebb46c node::Abort() [/lib/x86_64-linux-gnu/libnode.so.64]
  88. 2: 0x7f76cfebb4b5 [/lib/x86_64-linux-gnu/libnode.so.64]
  89. 3: 0x7f76d00e7e6a v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [/lib/x86_64-linux-gnu/libnode.so.64]
  90. 4: 0x7f76d00e80e1 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [/lib/x86_64-linux-gnu/libnode.so.64]
  91. 5: 0x7f76d0482c66 [/lib/x86_64-linux-gnu/libnode.so.64]
  92. 6: 0x7f76d0496a37 v8::internal::Heap::AllocateRawWithRetryOrFail(int, v8::internal::AllocationSpace, v8::internal::AllocationAlignment) [/lib/x86_64-linux-gnu/libnode.so.64]
  93. 7: 0x7f76d0462bfb v8::internal::factory::AllocateRawArray(int, v8::internal::PretenureFlag) [/lib/x86_64-linux-gnu/libnode.so.64]
  94. 8: 0x7f76d0463098 v8::internal::factory::NewFixedArrayWithFiller(v8::internal::Heap::RootListIndex, int, v8::internal::Object*, v8::internal::PretenureFlag) [/lib/x86_64-linux-gnu/libnode.so.64]
  95. 9: 0x7f76d042ba30 [/lib/x86_64-linux-gnu/libnode.so.64]
  96. 10: 0x7f76d06a2479 v8::internal::Runtime_GrowArrayElements(int, v8::internal::Object**, v8::internal::Isolate*) [/lib/x86_64-linux-gnu/libnode.so.64]
  97. 11: 0x23856b0d452b
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement