Advertisement
vidzor

New error

Mar 20th, 2023
513
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.24 KB | None | 0 0
  1. File uploaded. filePath: backups/2cdd62c5-41af-48a4-94fc-bcb897495977/files/faf84d8b-866d-30a5-970f-13c51a3d7da6.png; fileId: 9afbb5b0-7a7c-48a2-8381-58465447596b
  2.  -------------------------- pas-explorer, sandbox_support.is --------------------------
  3.  --- dropAllCollections start
  4.  --- dropAllCollections end
  5.  --- restoreCollectionFromFileUsingStream start
  6.  --- restoreCollectionFromFileUsingStream end
  7.  --- updateMany
  8.  --- restoreCollectionFromFileUsingStream start
  9.  --- restoreCollectionFromFileUsingStream end
  10.  -------------------------- pas-models, sandbox_support.is --------------------------
  11.  --- dropAllCollections start
  12.  --- dropAllCollections end
  13.  --- restoreCollectionFromFileUsingStream start
  14.  
  15. <--- Last few GCs --->
  16.  
  17. [142036:0x55bdc784ff00]  1374201 ms: Mark-sweep 2040.8 (2055.2) -> 2038.1 (2055.2) MB, 1132.2 / 0.0 ms  (average mu = 0.253, current mu = 0.122) allocation failure scavenge might not succeed
  18. [142036:0x55bdc784ff00]  1375404 ms: Mark-sweep 2041.1 (2055.2) -> 2038.9 (2056.2) MB, 1148.9 / 0.0 ms  (average mu = 0.166, current mu = 0.046) allocation failure scavenge might not succeed
  19.  
  20.  
  21. <--- JS stacktrace --->
  22.  
  23. ==== JS stack trace =========================================
  24.  
  25.     0: ExitFrame [pc: 0x7f8ebbd8ab79]
  26. Security context: 0x259751f5b9a1 <JSObject>
  27.     1: /* anonymous */ [0x28ad54511a19] [/home/svidenovic/TIAC/scheer_modeler/model-editor-service/node_modules/jsonparse/jsonparse.js:~342] [pc=0x603ddfd56da](this=0x19fc2873f5a1 <Parser map = 0x3ed5a58acf89>,1,0x259751f68d51 <String[#1]: {>)
  28.     2: /* anonymous */ [0xad295093f21] [/home/svidenovic/TIAC/scheer_modeler/model-editor-service/node_modules/JSONS...
  29.  
  30. FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
  31.  1: 0x7f8ebaec83cc node::Abort() [/lib/x86_64-linux-gnu/libnode.so.72]
  32.  2: 0x7f8ebadf867c  [/lib/x86_64-linux-gnu/libnode.so.72]
  33.  3: 0x7f8ebb29de2a v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [/lib/x86_64-linux-gnu/libnode.so.72]
  34.  4: 0x7f8ebb29e1e4 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [/lib/x86_64-linux-gnu/libnode.so.72]
  35.  5: 0x7f8ebb450509  [/lib/x86_64-linux-gnu/libnode.so.72]
  36.  6: 0x7f8ebb460dc6 v8::internal::Heap::PerformGarbageCollection(v8::internal::GarbageCollector, v8::GCCallbackFlags) [/lib/x86_64-linux-gnu/libnode.so.72]
  37.  7: 0x7f8ebb461c12 v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [/lib/x86_64-linux-gnu/libnode.so.72]
  38.  8: 0x7f8ebb463fbd v8::internal::Heap::AllocateRawWithLightRetry(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [/lib/x86_64-linux-gnu/libnode.so.72]
  39.  9: 0x7f8ebb464029 v8::internal::Heap::AllocateRawWithRetryOrFail(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [/lib/x86_64-linux-gnu/libnode.so.72]
  40. 10: 0x7f8ebb428d43 v8::internal::Factory::NewFillerObject(int, bool, v8::internal::AllocationType, v8::internal::AllocationOrigin) [/lib/x86_64-linux-gnu/libnode.so.72]
  41. 11: 0x7f8ebb77e6e7 v8::internal::Runtime_AllocateInYoungGeneration(int, unsigned long*, v8::internal::Isolate*) [/lib/x86_64-linux-gnu/libnode.so.72]
  42. 12: 0x7f8ebbd8ab79  [/lib/x86_64-linux-gnu/libnode.so.72]
  43. Aborted (core dumped)
  44. npm ERR! code ELIFECYCLE
  45. npm ERR! errno 134
  46. npm ERR! model-editor-service@2.2.0 start: `node dist/source/service.js`
  47. npm ERR! Exit status 134
  48. npm ERR!
  49. npm ERR! Failed at the model-editor-service@2.2.0 start script.
  50. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  51.  
  52. npm ERR! A complete log of this run can be found in:
  53. npm ERR!     /home/svidenovic/.npm/_logs/2023-03-20T09_15_00_218Z-debug.log
  54. npm ERR! code ELIFECYCLE
  55. npm ERR! errno 134
  56. npm ERR! model-editor-service@2.2.0 compile-start: `npm run compile && npm run start`
  57. npm ERR! Exit status 134
  58. npm ERR!
  59. npm ERR! Failed at the model-editor-service@2.2.0 compile-start script.
  60. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  61.  
  62. npm ERR! A complete log of this run can be found in:
  63. npm ERR!     /home/svidenovic/.npm/_logs/2023-03-20T09_15_00_250Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement