gotson / komga

Media server for comics/mangas/BDs/magazines/eBooks with API, OPDS and Kobo Sync support
https://komga.org
MIT License
3.9k stars 232 forks source link

[unraid] Komga WebUI is not reachable on Komga 1.x #1166

Closed DemonAngeX2 closed 1 year ago

DemonAngeX2 commented 1 year ago

Steps to reproduce

Start Komga docker for first time (with 0 file in Komga appadata folder) Wait Nothing happen

Expected behavior

Web UI should start and be accessible

Actual behavior

Web UI is not acessible: Connection refused (with private IP or CN)

Logs

2023-07-19T22:52:49.451+02:00 INFO 1 --- [main] org.gotson.komga.ApplicationKt : Starting ApplicationKt v1.2.1 using Java 17.0.7 with PID 1 (/app/BOOT-INF/classes started by root in /app) 2023-07-19T22:52:49.458+02:00 INFO 1 --- [main] org.gotson.komga.ApplicationKt : No active profile set, falling back to 1 default profile: "default" 2023-07-19T22:52:55.236+02:00 INFO 1 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 25600 (http) 2023-07-19T22:52:55.284+02:00 INFO 1 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-07-19T22:52:55.285+02:00 INFO 1 --- [main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.10] 2023-07-19T22:52:56.965+02:00 INFO 1 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-07-19T22:52:56.966+02:00 INFO 1 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 7407 ms 2023-07-19T22:52:57.774+02:00 INFO 1 --- [main] o.apache.activemq.artemis.core.server : AMQ221000: live Message Broker is starting with configuration Broker Configuration (clustered=false,journalDirectory=/config/artemis/journal,bindingsDirectory=/config/artemis/bindings,largeMessagesDirectory=/config/artemis/largemessages,pagingDirectory=/config/artemis/paging) 2023-07-19T22:52:57.814+02:00 INFO 1 --- [main] o.apache.activemq.artemis.core.server : AMQ221013: Using NIO Journal 2023-07-19T22:52:57.963+02:00 INFO 1 --- [main] o.apache.activemq.artemis.core.server : AMQ221057: Global Max Size is being adjusted to 1/2 of the JVM max size (-Xmx). being defined as 5255462912 2023-07-19T22:52:57.987+02:00 INFO 1 --- [main] o.apache.activemq.artemis.core.server : AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE 2023-07-19T22:52:58.068+02:00 INFO 1 --- [main] o.apache.activemq.artemis.core.server : AMQ221034: Waiting indefinitely to obtain live lock 2023-07-19T22:52:58.069+02:00 INFO 1 --- [main] o.apache.activemq.artemis.core.server : AMQ221035: Live Server Obtained live lock 2023-07-19T22:52:58.555+02:00 INFO 1 --- [main] o.apache.activemq.artemis.core.server : AMQ221080: Deploying address DLQ supporting [ANYCAST] 2023-07-19T22:52:58.564+02:00 INFO 1 --- [main] o.apache.activemq.artemis.core.server : AMQ221003: Deploying ANYCAST queue DLQ on address DLQ 2023-07-19T22:52:58.653+02:00 INFO 1 --- [main] o.apache.activemq.artemis.core.server : AMQ221080: Deploying address ExpiryQueue supporting [ANYCAST] 2023-07-19T22:52:58.654+02:00 INFO 1 --- [main] o.apache.activemq.artemis.core.server : AMQ221003: Deploying ANYCAST queue ExpiryQueue on address ExpiryQueue 2023-07-19T22:52:58.655+02:00 INFO 1 --- [main] o.apache.activemq.artemis.core.server : AMQ221003: Deploying ANYCAST queue tasks.background on address tasks.background 2023-07-19T22:52:58.659+02:00 INFO 1 --- [main] o.apache.activemq.artemis.core.server : AMQ221003: Deploying MULTICAST queue domain.events on address domain.events 2023-07-19T22:52:58.785+02:00 INFO 1 --- [main] o.apache.activemq.artemis.core.server : AMQ221007: Server is now live 2023-07-19T22:52:58.786+02:00 INFO 1 --- [main] o.apache.activemq.artemis.core.server : AMQ221001: Apache ActiveMQ Artemis Message Broker version 2.28.0 [localhost, nodeID=3da9d2f8-2676-11ee-874b-0242ac14000b] 2023-07-19T22:52:59.295+02:00 INFO 1 --- [main] com.zaxxer.hikari.HikariDataSource : SqliteUdfPool - Starting... 2023-07-19T22:52:59.675+02:00 INFO 1 --- [main] com.zaxxer.hikari.pool.HikariPool : SqliteUdfPool - Added connection org.sqlite.jdbc4.JDBC4Connection@7aa1fb0e 2023-07-19T22:52:59.682+02:00 INFO 1 --- [main] com.zaxxer.hikari.HikariDataSource : SqliteUdfPool - Start completed. 2023-07-19T22:52:59.837+02:00 INFO 1 --- [main] o.f.c.internal.license.VersionPrinter : Flyway Community Edition 9.16.3 by Redgate 2023-07-19T22:52:59.837+02:00 INFO 1 --- [main] o.f.c.internal.license.VersionPrinter : See release notes here: https://rd.gt/416ObMi 2023-07-19T22:52:59.838+02:00 INFO 1 --- [main] o.f.c.internal.license.VersionPrinter : 2023-07-19T22:52:59.892+02:00 INFO 1 --- [main] o.f.c.i.database.base.BaseDatabaseType : Database: jdbc:sqlite:/config/database.sqlite (SQLite 3.42) 2023-07-19T22:52:59.934+02:00 INFO 1 --- [main] o.f.c.i.s.JdbcTableSchemaHistory : Schema history table "main"."flyway_schema_history" does not exist yet 2023-07-19T22:52:59.938+02:00 INFO 1 --- [main] o.f.core.internal.command.DbValidate : Successfully validated 64 migrations (execution time 00:00.024s) 2023-07-19T22:52:59.942+02:00 INFO 1 --- [main] o.f.c.i.s.JdbcTableSchemaHistory : Creating Schema History table "main"."flyway_schema_history" ... 2023-07-19T22:52:59.983+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Current version of schema "main": << Empty Schema >> 2023-07-19T22:52:59.999+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20200706141854 - initial migration" 2023-07-19T22:53:00.089+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20200730135746 - image dimension" 2023-07-19T22:53:00.116+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20200810154729 - thumbnails part 1" 2023-07-19T22:53:00.148+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20200810154730 - thumbnails part 2" 2023-07-19T22:53:00.187+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20200810165912 - thumbnails part 3" [non-transactional] 2023-07-19T22:53:00.312+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20200812161631 - thumbnails series" 2023-07-19T22:53:00.339+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20200814142406 - library scan options" 2023-07-19T22:53:00.364+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20200814145800 - library import local artwork" 2023-07-19T22:53:00.389+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20200817115957 - readlists" 2023-07-19T22:53:00.415+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20200820141405 - metadata fields part 1" 2023-07-19T22:53:00.443+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20200820150923 - metadata fields part 2" 2023-07-19T22:53:00.469+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20200820154318 - metadata fields part 3" [non-transactional] 2023-07-19T22:53:00.576+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20200827103627 - index" 2023-07-19T22:53:00.601+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20200906115600 - lower trim tags" 2023-07-19T22:53:00.624+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20210111113543 - book metadata aggregation" 2023-07-19T22:53:00.647+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20210308163522 - book isbn" 2023-07-19T22:53:00.673+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20210504171645 - library convert to cbz" 2023-07-19T22:53:00.697+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20210505150806 - library repair extensions" 2023-07-19T22:53:00.721+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20210517145427 - fix rar" 2023-07-19T22:53:00.745+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20210525172240 - index" 2023-07-19T22:53:00.772+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20210526113555 - series book count" 2023-07-19T22:53:00.798+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20210527100741 - index book created" 2023-07-19T22:53:00.823+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20210609165742 - sidecars" 2023-07-19T22:53:00.848+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20210617114814 - sidecar cleanup" 2023-07-19T22:53:00.873+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20210624165023 - missing series metadata" 2023-07-19T22:53:00.899+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20210625155626 - authentication activity" 2023-07-19T22:53:00.924+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20210706162229 - trash bin" 2023-07-19T22:53:00.954+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20210716153910 - library import mylar metadata" 2023-07-19T22:53:00.983+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20210726140759 - cover preference" 2023-07-19T22:53:01.015+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20210727102041 - full text search" 2023-07-19T22:53:01.045+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20210729173532 - series metadata total book count" 2023-07-19T22:53:01.077+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20210730111835 - book metadata aggregation tag" 2023-07-19T22:53:01.101+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20210730151147 - readlist summary" 2023-07-19T22:53:01.128+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20210805174355 - remove full text search" 2023-07-19T22:53:01.159+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20210816113108 - library unavailable" 2023-07-19T22:53:01.184+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20210831113524 - temp table urls" 2023-07-19T22:53:01.209+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20210902100930 - series thumbnail blob" 2023-07-19T22:53:01.239+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20210906163333 - series metadata lowercase language" 2023-07-19T22:53:01.266+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20210907115532 - spring session" 2023-07-19T22:53:01.298+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20210914111439 - read progress read date" 2023-07-19T22:53:01.325+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20210926222612 - authentication activity source" 2023-07-19T22:53:01.352+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20211006141333 - remove spring session" 2023-07-19T22:53:01.378+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20211206100610 - temp table ids" 2023-07-19T22:53:01.407+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20211206124920 - collection and readlist thumbnails" 2023-07-19T22:53:01.433+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20211228152113 - book metadata link" 2023-07-19T22:53:01.459+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20220101120232 - page hash" 2023-07-19T22:53:01.485+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20220105143154 - library hashing options" 2023-07-19T22:53:01.516+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20220106143755 - page file size" 2023-07-19T22:53:01.542+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20220128152310 - page hash" 2023-07-19T22:53:01.568+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20220208193203 - fix books with missing pages" 2023-07-19T22:53:01.603+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20220218111455 - historical events" 2023-07-19T22:53:01.628+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20220224112015 - series sharing labels" 2023-07-19T22:53:01.654+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20220225164240 - user restrictions" 2023-07-19T22:53:01.690+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20220715213721 - perf indices" 2023-07-19T22:53:01.717+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20230112151202 - library comicinfo append volume" 2023-07-19T22:53:01.743+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20230113140806 - series metadata link" 2023-07-19T22:53:01.768+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20230116112647 - series alternate title" 2023-07-19T22:53:01.799+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20230221170726 - readlist ordered" 2023-07-19T22:53:01.824+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20230310121946 - series metadata index" 2023-07-19T22:53:01.849+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20230626150454 - xxhash128" 2023-07-19T22:53:01.876+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20230626151717 - missing page size" 2023-07-19T22:53:01.902+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20230626170856 - page hash remove columns" 2023-07-19T22:53:01.931+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20230629114356 - remove library scandeep column" 2023-07-19T22:53:01.958+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Migrating schema "main" to version "20230711173700 - read announcements" 2023-07-19T22:53:01.998+02:00 INFO 1 --- [main] o.f.core.internal.command.DbMigrate : Successfully applied 64 migrations to schema "main", now at version v20230711173700 (execution time 00:02.016s) 2023-07-19T22:53:04.009+02:00 INFO 1 --- [main] c.g.g.n.j.i.plugins.JxlImageReaderSpi : This plugin only supports Java 19, plugin will be disabled 2023-07-19T22:53:04.051+02:00 INFO 1 --- [main] o.g.k.i.image.ImageConverter : Supported read formats: [JPG, JPEG 2000, tiff, PCX, bigtiff, bmp, wbp, gif, WBMP, PNG, RAW, JPEG, PNM, BigTIFF, tif, TIFF, jpeg, wbmp, jbig2, jpeg-lossless, jpg, JPEG2000, pcx, BMP, WBP, GIF, png, raw, BIGTIFF, JPEG-LOSSLESS, webp, JBIG2, pnm, TIF, jpeg2000, WEBP, jpeg 2000] 2023-07-19T22:53:04.052+02:00 INFO 1 --- [main] o.g.k.i.image.ImageConverter : Supported read mediaTypes: [image/vnd.wap.wbmp, image/jpeg, image/x-portable-graymap, image/bmp, image/x-windows-pcx, image/gif, image/x-pc-paintbrush, image/x-raw, image/webp, image/x-pcx, image/x-portable-bitmap, image/png, image/x-jb2, image/pcx, image/x-windows-bmp, image/x-webp, image/jpeg2000, image/jp2, image/x-bmp, image/x-png, image/x-portable-pixmap, image/tiff, image/x-tiff, image/x-jbig2, image/x-portable-anymap] 2023-07-19T22:53:04.053+02:00 INFO 1 --- [main] o.g.k.i.image.ImageConverter : Supported write formats: [JPEG 2000, JPG, tiff, PCX, bigtiff, bmp, gif, WBMP, PNG, RAW, JPEG, PNM, BigTIFF, tif, TIFF, wbmp, jpeg, jpg, JPEG2000, pcx, BMP, GIF, png, BIGTIFF, raw, pnm, TIF, jpeg2000, jpeg 2000] 2023-07-19T22:53:04.053+02:00 INFO 1 --- [main] o.g.k.i.image.ImageConverter : Supported write mediaTypes: [image/png, image/vnd.wap.wbmp, image/jpeg, image/x-portable-graymap, image/pcx, image/bmp, image/gif, image/x-windows-pcx, image/x-windows-bmp, image/jpeg2000, image/x-pc-paintbrush, image/x-raw, image/jp2, image/x-pcx, image/x-bmp, image/x-png, image/x-portable-bitmap, image/x-portable-pixmap, image/tiff, image/x-tiff, image/x-portable-anymap] 2023-07-19T22:53:06.380+02:00 INFO 1 --- [main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [public/index.html] 2023-07-19T22:53:08.528+02:00 INFO 1 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 18 endpoint(s) beneath base path '/actuator' 2023-07-19T22:53:09.236+02:00 INFO 1 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure Or [Mvc [pattern='/api/'], Mvc [pattern='/opds/'], Mvc [pattern='/sse/'], Mvc [pattern='/oauth2/authorization/'], Mvc [pattern='/login/oauth2/code/*'], EndpointRequestMatcher includes=[], excludes=[], includeLinks=true] with [org.springframework.security.web.session.DisableEncodeUrlFilter@4474c514, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@465eb466, org.springframework.security.web.context.SecurityContextHolderFilter@1786e49f, org.springframework.security.web.header.HeaderWriterFilter@72cf43fa, org.springframework.web.filter.CorsFilter@5fc44b4b, org.springframework.security.web.authentication.logout.LogoutFilter@1006d0e3, org.springframework.security.web.session.ConcurrentSessionFilter@26f50a28, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@f61b92d, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@275ff5f8, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@62243a7a, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1c8e4810, org.springframework.security.web.session.SessionManagementFilter@1201c2f6, org.springframework.security.web.access.ExceptionTranslationFilter@7c590039, org.springframework.security.web.access.intercept.AuthorizationFilter@6c5e6da] 2023-07-19T22:53:18.839+02:00 INFO 1 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 25600 (http) with context path '' 2023-07-19T22:53:20.038+02:00 INFO 1 --- [scheduling-1] .AuthenticationActivityCleanupController : Remove authentication activity older than 2023-06-19T20:53:20.035989208 (UTC) 2023-07-19T22:53:20.089+02:00 INFO 1 --- [main] org.gotson.komga.ApplicationKt : Started ApplicationKt in 31.446 seconds (process running for 34.447) 2023-07-19T22:53:21.295+02:00 INFO 1 --- [main] o.g.k.i.scheduler.SearchIndexController : Lucene index not found, trigger rebuild 2023-07-19T22:53:21.332+02:00 INFO 1 --- [main] o.g.komga.application.tasks.TaskEmitter : Sending task: RebuildIndex(priority='8',entities='null') 2023-07-19T22:53:21.942+02:00 INFO 1 --- [org.springframework.jms.JmsListenerEndpointContainer#1-1] o.g.komga.application.tasks.TaskHandler : Executing task: RebuildIndex(priority='8',entities='null') 2023-07-19T22:53:22.535+02:00 INFO 1 --- [org.springframework.jms.JmsListenerEndpointContainer#1-1] o.g.k.i.search.SearchIndexLifecycle : Rebuild index for: [book, series, collection, readlist] 2023-07-19T22:53:22.565+02:00 INFO 1 --- [org.springframework.jms.JmsListenerEndpointContainer#1-1] o.g.k.i.search.SearchIndexLifecycle : Rebuilding index for Book 2023-07-19T22:53:23.199+02:00 INFO 1 --- [org.springframework.jms.JmsListenerEndpointContainer#1-1] o.g.k.i.search.SearchIndexLifecycle : Number of entities: 0 2023-07-19T22:53:24.767+02:00 INFO 1 --- [org.springframework.jms.JmsListenerEndpointContainer#1-1] o.g.k.i.search.SearchIndexLifecycle : Wrote Book index in 104.808278ms 2023-07-19T22:53:25.049+02:00 INFO 1 --- [org.springframework.jms.JmsListenerEndpointContainer#1-1] o.g.k.i.search.SearchIndexLifecycle : Rebuilding index for Series 2023-07-19T22:53:25.367+02:00 INFO 1 --- [org.springframework.jms.JmsListenerEndpointContainer#1-1] o.g.k.i.search.SearchIndexLifecycle : Number of entities: 0 2023-07-19T22:53:25.787+02:00 INFO 1 --- [org.springframework.jms.JmsListenerEndpointContainer#1-1] o.g.k.i.search.SearchIndexLifecycle : Wrote Series index in 56.621us 2023-07-19T22:53:25.837+02:00 INFO 1 --- [org.springframework.jms.JmsListenerEndpointContainer#1-1] o.g.k.i.search.SearchIndexLifecycle : Rebuilding index for Collection 2023-07-19T22:53:25.884+02:00 INFO 1 --- [org.springframework.jms.JmsListenerEndpointContainer#1-1] o.g.k.i.search.SearchIndexLifecycle : Number of entities: 0 2023-07-19T22:53:25.887+02:00 INFO 1 --- [org.springframework.jms.JmsListenerEndpointContainer#1-1] o.g.k.i.search.SearchIndexLifecycle : Wrote Collection index in 100.83us 2023-07-19T22:53:25.890+02:00 INFO 1 --- [org.springframework.jms.JmsListenerEndpointContainer#1-1] o.g.k.i.search.SearchIndexLifecycle : Rebuilding index for ReadList 2023-07-19T22:53:25.971+02:00 INFO 1 --- [org.springframework.jms.JmsListenerEndpointContainer#1-1] o.g.k.i.search.SearchIndexLifecycle : Number of entities: 0 2023-07-19T22:53:25.973+02:00 INFO 1 --- [org.springframework.jms.JmsListenerEndpointContainer#1-1] o.g.k.i.search.SearchIndexLifecycle : Wrote ReadList index in 63.41us 2023-07-19T22:53:26.255+02:00 INFO 1 --- [org.springframework.jms.JmsListenerEndpointContainer#1-1] o.g.k.i.search.LuceneHelper : Lucene index version: 7 2023-07-19T22:53:26.315+02:00 INFO 1 --- [org.springframework.jms.JmsListenerEndpointContainer#1-1] o.g.komga.application.tasks.TaskHandler : Task RebuildIndex(priority='8',entities='null') executed in 4.175944223s

Komga version

1.2.1

Operating system

Unraid, docker

Other details

When i restart container after first start, i have these logs:

__ . | |/ | ____ | < / \ / \ / \ \ | | ( <> ) Y Y \/ /_/ > _ \ || _/||| /_ (__ / \/ \//___/ \/

Version: 1.2.1

2023-07-19T23:09:44.610+02:00 INFO 1 --- [ main] org.gotson.komga.ApplicationKt : Starting ApplicationKt v1.2.1 using Java 17.0.7 with PID 1 (/app/BOOT-INF/classes started by root in /app) 2023-07-19T23:09:44.614+02:00 INFO 1 --- [ main] org.gotson.komga.ApplicationKt : No active profile set, falling back to 1 default profile: "default" 2023-07-19T23:09:52.905+02:00 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 25600 (http) 2023-07-19T23:09:52.925+02:00 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-07-19T23:09:52.925+02:00 INFO 1 --- [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.10] 2023-07-19T23:09:54.195+02:00 INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-07-19T23:09:54.195+02:00 INFO 1 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 9467 ms 2023-07-19T23:09:55.791+02:00 INFO 1 --- [ main] o.apache.activemq.artemis.core.server : AMQ221000: live Message Broker is starting with configuration Broker Configuration (clustered=false,journalDirectory=/config/artemis/journal,bindingsDirectory=/config/artemis/bindings,largeMessagesDirectory=/config/artemis/largemessages,pagingDirectory=/config/artemis/paging) 2023-07-19T23:09:55.850+02:00 INFO 1 --- [ main] o.apache.activemq.artemis.core.server : AMQ221013: Using NIO Journal 2023-07-19T23:09:56.147+02:00 INFO 1 --- [ main] o.apache.activemq.artemis.core.server : AMQ221057: Global Max Size is being adjusted to 1/2 of the JVM max size (-Xmx). being defined as 5255462912 2023-07-19T23:09:56.163+02:00 INFO 1 --- [ main] o.apache.activemq.artemis.core.server : AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE 2023-07-19T23:09:56.216+02:00 INFO 1 --- [ main] o.apache.activemq.artemis.core.server : AMQ221034: Waiting indefinitely to obtain live lock 2023-07-19T23:09:56.217+02:00 INFO 1 --- [ main] o.apache.activemq.artemis.core.server : AMQ221035: Live Server Obtained live lock 2023-07-19T23:09:56.517+02:00 INFO 1 --- [ main] o.apache.activemq.artemis.core.server : AMQ221080: Deploying address DLQ supporting [ANYCAST] 2023-07-19T23:09:56.519+02:00 INFO 1 --- [ main] o.apache.activemq.artemis.core.server : AMQ221003: Deploying ANYCAST queue DLQ on address DLQ 2023-07-19T23:09:56.523+02:00 INFO 1 --- [ main] o.apache.activemq.artemis.core.server : AMQ221080: Deploying address ExpiryQueue supporting [ANYCAST] 2023-07-19T23:09:56.523+02:00 INFO 1 --- [ main] o.apache.activemq.artemis.core.server : AMQ221003: Deploying ANYCAST queue ExpiryQueue on address ExpiryQueue 2023-07-19T23:09:56.524+02:00 INFO 1 --- [ main] o.apache.activemq.artemis.core.server : AMQ221003: Deploying ANYCAST queue tasks.background on address tasks.background 2023-07-19T23:09:56.524+02:00 INFO 1 --- [ main] o.apache.activemq.artemis.core.server : AMQ221003: Deploying MULTICAST queue domain.events on address domain.events 2023-07-19T23:09:57.166+02:00 INFO 1 --- [ main] o.apache.activemq.artemis.core.server : AMQ221007: Server is now live 2023-07-19T23:09:57.167+02:00 INFO 1 --- [ main] o.apache.activemq.artemis.core.server : AMQ221001: Apache ActiveMQ Artemis Message Broker version 2.28.0 [localhost, nodeID=3da9d2f8-2676-11ee-874b-0242ac14000b] 2023-07-19T23:09:58.423+02:00 INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : SqliteUdfPool - Starting... 2023-07-19T23:09:59.293+02:00 INFO 1 --- [ main] com.zaxxer.hikari.pool.HikariPool : SqliteUdfPool - Added connection org.sqlite.jdbc4.JDBC4Connection@5216532a 2023-07-19T23:09:59.295+02:00 INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : SqliteUdfPool - Start completed. 2023-07-19T23:09:59.374+02:00 INFO 1 --- [ main] o.f.c.internal.license.VersionPrinter : Flyway Community Edition 9.16.3 by Redgate 2023-07-19T23:09:59.374+02:00 INFO 1 --- [ main] o.f.c.internal.license.VersionPrinter : See release notes here: https://rd.gt/416ObMi 2023-07-19T23:09:59.375+02:00 INFO 1 --- [ main] o.f.c.internal.license.VersionPrinter : 2023-07-19T23:09:59.498+02:00 INFO 1 --- [ main] o.f.c.i.database.base.BaseDatabaseType : Database: jdbc:sqlite:/config/database.sqlite (SQLite 3.42) 2023-07-19T23:09:59.558+02:00 INFO 1 --- [ main] o.f.core.internal.command.DbValidate : Successfully validated 64 migrations (execution time 00:00.040s) 2023-07-19T23:09:59.565+02:00 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Current version of schema "main": 20230711173700 2023-07-19T23:09:59.566+02:00 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Schema "main" is up to date. No migration necessary. 2023-07-19T23:10:03.482+02:00 INFO 1 --- [ main] c.g.g.n.j.i.plugins.JxlImageReaderSpi : This plugin only supports Java 19, plugin will be disabled 2023-07-19T23:10:03.799+02:00 INFO 1 --- [ main] o.g.k.i.image.ImageConverter : Supported read formats: [JPG, JPEG 2000, tiff, PCX, bmp, bigtiff, wbp, gif, WBMP, PNG, RAW, JPEG, PNM, BigTIFF, tif, TIFF, jpeg, wbmp, jpeg-lossless, jbig2, jpg, JPEG2000, pcx, BMP, WBP, GIF, png, raw, BIGTIFF, JPEG-LOSSLESS, webp, JBIG2, pnm, TIF, jpeg2000, WEBP, jpeg 2000] 2023-07-19T23:10:03.800+02:00 INFO 1 --- [ main] o.g.k.i.image.ImageConverter : Supported read mediaTypes: [image/vnd.wap.wbmp, image/jpeg, image/x-portable-graymap, image/bmp, image/x-windows-pcx, image/gif, image/x-pc-paintbrush, image/x-raw, image/webp, image/x-pcx, image/x-portable-bitmap, image/x-jb2, image/png, image/pcx, image/x-windows-bmp, image/x-webp, image/jpeg2000, image/x-bmp, image/jp2, image/x-png, image/x-portable-pixmap, image/tiff, image/x-tiff, image/x-jbig2, image/x-portable-anymap] 2023-07-19T23:10:03.801+02:00 INFO 1 --- [ main] o.g.k.i.image.ImageConverter : Supported write formats: [JPEG 2000, JPG, tiff, PCX, bmp, bigtiff, gif, WBMP, PNG, RAW, JPEG, PNM, BigTIFF, tif, TIFF, wbmp, jpeg, jpg, JPEG2000, pcx, BMP, GIF, png, raw, BIGTIFF, pnm, TIF, jpeg2000, jpeg 2000] 2023-07-19T23:10:03.801+02:00 INFO 1 --- [ main] o.g.k.i.image.ImageConverter : Supported write mediaTypes: [image/vnd.wap.wbmp, image/png, image/jpeg, image/x-portable-graymap, image/pcx, image/bmp, image/gif, image/x-windows-pcx, image/x-windows-bmp, image/x-pc-paintbrush, image/jpeg2000, image/x-raw, image/x-pcx, image/jp2, image/x-bmp, image/x-png, image/x-portable-bitmap, image/x-portable-pixmap, image/tiff, image/x-tiff, image/x-portable-anymap] 2023-07-19T23:10:06.952+02:00 INFO 1 --- [ main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [public/index.html] 2023-07-19T23:10:07.349+02:00 INFO 1 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 18 endpoint(s) beneath base path '/actuator' 2023-07-19T23:10:07.424+02:00 INFO 1 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Will secure Or [Mvc [pattern='/api/'], Mvc [pattern='/opds/'], Mvc [pattern='/sse/'], Mvc [pattern='/oauth2/authorization/'], Mvc [pattern='/login/oauth2/code/*'], EndpointRequestMatcher includes=[], excludes=[], includeLinks=true] with [org.springframework.security.web.session.DisableEncodeUrlFilter@1f748d43, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1104cc93, org.springframework.security.web.context.SecurityContextHolderFilter@731a5a39, org.springframework.security.web.header.HeaderWriterFilter@17287458, org.springframework.web.filter.CorsFilter@19dc9dda, org.springframework.security.web.authentication.logout.LogoutFilter@411b75b4, org.springframework.security.web.session.ConcurrentSessionFilter@47166740, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@5b9aac82, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@6da76bb1, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2ceb722e, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@72e9c0a0, org.springframework.security.web.session.SessionManagementFilter@3d1703f8, org.springframework.security.web.access.ExceptionTranslationFilter@78fcc4ef, org.springframework.security.web.access.intercept.AuthorizationFilter@4e7bf371] 2023-07-19T23:10:08.411+02:00 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 25600 (http) with context path '' 2023-07-19T23:10:08.530+02:00 INFO 1 --- [ scheduling-1] .AuthenticationActivityCleanupController : Remove authentication activity older than 2023-06-19T21:10:08.529593128 (UTC) 2023-07-19T23:10:08.532+02:00 INFO 1 --- [ main] org.gotson.komga.ApplicationKt : Started ApplicationKt in 25.706 seconds (process running for 46.666) 2023-07-19T23:10:09.316+02:00 INFO 1 --- [ main] o.g.k.i.scheduler.SearchIndexController : Lucene index version: 7

Acknowledgements

DieselTech commented 1 year ago

The logs are showing everything is working. There is likely an issue with the unraid template your using. That still hasn't been updated since komga made the change to using web port 25600. The unraid templates / setup aren't maintained by anyone involved with the komga project.

Tomcat started on port(s): 25600 (http) with context path

Change your unraid config to expose 25600 and you should be good to go

Slainor1337 commented 1 year ago

Okay i fixed it got me on my unRaid Server, https://imgur.com/a/3dOugJC you need to enable advanced view then change the webui setting (in my pictures the one on the bottom) after that scroll down and delete the WebUI entry. Scroll down and click Create New Path etc and fill it like in the middle picture and it will work again.

DemonAngeX2 commented 1 year ago

Hello, thx for answers ! I changed my container in Host network and it changed the port to 25600. Web UI works now ! Thank you

whatinthenameofgod commented 1 year ago

Hello! So I am having a similar issue with my Synology / Docker set up. Haven't had an issue like this in ages, but none of the above helped me. WebUI is not showing up at all anymore.

Logs attached.

Any help is appreciated!

komga.csv