You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I install this using docker compose, but when going to the app I get the message below , I have searched here but I haven't seen a solution, any help would be good :)
HTTP ERROR 500
Problem accessing /. Reason:
Could not find matching provider (wrong URL)
Expected Behavior
I believe I should be able to see the application.
Steps To Reproduce
I installed the app using docker compose
Environment
- OS: Ubuntu server 22.04.4LTS
- How docker service was installed: Docker compose
[migrations] started
[migrations] no migrations found
───────────────────────────────────────
██╗ ███████╗██╗ ██████╗
██║ ██╔════╝██║██╔═══██╗
██║ ███████╗██║██║ ██║
██║ ╚════██║██║██║ ██║
███████╗███████║██║╚██████╔╝
╚══════╝╚══════╝╚═╝ ╚═════╝
Brought to you by linuxserver.io
───────────────────────────────────────
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID: 1000
User GID: 1000
───────────────────────────────────────
[custom-init] No custom files found, skipping...
20240221 15:53:45 [main] INFO com.ubooquity.Ubooquity - Running with the following parameters - headless: true, libraryport: -1, adminport: -1, remoteadmin: true, host: 0.0.0.0, debug: false, execdir: /config
20240221 15:53:45 [main] INFO com.ubooquity.Ubooquity - #############################
20240221 15:53:45 [main] INFO com.ubooquity.Ubooquity - # Starting Ubooquity #
20240221 15:53:45 [main] INFO com.ubooquity.Ubooquity - #############################
20240221 15:53:45 [main] INFO com.ubooquity.Ubooquity - Java version: 17.0.10
20240221 15:53:45 [main] INFO com.ubooquity.Ubooquity - Java vendor: Alpine
20240221 15:53:45 [main] INFO com.ubooquity.Ubooquity - java vm name: OpenJDK 64-Bit Server VM
20240221 15:53:45 [main] INFO com.ubooquity.Ubooquity - java runtime name: OpenJDK Runtime Environment
20240221 15:53:45 [main] INFO com.ubooquity.Ubooquity - Max heap size available: 512 MB
20240221 15:53:45 [main] INFO com.ubooquity.Ubooquity - OS name: Linux
20240221 15:53:45 [main] INFO com.ubooquity.Ubooquity - OS version: 5.15.0-92-generic
20240221 15:53:45 [main] INFO com.ubooquity.Ubooquity - OS architecture: amd64
20240221 15:53:45 [main] INFO com.ubooquity.Ubooquity - Loading local version info
20240221 15:53:45 [main] INFO com.ubooquity.Ubooquity - Ubooquity 2.1.2 built on 2018-10-14 at 12:58
20240221 15:53:45 [main] INFO com.ubooquity.Ubooquity - Creating application folders
20240221 15:53:45 [main] INFO com.ubooquity.Ubooquity - Loading preferences
20240221 15:53:45 [main] INFO org.eclipse.jetty.util.log - Logging initialized @927ms to org.eclipse.jetty.util.log.Slf4jLog
20240221 15:53:45 [main] INFO com.ubooquity.b - Starting internal server...
20240221 15:53:45 [main] INFO com.ubooquity.b - Reverse proxy prefix: ubooquity
20240221 15:53:45 [Scanner thread] INFO com.ubooquity.data.feeder.a - Scanning books directories
20240221 15:53:45 [Scanner thread] WARN com.ubooquity.data.database.a - Could not find id of root path /books (ignore this warning if you just added a new root directory)
20240221 15:53:45 [Scanner thread] WARN com.ubooquity.data.database.a - Could not find id of root path /books (ignore this warning if you just added a new root directory)
20240221 15:53:45 [Scanner thread] INFO com.ubooquity.data.feeder.a - Finished scanning books directories, populating folders content cache
20240221 15:53:45 [Scanner thread] INFO com.ubooquity.data.feeder.a - Books folder content cache populated
20240221 15:53:45 [Scanner thread] INFO com.ubooquity.data.feeder.a - Scanning comics directories
20240221 15:53:45 [Scanner thread] WARN com.ubooquity.data.database.c - Could not find id of root path /comics (ignore this warning if you just added a new root directory)
20240221 15:53:45 [Scanner thread] WARN com.ubooquity.data.database.c - Could not find id of root path /comics (ignore this warning if you just added a new root directory)
20240221 15:53:45 [Scanner thread] INFO com.ubooquity.data.feeder.a - Finished scanning comics directories, populating folders content cache
20240221 15:53:45 [Scanner thread] INFO com.ubooquity.data.feeder.a - Comics folder content cache populated
20240221 15:53:45 [Scanner thread] INFO com.ubooquity.data.feeder.a - Comics statistics: [total: 0, added or updated: 0, removed: 0]
20240221 15:53:45 [Scanner thread] INFO com.ubooquity.data.feeder.a - Books statistics: [total: 0, added or updated: 0, removed: 0]
20240221 15:53:45 [main] INFO org.eclipse.jetty.server.Server - jetty-9.4.0.v20161208
20240221 15:53:45 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.h.ContextHandler@6622fc65{/,null,AVAILABLE,@admin}
20240221 15:53:45 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.h.ContextHandler@299321e2{/,null,AVAILABLE,@library}
20240221 15:53:45 [main] INFO o.e.jetty.server.AbstractConnector - Started library@319bc845{HTTP/1.1,[http/1.1]}{0.0.0.0:2202}
20240221 15:53:45 [main] INFO o.e.jetty.server.AbstractConnector - Started admin@4c5474f5{HTTP/1.1,[http/1.1]}{0.0.0.0:2203}
20240221 15:53:45 [main] INFO org.eclipse.jetty.server.Server - Started @1009ms
20240221 15:53:45 [main] INFO com.ubooquity.b - Internal server started. Listening on port 2202 (library) and 2203 (admin)
Tyep Q then ENTER to exit
[ls.io-init] done.
20240221 15:53:46 [Timer-0] INFO com.ubooquity.Ubooquity - Checking latest available Ubooquity version from website
20240221 15:53:46 [Timer-0] INFO com.ubooquity.Ubooquity - Latest version available: 2.1.2 - Current version: 2.1.2
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
I install this using docker compose, but when going to the app I get the message below , I have searched here but I haven't seen a solution, any help would be good :)
HTTP ERROR 500
Problem accessing /. Reason:
Expected Behavior
I believe I should be able to see the application.
Steps To Reproduce
I installed the app using docker compose
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: