Forums | Admin

Discussion Forums: open-discussion

Start New Thread Start New Thread
Message: 98250
BY: David Adler (dadler)
DATE: 2012-08-16 17:19
SUBJECT: RE: Ruby crash accessing initial web page

 

The row was inserted manually with:
insert into friends(name,created_at,updated_at) values('fred',current timestamp, current timestamp)

When I tried this again, the first time I used:
http://localhost:3000/friends
the 'explain' error was displayed.
The refresh of this URL resulted in the same error.
The next refresh of this URL resulted in correct display of the index page and I was able to create a new "friend" successfully and display it back on the index page.

In subsequent tests with a new project/application,
http://localhost:3000/friends
resulted in the same 'explain' error.
Refresh resulted in the system hanging. Firefox did not time out but kept waiting. The server didn't crash. There was no obvious process running.

In yet another test, commenting out the explain timeout parameter, the system hung the first time the application was run.

I will send you separately the CLI trace and development.log information.


Thread View

Thread Author Date
Ruby crash accessing initial web pageDavid Adler2012-08-15 16:35
      RE: Ruby crash accessing initial web pagePraveen Devarao2012-08-15 16:55
            RE: Ruby crash accessing initial web pageDavid Adler2012-08-15 17:29
      RE: Ruby crash accessing initial web pageDavid Adler2012-08-16 11:36
            RE: Ruby crash accessing initial web pagePraveen Devarao2012-08-16 12:02
                  RE: Ruby crash accessing initial web pageDavid Adler2012-08-16 17:19
                        RE: Ruby crash accessing initial web pageDavid Adler2012-08-17 14:33
                              RE: Ruby crash accessing initial web pagePraveen Devarao2012-08-19 04:02

Post a followup to this message