WTF? Address already in use?
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
-
- Posts: 3
- Joined: Sun May 08, 2016 12:09 pm
WTF? Address already in use?
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
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?
Please follow the instruction written in red above.
-
- Posts: 3
- Joined: Sun May 08, 2016 12:09 pm
Re: WTF? Address already in use?
Yes, I observed the rules before I posted. Unfortunately, my UMS interface does not allow me to restart in Trace mode.
- Attachments
-
- ums_dbg.zip
- (2.92 KiB) Downloaded 689 times
-
- Posts: 3
- Joined: Sun May 08, 2016 12:09 pm
Re: WTF? Address already in use?
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?
I have the same problem, any solution??
I have linux ubuntu 16.04 LTS
I have linux ubuntu 16.04 LTS
Re: WTF? Address already in use?
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?
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)