emccue
emccue
RRailway
Created by emccue on 5/16/2023 in #✋|help
How to get docker inside of a build?
Hi, I'm trying to deploy an iteration of https://github.com/engineer-man/piston It requires docker as part of its normal operations to do sandboxed execution + at build time. Railway detects it as just a nodejs project and the build fails. How can I resolve this? Logs below
6 replies
RRailway
Created by emccue on 1/2/2023 in #✋|help
Error when updating umami install
I used the umami template ~3 months ago and clicked the "check for updates" button. The updated code now does not deploy
#16 1.713 Database type detected: postgresql
#16 1.733 Copied /app/db/postgresql to /app/prisma

#16 2.019 $ prisma generate

#16 4.726 Prisma schema loaded from prisma/schema.prisma

#16 5.208 Error: Unable to establish a connection to query-engine-node-api library. It seems there is a problem with your OpenSSL installation!
#16 5.208 Details: Unable to require(`/app/node_modules/prisma/libquery_engine-linux-musl.so.node`)
#16 5.208 Error loading shared library libssl.so.1.1: No such file or directory (needed by /app/node_modules/prisma/libquery_engine-linux-musl.so.node)
#16 5.208 [Context: getConfig]
#16 5.208
#16 5.208 Prisma CLI Version : 4.5.0
#16 5.233 error Command failed with exit code 1.
#16 5.233 info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
#16 5.243 ERROR: "build-db-client" exited with 1.
#16 5.262 info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
#16 5.262 error Command failed with exit code 1.
#16 5.274 ERROR: "build-db" exited with 1.
#16 5.293 error Command failed with exit code 1.

#16 1.713 Database type detected: postgresql
#16 1.733 Copied /app/db/postgresql to /app/prisma

#16 2.019 $ prisma generate

#16 4.726 Prisma schema loaded from prisma/schema.prisma

#16 5.208 Error: Unable to establish a connection to query-engine-node-api library. It seems there is a problem with your OpenSSL installation!
#16 5.208 Details: Unable to require(`/app/node_modules/prisma/libquery_engine-linux-musl.so.node`)
#16 5.208 Error loading shared library libssl.so.1.1: No such file or directory (needed by /app/node_modules/prisma/libquery_engine-linux-musl.so.node)
#16 5.208 [Context: getConfig]
#16 5.208
#16 5.208 Prisma CLI Version : 4.5.0
#16 5.233 error Command failed with exit code 1.
#16 5.233 info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
#16 5.243 ERROR: "build-db-client" exited with 1.
#16 5.262 info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
#16 5.262 error Command failed with exit code 1.
#16 5.274 ERROR: "build-db" exited with 1.
#16 5.293 error Command failed with exit code 1.

7 replies
RRailway
Created by emccue on 11/13/2022 in #✋|help
Specify Java version
How do I customize the java version used to build? The clojure docs imply a .jdk-version can be used, but the Java (maven build) docs don't "Fatal error compiling: error: invalid target release: 19 -> [Help 1]"
55 replies