Skip to content

Instantly share code, notes, and snippets.

@Dantheman720
Created May 18, 2015 20:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dantheman720/0bbde27a37c67a8d477c to your computer and use it in GitHub Desktop.
Save Dantheman720/0bbde27a37c67a8d477c to your computer and use it in GitHub Desktop.
Product error
Daniels-MacBook-Pro-2:developer.redhat.com danielcoughlin$ rake clean preview
Using profile: development
Generating site: http://localhost:4242
Excecuting pipeline...
No results found for isbn: 9781849514026, attempting to use spreadsheet info
book: 9781849514026 missing required attributes: ["title", "publishedDate", "description", "previewLink"]
No results found for isbn: 9781847196828, attempting to use spreadsheet info
book: 9781847196828 missing required attributes: ["title", "publishedDate", "description", "previewLink"]
No results found for isbn: 9781449370602, attempting to use spreadsheet info
book: 9781449370602 missing required attributes: ["title", "publishedDate", "description", "previewLink"]
No results found for isbn: 9780672326486, attempting to use spreadsheet info
book: 9780672326486 missing required attributes: ["title", "publishedDate", "description", "previewLink"]
Generating pages...
An error during rendering /Users/danielcoughlin/Desktop/RedhatWork/developer.redhat/developer.redhat.com/Users/danielcoughlin/Desktop/RedhatWork/developer.redhat/developer.redhat.com/forums.html.slim occurred.
Please see /Users/danielcoughlin/Desktop/RedhatWork/developer.redhat/developer.redhat.com/forums/index.html for more information
Daybreak database _tmp/cache.db was not closed, state might be inconsistent
Failed to close daybreak database: killed thread
Daybreak database _tmp/cache.db was not closed, state might be inconsistent
Failed to close daybreak database: killed thread
Daybreak database _tmp/cache.db was not closed, state might be inconsistent
Failed to close daybreak database: killed thread
Daybreak database _tmp/cache.db was not closed, state might be inconsistent
Failed to close daybreak database: killed thread
Daybreak database _tmp/cache.db was not closed, state might be inconsistent
Failed to close daybreak database: killed thread
Daybreak database _tmp/cache.db was not closed, state might be inconsistent
Failed to close daybreak database: killed thread
Daybreak database _tmp/cache.db was not closed, state might be inconsistent
Failed to close daybreak database: killed thread
Daybreak database _tmp/cache.db was not closed, state might be inconsistent
Failed to close daybreak database: killed thread
An error occurred during output generation, all pages may not have completed during generation
Daybreak database _tmp/cache.db was not closed, state might be inconsistent
rake aborted!
Error executing awestruct
/Users/danielcoughlin/Desktop/RedhatWork/developer.redhat/developer.redhat.com/Rakefile:381:in `run_awestruct'
/Users/danielcoughlin/Desktop/RedhatWork/developer.redhat/developer.redhat.com/Rakefile:106:in `block in <top (required)>'
/Users/danielcoughlin/.rvm/gems/ruby-2.1.2@www.jboss.org/gems/rake-10.0.4/lib/rake/task.rb:246:in `call'
/Users/danielcoughlin/.rvm/gems/ruby-2.1.2@www.jboss.org/gems/rake-10.0.4/lib/rake/task.rb:246:in `block in execute'
/Users/danielcoughlin/.rvm/gems/ruby-2.1.2@www.jboss.org/gems/rake-10.0.4/lib/rake/task.rb:241:in `each'
/Users/danielcoughlin/.rvm/gems/ruby-2.1.2@www.jboss.org/gems/rake-10.0.4/lib/rake/task.rb:241:in `execute'
/Users/danielcoughlin/.rvm/gems/ruby-2.1.2@www.jboss.org/gems/rake-10.0.4/lib/rake/task.rb:184:in `block in invoke_with_call_chain'
/Users/danielcoughlin/.rvm/gems/ruby-2.1.2@www.jboss.org/gems/rake-10.0.4/lib/rake/task.rb:177:in `invoke_with_call_chain'
/Users/danielcoughlin/.rvm/gems/ruby-2.1.2@www.jboss.org/gems/rake-10.0.4/lib/rake/task.rb:170:in `invoke'
/Users/danielcoughlin/.rvm/gems/ruby-2.1.2@www.jboss.org/gems/rake-10.0.4/lib/rake/application.rb:143:in `invoke_task'
/Users/danielcoughlin/.rvm/gems/ruby-2.1.2@www.jboss.org/gems/rake-10.0.4/lib/rake/application.rb:101:in `block (2 levels) in top_level'
/Users/danielcoughlin/.rvm/gems/ruby-2.1.2@www.jboss.org/gems/rake-10.0.4/lib/rake/application.rb:101:in `each'
/Users/danielcoughlin/.rvm/gems/ruby-2.1.2@www.jboss.org/gems/rake-10.0.4/lib/rake/application.rb:101:in `block in top_level'
/Users/danielcoughlin/.rvm/gems/ruby-2.1.2@www.jboss.org/gems/rake-10.0.4/lib/rake/application.rb:110:in `run_with_threads'
/Users/danielcoughlin/.rvm/gems/ruby-2.1.2@www.jboss.org/gems/rake-10.0.4/lib/rake/application.rb:95:in `top_level'
/Users/danielcoughlin/.rvm/gems/ruby-2.1.2@www.jboss.org/gems/rake-10.0.4/lib/rake/application.rb:73:in `block in run'
/Users/danielcoughlin/.rvm/gems/ruby-2.1.2@www.jboss.org/gems/rake-10.0.4/lib/rake/application.rb:160:in `standard_exception_handling'
/Users/danielcoughlin/.rvm/gems/ruby-2.1.2@www.jboss.org/gems/rake-10.0.4/lib/rake/application.rb:70:in `run'
/Users/danielcoughlin/.rvm/gems/ruby-2.1.2@www.jboss.org/bin/ruby_executable_hooks:15:in `eval'
/Users/danielcoughlin/.rvm/gems/ruby-2.1.2@www.jboss.org/bin/ruby_executable_hooks:15:in `<main>'
Tasks: TOP => preview
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment