Page 1 of 1
[Solved] Web GUI on 14.1.0 with Linux not working
Posted: Sat Jul 06, 2024 1:06 pm
by boss
@mik_s
I want to report that the web GUI (both ports 9001 and 9002) do not work using V14.1.0 installed on a headless Linux server.
Previous versions including V14.0.2 worked fine.
Attached is my log file (in Trace mode) when I was trying to use the Web GUI,
Cheers
Re: Web GUI on 14.1.0 with Linux not working
Posted: Sat Jul 06, 2024 2:02 pm
by mik_s
Thanks. I had a look but could not see anything obvious but don't know what to look for. At least there are no errors.
Only thing I can think of there is something wrong with the Jetty server.
I don't know if the previous version used Jetty or Netty but know that Netty is being phased out.
Code: Select all
Using Jetty as web gui server
Checking network configuration changes
Starting Jetty server 12.0.9
GUI is available at: http://localhost:9001
Re: Web GUI on 14.1.0 with Linux not working
Posted: Sat Jul 06, 2024 3:04 pm
by boss
I couldn't see anything wrong myself.
I think it is something for the developers as they would know the changes (concerning the Web GUI) from V14.0.2 to V14.1.0.
I originally posted the issue where I did as it is the most likely place subjunk would see it.
Cheers
PS: I think the previous (V14.0.2) version which was working was not using the Jetty server.
From the logs when using V14.0.2: Using httpserver as gui server
PS2: As an experiment I copied the ums-14.0.2/web folder to ums-14.1.0 and after doing that the web GUI worked.
PS3: The problem is: ums-14.1.0/web/react-client/index.html.
If I copy ums-14.0.2/web/react-client/index.html
to
ums-14.1.0/web/react-client/index.html
It all works fine.
Re: Web GUI on 14.1.0 with Linux not working
Posted: Tue Jul 09, 2024 12:36 pm
by Orion940
Thanks! Copying the index.html worked for me as well.
Re: Web GUI on 14.1.0 with Linux not working
Posted: Tue Jul 09, 2024 1:35 pm
by mik_s
Nice work @boss, I'll make an issue on Github just in case Subjunk has not seen this.
Re: Web GUI on 14.1.0 with Linux not working
Posted: Thu Jul 11, 2024 9:25 am
by SubJunk
This is fixed now and will be in the 14.2.1 release today. Thanks everyone