UMS 3.3.0 - Xbian java problem

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
Post Reply
dragon
Posts: 2
Joined: Tue Dec 10, 2013 9:34 am

UMS 3.3.0 - Xbian java problem

Post by dragon »

Hi all,
With the v3.x.x i have a random problem, my Xbian works well and sometimes after a reboot of my windows 7 i have this, of course i don'ty know how to fix.
any help would be appreciate.

INFO 2013-12-09 22:32:30.855 [New I/O worker #4] Media renderer was not recognized. Possible identifying HTTP headers: User-Agent: UPnP/1.0 DLNADOC/1.50 Platinum/0.6.9.1
DEBUG 2013-12-09 22:32:31.230 [New I/O worker #4] Caught exception
java.lang.NullPointerException: null
at net.pms.dlna.DLNAResource.getSubsURL(DLNAResource.java:1291) ~[ums.jar:3.3.0]
at net.pms.dlna.DLNAResource.getDidlString(DLNAResource.java:1884) ~[ums.jar:3.3.0]
at net.pms.network.RequestV2.answer(RequestV2.java:691) ~[ums.jar:3.3.0]
at net.pms.network.RequestHandlerV2.writeResponse(RequestHandlerV2.java:295) ~[ums.jar:3.3.0]
at net.pms.network.RequestHandlerV2.messageReceived(RequestHandlerV2.java:253) ~[ums.jar:3.3.0]
at org.jboss.netty.handler.stream.ChunkedWriteHandler.handleUpstream(ChunkedWriteHandler.java:142) ~[ums.jar:3.3.0]
at org.jboss.netty.handler.codec.http.HttpChunkAggregator.messageReceived(HttpChunkAggregator.java:145) ~[ums.jar:3.3.0]
at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:296) ~[ums.jar:3.3.0]
at org.jboss.netty.handler.codec.frame.FrameDecoder.unfoldAndFireMessageReceived(FrameDecoder.java:459) ~[ums.jar:3.3.0]
at org.jboss.netty.handler.codec.replay.ReplayingDecoder.callDecode(ReplayingDecoder.java:536) ~[ums.jar:3.3.0]
at org.jboss.netty.handler.codec.replay.ReplayingDecoder.messageReceived(ReplayingDecoder.java:485) ~[ums.jar:3.3.0]
at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:268) ~[ums.jar:3.3.0]
at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:255) ~[ums.jar:3.3.0]
at org.jboss.netty.channel.socket.nio.NioWorker.read(NioWorker.java:88) ~[ums.jar:3.3.0]
at org.jboss.netty.channel.socket.nio.AbstractNioWorker.process(AbstractNioWorker.java:109) ~[ums.jar:3.3.0]
at org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:312) ~[ums.jar:3.3.0]
at org.jboss.netty.channel.socket.nio.AbstractNioWorker.run(AbstractNioWorker.java:90) ~[ums.jar:3.3.0]
at org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:178) ~[ums.jar:3.3.0]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [na:1.7.0_45]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [na:1.7.0_45]
at java.lang.Thread.run(Unknown Source) [na:1.7.0_45]
INFO 2013-12-09 22:32:31.270 [New I/O worker #5] Media renderer was not recognized. Possible identifying HTTP headers: User-Agent: UPnP/1.0 DLNADOC/1.50 Platinum/0.6.9.1
Attachments
ums_dbg.zip
(15.41 KiB) Downloaded 525 times
User avatar
SubJunk
Lead Developer
Posts: 3800
Joined: Sun May 27, 2012 4:12 pm

Re: UMS 3.3.0 - Xbian java problem

Post by SubJunk »

Thanks for the report, we'll have a look at it and hopefully fix it :)
User avatar
DeFlanko
Posts: 724
Joined: Thu Jun 21, 2012 3:43 am
Location: San Pedro, CA
Contact:

Re: UMS 3.3.0 - Xbian java problem

Post by DeFlanko »

Which were you trying to stream to?

Code: Select all

User-Agent: Wybox/0.95 UPnP/1.0 DLNADOC/1.50 Portable SDK for UPnP devices/1.4.6
@ 192.168.1.80

Code: Select all

User-Agent: UPnP/1.0 DLNADOC/1.50 Platinum/0.6.9.1
@ 192.168.1.92

Code: Select all

User-Agent: Linux/2.6.23.17_stm23_0125dorade00 UPnP/1.0 DLNADOC/1.50 Portable SDK for UPnP devices/1.6.18
@ Unknown ip...
dragon
Posts: 2
Joined: Tue Dec 10, 2013 9:34 am

Re: UMS 3.3.0 - Xbian java problem

Post by dragon »

I only use raspberry with Xbian, and my windows 7.
nothing more.

I don't where these headers comes.

Another things i note if i don't specify renderer and use "unknown renderer" it works, i always have errors reportings in my log file, but i can use my Xbian with no problems.
i put the logs if it can help

thank you for interesting my case.
i can test something if you need.
BR
Attachments
ums_dbg_2.zip
(15.53 KiB) Downloaded 495 times
User avatar
Sami32
Posts: 851
Joined: Mon Apr 11, 2016 5:09 am

Re: UMS 3.3.0 - Xbian java problem

Post by Sami32 »

Hello dragon,

did the latest UMS version solved this issue ?
As far as i see, you used XBMC and WMP (none of them was correctly recognized though)
If not, could you provide a new log with the latest UMS version, please ? Thank you.
Post Reply