I have my PS3 to my Mac Pro (Version 10.6.8) connected via Ethernet not wi-fi. I'm forcing the IP on the server in PMS due to having a few laptops here. So I'm using 10.0.1.3. I have no firewall on either. Java is updated as I've checked software update on my mac and all is installed. Any idea anyone can give to see what the issue might be?
Here is the trace log:
- Code: Select all
main] INFO 00:30:59.049 Loading MediaInfo library
[main] INFO 00:30:59.092 Loaded MediaInfoLib - v0.7.47
[main] INFO 00:30:59.097 Loading renderer configurations from /Applications/PS3 Media Server.app/Contents/Resources/Java/renderers
[main] INFO 00:30:59.098 Loading configuration file: AirPlayer.conf
[main] INFO 00:30:59.112 Loading configuration file: Android.conf
[main] INFO 00:30:59.114 Loading configuration file: Bravia4500.conf
[main] INFO 00:30:59.116 Loading configuration file: Bravia5500.conf
[main] INFO 00:30:59.119 Loading configuration file: BraviaEX.conf
[main] INFO 00:30:59.122 Loading configuration file: FreeboxHD.conf
[main] INFO 00:30:59.125 Loading configuration file: FreecomMusicPal.conf
[main] INFO 00:30:59.128 Loading configuration file: iPad-iPhone.conf
[main] INFO 00:30:59.130 Loading configuration file: Kuro.conf
[main] INFO 00:30:59.132 Loading configuration file: N900.conf
[main] INFO 00:30:59.134 Loading configuration file: Panasonic.conf
[main] INFO 00:30:59.137 Loading configuration file: Philips.conf
[main] INFO 00:30:59.139 Loading configuration file: PopcornHour.conf
[main] INFO 00:30:59.141 Loading configuration file: PS3.conf
[main] INFO 00:30:59.145 Loading configuration file: Realtek.conf
[main] INFO 00:30:59.148 Loading configuration file: Samsung.conf
[main] INFO 00:30:59.149 Loading configuration file: Showtime3.conf
[main] INFO 00:30:59.152 Loading configuration file: SonyBluray.conf
[main] INFO 00:30:59.155 Loading configuration file: Streamium.conf
[main] INFO 00:30:59.156 Loading configuration file: WDTVLive.conf
[main] INFO 00:30:59.158 Loading configuration file: WMP.conf
[main] INFO 00:30:59.160 Loading configuration file: XBMC.conf
[main] INFO 00:30:59.161 Loading configuration file: XBOX360.conf
[main] INFO 00:30:59.163 Checking MPlayer font cache. It can take a minute or so.
[main] INFO 00:30:59.245 Done!
[main] INFO 00:30:59.253 Loading plugins from /Applications/PS3 Media Server.app/Contents/Resources/Java/plugins
[main] INFO 00:30:59.254 No plugins found
[main] INFO 00:30:59.256 Registering transcoding engine: FFmpeg Audio
[main] INFO 00:30:59.259 Registering transcoding engine: MEncoder
[main] INFO 00:30:59.259 Registering transcoding engine: MPlayer Audio
[main] INFO 00:30:59.260 Registering transcoding engine: MEncoder Web
[main] INFO 00:30:59.260 Registering transcoding engine: MPlayer Video Dump
[main] INFO 00:30:59.260 Registering transcoding engine: MPlayer Web
[main] INFO 00:30:59.261 Registering transcoding engine: TsMuxer
[main] INFO 00:30:59.262 Registering transcoding engine: Audio High Fidelity
[main] INFO 00:30:59.262 Registering transcoding engine: VLC Audio Streaming
[main] INFO 00:30:59.262 Registering transcoding engine: VLC Video Streaming
[main] INFO 00:30:59.263 Registering transcoding engine: Raws Thumbnailer
[main] INFO 00:30:59.318 Scanning network interface en3 / en3
[main] INFO 00:30:59.319 Scanning network interface en2 / en2
[main] INFO 00:30:59.320 Scanning network interface en0 / en0
[main] INFO 00:30:59.320 Scanning network interface lo0 / lo0
[main] INFO 00:30:59.321 Using forced address 10.0.1.3
[main] INFO 00:30:59.322 Created socket: /10.0.1.3:5001
[main] INFO 00:30:59.378 org.jboss.netty.channel.ChannelException: Failed to bind to: /10.0.1.3:5001
[main] INFO 00:30:59.379 at org.jboss.netty.bootstrap.ServerBootstrap.bind(ServerBootstrap.java:303)
[main] INFO 00:30:59.379 at net.pms.network.HTTPServer.start(HTTPServer.java:157)
[main] INFO 00:30:59.379 at net.pms.PMS.init(PMS.java:473)
[main] INFO 00:30:59.380 at net.pms.PMS.createInstance(PMS.java:878)
[main] INFO 00:30:59.380 at net.pms.PMS.main(PMS.java:975)
[main] INFO 00:30:59.380 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[main] INFO 00:30:59.380 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[main] INFO 00:30:59.381 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[main] INFO 00:30:59.381 at java.lang.reflect.Method.invoke(Method.java:597)
[main] INFO 00:30:59.381 at apple.launcher.LaunchRunner.run(LaunchRunner.java:116)
[main] INFO 00:30:59.382 at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:51)
[main] INFO 00:30:59.382 at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
[main] INFO 00:30:59.382 Caused by: java.net.BindException: Can't assign requested address
[main] INFO 00:30:59.383 at sun.nio.ch.Net.bind(Native Method)
[main] INFO 00:30:59.383 at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:126)
[main] INFO 00:30:59.383 at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
[main] INFO 00:30:59.383 at org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink.bind(NioServerSocketPipelineSink.java:148)
[main] INFO 00:30:59.384 at org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink.handleServerSocket(NioServerSocketPipelineSink.java:100)
[main] INFO 00:30:59.384 at org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink.eventSunk(NioServerSocketPipelineSink.java:74)
[main] INFO 00:30:59.385 at org.jboss.netty.channel.Channels.bind(Channels.java:468)
[main] INFO 00:30:59.385 at org.jboss.netty.channel.AbstractChannel.bind(AbstractChannel.java:200)
[main] INFO 00:30:59.386 at org.jboss.netty.bootstrap.ServerBootstrap$Binder.channelOpen(ServerBootstrap.java:348)
[main] INFO 00:30:59.386 at org.jboss.netty.channel.Channels.fireChannelOpen(Channels.java:176)
[main] INFO 00:30:59.387 at org.jboss.netty.channel.socket.nio.NioServerSocketChannel.<init>(NioServerSocketChannel.java:85)
[main] INFO 00:30:59.387 at org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory.newChannel(NioServerSocketChannelFactory.java:142)
[main] INFO 00:30:59.388 at org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory.newChannel(NioServerSocketChannelFactory.java:90)
[main] INFO 00:30:59.388 at org.jboss.netty.bootstrap.ServerBootstrap.bind(ServerBootstrap.java:282)
[main] INFO 00:30:59.388 ... 11 more
