How to connect to internal maven repository instead of public maven repo #17181
Unanswered
5halin1namdar
asked this question in
Coder
Replies: 1 comment
-
The built-in postgres is for experimental trial purpose only and not recommended for prod environments. Please use an external Postgres. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Service failing to start up
Apr 01 00:38:38 myhostname coder[2687203]: Started HTTP listener at http://127.0.0.1:3000
Apr 01 00:38:38 myhostname coder[2687203]: Using built-in PostgreSQL (/home/coder/.config/coderv2/postgres)
Apr 01 00:38:39 myhostname coder[2687203]: Encountered an error running "coder server", see "coder server --help" for more information
Apr 01 00:38:39 myhostname coder[2687203]: error: Failed to start built-in PostgreSQL. Optionally, specify an external deployment with
--postgres-url
: unable to connect to https://repo1.maven.org/maven2Apr 01 00:38:39 myhostname systemd[1]: coder.service: Main process exited, code=exited, status=1/FAILURE
Apr 01 00:38:39 myhostname systemd[1]: coder.service: Failed with result 'exit-code'.
-- The unit coder.service has entered the 'failed' state with result 'exit-code'.
-- Subject: Unit coder.service has failed
-- Unit coder.service has failed.
Apr 01 00:38:44 myhostname systemd[1]: coder.service: Service RestartSec=5s expired, scheduling restart.
Apr 01 00:38:44 myhostname systemd[1]: coder.service: Scheduled restart job, restart counter is at 3.
-- Automatic restarting of the unit coder.service has been scheduled, as the result for
-- Subject: Unit coder.service has finished shutting down
-- Unit coder.service has finished shutting down.
-- Subject: Unit coder.service has begun start-up
-- Unit coder.service has begun starting up.
Apr 01 00:38:44 myhostname coder[2687221]: Started HTTP listener at http://127.0.0.1:3000
Apr 01 00:38:44 myhostname coder[2687221]: Using built-in PostgreSQL (/home/coder/.config/coderv2/postgres)
Beta Was this translation helpful? Give feedback.
All reactions