myexperiment-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Myexperiment-discuss] Problem installing MyExperiment on Windows XP


From: Don Cruickshank
Subject: Re: [Myexperiment-discuss] Problem installing MyExperiment on Windows XP...
Date: Fri, 31 Jul 2009 14:52:26 +0100
User-agent: Mutt/1.4.2.2i

Those are not errors.  Rails is just telling you what it's doing with the
database since you're in development mode.

The line I usually look for is the one like this where the HTTP response status
code is:

> Completed in 0.25000 (4 reqs/sec) | Rendering: 0.00000 (0%) | DB:
> 0.03100 (12%) 5 queries | 200 OK [http://localhost/announcements.xml?num=6
> &order=reverse]

Regarding the message in the log file that OAuth isn't able to authenticate is
accurate (and unhelpful now that you come to mention it) since the HTTP request
wasn't using the OAuth protocol.  It just means that it was a request without
authentication.

Cheers,
Don.


On Fri, Jul 31, 2009 at 02:44:16PM +0100, Martin Chilvers wrote:
> Hi Don,
> 
> Don Cruickshank wrote:
> >I think this is due to changes in the namespace used by the libxml-ruby 
> >gem.
> >I've found in another module that explicitly putting in LibXML::XML::Node 
> >fixes
> >this problem between the distributions of Linux we use.
> >
> >Can you please update your lib/rest.rb file and try again?
> 
> Yep - that fixed that one - thanks for that!
> 
> Now hitting the home page gives just one error related to OAuth (output 
> below)... Is that expected since I'm not using an OpenID?!?
> 
> Thanks,
> 
> Martin
> 
> checking plugin 'engines' for 'application_helper'
> checking plugin 'encrypted_strings' for 'application_helper'
> checking plugin 'widgets' for 'application_helper'
> checking plugin 'acts_as_bookmarkable' for 'application_helper'
> checking plugin 'acts_as_commentable' for 'application_helper'
> checking plugin 'acts_as_rateable' for 'application_helper'
> checking plugin 'acts_as_solr' for 'application_helper'
> checking plugin 'acts_as_taggable_redux' for 'application_helper'
> checking plugin 'acts_as_versioned' for 'application_helper'
> checking plugin 'browser_filters' for 'application_helper'
> checking plugin 'encrypted_attributes' for 'application_helper'
> checking plugin 'exception_notification' for 'application_helper'
> checking plugin 'fckeditor' for 'application_helper'
> checking plugin 'file_column' for 'application_helper'
> checking plugin 'flex_image' for 'application_helper'
> checking plugin 'headliner' for 'application_helper'
> checking plugin 'oauth_plugin' for 'application_helper'
> checking plugin 'open_id_authentication' for 'application_helper'
> checking plugin 'paginating_find' for 'application_helper'
> checking plugin 'qrcode' for 'application_helper'
> checking plugin 'query_cache' for 'application_helper'
> checking plugin 'query_stats' for 'application_helper'
> checking plugin 'simile_timeline' for 'application_helper'
> checking plugin 'timed_cache_fragment' for 'application_helper'
> checking plugin 'validates_captcha' for 'application_helper'
> checking plugin 'validates_email_veracity_of' for 'application_helper'
> checking plugin 'white_list' for 'application_helper'
> checking plugin 'white_list_formatted_content' for 'application_helper'
> loading from application: application_helper
> checking plugin 'engines' for 'api_controller'
> checking plugin 'encrypted_strings' for 'api_controller'
> checking plugin 'widgets' for 'api_controller'
> checking plugin 'acts_as_bookmarkable' for 'api_controller'
> checking plugin 'acts_as_commentable' for 'api_controller'
> checking plugin 'acts_as_rateable' for 'api_controller'
> checking plugin 'acts_as_solr' for 'api_controller'
> checking plugin 'acts_as_taggable_redux' for 'api_controller'
> checking plugin 'acts_as_versioned' for 'api_controller'
> checking plugin 'browser_filters' for 'api_controller'
> checking plugin 'encrypted_attributes' for 'api_controller'
> checking plugin 'exception_notification' for 'api_controller'
> checking plugin 'fckeditor' for 'api_controller'
> checking plugin 'file_column' for 'api_controller'
> checking plugin 'flex_image' for 'api_controller'
> checking plugin 'headliner' for 'api_controller'
> checking plugin 'oauth_plugin' for 'api_controller'
> checking plugin 'open_id_authentication' for 'api_controller'
> checking plugin 'paginating_find' for 'api_controller'
> checking plugin 'qrcode' for 'api_controller'
> checking plugin 'query_cache' for 'api_controller'
> checking plugin 'query_stats' for 'api_controller'
> checking plugin 'simile_timeline' for 'api_controller'
> checking plugin 'timed_cache_fragment' for 'api_controller'
> checking plugin 'validates_captcha' for 'api_controller'
> checking plugin 'validates_email_veracity_of' for 'api_controller'
> checking plugin 'white_list' for 'api_controller'
> checking plugin 'white_list_formatted_content' for 'api_controller'
> loading from application: api_controller
> checking plugin 'engines' for 'api_helper'
> checking plugin 'encrypted_strings' for 'api_helper'
> checking plugin 'widgets' for 'api_helper'
> checking plugin 'acts_as_bookmarkable' for 'api_helper'
> checking plugin 'acts_as_commentable' for 'api_helper'
> checking plugin 'acts_as_rateable' for 'api_helper'
> checking plugin 'acts_as_solr' for 'api_helper'
> checking plugin 'acts_as_taggable_redux' for 'api_helper'
> checking plugin 'acts_as_versioned' for 'api_helper'
> checking plugin 'browser_filters' for 'api_helper'
> checking plugin 'encrypted_attributes' for 'api_helper'
> checking plugin 'exception_notification' for 'api_helper'
> checking plugin 'fckeditor' for 'api_helper'
> checking plugin 'file_column' for 'api_helper'
> checking plugin 'flex_image' for 'api_helper'
> checking plugin 'headliner' for 'api_helper'
> checking plugin 'oauth_plugin' for 'api_helper'
> checking plugin 'open_id_authentication' for 'api_helper'
> checking plugin 'paginating_find' for 'api_helper'
> checking plugin 'qrcode' for 'api_helper'
> checking plugin 'query_cache' for 'api_helper'
> checking plugin 'query_stats' for 'api_helper'
> checking plugin 'simile_timeline' for 'api_helper'
> checking plugin 'timed_cache_fragment' for 'api_helper'
> checking plugin 'validates_captcha' for 'api_helper'
> checking plugin 'validates_email_veracity_of' for 'api_helper'
> checking plugin 'white_list' for 'api_helper'
> checking plugin 'white_list_formatted_content' for 'api_helper'
> (file not found in application)
> ApiController: missing default helper path api_helper
> 
> 
> Processing ApiController#process_request (for 127.0.0.1 at 2009-07-31 
> 14:25:38) [GET]
>   Session ID: c0ca74c9e499c4c9e432b32693cd4a0e
>   Parameters: {"uri"=>"announcements", "order"=>"reverse", 
> "action"=>"process_request", "controller"=>"api", "num"=>"6"}
> Current_token=nil
> entering oauthenticate
> ERROROAuth::Signature::UnknownSignatureMethod
> verified=false
> failed oauthenticate
>   ?[4;36;1mUser Columns (0.016000)?[0m   ?[0;1mSHOW FIELDS FROM users?[0m
>   ?[4;35;1mUser Load (0.000000)?[0m   ?[0mSELECT * FROM users WHERE 
> (users.`id` = 6) LIMIT 1?[0m
>   ?[4;36;1mAnnouncement Columns (0.015000)?[0m   ?[0;1mSHOW FIELDS FROM 
> announcements?[0m
>   ?[4;35;1mSQL (0.000000)?[0m   ?[0mSELECT count(announcements.id) AS 
> count_announcements_id FROM announcements ?[0m
>   ?[4;36;1mAnnouncement Load (0.000000)?[0m   ?[0;1mSELECT * FROM 
> announcements ORDER BY id DESC LIMIT 0, 0?[0m
>   ?[4;35;1mCACHE (0.000000)?[0m   ?[0mSELECT count(announcements.id) AS 
> count_announcements_id FROM announcements ?[0m
> Completed in 0.25000 (4 reqs/sec) | Rendering: 0.00000 (0%) | DB: 
> 0.03100 (12%) 5 queries | 200 OK [http://localhost/announcements.xml?num=6
> &order=reverse]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]