Crashing on Windows 8 due to port not bound on ::1
Posted: July 5th, 2013, 6:53 am
Hello - I've been using SABNZBD for years and love it. Recently I was cursed with a new laptop with Windows 8 and no downgrade path. SABNZBD seems to crash because of error "IOError: Port 8081 not bound on '::1'". I've changed the port from 8080 to 8081 to see if that fixes it but it did not help. I'm running zonealarm firewall but permissions are set correctly, and I've also tested with the firewall disabled. The error log is attached below from my most recent attempt to load and NZB.
Any help is greatly appreciated so I can stop using old News File Grabber. Thank you so much. ianl
Version: 7.12
OS: Windows 8
Install-type:Windows Installer
Skin Default
Firewall Software: Zone Alarm and none
Are you using IPV6? no
Is the issue reproducible? yes
Any help is greatly appreciated so I can stop using old News File Grabber. Thank you so much. ianl
Version: 7.12
OS: Windows 8
Install-type:Windows Installer
Skin Default
Firewall Software: Zone Alarm and none
Are you using IPV6? no
Is the issue reproducible? yes
Code: Select all
2013-07-04 20:25:59,082::INFO::[sabnzbd:1256] --------------------------------
2013-07-04 20:25:59,082::INFO::[sabnzbd:1257] SABnzbd.exe-0.7.12 (rev=ca9f10c12fb3dada0c50b7e6aa3f08e091a003d3)
2013-07-04 20:25:59,740::INFO::[sabnzbd:1265] Platform=Windows-Vista-6.2.9200 (=Vista+ x64) Class=nt
2013-07-04 20:25:59,740::INFO::[sabnzbd:1270] Python-version = 2.5.5 (r255:77872, Jan 31 2010, 15:49:35) [MSC v.1310 32 bit (Intel)]
2013-07-04 20:25:59,742::INFO::[sabnzbd:1271] Arguments = "C:\Program Files (x86)\SABnzbd\SABnzbd.exe" "C:\Users\hp\AppData\Local\Temp\falling skies.nzb"
2013-07-04 20:25:59,742::INFO::[sabnzbd:1284] Read INI file C:\Users\hp\AppData\Local\sabnzbd\sabnzbd.ini
2013-07-04 20:25:59,743::INFO::[__init__:928] Loading data for bookmarks.sab from C:\Users\hp\AppData\Local\sabnzbd\admin\bookmarks.sab
2013-07-04 20:25:59,743::INFO::[__init__:928] Loading data for rss_data.sab from C:\Users\hp\AppData\Local\sabnzbd\admin\rss_data.sab
2013-07-04 20:25:59,744::INFO::[__init__:928] Loading data for totals9.sab from C:\Users\hp\AppData\Local\sabnzbd\admin\totals9.sab
2013-07-04 20:25:59,744::INFO::[__init__:931] C:\Users\hp\AppData\Local\sabnzbd\admin\totals9.sab missing, trying old cache
2013-07-04 20:25:59,744::INFO::[__init__:934] C:\Users\hp\AppData\Local\sabnzbd\cache\totals9.sab missing
2013-07-04 20:25:59,825::INFO::[postproc:90] Loading postproc queue
2013-07-04 20:25:59,825::INFO::[__init__:928] Loading data for postproc1.sab from C:\Users\hp\AppData\Local\sabnzbd\admin\postproc1.sab
2013-07-04 20:25:59,825::INFO::[__init__:928] Loading data for queue9.sab from C:\Users\hp\AppData\Local\sabnzbd\admin\queue9.sab
2013-07-04 20:25:59,825::INFO::[__init__:928] Loading data for watched_data.sab from C:\Users\hp\AppData\Local\sabnzbd\admin\watched_data.sab
2013-07-04 20:25:59,826::INFO::[scheduler:172] Setting schedule for midnight BPS reset
2013-07-04 20:25:59,826::INFO::[downloader:211] Resuming
2013-07-04 20:25:59,832::INFO::[__init__:330] All processes started
2013-07-04 20:25:59,832::INFO::[sabnzbd:334] Web dir is C:\Program Files (x86)\SABnzbd\interfaces\Classic
2013-07-04 20:25:59,834::INFO::[sabnzbd:334] Web dir is C:\Program Files (x86)\SABnzbd\interfaces\Config
2013-07-04 20:25:59,845::INFO::[sabnzbd:463] _yenc module... found!
2013-07-04 20:25:59,846::INFO::[sabnzbd:471] par2 binary... found (C:\Program Files (x86)\SABnzbd\win\par2\x64\par2.exe)
2013-07-04 20:25:59,848::INFO::[sabnzbd:476] par2-classic binary... found (C:\Program Files (x86)\SABnzbd\win\par2\par2-classic.exe)
2013-07-04 20:25:59,848::INFO::[sabnzbd:479] unrar binary... found (C:\Program Files (x86)\SABnzbd\win\unrar\x64\UnRAR.exe)
2013-07-04 20:25:59,848::INFO::[sabnzbd:484] unzip binary... found (C:\Program Files (x86)\SABnzbd\win\unzip\unzip.exe)
2013-07-04 20:25:59,848::INFO::[sabnzbd:499] pyOpenSSL... found (True)
2013-07-04 20:25:59,849::INFO::[sabnzbd:1483] Starting web-interface on ::1:8081
2013-07-04 20:26:01,852::INFO::[_cplogging:55] [04/Jul/2013:20:26:01] ENGINE Bus STARTING
2013-07-04 20:26:01,858::INFO::[_cplogging:55] [04/Jul/2013:20:26:01] ENGINE Started monitor thread '_TimeoutMonitor'.
2013-07-04 20:26:02,062::INFO::[_cplogging:55] [04/Jul/2013:20:26:02] ENGINE Serving on 127.0.0.1:8081
2013-07-04 20:26:57,301::ERROR::[_cplogging:55] [04/Jul/2013:20:26:57] ENGINE Error in 'start' listener <bound method Server.start of <cherrypy._cpserver.Server object at 0x02768BF0>>
Traceback (most recent call last):
File "cherrypy\process\wspbus.pyo", line 147, in publish
File "cherrypy\_cpserver.pyo", line 90, in start
File "cherrypy\process\servers.pyo", line 62, in start
File "cherrypy\process\servers.pyo", line 103, in wait
File "cherrypy\process\servers.pyo", line 275, in wait_for_occupied_port
IOError: Port 8081 not bound on '::1'
2013-07-04 20:26:57,301::ERROR::[_cplogging:55] [04/Jul/2013:20:26:57] ENGINE Shutting down due to error in start listener:
Traceback (most recent call last):
File "cherrypy\process\wspbus.pyo", line 184, in start
File "cherrypy\process\wspbus.pyo", line 147, in publish
File "cherrypy\_cpserver.pyo", line 90, in start
File "cherrypy\process\servers.pyo", line 62, in start
File "cherrypy\process\servers.pyo", line 103, in wait
File "cherrypy\process\servers.pyo", line 275, in wait_for_occupied_port
IOError: Port 8081 not bound on '::1'
2013-07-04 20:26:57,302::INFO::[_cplogging:55] [04/Jul/2013:20:26:57] ENGINE Bus STOPPING
2013-07-04 20:26:57,302::INFO::[_cplogging:55] [04/Jul/2013:20:26:57] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::1', 8081)) already shut down
2013-07-04 20:26:57,408::INFO::[_cplogging:55] [04/Jul/2013:20:26:57] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('127.0.0.1', 8081)) shut down
2013-07-04 20:26:57,414::INFO::[_cplogging:55] [04/Jul/2013:20:26:57] ENGINE Stopped thread '_TimeoutMonitor'.
2013-07-04 20:26:57,414::INFO::[_cplogging:55] [04/Jul/2013:20:26:57] ENGINE Bus STOPPED
2013-07-04 20:26:57,415::INFO::[_cplogging:55] [04/Jul/2013:20:26:57] ENGINE Bus EXITING
2013-07-04 20:26:57,415::INFO::[_cplogging:55] [04/Jul/2013:20:26:57] ENGINE Bus EXITED
2013-07-04 20:26:57,415::ERROR::[sabnzbd:1498] Failed to start web-interface:
Traceback (most recent call last):
File "SABnzbd.py", line 1490, in main
File "cherrypy\process\wspbus.pyo", line 184, in start
File "cherrypy\process\wspbus.pyo", line 147, in publish
File "cherrypy\_cpserver.pyo", line 90, in start
File "cherrypy\process\servers.pyo", line 62, in start
File "cherrypy\process\servers.pyo", line 103, in wait
File "cherrypy\process\servers.pyo", line 275, in wait_for_occupied_port
IOError: Port 8081 not bound on '::1'
2013-07-04 20:26:57,417::ERROR::[sabnzbd:303] Failed to start web-interface : Port 8081 not bound on '::1'
2013-07-04 20:26:57,417::INFO::[__init__:366] SABnzbd shutting down...
2013-07-04 20:26:57,417::INFO::[__init__:904] Saving data for bookmarks.sab in C:\Users\hp\AppData\Local\sabnzbd\admin\bookmarks.sab
2013-07-04 20:26:57,417::INFO::[urlgrabber:72] URLGrabber shutting down
2013-07-04 20:26:57,418::INFO::[__init__:904] Saving data for watched_data.sab in C:\Users\hp\AppData\Local\sabnzbd\admin\watched_data.sab
2013-07-04 20:26:57,420::INFO::[dirscanner:265] Dirscanner shutting down
2013-07-04 20:26:57,921::INFO::[postproc:84] Saving postproc queue
2013-07-04 20:26:57,921::INFO::[__init__:904] Saving data for postproc1.sab in C:\Users\hp\AppData\Local\sabnzbd\admin\postproc1.sab
2013-07-04 20:26:57,921::INFO::[nzbqueue:211] Saving queue
2013-07-04 20:26:57,923::INFO::[__init__:904] Saving data for queue9.sab in C:\Users\hp\AppData\Local\sabnzbd\admin\queue9.sab
2013-07-04 20:26:57,924::INFO::[__init__:904] Saving data for rss_data.sab in C:\Users\hp\AppData\Local\sabnzbd\admin\rss_data.sab
2013-07-04 20:26:57,924::INFO::[__init__:904] Saving data for bookmarks.sab in C:\Users\hp\AppData\Local\sabnzbd\admin\bookmarks.sab
2013-07-04 20:26:57,926::INFO::[__init__:904] Saving data for watched_data.sab in C:\Users\hp\AppData\Local\sabnzbd\admin\watched_data.sab
2013-07-04 20:26:57,926::INFO::[postproc:84] Saving postproc queue
2013-07-04 20:26:57,927::INFO::[__init__:904] Saving data for postproc1.sab in C:\Users\hp\AppData\Local\sabnzbd\admin\postproc1.sab
2013-07-04 20:26:57,927::INFO::[__init__:426] All processes stopped