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

Tooljet Server Crashing #9537

Open
cattoman1 opened this issue Apr 29, 2024 · 1 comment
Open

Tooljet Server Crashing #9537

cattoman1 opened this issue Apr 29, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@cattoman1
Copy link

Version Information

Environment

Docker on Windows.

What is the expected behaviour?

The Server Starts

What is the current behaviour?

It Crashes
with error:
query: SELECT * FROM current_schema() 2024-04-29 11:46:28 Error during migration run: 2024-04-29 11:46:28 Error: Cannot find module '@tooljet/plugins/dist/server' 2024-04-29 11:46:28 Require stack: 2024-04-29 11:46:28 - /app/server/src/modules/data_sources/query.errors.ts 2024-04-29 11:46:28 - /app/server/src/helpers/utils.helper.ts 2024-04-29 11:46:28 - /app/server/migrations/1677820920004-DropAppVersionIdInAppEnvironments.ts 2024-04-29 11:46:28 - /app/server/node_modules/typeorm/util/ImportUtils.js 2024-04-29 11:46:28 - /app/server/node_modules/typeorm/connection/ConnectionOptionsReader.js 2024-04-29 11:46:28 - /app/server/node_modules/typeorm/globals.js 2024-04-29 11:46:28 - /app/server/node_modules/typeorm/commands/SchemaSyncCommand.js 2024-04-29 11:46:28 - /app/server/node_modules/typeorm/cli.js 2024-04-29 11:46:28 at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1077:15) 2024-04-29 11:46:28 at Function.Module._resolveFilename.sharedData.moduleResolveFilenameHook.installedValue (/app/server/node_modules/@cspotcode/source-map-support/source-map-support.js:811:30) 2024-04-29 11:46:28 at Function.Module._resolveFilename (/app/server/node_modules/tsconfig-paths/src/register.ts:90:36) 2024-04-29 11:46:28 at Function.Module._load (node:internal/modules/cjs/loader:922:27) 2024-04-29 11:46:28 at Module.require (node:internal/modules/cjs/loader:1143:19) 2024-04-29 11:46:28 at require (node:internal/modules/cjs/helpers:119:18) 2024-04-29 11:46:28 at Object.<anonymous> (/app/server/src/modules/data_sources/query.errors.ts:1:1) 2024-04-29 11:46:28 at Module._compile (node:internal/modules/cjs/loader:1256:14) 2024-04-29 11:46:28 at Module.m._compile (/app/server/node_modules/ts-node/src/index.ts:1618:23) 2024-04-29 11:46:28 at Module._extensions..js (node:internal/modules/cjs/loader:1310:10) { 2024-04-29 11:46:28 code: 'MODULE_NOT_FOUND', 2024-04-29 11:46:28 requireStack: [ 2024-04-29 11:46:28 '/app/server/src/modules/data_sources/query.errors.ts', 2024-04-29 11:46:28 '/app/server/src/helpers/utils.helper.ts', 2024-04-29 11:46:28 '/app/server/migrations/1677820920004-DropAppVersionIdInAppEnvironments.ts', 2024-04-29 11:46:28 '/app/server/node_modules/typeorm/util/ImportUtils.js', 2024-04-29 11:46:28 '/app/server/node_modules/typeorm/connection/ConnectionOptionsReader.js', 2024-04-29 11:46:28 '/app/server/node_modules/typeorm/globals.js', 2024-04-29 11:46:28 '/app/server/node_modules/typeorm/commands/SchemaSyncCommand.js', 2024-04-29 11:46:28 '/app/server/node_modules/typeorm/cli.js' 2024-04-29 11:46:28 ] 2024-04-29 11:46:28 }

How to reproduce the issue?

1.run docker compose up -d in the directory where tooljet is downloaded and you setup the .env file
2.look in the Log

Screenshots or Screencast

image

Please provide any traces or logs that could help here.

Any possible solutions?

Unknown

Can you identify the location in the driver source code where the problem exists?

no

If the bug is confirmed, would you be willing to submit a PR?

@cattoman1 cattoman1 added the bug Something isn't working label Apr 29, 2024
@adishM98
Copy link
Collaborator

Hi @cattoman1,

Could you try to build the plugins again and then start the server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants