W
Wasp-lang•2mo ago
Kelly Ellie

Has anyone run into the following starting the runtime academy docker image?

(xfdesktop:366): WARNING : 16:03:33.587: Failed to get system bus: Could not connect: No such file or directory (node:284) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use code --trace-deprecation ... to show where the warning was created) Extension 'wasp-lang.wasp' v0.5.3 was successfully installed. Starting PostgreSQL 15 database server: main. ALTER ROLE Exit PostgreSQL start up completed successfully. Ignore unknown service: custom_startup messages. /dockerstartup/vnc_startup.sh: line 391: kill: (276) - No such process Unknown Service: custom_startup /dockerstartup/vnc_startup.sh: line 391: kill: (276) - No such process Unknown Service: custom_startup /dockerstartup/vnc_startup.sh: line 391: kill: (276) - No such process Unknown Service: custom_startup /dockerstartup/vnc_startup.sh: line 391: kill: (276) - No such process ^C (xiccd:381): WARNING : 16:04:34.850: Exiting XIO: fatal IO error 4 (Interrupted system call) on X server ":1.0" after 14 requests (14 known processed) with 0 events remaining. /dockerstartup/vnc_startup.sh: line 113: kill: (276) - No such process
14 Replies
kapa.ai
kapa.ai•2mo ago
Hi @Kelly Ellie. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- Hmm, I don't know enough to give you a confident answer yet. The knowledge sources provided do not contain information related to the specific error messages you're encountering with the runtime academy docker image. However, for general issues with Docker and Wasp, you might find some useful information in the Wasp Github issues (https://github.com/wasp-lang/wasp/issues) or the Wasp documentation (https://wasp-lang.dev/docs). ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ---------------------- Sorry @Kelly Ellie, I seem to be having a bit of trouble. Don't worry though, I've pinged my support and they will try to fix me up! :technologist: Perhaps try again in 15mins?
Vinny (@Wasp)
Vinny (@Wasp)•2mo ago
is Runtime Academy @Juan 's project?
martinsos
martinsos•2mo ago
@Vinny (@Wasp) right! @Kelly Ellie runtime academy container is not made by us but by @Juan so he will have to help you out, we don't konw the details. But if you want to use Wasp and you are ok with doing it without all being in a single docker container, you can always follow our official docs https://wasp-lang.dev/docs, it will help you install wasp and get it running.
Juan
Juan•2mo ago
@Kelly Ellie please send me a message and I can help you.
Kelly Ellie
Kelly Ellie•2mo ago
Thanks Juan, Extension 'wasp-lang.wasp' v0.5.3 was successfully installed. Starting PostgreSQL 15 database server: main. ALTER ROLE Exit PostgreSQL start up completed successfully. Ignore unknown service: custom_startup messages. /dockerstartup/vnc_startup.sh: line 391: kill: (276) - No such process Unknown Service: custom_startup /dockerstartup/vnc_startup.sh: line 391: kill: (276) - No such process Unknown Service: custom_startup /dockerstartup/vnc_startup.sh: line 391: kill: (276) - No such process Unknown Service: custom_startup /dockerstartup/vnc_startup.sh: line 391: kill: (276) - No such process ^C (xiccd:381): WARNING : 16:04:34.850: Exiting XIO: fatal IO error 4 (Interrupted system call) on X server ":1.0" after 14 requests (14 known processed) with 0 events remaining. /dockerstartup/vnc_startup.sh: line 113: kill: (276) - No such process
MEE6
MEE6•2mo ago
Wohooo @Kelly Ellie, you just became a Waspeteer level 1!
Kelly Ellie
Kelly Ellie•2mo ago
TY Martinsos. If i can't get through this error I will try the official docs.
Juan
Juan•2mo ago
Hi Kelly, if you let the docker image start up, you can ignore the 'No such process found' messages. That's something that I forgot to mention in the youtube video. Here in my screenshot my host is Linux with latest docker version installed.
No description
Kelly Ellie
Kelly Ellie•2mo ago
ahhh, TY, I''ll give it a shot!
Juan
Juan•2mo ago
No prob. I'm still working on more videos. Upcoming one is how to create a volume to store your wasp app in persistent data. So right now if the container is restarted, it will erase everything and reset your data. Just a heads up 🙂
martinsos
martinsos•2mo ago
Aha you can't use wasp start db then, right? Beacuse it uses docker itself? Because normally wasp start db takes care of all that -> having a dockerized and permanent db per project for development.
Juan
Juan•2mo ago
Correct. Can't run docker inside docker unless you use the DnD image, but that would be a whole different complex set up that I haven't explored yet. Instead we can use a local installation of Postgresql and use DATABASE_URL to point to it.
MEE6
MEE6•2mo ago
Wohooo @Juan, you just became a Waspeteer level 3!
Kelly Ellie
Kelly Ellie•2mo ago
I was able to get it installed and running without using the runtime academy docker image. Now I have to figure out how to make it do everything I need it to do. Does chatGPT know much about Wasp?
Want results from more Discord servers?
Add your server