UMS 6.1.0 java 8 doesn't work on os x 10.11.3

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
net.ricky
Posts: 4
Joined: Sat Feb 27, 2016 12:22 am

UMS 6.1.0 java 8 doesn't work on os x 10.11.3

Post by net.ricky »

Dear developers, I'm trying to running UMS but with no success.
As mentioned in the subject, I downloaded the lastest ums version (6.1.0) for java 8.

Here my system info:

Code: Select all

sw_vers 
ProductName:	Mac OS X
ProductVersion:	10.11.3
BuildVersion:	15D21

Code: Select all

java -version
java version "1.8.0_73"
Java(TM) SE Runtime Environment (build 1.8.0_73-b02)
Java HotSpot(TM) 64-Bit Server VM (build 25.73-b02, mixed mode)
Here the error I get:

Code: Select all

./JavaAppLauncher 
Exception in thread "main" java.lang.NoSuchMethodError: org.slf4j.spi.LocationAwareLogger.log(Lorg/slf4j/Marker;Ljava/lang/String;ILjava/lang/String;[Ljava/lang/Object;Ljava/lang/Throwable;)V
	at org.apache.commons.logging.impl.SLF4JLocationAwareLog.debug(SLF4JLocationAwareLog.java:131)
	at org.apache.commons.configuration.AbstractFileConfiguration.setBasePath(AbstractFileConfiguration.java:626)
	at org.apache.commons.configuration.PropertiesConfiguration.setBasePath(PropertiesConfiguration.java:549)
	at org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:314)
	at org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:286)
	at net.pms.configuration.PmsConfiguration.<init>(PmsConfiguration.java:545)
	at net.pms.configuration.PmsConfiguration.<init>(PmsConfiguration.java:527)
	at net.pms.PMS.main(PMS.java:1166)
I've tried before with java 1.7.0_40 (my java jdk wasn't updated) but I got the same error.

Any suggestions? Thank you for helping.

Regards,

Riccardo
jam
Posts: 1
Joined: Sun Feb 28, 2016 1:01 pm

Re: UMS 6.1.0 java 8 doesn't work on os x 10.11.3

Post by jam »

im having the same issue tried uninstalling and reinstalling still doesn't work
mitchde
Posts: 5
Joined: Tue Jan 12, 2016 8:52 pm

Re: UMS 6.1.0 java 8 doesn't work on os x 10.11.3

Post by mitchde »

For me 6.10 does work (JAVA 8.x, OS X 10.11.3 El Capitan)!
Log:
10:50:45 INFO Starting Universal Media Server 6.1.0
10:50:45 INFO Based on PS3 Media Server by shagrath, copyright 2008-2014
10:50:45 INFO http://www.universalmediaserver.com
10:50:45 INFO
10:50:45 INFO Build: 7fbc2dd47 (2016-02-20)
10:50:45 INFO Java: Java HotSpot(TM) 64-Bit Server VM 1.8.0_73 64-bit by Oracle Corporation
10:50:45 INFO OS: Mac OS X 64-bit 10.11.3

No probs here. (Hackintosh PC)
net.ricky
Posts: 4
Joined: Sat Feb 27, 2016 12:22 am

Re: UMS 6.1.0 java 8 doesn't work on os x 10.11.3

Post by net.ricky »

mitchde wrote:For me 6.10 does work (JAVA 8.x, OS X 10.11.3 El Capitan)!
Log:
10:50:45 INFO Starting Universal Media Server 6.1.0
10:50:45 INFO Based on PS3 Media Server by shagrath, copyright 2008-2014
10:50:45 INFO http://www.universalmediaserver.com
10:50:45 INFO
10:50:45 INFO Build: 7fbc2dd47 (2016-02-20)
10:50:45 INFO Java: Java HotSpot(TM) 64-Bit Server VM 1.8.0_73 64-bit by Oracle Corporation
10:50:45 INFO OS: Mac OS X 64-bit 10.11.3

No probs here. (Hackintosh PC)
Please can you run "java -version" on a terminal and show me the output?
mitchde
Posts: 5
Joined: Tue Jan 12, 2016 8:52 pm

Re: UMS 6.1.0 java 8 doesn't work on os x 10.11.3

Post by mitchde »

GA-EP35:~ andreasm$ java -version
java version "1.7.0_07"
Java(TM) SE Runtime Environment (build 1.7.0_07-b10)
Java HotSpot(TM) 64-Bit Server VM (build 23.3-b01, mixed mode)
GA-EP35:~ andreasm$

6.1 running OK.
net.ricky
Posts: 4
Joined: Sat Feb 27, 2016 12:22 am

Re: UMS 6.1.0 java 8 doesn't work on os x 10.11.3

Post by net.ricky »

Uhmm this is weird, in your ums log it's clear it uses java 8, but the java running on your terminal is java 7 (and a very old release). So probably I need to understand from ums log which version ums is using. Unfortunately before the message error I don't have any useful information (like the java version called).
In any case thank you for your help mitchde.
Any addtional help from other users is welcome.
Bye
Riccardo
FineWine
Posts: 3
Joined: Fri Feb 19, 2016 7:26 pm

Re: UMS 6.1.0 java 8 doesn't work on os x 10.11.3

Post by FineWine »

FineWine wrote:I too have just installed the latest version of UMS and are having problems to do with Java on Mac OS10.11.3

Completely uninstalled UMS

I then completely uninstalled ALL VERSIONS of Java.

I then installed the latest Java Version 8 Update 73

Installed UMS version 6 but it complained it needed Java 6SE

I uninstalled UMS again

I then installed OS X 2015-001 which installs the legacy Java 6 runtime for OS X 10.11 El Capitan

Installed UMS version 6

Now the error message is "The application “Universal Media Server.app” can’t be opened"

I then uninstalled UMS version 6 and installed UMS 5.2.2 and all works fine.

So there is a problem with UMS version 6
I posted the above in viewtopic.php?f=11&t=6074 I have since installed UMS 6.1.0 and still NO success with the same error message is "The application “Universal Media Server.app” can’t be opened"

I have changed my Security settings to "Allow Apps downloaded from: Anywhere" and still NO luck.

This problem wouldn't by any change have anything to do with El Capitan's new "System Integrity Protection (SIP) a new security feature introduced by Apple?"

This is all very annoying because I love UMS it used to work well with my Kiwi Panasonic Equipment.

Please find a fix for the latest UMS versions as I have had to revert back to 5.2.2
Last edited by FineWine on Thu Mar 10, 2016 8:17 pm, edited 1 time in total.
asthx80
Posts: 1
Joined: Thu Mar 10, 2016 5:59 pm

Re: UMS 6.1.0 java 8 doesn't work on os x 10.11.3

Post by asthx80 »

I'm having this exact issue. Also on 10.11.3 and when I open UMS it asks me to pick a language, then after I do, nothing happens.

UMS shows in tray but no windows, nothing. Java 8 installed.
FineWine
Posts: 3
Joined: Fri Feb 19, 2016 7:26 pm

Re: UMS 6.2.1 java 8 doesn't work on os x 10.11.4

Post by FineWine »

UMS 6.2.1 java 8 doesn't work on os x 10.11.4 either. (using latest java 8 update 77 build 03)

Interesting that no one, moderators, UMS techie people have not really replied in these forums concerning this issue.
xabizq
Posts: 2
Joined: Tue Mar 29, 2016 10:54 am

Re: UMS 6.1.0 java 8 doesn't work on os x 10.11.3

Post by xabizq »

Same problem.
UMS 6.2.1 java 8 doesn't work on os x 10.11.4 either. (using latest java 8 update 77 build 03)

Interesting that no one, moderators, UMS techie people have not really replied in these forums concerning this issue.
Post Reply