GUI Frontend not Visible.

For help and support with Universal Media Server
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Post Reply
techhb
Posts: 2
Joined: Fri Sep 12, 2014 3:27 pm

GUI Frontend not Visible.

Post by techhb »

Hi,
I am not getting any gui for this Universal Media Server.Universal Media server is visible on my device,but on my computer i get no gui.

I tried downloading diffrent versions java7/java 6 and diffrent release 4.11,4.10,4.01 but nothing works.
this is output of java -version
java version "1.7.0_65"
OpenJDK Runtime Environment (IcedTea 2.5.1) (7u65-2.5.1-4ubuntu1~0.14.04.2)
OpenJDK Server VM (build 24.65-b04, mixed mode)

Please guide me what i am missing here.If required i can attach server logs also.
Note:When i try PMS i see gui ,its with Universal Media Server only i am facing this issue.
Last edited by techhb on Fri Sep 12, 2014 5:07 pm, edited 1 time in total.
techhb
Posts: 2
Joined: Fri Sep 12, 2014 3:27 pm

Re: GUI Frontend for App not Visible.

Post by techhb »

I even changed it to oracle java 7 still same issue.
hagabaka
Posts: 2
Joined: Tue Dec 09, 2014 8:21 am

Re: GUI Frontend not Visible.

Post by hagabaka »

I have a similar issue on Arch Linux. UMS doesn't display any GUI or listen to any port for web interface, and unlike the OP, I can't see it on my device either. PMS works for me. I tried OpenJDK7/8 and Oracle JDK 7/8 with corresponding builds of UMS 4.2.2.

Code: Select all

15:48:45.827 [main] DEBUG o.a.c.c.ConfigurationUtils - ConfigurationUtils.locate(): base is null, name is /home/hagabaka/.config/UMS/UMS.conf
15:48:45.836 [main] DEBUG o.a.c.c.DefaultFileSystem - Could not locate file /home/hagabaka/.config/UMS/UMS.conf at null: no protocol: /home/hagabaka/.config/UMS/UMS.conf
15:48:45.837 [main] DEBUG o.a.c.c.ConfigurationUtils - Loading configuration from the absolute path /home/hagabaka/.config/UMS/UMS.conf
15:48:45.837 [main] DEBUG o.a.c.c.PropertiesConfiguration - Base path set to file:///home/hagabaka/.config/UMS/UMS.conf
15:48:45.865 [main] DEBUG o.a.c.c.PropertiesConfiguration - FileName set to UMS.conf
15:48:45.866 [main] DEBUG o.a.c.c.PropertiesConfiguration - Base path set to /home/hagabaka/.config/UMS
15:48:46,358 |-INFO in ch.qos.logback.core.joran.action.DefinePropertyAction - About to instantiate property definer of type [net.pms.logging.DebugLogPathDefiner]
15:48:46,362 |-INFO in ch.qos.logback.core.joran.action.DefinePropertyAction - Popping property definer for property named [debugLogPath] from the object stack
15:48:46,366 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [net.pms.logging.FrameAppender]
15:48:46,368 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [traces]
15:48:46,444 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
15:48:46,444 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [console]
15:48:46,455 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.FileAppender]
15:48:46,461 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [debug.log]
15:48:46,475 |-INFO in ch.qos.logback.core.FileAppender[debug.log] - File property is set to [/home/hagabaka/.config/UMS/debug.log]
15:48:46,478 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
15:48:46,480 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [debug.log.10MB]
15:48:46,545 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1810399e - Will use zip compression
15:48:46,566 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[debug.log.10MB] - Active log file name: /home/hagabaka/.config/UMS/debug.log
15:48:46,567 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[debug.log.10MB] - File property is set to [/home/hagabaka/.config/UMS/debug.log]
15:48:46,568 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apache] to WARN
15:48:46,575 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [httpclient.wire] to WARN
15:48:46,576 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to DEBUG
15:48:46,576 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [traces] to Logger[ROOT]
15:48:46,576 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [console] to Logger[ROOT]
15:48:46,577 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [debug.log] to Logger[ROOT]
15:48:46,577 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
15:48:46,577 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6d00a15d - Registering current configuration as safe fallback point
User avatar
SharkHunter
Developer
Posts: 648
Joined: Fri Jun 01, 2012 9:36 pm

Re: GUI Frontend not Visible.

Post by SharkHunter »

You have a \\u in your conf and there is a bug. Apply this patch
viewtopic.php?f=9&t=2425
and stuff will work...
We reject: kings, presidents and voting.
We believe in: rough consensus and running code.
hagabaka
Posts: 2
Joined: Tue Dec 09, 2014 8:21 am

Re: GUI Frontend not Visible.

Post by hagabaka »

Ah, I can't speak for the OP, but my problem was that I was blind :p. UMS was displaying "would you like to run the first time wizard" all along, but I didn't see it because it didn't show up in the task bar, and my window manager prevented it from stealing focus. I had to use Alt-Tab to find it. Once I went through the wizard, the main window is listed in the task bar.
Post Reply