Port forwarding - Java Internal Server Error

Post your Server Bug Report
myryad
Posts: 1
Joined: 18 Jul 2016, 01:39
Has thanked: 0
Been thanked: 0

Port forwarding - Java Internal Server Error

Unread post by myryad »

I'm running the latest beta: MADSONIC 6.1.8280 on my Banana Pro with the Armbian OS (Debian Jessie based).

Everything seems to be working fine except for the Port Forwarding. I keep getting a strange Java error in the log:

Code: Select all

WARN NetworkService - Failed to create port forwarding.
java.lang.Exception: 500 Internal Server Error: Error: ConflictInMappingEntry (HTTP response was: 500 Internal Server Error)
	at org.madsonic.service.upnp.ClingRouter.addPortMappingImpl(ClingRouter.java:127)
	at org.madsonic.service.upnp.ClingRouter.addPortMapping(ClingRouter.java:97)
	at org.madsonic.service.NetworkService$PortForwardingTask.execute(NetworkService.java:155)
	at org.madsonic.service.NetworkService$Task.run(NetworkService.java:336)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)


I have all my router ports forwarded correctly. I was using the same setup before on Subsonic without any issues.

Does anyone have any idea whether this is an issue on my end or a bug with the latest beta?

Cheers!
Post Reply