Checking the log for when it fails shows:
(Abbreviated)
- Code: Select all
INFO | jvm 1 | 2013/02/21 10:37:14 | INFO 2013-02-21 10:37:14.317 [WrapperSimpleAppMain] Created socket: 0.0.0.0/0.0.0.0:5001
INFO | jvm 1 | 2013/02/21 10:37:14 | INFO 2013-02-21 10:37:14.367 [WrapperSimpleAppMain] Checking shared folder: C:\Users\Michael\Videos
INFO | jvm 1 | 2013/02/21 10:37:14 | ERROR 2013-02-21 10:37:14.437 [WrapperSimpleAppMain] A serious error occurred during PMS init
INFO | jvm 1 | 2013/02/21 10:37:14 | java.net.SocketException: error setting options
INFO | jvm 1 | 2013/02/21 10:37:14 | at java.net.TwoStacksPlainDatagramSocketImpl.join(Native Method) ~[na:1.7.0_13]
INFO | jvm 1 | 2013/02/21 10:37:14 | at java.net.AbstractPlainDatagramSocketImpl.join(Unknown Source) ~[na:1.7.0_13]
INFO | jvm 1 | 2013/02/21 10:37:14 | at java.net.MulticastSocket.joinGroup(Unknown Source) ~[na:1.7.0_13]
INFO | jvm 1 | 2013/02/21 10:37:14 | at net.pms.network.UPNPHelper.getNewMulticastSocket(UPNPHelper.java:149) ~[pms.jar:na]
INFO | jvm 1 | 2013/02/21 10:37:14 | at net.pms.network.UPNPHelper.sendAlive(UPNPHelper.java:115) ~[pms.jar:na]
INFO | jvm 1 | 2013/02/21 10:37:14 | at net.pms.PMS.init(PMS.java:532) [pms.jar:na]
INFO | jvm 1 | 2013/02/21 10:37:14 | at net.pms.PMS.createInstance(PMS.java:814) [pms.jar:na]
INFO | jvm 1 | 2013/02/21 10:37:14 | at net.pms.PMS.main(PMS.java:888) [pms.jar:na]
INFO | jvm 1 | 2013/02/21 10:37:14 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.7.0_13]
INFO | jvm 1 | 2013/02/21 10:37:14 | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[na:1.7.0_13]
INFO | jvm 1 | 2013/02/21 10:37:14 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:1.7.0_13]
INFO | jvm 1 | 2013/02/21 10:37:14 | at java.lang.reflect.Method.invoke(Unknown Source) ~[na:1.7.0_13]
INFO | jvm 1 | 2013/02/21 10:37:14 | at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:290) [wrapper.jar:3.5.9]
INFO | jvm 1 | 2013/02/21 10:37:14 | at java.lang.Thread.run(Unknown Source) [na:1.7.0_13]
If I had to guess what's going on it seems to fail because of the first line "Created socket: 0.0.0.0/0.0.0.0:5001"
When I manually start it, it shows a correct IP.
I'm not really sure if this is my problem and if it is I'm not sure how to fix it.
I've tried having the wrapper and pms and java run as admins and i've completely disabled windows firewall so it wouldn't cause a problem.
Any help is appreciated.
