tesshucom / jpsonic

This is a repository for development. See https://github.com/jpsonic/jpsonic
GNU General Public License v3.0
14 stars 13 forks source link

No message found for locale 'en_US'. #2630

Closed tesshucom closed 5 months ago

tesshucom commented 5 months ago

Problem description

If the language setting is set to English, there are cases where the UPnP Settings page cannot be viewed ?

Steps to reproduce

? ? ?

During verification.

  1. Set 'English' at General>Language and theme> Default language
  2. View UPnP Settings page

System information

It may not be possible to reproduce with Docker ?

tesshucom commented 5 months ago

When running standalone on Windows, the following warning appears to be output. 😮

(v114.1 Release) WARN --- o.e.j.s.handler.ContextHandler : Base Resource should not be an alias

It's very similar to a Jetty glitch that existed a long time ago. This was also confirmed on Linux in Docker.

INFO --- c.t.j.d.base.LegacyHsqlDaoHelper         : Embedded database shutdown complete.
INFO --- com.tesshu.jpsonic.Application           : Starting Application v114.2.0-SNAPSHOT using Java 21.0.3 with PID 10934 (/jpsonic/jpsonic.war started by jpsonic in /jpsonic)
INFO --- com.tesshu.jpsonic.Application           : The following 1 profile is active: "host"
WARN --- o.e.j.s.handler.ContextHandler           : Base Resource should not be an alias
INFO --- c.t.j.service.VersionService             : Starting Jpsonic 114.2.0-SNAPSHOT (c969088b941f74940c6e9f6564600df1500dae4b), Java: 21.0.3, OS: Linux
INFO --- com.tesshu.jpsonic.Application           : Started Application in 26.459 seconds (process running for 28.31)

It may or may not be related. In any case, it is better to investigate this matter first.

tesshucom commented 5 months ago

No message found for locale 'en_US'.

Regarding this issue, I checked with the re-released war and was unable to reproduce it. It could just be my misunderstanding. 😣

However, the above log output that we noticed during the investigation process is reproducible, so further investigation is required. New issues will be published.