[Exception Error] PS3 Http Error 500

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
madcar86
Posts: 4
Joined: Thu Oct 24, 2013 12:57 pm

[Exception Error] PS3 Http Error 500

Post 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.
Attachments
ums_dbg.zip
(23.65 KiB) Downloaded 415 times
User avatar
DeFlanko
Posts: 724
Joined: Thu Jun 21, 2012 3:43 am
Location: San Pedro, CA
Contact:

Re: PS3 Http Error 500

Post 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.
madcar86
Posts: 4
Joined: Thu Oct 24, 2013 12:57 pm

Re: [OPEN] PS3 Http Error 500

Post by madcar86 »

I did the clean install and tried again. Same error.
Attachments
ums_dbg.zip
(60.45 KiB) Downloaded 388 times
User avatar
DeFlanko
Posts: 724
Joined: Thu Jun 21, 2012 3:43 am
Location: San Pedro, CA
Contact:

Re: [OPEN] PS3 Http Error 500

Post 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]
madcar86
Posts: 4
Joined: Thu Oct 24, 2013 12:57 pm

Re: [Exception Error] PS3 Http Error 500

Post by madcar86 »

How do I fix it?
User avatar
DeFlanko
Posts: 724
Joined: Thu Jun 21, 2012 3:43 am
Location: San Pedro, CA
Contact:

Re: [Exception Error] PS3 Http Error 500

Post by DeFlanko »

Im going to have one of the developers look into it.
User avatar
Optimus_prime
Posts: 678
Joined: Fri Jun 01, 2012 6:39 pm
Location: Sydney, Australia

Re: [Exception Error] PS3 Http Error 500

Post 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
How Ask For Support
Remember, Debug Log's Can/Will Help and Explain your issues, we're not mind reader's but here to help
OS's I Use And Can Assist With: Windows 7/8, Mac OS-X 10.8 & 10.9
Mac OS-X Java 7 Builds Mac OS-X Java 7 Forum
madcar86
Posts: 4
Joined: Thu Oct 24, 2013 12:57 pm

Re: [Exception Error] PS3 Http Error 500

Post by madcar86 »

Is there another version of UMS I should try?
Post Reply