Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errore durante startup versione 1.10.2 (ReferenceError: primordials) #253

Closed
pselvini opened this issue Oct 26, 2023 · 1 comment
Closed

Comments

@pselvini
Copy link

Ciao,
dopo aver effettuato la build del container versione 1.10.2, allo startup si ottiene questo log

spid-saml-check  | >>> DATABASE : QUERY
spid-saml-check  |
spid-saml-check  | "                 CREATE TABLE log (                     timestamp   DATETIME,                     type        STRING,                       text        STRING (1024)                 );                 CREATE TABLE store (                     user                        STRING,                     organization                INTEGER,                     entity_id                   STRING,                     external_code               STRING UNIQUE,                     timestamp                   DATETIME,                     type                        STRING,                     store                       TEXT,                     PRIMARY KEY (user, entity_id)                     );             "
spid-saml-check  | fs.js:36
spid-saml-check  | } = primordials;
spid-saml-check  |     ^
spid-saml-check  |
spid-saml-check  | ReferenceError: primordials is not defined
spid-saml-check  |     at fs.js:36:5
spid-saml-check  |     at req_ (/spid-saml-check/spid-validator/server/node_modules/natives/index.js:143:24)
spid-saml-check  |     at Object.req [as require] (/spid-saml-check/spid-validator/server/node_modules/natives/index.js:55:10)
spid-saml-check  |     at Object.<anonymous> (/spid-saml-check/spid-validator/server/node_modules/fstream/node_modules/graceful-fs/fs.js:1:37)
spid-saml-check  |     at Module._compile (internal/modules/cjs/loader.js:999:30)
spid-saml-check  |     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
spid-saml-check  |     at Module.load (internal/modules/cjs/loader.js:863:32)
spid-saml-check  |     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
spid-saml-check  |     at Module.require (internal/modules/cjs/loader.js:887:19)
spid-saml-check  |     at require (internal/modules/cjs/helpers.js:74:18)
@pselvini pselvini changed the title Errore durante startup nuova versione 1.10.2 (ReferenceError: primordials) Errore durante startup versione 1.10.2 (ReferenceError: primordials) Oct 26, 2023
damikael added a commit that referenced this issue Nov 11, 2023
@damikael
Copy link
Member

La versione 1.10.3 risolve il problema.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants