Troubleshooting: I've tried increasing the memory limit, and I also re-installed Java after looking at the error log and seeing there was a java error. I also upgraded from version 4.9 stable to beta 2 and now to 5.0 stable, thinking it would be fixed with an upgrade.
Playback application: Happens on all devices and web, from both the host machine/network and outside networks.
Server info:
Version 5.0 (build 4100) – September 21, 2014
Server jetty-6.1.x, java 1.7.0_67, Windows 7 (61.4 MB / 82.0 MB)Hardware OS: Windows 7 x64
Memory limit: Set to 1600, memory used is at 60 when its currently in a 'crashed' state
Error log:
- Code: Select all
[2014-09-30 18:51:44,029] WARN NetworkService - No UPnP router found.
[2014-09-30 19:51:44,250] WARN NetworkService - Failed to find NAT-PMP router.
java.lang.OutOfMemoryError: unable to create new native thread
at java.lang.Thread.start0(Native Method)
at java.lang.Thread.start(Unknown Source)
at com.hoodcomputing.natpmp.MessageQueue.createMessageQueue(MessageQueue.java:70)
at com.hoodcomputing.natpmp.NatPmpDevice.<init>(NatPmpDevice.java:91)
at net.sourceforge.subsonic.service.upnp.NATPMPRouter.findRouter(NATPMPRouter.java:38)
at net.sourceforge.subsonic.service.NetworkService$PortForwardingTask.findRouter(NetworkService.java:201)
at net.sourceforge.subsonic.service.NetworkService$PortForwardingTask.execute(NetworkService.java:135)
at net.sourceforge.subsonic.service.NetworkService$Task.run(NetworkService.java:306)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
[2014-09-30 19:51:44,250] WARN NetworkService - No UPnP router found.
Thanks for any help you can provide!