You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Import GHGP policy from IFPS 1688650803.243861451 and try to put it in dry run (it's happening in docker)
Check policy service
Expected behavior
Policy is moved in dry run, everything is ok
Also the same is happening if user tried to publish policy.
Actual behavior
Policy service is down
If user starts policy service, and try to run the policy (if he clicks "go" button) he gets error "Policy does not exist" and policy service is going down again
guardian-policy-service-1 | throw errnoException(err, 'spawn');
guardian-policy-service-1 | ^
guardian-policy-service-1 |
guardian-policy-service-1 | Error: spawn E2BIG
guardian-policy-service-1 | at ChildProcess.spawn (node:internal/child_process:420:11)
guardian-policy-service-1 | at spawn (node:child_process:733:9)
guardian-policy-service-1 | at fork (node:child_process:169:10)
guardian-policy-service-1 | at PolicyContainer.runPolicyProcess (/usr/local/policy-service/dist/helpers/policy-container.js:207:49)
guardian-policy-service-1 | at Map.forEach ()
guardian-policy-service-1 | at Timeout._onTimeout (/usr/local/policy-service/dist/helpers/policy-container.js:94:32)
guardian-policy-service-1 | at listOnTimeout (node:internal/timers:559:17)
guardian-policy-service-1 | at processTimers (node:internal/timers:502:7) {
guardian-policy-service-1 | errno: -7,
guardian-policy-service-1 | code: 'E2BIG',
guardian-policy-service-1 | syscall: 'spawn'
guardian-policy-service-1 | }
guardian-policy-service-1 | error Command failed with exit code 1.
The text was updated successfully, but these errors were encountered:
Step to reproduce
Expected behavior
Policy is moved in dry run, everything is ok
Also the same is happening if user tried to publish policy.
Actual behavior
Policy service is down
If user starts policy service, and try to run the policy (if he clicks "go" button) he gets error "Policy does not exist" and policy service is going down again
guardian-policy-service-1 | throw errnoException(err, 'spawn');
guardian-policy-service-1 | ^
guardian-policy-service-1 |
guardian-policy-service-1 | Error: spawn E2BIG
guardian-policy-service-1 | at ChildProcess.spawn (node:internal/child_process:420:11)
guardian-policy-service-1 | at spawn (node:child_process:733:9)
guardian-policy-service-1 | at fork (node:child_process:169:10)
guardian-policy-service-1 | at PolicyContainer.runPolicyProcess (/usr/local/policy-service/dist/helpers/policy-container.js:207:49)
guardian-policy-service-1 | at Map.forEach ()
guardian-policy-service-1 | at Timeout._onTimeout (/usr/local/policy-service/dist/helpers/policy-container.js:94:32)
guardian-policy-service-1 | at listOnTimeout (node:internal/timers:559:17)
guardian-policy-service-1 | at processTimers (node:internal/timers:502:7) {
guardian-policy-service-1 | errno: -7,
guardian-policy-service-1 | code: 'E2BIG',
guardian-policy-service-1 | syscall: 'spawn'
guardian-policy-service-1 | }
guardian-policy-service-1 | error Command failed with exit code 1.
The text was updated successfully, but these errors were encountered: