Menu

#67 ScaneRSS interrupts torrent traffic

open
nobody
None
5
2013-01-31
2010-02-20
M.Schmid
No

Used version of ScaneRSS: 0.9.9.20091109_CVS (I need completion moving...)

Some error or feature in ScaneRSS interrupts torrent traffic, for all of vuze. I suspect the following error message (which appears in very short intervals of less than a second) may have something to do with it.

java.net.ConnectException: Connection timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:525)
at sun.net.NetworkClient.doConnect(NetworkClient.java:161)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:394)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:529)
at sun.net.www.http.HttpClient.<init>(HttpClient.java:233)
at sun.net.www.http.HttpClient.New(HttpClient.java:306)
at sun.net.www.http.HttpClient.New(HttpClient.java:323)
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:860)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:801)
at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:726)
at lbms.tools.TorrentDownload.isHrefTorrent(TorrentDownload.java:363)
at lbms.tools.TorrentDownload.findTorrentBySearchingAllLinks(TorrentDownload.java:343)
at lbms.tools.TorrentDownload.call(TorrentDownload.java:206)
at lbms.tools.TorrentDownload.run(TorrentDownload.java:110)
at lbms.plugins.scanerss.azureus.View$1.getTorrent(Unknown Source)
at lbms.plugins.scanerss.main.gui.GUI$2$1.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)

From the fact that initially a few torrents still run (right after startup), but later absolutely no downloads run anymore, I suspect the plugin may be using up all available network connections or all the time vuze allocates to a related thread, perhaps?

It also seems as though most of the 8 RSS feeds I have never seem to get queried - it probably hangs on one, although I find it hard to tell which.

Additionally, trying to unload the plugin from vuze's plugin manager locks up the vuze interface. Fortunately, the plugin can be set to be disabled on the next restart, but still I find that likely to be indicative of a quite severe plugin bug.

Discussion


Log in to post a comment.