Page 1 of 1

WTF? Address already in use?

Posted: Sun May 08, 2016 12:17 pm
by Sal_Chicho
Forgive my ignorance with this. I am simply trying to configure and run UMS on my MacBook Pro to stream to my PS3 after PMS became increasingly unreliable. I am in desperate need of help and unable to solve this after thorough online searches and scouring this forum.

This is what I know: Yosemite 10.10.5, UMS 6.3.0, Java 8 Update 91.
And this:

20:32:00 INFO Starting Universal Media Server 6.3.0
20:32:00 INFO Based on PS3 Media Server by shagrath, copyright 2008-2014
20:32:00 INFO http://www.universalmediaserver.com
20:32:00 INFO
20:32:00 INFO Build: 28b93b79b (2016-05-07)
20:32:00 INFO Java: Java HotSpot(TM) 64-Bit Server VM 1.8.0_91 64-bit by Oracle Corporation
20:32:00 INFO OS: Mac OS X 64-bit 10.10.5
20:32:00 INFO Encoding: UTF-8
20:32:00 INFO Memory: 683 MB
20:32:00 INFO Language: English (United States)
20:32:00 INFO
20:32:00 INFO Working directory: /Applications/Universal Media Server.app/Contents/Resources
20:32:00 INFO Temporary directory: /var/folders/ls/t4qdw75j4yx2nm6pp_hw7sl00000gn/T/UMS-paultbrooks
20:32:00 INFO Logging configuration file: /Applications/Universal Media Server.app/Contents/Resources/logback.xml
20:32:00 INFO Logfile: /Users/paultbrooks/Library/Application Support/UMS/debug.log
20:32:00 INFO
20:32:00 INFO Profile directory: /Users/paultbrooks/Library/Application Support/UMS
20:32:00 INFO Profile directory permissions: drwx
20:32:00 INFO Profile configuration file: /Users/paultbrooks/Library/Application Support/UMS/UMS.conf
20:32:00 INFO Profile configuration file permissions: -rw-
20:32:00 INFO Profile name: paul-ts-mbp.lan
20:32:00 INFO
20:32:00 INFO Web configuration file: /Users/paultbrooks/Library/Application Support/UMS/WEB.conf
20:32:00 WARN Web configuration file not found: File "/Users/paultbrooks/Library/Application Support/UMS/WEB.conf" not found
20:32:00 INFO
20:32:00 INFO Using database located at: /Users/paultbrooks/Library/Application Support/UMS/database
20:32:06 ERROR A serious error occurred during Universal Media Server initialization: Address already in use

Re: WTF? Address already in use?

Posted: Sun May 08, 2016 9:08 pm
by valib
Please follow the instruction written in red above.

Re: WTF? Address already in use?

Posted: Mon May 09, 2016 2:29 am
by Sal_Chicho
Yes, I observed the rules before I posted. Unfortunately, my UMS interface does not allow me to restart in Trace mode.

Re: WTF? Address already in use?

Posted: Sun May 15, 2016 1:03 am
by Sal_Chicho
Is there no way to solicit a response to this? I would assume that being unable to restart in Trace mode is part of the problem I am facing as well.

Re: WTF? Address already in use?

Posted: Thu Aug 04, 2016 5:26 pm
by snoop_mx
I have the same problem, any solution??

I have linux ubuntu 16.04 LTS

Re: WTF? Address already in use?

Posted: Fri Aug 05, 2016 8:14 am
by valib
To start UMS in the TRACE mode open the UMS.conf and change

Code: Select all

log_level = TRACE

Re: WTF? Address already in use?

Posted: Mon Aug 15, 2016 11:07 pm
by quick_dry
try disabling the web interface in the UMS.conf file. I don't know if this is the problem, but I encountered a similar issue where the GUI would not store any changes if the web UI port failed to bind (if the media server port fails to bind then it simply won't serve media, but the port can be changed in the gui). Following that, try changing the media port to something else (the line looks like "port = 5001", try some other port)