This sounds like an Apache and Java timing/buffering issue. Since this is a
forum for Ruby on Rails I doubt you will find the answers you are looking
for here since you are neither using Ruby nor Rails.

B.

On Thu, Mar 10, 2011 at 1:41 AM, abhishek m. <li...@ruby-forum.com> wrote:

> 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 rubyonrails-talk@googlegroups.com.
> To unsubscribe from this group, send email to
> rubyonrails-talk+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/rubyonrails-talk?hl=en.
>
>

-- 
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to