Also have a stalling issue with 6.20 which can be "eliminated" by reverting to 6.11.
No changes have been made in any configuration between 6.11 -> 6.20.
Basically I start up Newsbin and it downloads for a while what's in the queue and then halts. Subsequently I can't download headers or restart stalled posts.
Shutting down Newsbin and restarting it repeats the procedure.
The log from startup to fail looks like this:
- Code: Select all
[11:56:30] HIGH - High Speed File Creation Mode: Enabled
[11:58:24] HIGH NNTPSocket - Socket HandleError - Server: europe.newsdemon.com SendCommand - Server Reports that a Post isn't on the server: 430 No Such Article
[11:58:24] HIGH NNTPSocket - Socket HandleError - Server: europe.newsdemon.com SendCommand - Server Reports that a Post isn't on the server: 430 No Such Article
[11:58:24] HIGH Download Engine news-europe.giganews.com - INT_OpenItem -DL_DI - Failed to retrieve Article from Server::europe.newsdemon.com
[11:58:29] ERROR NNTPSocket - NNTP Perform Auth - news.giganews.com-The server rejected your login - contact your news service's support department. It's not a Problem with Newsbin : 481 (remote) (aucl:gn;gnxxxxxx) exceeded maximum number of connections per user
[12:02:31] ERROR NNTPSocket - SendCommand Worker - Server:europe.newsdemon.comSendCommand - failed to Read Response From server: Socket - Read From Server Failed
[12:02:31] ERROR NNTPSocket - Socket HandleError - Server: europe.newsdemon.com SendCommand - Server Disabled Service on connection:
[12:02:37] ERROR NNTPSocket - NNTP Perform Auth - news.giganews.com-The server rejected your login - contact your news service's support department. It's not a Problem with Newsbin : 481 (remote) (aucl:gn;gnxxxxxx) exceeded maximum number of connections per user
[12:03:03] ERROR InterSocket - Error: Connection Failed, Host: europe.newsdemon.com Error Code: 10060 A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
[12:04:49] ERROR InterSocket - Error: Connection Failed, Host: news-europe.giganews.com Error Code: 10060 A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
[12:05:51] ERROR NNTPSocket - SendCommand Worker - Server:europe.newsdemon.comSendCommand - failed to Read Response From server: Socket - Read From Server Failed
[12:05:51] ERROR NNTPSocket - Socket HandleError - Server: europe.newsdemon.com SendCommand - Server Disabled Service on connection:
Newsbin : 6.20 00 E9 EC 3E A0 64
Windows7-64 bit, 16 GB RAM
I have 4 servers from 2 providers, 1 master from each provider and 1 slave from each provider (yeah, I know it's overkill).
Looking at the configuration they are obviously the same as in 6.11. Noticed 1 thing though, only one server (europe.newsdemon.com) has the option "Disable Xfeatures" checked (why I don't know).
So I unchecked it and re-started and the problem remains, this time with no errors in the log file.
EDIT: The checkmark re-appears for the one server upon re-start even if I uncheck it and save the configuration.
I then set the logging level in the logging TAB to DEBUG and started NewsBin again (and get flooded with messages) but maybe the last messages can shed some light on the problem:
These just repeats for ever after dowloading halts:
- Code: Select all
.
.
.
[12:49:16] DEBUG - Cache Miss: Larger chunk cache might perform better
[12:49:16] DEBUG - Cache Miss: Larger chunk cache might perform better
[12:49:16] DEBUG - Cache Miss: Larger chunk cache might perform better
[12:49:16] DEBUG - Cache Miss: Larger chunk cache might perform better
[12:49:16] DEBUG - Cache Miss: Larger chunk cache might perform better
.
.
.
So I set the DEBUG level to Verbose but that now only generates one entry now (downloading still comes to a halt):
- Code: Select all
[12:52:05] HIGH - High Speed File Creation Mode: Enabled
Any suggestions ?