Page 1 of 1

Updated and now can't connect

PostPosted: Thu Jul 22, 2010 2:37 am
by GregF
I've been using Subsonic for awhile and donated awhile back...I recently updated to the new version and now cannot connect outside of my WiFi network. I've changed no settings on my computer - I'd manually set up port forwarding and haven't changed it. Is this something that's happened to anyone? When I test my subdomain inside Subsonic, I get this:

(username).subsonic.org is registered, but could not connect to it. (NoRouteToHostException)

Any ideas?

Re: Updated and now can't connect

PostPosted: Thu Jul 22, 2010 2:10 pm
by precipitous
GregF wrote:I've been using Subsonic for awhile and donated awhile back...I recently updated to the new version and now cannot connect outside of my WiFi network. I've changed no settings on my computer - I'd manually set up port forwarding and haven't changed it. Is this something that's happened to anyone? When I test my subdomain inside Subsonic, I get this:

(username).subsonic.org is registered, but could not connect to it. (NoRouteToHostException)

Any ideas?

Did you check to verify what port Subsonic is using? I know that starting with the latest release (or maybe one before), the default port was changed to 4040.

Go to Settings, then Network, or to About, then look at the log to check. If the port has changed, be sure to update the port forwarding for your router.

PostPosted: Thu Jul 22, 2010 7:35 pm
by GregF
No, it's still port 80. And like I said, I haven't changed my forwarding at all. I double-checked to make sure it was still set up.

Re: Updated and now can't connect

PostPosted: Sat Nov 17, 2018 4:41 pm
by nasko
same issue here, just upgraded to v6.1.4
Did you resolve it ? How ?
thanks

Re: Updated and now can't connect

PostPosted: Sat Nov 24, 2018 2:15 am
by shanec80
Did anyone find a fix for this? Mine isn't working either with 6.1.4 using port 4040. Worked fine on 6.1.3

Re: Updated and now can't connect

PostPosted: Sun Nov 25, 2018 10:17 am
by shanec80
Rolled back to 6.1.3, still can't connect.

Could not connect to http://youname.subsonic.org (ConnectTimeOutException)

Also note that ping yourname.subsonic.org times out, as does ping subsonic.org

Port forwarding creation also fails, but that may be because the ports are already mapped?

Code: Select all
[2018-11-25 03:21:23,790] WARN NetworkService - Failed to create port forwarding.
java.lang.Exception: 500 Internal Server Error: Error: ConflictInMappingEntry (HTTP response was: 500 Internal Server Error)
        at net.sourceforge.subsonic.service.upnp.ClingRouter.addPortMappingImpl(ClingRouter.java:98)
        at net.sourceforge.subsonic.service.upnp.ClingRouter.addPortMapping(ClingRouter.java:71)
        at net.sourceforge.subsonic.service.NetworkService$PortForwardingTask.execute(NetworkService.java:130)
        at net.sourceforge.subsonic.service.NetworkService$Task.run(NetworkService.java:291)
        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:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)