Uncaught throw `Fetch Failure' in thread 0x2e8f810

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

Dinesh U. 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,
Dinesh

Also 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.