after 2 weeks it worked very very well weith MySQL however if you see this strange message: java.lang.RuntimeException: java.sql.SQLException: General error, ...
Alek, Thanks for the heads-up. Jason ... From: "Aleksander Slominski" <aslom@...> To: <nntprss@yahoogroups.com> Sent: Wednesday, April 07, 2004 3:19...
hi, i think nttprss is *very* usable right now with MySQL so i have put together very unofficial version that i am using now. it works OK for me ... to migrate...
here is simple command to dump MySQL content and have it compressed (requires gzip executable for example from cygwin): C:\>c:\mysql\bin\mysqldump -uUSER...
Hello! Is there any plan on supporting the Atom format ? There is this news Google blog (http://www.google.com/googleblog/) that I'd like to read, but...
I thought nntp//rss did support Atom. ?? If not, there is a library at http://www.osjava.org called Atom4J that may work, though it is a bit heavyweight (uses...
... it does. download unofficial beta version <http://www.extreme.indiana.edu/%7Easlom/nntprss/> and i think Atom feeds should be parsed by it. alek ... -- The...
I've successfully upgraded from v0.3 with one exception. There is one rss feed that no longer works: Groklaw. This site works fine in other readers. Anyone...
... Cur, i could not find the feed: Not Found The requested URL /backend/Groklaw.rdf was not found on this server. Additionally, a 404 Not Found error was...
Alex, Sorry for not being clear on the issue. I can subscribe, but no posts ever show up. I know they are there because I can see them by viewing the url in...
... <>Curt, i have got 10 posts from it (i always set Expiration to Keep all items) and i will be checking on it from time to time to see if i get new posts. ...
... yes! however if you let us know what is the problem - such giving more information - that increases chances of useful help! providing extra info is...
The systray works fine when I start nntprss manually. When I have it as a service, the systray just isn't there. Assuming it is intended to work that way, is...
Curt, ... Currently the systray support within nntp//rss is not Windows Service aware. It's currently tightly integrated into the core of the nntp//rss, and...
I have the following files in my nntprss directory that were put there from the instructions in the v0.4 upgrade from v0.3 instructions: nntprssdb.data ...
... make copy (just in case) but they can be deleted ... yes - bot i think it will be automatically recycled. ... will depend how you have it configured. ... ...
Curt, ... (nntprssdb.data, nntprssdb.script, nntprssdb.backup, nntprssdb.properties) Yes, you can delete (or backup) these files. They represent the original ...
First thanks for the previous answers. What I'd like to have is a 6 month expiration option. But I'm sure other users may want many other options. So MySQL...
And wow, I just got the same problem for the google blog atom feed : http://feedvalidator.org/check?url=http://www.google.com/googleblog/atom.xml says Valid,...
try to use Xerces2 parser instead of crimson. what is JDK version you use? alek ... -- The best way to predict the future is to invent it - Alan Kay...
... i have added googleblog ATOM feed to nntp//rss v0.4-beta-5 and JDK 1.4.2 without any problem but i do nto think it was tested with JDK 1.5b2 and i am not...
hi, if you have seen that when using MySQL some feeds do not get updated here is the patch that fixes lastArticleNumber count as it seems that this important...
hi, i have used MySQL log slow query option in .ini file to profile database queries: log_slow_queries=C:/mysql/data/slow-queries.log long_query_time=2 ...