[Fixed] Ums not finding ps3

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
btiemann63
Posts: 6
Joined: Sun Sep 08, 2013 10:52 am

[Fixed] Ums not finding ps3

Post by btiemann63 »

Hi,

Having a problem here. The ums server cannot seem to find my ps3, it just says searching for renderers Here's my log

Code: Select all

5] 	... 3 moreINFO  2013-09-07 18:47:34.007 [background-task-7-restart(5)] Stopping server on host 10.0.0.8 and port 5001...
INFO  2013-09-07 18:47:35.041 [background-task-7-restart(5)] Using address /10.0.0.2 found on network interface: name:eth2 (Marvell Yukon 88E8039 PCI-E Fast Ethernet Controller)
INFO  2013-09-07 18:47:35.042 [background-task-7-restart(5)] Created socket: /10.0.0.2:5001
INFO  2013-09-07 18:47:35.050 [background-task-7] Exception in thread "background-task-7" org.jboss.netty.channel.ChannelException: Failed to bind to: /10.0.0.2:5001
INFO  2013-09-07 18:47:35.051 [background-task-7] 	at org.jboss.netty.bootstrap.ServerBootstrap.bind(ServerBootstrap.java:272)
INFO  2013-09-07 18:47:35.051 [background-task-7] 	at net.pms.network.HTTPServer.start(HTTPServer.java:124)
INFO  2013-09-07 18:47:35.052 [background-task-7] 	at net.pms.PMS$5.run(PMS.java:725)
INFO  2013-09-07 18:47:35.052 [background-task-7] 	at net.pms.util.TaskRunner$2.run(TaskRunner.java:106)
INFO  2013-09-07 18:47:35.053 [background-task-7] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
INFO  2013-09-07 18:47:35.053 [background-task-7] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
INFO  2013-09-07 18:47:35.054 [background-task-7] 	at java.lang.Thread.run(Unknown Source)
INFO  2013-09-07 18:47:35.054 [background-task-7] Caused by: java.net.BindException: Address already in use: bind
INFO  2013-09-07 18:47:35.055 [background-task-7] 	at sun.nio.ch.Net.bind0(Native Method)
INFO  2013-09-07 18:47:35.055 [background-task-7] 	at sun.nio.ch.Net.bind(Unknown Source)
INFO  2013-09-07 18:47:35.056 [background-task-7] 	at sun.nio.ch.Net.bind(Unknown Source)
INFO  2013-09-07 18:47:35.056 [background-task-7] 	at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source)
INFO  2013-09-07 18:47:35.057 [background-task-7] 	at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
INFO  2013-09-07 18:47:35.057 [background-task-7] 	at org.jboss.netty.channel.socket.nio.NioServerBoss$RegisterTask.run(NioServerBoss.java:193)
INFO  2013-09-07 18:47:35.058 [background-task-7] 	at org.jboss.netty.channel.socket.nio.AbstractNioSelector.processTaskQueue(AbstractNioSelector.java:366)
INFO  2013-09-07 18:47:35.058 [background-task-7] 	at org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:290)
INFO  2013-09-07 18:47:35.059 [background-task-7] 	at org.jboss.netty.channel.socket.nio.NioServerBoss.run(NioServerBoss.java:42)
INFO  2013-09-07 18:47:35.059 [background-task-7] 	... 3 more
it may be my router it's the supplied xfinity one. My ps3 connects fine it even finds my Windows media server but Ums is no where to be found also. heres my modem's log
udhcpd: DHCP server started, 17:33:06, 2013-09-07 [System] Logs
udhcpd: DHCP server stopped, 17:33:06, 2013-09-07
Thanks
User avatar
DeFlanko
Posts: 724
Joined: Thu Jun 21, 2012 3:43 am
Location: San Pedro, CA
Contact:

Re: Ums not finding ps3

Post by DeFlanko »

can you package the logfiles and upload the zip here please.

but just from the looks of the code paste here.. id say your dhcp range is 10.0.0.x?

and your router is supplying the dhcp?
btiemann63
Posts: 6
Joined: Sun Sep 08, 2013 10:52 am

Re: Ums not finding ps3

Post by btiemann63 »

Yea i'm pretty sure that the router is supplying the dhcp. Yes thats also the range. I've been trying port fowarding and different ips thats why its alittle messy
Attachments
debug.log
(52.54 KiB) Downloaded 665 times
User avatar
DeFlanko
Posts: 724
Joined: Thu Jun 21, 2012 3:43 am
Location: San Pedro, CA
Contact:

Re: Ums not finding ps3

Post by DeFlanko »

Why did you choose 10.0.0.x? i'm just curious...
btiemann63
Posts: 6
Joined: Sun Sep 08, 2013 10:52 am

Re: Ums not finding ps3

Post by btiemann63 »

it was assigned by comcast pretty sure
User avatar
DeFlanko
Posts: 724
Joined: Thu Jun 21, 2012 3:43 am
Location: San Pedro, CA
Contact:

Re: Ums not finding ps3

Post by DeFlanko »

the debug/log you submitted was for Ps3 Media server not for UMS.

so i'm thinking you're using both PS3MS and UMS currently with the same IP and port correct?

you might have one setup to run as a service still and thats why UMS can't bind to the same ip with the same port...

was i close?
btiemann63
Posts: 6
Joined: Sun Sep 08, 2013 10:52 am

Re: Ums not finding ps3

Post by btiemann63 »

nah still nothing. I attached the correct one this time i'm positive. My router i was thinking could be the problem it's a arris tg862 ct. Its the one comcast supplied.
Attachments
debug.log
(11.33 KiB) Downloaded 444 times
User avatar
DeFlanko
Posts: 724
Joined: Thu Jun 21, 2012 3:43 am
Location: San Pedro, CA
Contact:

Re: Ums not finding ps3

Post by DeFlanko »

Code: Select all

WARN  2013-09-07 20:23:21.145 [main] The directory C:\Users\Robert\Desktop\EVERYTHING\BT\Downloads\[Bloat] Evangelion (Complete) does not exist. Please remove it from your Shared folders list on the Navigation/Share Settings tab
WARN  2013-09-07 20:23:21.147 [main] The directory C:\Users\Robert\Desktop\EVERYTHING\BT\Downloads\eoe does not exist. Please remove it from your Shared folders list on the Navigation/Share Settings tab
WARN  2013-09-07 20:23:21.148 [main] The directory C:\Users\Robert\Desktop\EVERYTHING\BT\Downloads\Evangelion_1.11_You_Are_(Not)_Alone_(2009)_[720p,BluRay,x264,DTS-ES]_-_THORA does not exist. Please remove it from your Shared folders list on the Navigation/Share Settings tab
INFO  2013-09-07 20:23:21.788 [main] Starting PS3 Media Server 1.82.0
INFO  2013-09-07 20:23:21.807 [main] by shagrath / 2008-2013
INFO  2013-09-07 20:23:21.811 [main] http://ps3mediaserver.org
INFO  2013-09-07 20:23:21.812 [main] https://github.com/ps3mediaserver/ps3mediaserver
INFO  2013-09-07 20:23:21.813 [main] 
INFO  2013-09-07 20:23:21.814 [main] Build: 616a9b305 (2013-06-03)
INFO  2013-09-07 20:23:21.817 [main] Java: 1.7.0_25-Oracle Corporation
INFO  2013-09-07 20:23:21.821 [main] OS: Windows Vista x86 6.0
INFO  2013-09-07 20:23:21.823 [main] Encoding: UTF-8
INFO  2013-09-07 20:23:21.826 [main] Memory: 742 MB
its still the PM3MS one...

also you should remove the three folders in the WARN section at the top.

Here is what a UMS log looks like:

Code: Select all

DEBUG 2013-09-07 17:48:16.912 [main] Reading cred.path: default: "", current: "C:\ProgramData\UMS\UMS.cred"
DEBUG 2013-09-07 17:48:17.027 [main] Reading run_wizard: default: true, current: false
INFO  2013-09-07 17:48:17.027 [main] Starting Universal Media Server 3.0.0-a5
INFO  2013-09-07 17:48:17.028 [main] Based on PS3 Media Server by shagrath, copyright 2008-2013
INFO  2013-09-07 17:48:17.028 [main] http://www.universalmediaserver.com
INFO  2013-09-07 17:48:17.028 [main] 
INFO  2013-09-07 17:48:17.029 [main] Build: e795cd371 (2013-09-03)
INFO  2013-09-07 17:48:17.029 [main] Java: Java HotSpot(TM) 64-Bit Server VM 1.7.0_25 64-bit by Oracle Corporation
INFO  2013-09-07 17:48:17.029 [main] OS: Windows Server 2008 R2 64-bit 6.1
INFO  2013-09-07 17:48:17.029 [main] Encoding: UTF-8
INFO  2013-09-07 17:48:17.039 [main] Memory: 1137 MB
Sooo you still have a PS3 Media server app running. :geek:
btiemann63
Posts: 6
Joined: Sun Sep 08, 2013 10:52 am

Re: Ums not finding ps3

Post by btiemann63 »

i just uninstalled and restarted i think its gone now. I think i'm getting the same error though. Updated log
Attachments
debug.txt
(5.63 KiB) Downloaded 516 times
btiemann63
Posts: 6
Joined: Sun Sep 08, 2013 10:52 am

Re: Ums not finding ps3

Post by btiemann63 »

figured it out the new router reverted back to a public newtowrk nothing be shared. Turned it bnack to private. Sorry bout that :oops:
Post Reply