Search the web
Sign In
New User? Sign Up
nntprss · nntp//rss
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 109 - 138 of 187   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
109
Feed validator for rss http://www.mono211.com/links/index.xml says "Valid RSS". http://feedvalidator.org/check?url=http://www.mono211.com/links/index.xml But...
BoD
bodlulu
Offline Send Email
Aug 18, 2004
10:33 am
110
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,...
BoD
bodlulu
Offline Send Email
Aug 18, 2004
10:52 am
111
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...
Aleksander Slominski
as10m
Offline Send Email
Aug 26, 2004
10:02 pm
112
I use 1.5.0-beta2, so I believe the latest xml parser versions are in that! BoD...
BoD
bodlulu
Offline Send Email
Aug 27, 2004
8:21 am
113
... 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...
Aleksander Slominski
as10m
Offline Send Email
Aug 27, 2004
5:00 pm
114
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...
Aleksander Slominski
as10m
Offline Send Email
Sep 4, 2004
7:51 pm
115
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 ...
Aleksander Slominski
as10m
Offline Send Email
Oct 13, 2004
7:26 am
116
Alek, ... Thanks for the tip. I was racking my brain to see why I had originally commented out the index. I believe it dates back to when I was using hsqldb,...
Jason Brome
jason_brome
Offline Send Email
Oct 21, 2004
10:29 pm
117
... number of slow queries is now greatly reduced and nntp//rss seems even faster when doing poll of all articles. ... it should be better than HSQLDB but i...
Aleksander Slominski
as10m
Offline Send Email
Oct 22, 2004
3:19 am
118
Alek, [Apache Derby] ... I just did a quick port to Derby - the code is in CVS, if you're interested. It's not completely perfect, there's some issue with...
Jason Brome
jason_brome
Offline Send Email
Oct 22, 2004
4:04 am
119
... if Derby keeps memory footprint like that it may be a prove that it is very good :) alek -- The best way to predict the future is to invent it - Alan Kay...
Aleksander Slominski
as10m
Offline Send Email
Oct 22, 2004
4:07 am
120
... interested. ... couple ... I just imported a whole bunch more feeds from some of the OPML lists on feeds.scripting.com. I've now got about ~1000 channels...
Jason Brome
jason_brome
Offline Send Email
Oct 22, 2004
1:42 pm
121
Great to see that 0.5-beta-1 is out. I've been using 0.4-beta-5 for several months now. How do I upgrade? The instructions you have for the 0.3 to 0.5 will...
Curt
tpbrownec
Offline Send Email
Oct 26, 2004
5:13 am
122
Curt, One quick question - are you using jdbm or MySQL as the underlying datastore? If you are using MySQL, you'll just need to modify the nntprss-config.xml...
Jason Brome
jason_brome
Offline Send Email
Oct 26, 2004
12:00 pm
123
Jason, Must be jdbm since I know it is NOT MySQL. I'll wait for your solution. thanks and regards, Curt ... you're ... data from...
Curt
tpbrownec
Offline Send Email
Oct 26, 2004
4:34 pm
124
Hi, I'm trying to use nntprss (0.5) with this feed : http://nuklear.net/rss.xml The newsgroup is then empty. But then I looked at the feed on a web browser and...
BoD
bodlulu
Offline Send Email
Oct 28, 2004
4:05 pm
125
... http://nuklear.net/rss.xml ... This sounds like a bug - let me investigate and get back to you Jason...
Jason Brome
jason_brome
Offline Send Email
Oct 28, 2004
10:55 pm
126
Look at my feeds this morning no response. Looked at the log files on the Linux box and discovered this: 23:26:53,846 [Thread-1] INFO Main$ShutdownHook -...
Alan Williamson
ar_williamson
Offline Send Email
Nov 1, 2004
1:06 pm
127
Alan, ... Was there anything significant prior to this event in the log.log file? Also, for how long had the nntp//rss process been running? The only time that...
Jason Brome
jason_brome
Offline Send Email
Nov 1, 2004
1:10 pm
128
No nothing significant Jason. It had just finished polling some feeds. The box itself was up and running with no problems. It had been running for...
Alan Williamson
ar_williamson
Offline Send Email
Nov 1, 2004
1:13 pm
129
Alan, ... Ok - if it shuts down again, please email me a copy of the log.log file from the nntp//rss root directory. I will take a look in the code to see if...
Jason Brome
jason_brome
Offline Send Email
Nov 1, 2004
1:20 pm
130
thanks Jason. [no crons btw. they all run at 0300 etc]...
Alan Williamson
ar_williamson
Offline Send Email
Nov 1, 2004
1:23 pm
131
Alan, One more question - did you start nntp//rss with nohup? Jason ... from ... there...
Jason Brome
jason_brome
Offline Send Email
Nov 1, 2004
1:26 pm
132
... nohup? i started it with: /java/bin/java -jar nntprss-start.jar &...
Alan Williamson
ar_williamson
Offline Send Email
Nov 1, 2004
1:53 pm
133
Alan, ... nohup will ensure that if the shell from which nntp//rss was started is terminate (e.g. the user logged off), that the spawned process will not ...
Jason Brome
jason_brome
Offline Send Email
Nov 1, 2004
2:00 pm
134
the log.log doesn't show anything other than i showed you this morning. no shell was logged out. very weird. i didn't have this issue with 0.4; and it was on...
Alan Williamson
ar_williamson
Offline Send Email
Nov 1, 2004
6:33 pm
135
if you upgraded (as i did) to MySQL 4.1.x and as well upgraded mysql authentication then you /may/ need GRANT again priviliges (it mysql db tables are flushed)...
Aleksander Slominski
as10m
Offline Send Email
Nov 1, 2004
8:23 pm
136
Alan, ... Was this process started with nohup? If so, can you take a look in the nohup.out file and see if there are any exceptions. Thanks, Jason...
Jason Brome
jason_brome
Offline Send Email
Nov 1, 2004
9:06 pm
137
... no it wasn't created with nohup....
Alan Williamson
ar_williamson
Offline Send Email
Nov 1, 2004
10:06 pm
138
Alan, ... Right now I am not sure what is causing the process to shutdown. I have had v0.5 beta 1 running on a SuSE 9.1 setup without experience the same...
Jason Brome
jason_brome
Offline Send Email
Nov 2, 2004
4:26 am
Messages 109 - 138 of 187   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help