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
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?
is Runtime Academy @Juan 's project?
@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.
@Kelly Ellie please send me a message and I can help you.
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
Wohooo @Kelly Ellie, you just became a Waspeteer level 1!
TY Martinsos. If i can't get through this error I will try the official docs.
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.
ahhh, TY, I''ll give it a shot!
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 🙂
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.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.
Wohooo @Juan, you just became a Waspeteer level 3!
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?