Hi all, I''m using Rails rails (1.1.6). I''m have installed IBM_DB2 adapter to connect to the DB2 Database. I have created a sample web application connecting to a database, and everything is fine the first time. In my view i''m able to see the records which is stored in the database. But when i refresh it again it gives the below error. "uncaught throw `Fetch Failure'' in thread 0x2e8f810" Then restarting the WebRick and first time everything is fine in the View, upon refreshing again, the above "Fetch Error" is displayed. Not sure why? any idea? Thanks and Regards, Dinesh -- 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Dinesh Umanath
2006-Oct-27 14:27 UTC
Re: uncaught throw `Fetch Failure'' in thread 0x2e8f810
Dinesh Umanath wrote:> Hi all, > > I''m using Rails rails (1.1.6). I''m have installed IBM_DB2 adapter to > connect to the DB2 Database. > > > I have created a sample web application connecting to a database, and > everything is fine the first time. In my view i''m able to see the > records which is stored in the database. But when i refresh it again it > gives the below error. > > "uncaught throw `Fetch Failure'' in thread 0x2e8f810" > > Then restarting the WebRick and first time everything is fine in the > View, upon refreshing again, the above "Fetch Error" is displayed. Not > sure why? any idea? > > > Thanks and Regards, > DineshAlso another update is that Without doing any modification in the code, tried to use the MySQL database(after creating the corresponding tables) and multiple refresh works fine and the data is displayed everytime refresh is clicked. Again if i try to use the DB2 database the above fetch failure problem is seen wen i try to refresh. -- 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---