java error i'm assuming

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
hotshot247
Posts: 1
Joined: Fri Sep 19, 2014 4:07 am

java error i'm assuming

Post by hotshot247 »

when i tried to start universal media server in linux, the GUI wouldn't open so i tried to open it in the terminal to see if it would give any errors and i get this: i'll just copy and paste everything i get...

Code: Select all

12:01:05.353 [main] DEBUG o.a.c.c.ConfigurationUtils - ConfigurationUtils.locate(): base is null, name is /home/chris/.config/UMS/UMS.conf
12:01:05.361 [main] DEBUG o.a.c.c.DefaultFileSystem - Could not locate file /home/chris/.config/UMS/UMS.conf at null: no protocol: /home/chris/.config/UMS/UMS.conf
12:01:05.362 [main] DEBUG o.a.c.c.ConfigurationUtils - Loading configuration from the absolute path /home/chris/.config/UMS/UMS.conf
12:01:05.362 [main] DEBUG o.a.c.c.PropertiesConfiguration - Base path set to file:///home/chris/.config/UMS/UMS.conf
12:01:05.387 [main] DEBUG o.a.c.c.PropertiesConfiguration - FileName set to UMS.conf
12:01:05.388 [main] DEBUG o.a.c.c.PropertiesConfiguration - Base path set to /home/chris/.config/UMS
12:01:05,702 |-INFO in ch.qos.logback.core.joran.action.DefinePropertyAction - About to instantiate property definer of type [net.pms.logging.DebugLogPathDefiner]
12:01:05,741 |-INFO in ch.qos.logback.core.joran.action.DefinePropertyAction - Popping property definer for property named [debugLogPath] from the object stack
12:01:05,746 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [net.pms.logging.FrameAppender]
12:01:05,750 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [traces]
12:01:05,881 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
12:01:05,882 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [console]
12:01:05,898 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.FileAppender]
12:01:05,902 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [debug.log]
12:01:05,914 |-INFO in ch.qos.logback.core.FileAppender[debug.log] - File property is set to [/home/chris/.config/UMS/debug.log]
12:01:05,919 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
12:01:05,921 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [debug.log.10MB]
12:01:05,951 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@342d1ead - Will use zip compression
12:01:05,970 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[debug.log.10MB] - Active log file name: /home/chris/.config/UMS/debug.log
12:01:05,970 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[debug.log.10MB] - File property is set to [/home/chris/.config/UMS/debug.log]
12:01:05,971 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apache] to WARN
12:01:05,972 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [httpclient.wire] to WARN
12:01:05,972 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to DEBUG
12:01:05,973 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [traces] to Logger[ROOT]
12:01:05,973 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [console] to Logger[ROOT]
12:01:05,973 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [debug.log] to Logger[ROOT]
12:01:05,974 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
12:01:05,974 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@7a63b09c - Registering current configuration as safe fallback point
Exception in thread "main" java.lang.NullPointerException
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1010)
	at net.pms.PMS.killProc(PMS.java:1358)
	at net.pms.PMS.killOld(PMS.java:1286)
	at net.pms.PMS.main(PMS.java:1140)
i am at a loss, it worked just a few days ago, i don't know why it's not working now. any help would be awesome! thanks!
klimo57
Posts: 1
Joined: Fri Apr 24, 2015 10:01 pm

Re: java error i'm assuming

Post by klimo57 »

Hi,
i got the same problem. did you solve it?
Post Reply