[Solved] Web GUI on 14.1.0 with Linux not working
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
[Solved] Web GUI on 14.1.0 with Linux not working
@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
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
- Attachments
-
- debug.zip
- (1.14 MiB) Downloaded 969 times
Re: Web GUI on 14.1.0 with Linux not working
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.
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
Logs are important for us to help, Please follow This Link before asking for support. Just a forum cleaner, Will help if I can but no expert.
Re: Web GUI on 14.1.0 with Linux not working
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.
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
Thanks! Copying the index.html worked for me as well.
Re: Web GUI on 14.1.0 with Linux not working
Nice work @boss, I'll make an issue on Github just in case Subjunk has not seen this.
Logs are important for us to help, Please follow This Link before asking for support. Just a forum cleaner, Will help if I can but no expert.
Re: Web GUI on 14.1.0 with Linux not working
This is fixed now and will be in the 14.2.1 release today. Thanks everyone