Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7714663
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T02:11:17+00:00 2026-06-01T02:11:17+00:00

When trying to run a new refinerycms application with ruby 1.9.2 rails 3.2.1 and

  • 0

When trying to run a new refinerycms application with ruby 1.9.2 rails 3.2.1 and refinerycms 2.0.1 am getting this Error in production. I am curious to what is causing this as my app is right out off the box.

Started GET “/” for 127.0.0.1 at 2012-03-11 01:21:11 -0800
Processing by Refinery::PagesController#home as HTML
Parameters: {“locale”=>:en}
Completed 500 Internal Server Error in 2ms

ActiveRecord::StatementInvalid (Could not find table ‘refinery_roles’):
activerecord (3.2.1) lib/active_record/connection_adapters/sqlite_adapter.rb:470:in table_structure'
activerecord (3.2.1) lib/active_record/connection_adapters/sqlite_adapter.rb:351:in
columns’
activerecord (3.2.1) lib/active_record/connection_adapters/schema_cache.rb:12:in block in initialize'
activerecord (3.2.1) lib/active_record/model_schema.rb:228:in
yield’
activerecord (3.2.1) lib/active_record/model_schema.rb:228:in default'
activerecord (3.2.1) lib/active_record/model_schema.rb:228:in
columns’
activerecord (3.2.1) lib/active_record/model_schema.rb:248:in column_names'
activerecord (3.2.1) lib/active_record/model_schema.rb:261:in
column_methods_hash’
activerecord (3.2.1) lib/active_record/dynamic_matchers.rb:69:in all_attributes_exists?'
activerecord (3.2.1) lib/active_record/dynamic_matchers.rb:27:in
method_missing’
refinerycms-authentication (2.0.1) app/models/refinery/role.rb:14:in []'
refinerycms-core (2.0.1) lib/refinery/application_controller.rb:53:in
just_installed?’
refinerycms-core (2.0.1) lib/refinery/application_controller.rb:73:in refinery_user_required?'
activesupport (3.2.1) lib/active_support/callbacks.rb:429:in
run_157096296043845177__process_action_370528316792604795_callbacks’
activesupport (3.2.1) lib/active_support/callbacks.rb:405:in __run_callback'
activesupport (3.2.1) lib/active_support/callbacks.rb:385:in
_run_process_action_callbacks’
activesupport (3.2.1) lib/active_support/callbacks.rb:81:in run_callbacks'
actionpack (3.2.1) lib/abstract_controller/callbacks.rb:17:in
process_action’
actionpack (3.2.1) lib/action_controller/metal/rescue.rb:29:in process_action'
actionpack (3.2.1) lib/action_controller/metal/instrumentation.rb:30:in
block in process_action’
activesupport (3.2.1) lib/active_support/notifications.rb:123:in block in instrument'
activesupport (3.2.1) lib/active_support/notifications/instrumenter.rb:20:in
instrument’
activesupport (3.2.1) lib/active_support/notifications.rb:123:in instrument'
actionpack (3.2.1) lib/action_controller/metal/instrumentation.rb:29:in
process_action’
actionpack (3.2.1) lib/action_controller/metal/params_wrapper.rb:205:in process_action'
activerecord (3.2.1) lib/active_record/railties/controller_runtime.rb:18:in
process_action’
actionpack (3.2.1) lib/abstract_controller/base.rb:121:in process'
actionpack (3.2.1) lib/abstract_controller/rendering.rb:45:in
process’
actionpack (3.2.1) lib/action_controller/metal.rb:203:in dispatch'
actionpack (3.2.1) lib/action_controller/metal/rack_delegation.rb:14:in
dispatch’
actionpack (3.2.1) lib/action_controller/metal.rb:246:in block in action'
actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in
call’
actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in dispatch'
actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:30:in
call’
journey (1.0.3) lib/journey/router.rb:68:in block in call'
journey (1.0.3) lib/journey/router.rb:56:in
each’
journey (1.0.3) lib/journey/router.rb:56:in call'
actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:589:in
call’
railties (3.2.1) lib/rails/engine.rb:479:in call'
railties (3.2.1) lib/rails/railtie/configurable.rb:30:in
method_missing’
journey (1.0.3) lib/journey/router.rb:68:in block in call'
journey (1.0.3) lib/journey/router.rb:56:in
each’
journey (1.0.3) lib/journey/router.rb:56:in call'
actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:589:in
call’
warden (1.1.1) lib/warden/manager.rb:35:in block in call'
warden (1.1.1) lib/warden/manager.rb:34:in
catch’
warden (1.1.1) lib/warden/manager.rb:34:in call'
actionpack (3.2.1) lib/action_dispatch/middleware/best_standards_support.rb:17:in
call’
rack (1.4.1) lib/rack/etag.rb:23:in call'
rack (1.4.1) lib/rack/conditionalget.rb:25:in
call’
actionpack (3.2.1) lib/action_dispatch/middleware/head.rb:14:in call'
actionpack (3.2.1) lib/action_dispatch/middleware/params_parser.rb:21:in
call’
actionpack (3.2.1) lib/action_dispatch/middleware/flash.rb:242:in call'
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in
context’
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in call'
actionpack (3.2.1) lib/action_dispatch/middleware/cookies.rb:338:in
call’
dragonfly (0.9.10) lib/dragonfly/cookie_monster.rb:9:in call'
activerecord (3.2.1) lib/active_record/query_cache.rb:64:in
call’
activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in call'
actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in
block in call’
activesupport (3.2.1) lib/active_support/callbacks.rb:405:in _run__215402801072025143__call__3538488024182103853__callbacks'
activesupport (3.2.1) lib/active_support/callbacks.rb:405:in
__run_callback’
activesupport (3.2.1) lib/active_support/callbacks.rb:385:in _run_call_callbacks'
activesupport (3.2.1) lib/active_support/callbacks.rb:81:in
run_callbacks’
actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in call'
dragonfly (0.9.10) lib/dragonfly/middleware.rb:13:in
call’
dragonfly (0.9.10) lib/dragonfly/middleware.rb:13:in call'
rack-cache (1.2) lib/rack/cache/context.rb:136:in
forward’
rack-cache (1.2) lib/rack/cache/context.rb:245:in fetch'
rack-cache (1.2) lib/rack/cache/context.rb:185:in
lookup’
rack-cache (1.2) lib/rack/cache/context.rb:66:in call!'
rack-cache (1.2) lib/rack/cache/context.rb:51:in
call’
rack-cache (1.2) lib/rack/cache/context.rb:136:in forward'
rack-cache (1.2) lib/rack/cache/context.rb:245:in
fetch’
rack-cache (1.2) lib/rack/cache/context.rb:185:in lookup'
rack-cache (1.2) lib/rack/cache/context.rb:66:in
call!’
rack-cache (1.2) lib/rack/cache/context.rb:51:in call'
actionpack (3.2.1) lib/action_dispatch/middleware/remote_ip.rb:31:in
call’
actionpack (3.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in call'
actionpack (3.2.1) lib/action_dispatch/middleware/show_exceptions.rb:56:in
call’
railties (3.2.1) lib/rails/rack/logger.rb:26:in call_app'
railties (3.2.1) lib/rails/rack/logger.rb:16:in
call’
actionpack (3.2.1) lib/action_dispatch/middleware/request_id.rb:22:in call'
rack (1.4.1) lib/rack/methodoverride.rb:21:in
call’
rack (1.4.1) lib/rack/runtime.rb:17:in call'
activesupport (3.2.1) lib/active_support/cache/strategy/local_cache.rb:72:in
call’
rack (1.4.1) lib/rack/lock.rb:15:in call'
rack-cache (1.2) lib/rack/cache/context.rb:136:in
forward’
rack-cache (1.2) lib/rack/cache/context.rb:245:in fetch'
rack-cache (1.2) lib/rack/cache/context.rb:185:in
lookup’
rack-cache (1.2) lib/rack/cache/context.rb:66:in call!'
rack-cache (1.2) lib/rack/cache/context.rb:51:in
call’
railties (3.2.1) lib/rails/engine.rb:479:in call'
railties (3.2.1) lib/rails/application.rb:220:in
call’
rack (1.4.1) lib/rack/content_length.rb:14:in call'
railties (3.2.1) lib/rails/rack/log_tailer.rb:14:in
call’
thin (1.3.1) lib/thin/connection.rb:80:in block in pre_process'
thin (1.3.1) lib/thin/connection.rb:78:in
catch’
thin (1.3.1) lib/thin/connection.rb:78:in pre_process'
thin (1.3.1) lib/thin/connection.rb:53:in
process’
thin (1.3.1) lib/thin/connection.rb:38:in receive_data'
eventmachine (0.12.10) lib/eventmachine.rb:256:in
run_machine’
eventmachine (0.12.10) lib/eventmachine.rb:256:in run'
thin (1.3.1) lib/thin/backends/base.rb:61:in
start’
thin (1.3.1) lib/thin/server.rb:159:in start'
rack (1.4.1) lib/rack/handler/thin.rb:13:in
run’
rack (1.4.1) lib/rack/server.rb:265:in start'
railties (3.2.1) lib/rails/commands/server.rb:70:in
start’
railties (3.2.1) lib/rails/commands.rb:55:in block in <top (required)>'
railties (3.2.1) lib/rails/commands.rb:50:in
tap’
railties (3.2.1) lib/rails/commands.rb:50:in <top (required)>'
script/rails:6:in
require’
script/rails:6:in `’

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T02:11:18+00:00Added an answer on June 1, 2026 at 2:11 am

    You need to run ‘rake db:migrate’ inside your rails application. That will createperfumery specific tables in db. I got the same error yesterday and this solved it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

when I'm trying to run blogengine with new theme i just got this error
I am trying to run a new Iphone app, and altough it works fine
I'm trying to run the following snippet from a brand new rails project in
I'm trying to run the ruby gem mongo3 (http://mongo3.com/) I'm new to gem, but
I am new to Java and am trying to run a program using Eclipse.
I am new to Tomcat, and trying to run a simple HelloWorld servlet. I
I'm new to python but I've run into a hitch when trying to implement
I'm trying to run a batch file, as another user, from my web app.
I'm just trying to run a new thread each time a button click even
I am trying to run web application scripted in PHP on windows server 2008.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.