Hi,

In my site, I have implemented a functionality where we can fetch upto
100000 rows and display all of it at one shot on the GUI, through Java
interface.

Now, when I start my client through mongrail ( ./script/server -e
production ), I can see all the rows that get fetched from the DB.
However, through Apache, some of the rows go missing at random ( the
number of rows that go missing is random ).

Also, in the Java Console, I see the exception
"Java.lang.IllegalStateException: No Match Found", which again is random
( I mean rows go missing with or without this exception on the screen ).

I am using IE-7. Also, I found the missing rows, but we can see them on
the GUI, if the count of rows to be shown on GUI is less ( say around
100 ), but the issue of missing rows through apache is being seen only
if the count of rows to be shown on GUI is 1000 or more.

Please suggest, its kinda urgent.

Regards
Abhishek

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to