Page 1 of 1

[Exception Error] PS3 Http Error 500

Posted: Thu Oct 24, 2013 1:00 pm
by madcar86
When I first installed UMS it work perfectly. Out of no where my PS3 started giving me the http error 500 on every video that I played.

What can I do to solve the issue. I have looked through the forum and havent found anything helpful.

Here is my log.

Re: PS3 Http Error 500

Posted: Thu Oct 24, 2013 5:42 pm
by DeFlanko
I see that your running 2.6.5.

Can you run the latest build 3.0.0-b1, check the box that says "Clean install" and see if your issue can be replicated... if so change the logging level to Trace and recapture the logs please.

Re: [OPEN] PS3 Http Error 500

Posted: Fri Oct 25, 2013 6:44 am
by madcar86
I did the clean install and tried again. Same error.

Re: [OPEN] PS3 Http Error 500

Posted: Fri Oct 25, 2013 7:58 am
by DeFlanko
@Subjunk

In the logs looks like an exception was thrown. (a few times)

Code: Select all

DEBUG 2013-10-24 14:43:07.773 [New I/O worker #11] Caught exception
java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native
	at net.pms.io.WindowsNamedPipe$Kernel32.<clinit>(WindowsNamedPipe.java:59) ~[ums.jar:3.0.0-b1]
	at net.pms.io.WindowsNamedPipe.<init>(WindowsNamedPipe.java:168) ~[ums.jar:3.0.0-b1]
	at net.pms.io.PipeProcess.<init>(PipeProcess.java:58) ~[ums.jar:3.0.0-b1]
	at net.pms.encoders.MEncoderVideo.launchTranscode(MEncoderVideo.java:2353) ~[ums.jar:3.0.0-b1]
	at net.pms.dlna.DLNAResource.getInputStream(DLNAResource.java:2233) ~[ums.jar:3.0.0-b1]
	at net.pms.network.RequestV2.answer(RequestV2.java:337) ~[ums.jar:3.0.0-b1]
	at net.pms.network.RequestHandlerV2.writeResponse(RequestHandlerV2.java:295) ~[ums.jar:3.0.0-b1]
	at net.pms.network.RequestHandlerV2.messageReceived(RequestHandlerV2.java:253) ~[ums.jar:3.0.0-b1]
	at org.jboss.netty.handler.stream.ChunkedWriteHandler.handleUpstream(ChunkedWriteHandler.java:142) ~[ums.jar:3.0.0-b1]
	at org.jboss.netty.handler.codec.http.HttpChunkAggregator.messageReceived(HttpChunkAggregator.java:145) ~[ums.jar:3.0.0-b1]
	at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:296) ~[ums.jar:3.0.0-b1]
	at org.jboss.netty.handler.codec.frame.FrameDecoder.unfoldAndFireMessageReceived(FrameDecoder.java:459) ~[ums.jar:3.0.0-b1]
	at org.jboss.netty.handler.codec.replay.ReplayingDecoder.callDecode(ReplayingDecoder.java:536) ~[ums.jar:3.0.0-b1]
	at org.jboss.netty.handler.codec.replay.ReplayingDecoder.messageReceived(ReplayingDecoder.java:435) ~[ums.jar:3.0.0-b1]
	at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:268) ~[ums.jar:3.0.0-b1]
	at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:255) ~[ums.jar:3.0.0-b1]
	at org.jboss.netty.channel.socket.nio.NioWorker.read(NioWorker.java:88) ~[ums.jar:3.0.0-b1]
	at org.jboss.netty.channel.socket.nio.AbstractNioWorker.process(AbstractNioWorker.java:109) ~[ums.jar:3.0.0-b1]
	at org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:312) ~[ums.jar:3.0.0-b1]
	at org.jboss.netty.channel.socket.nio.AbstractNioWorker.run(AbstractNioWorker.java:90) ~[ums.jar:3.0.0-b1]
	at org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:178) ~[ums.jar:3.0.0-b1]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[na:1.7.0_25]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[na:1.7.0_25]
	at java.lang.Thread.run(Unknown Source) ~[na:1.7.0_25]

Re: [Exception Error] PS3 Http Error 500

Posted: Fri Oct 25, 2013 8:37 am
by madcar86
How do I fix it?

Re: [Exception Error] PS3 Http Error 500

Posted: Fri Oct 25, 2013 8:38 am
by DeFlanko
Im going to have one of the developers look into it.

Re: [Exception Error] PS3 Http Error 500

Posted: Sat Oct 26, 2013 10:20 am
by Optimus_prime
Nothing you can do to fix it madcar86. It looks to be an issue within net.pms.io.WindowsNamedPipe that they will need to isolate and fix. Thats why this is still a Beta version to iron out these bugs. Thanks for testing and using UMS

Re: [Exception Error] PS3 Http Error 500

Posted: Tue Oct 29, 2013 2:02 am
by madcar86
Is there another version of UMS I should try?