Skip to content

Instantly share code, notes, and snippets.

@coryschires
Created June 30, 2014 22:19
Show Gist options
  • Save coryschires/139e508d9c449534ec34 to your computer and use it in GitHub Desktop.
Save coryschires/139e508d9c449534ec34 to your computer and use it in GitHub Desktop.
Backtrace when attempting to convert doc to markdown
2014-06-30T22:11:48.702749+00:00 heroku[router]: at=info method=POST path="/" host=frozen-atoll-7077.herokuapp.com request_id=89b08800-1a57-40fe-9ddd-73d20e8d3e76 fwd="209.117.251.114" dyno=web.1 connect=3ms service=463ms status=500 bytes=326
2014-06-30T22:11:48.703290+00:00 app[web.1]: Errno::ENOENT - No such file or directory @ rb_sysopen - /tmp/d20140630-2-7zv34/RackMultipart20140630-2-qwn9k7.html:
2014-06-30T22:11:48.703294+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/bundler/gems/word-to-markdown-f5e367bcb723/lib/word-to-markdown/document.rb:91:in `read'
2014-06-30T22:11:48.703296+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/bundler/gems/word-to-markdown-f5e367bcb723/lib/word-to-markdown/document.rb:91:in `raw_html'
2014-06-30T22:11:48.703297+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/bundler/gems/word-to-markdown-f5e367bcb723/lib/word-to-markdown/document.rb:18:in `tree'
2014-06-30T22:11:48.703303+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/bundler/gems/word-to-markdown-f5e367bcb723/lib/word-to-markdown.rb:29:in `initialize'
2014-06-30T22:11:48.703301+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/bundler/gems/word-to-markdown-f5e367bcb723/lib/word-to-markdown/converter.rb:18:in `convert!'
2014-06-30T22:11:48.703299+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/bundler/gems/word-to-markdown-f5e367bcb723/lib/word-to-markdown/converter.rb:78:in `semanticize_font_styles!'
2014-06-30T22:11:48.703304+00:00 app[web.1]: /app/server.rb:21:in `new'
2014-06-30T22:11:48.703307+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/gems/sinatra-1.4.5/lib/sinatra/base.rb:1603:in `call'
2014-06-30T22:11:48.703306+00:00 app[web.1]: /app/server.rb:21:in `block in <class:App>'
2014-06-30T22:11:48.703309+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/gems/sinatra-1.4.5/lib/sinatra/base.rb:1603:in `block in compile!'
2014-06-30T22:11:48.703310+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/gems/sinatra-1.4.5/lib/sinatra/base.rb:966:in `[]'
2014-06-30T22:11:48.703315+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/gems/sinatra-1.4.5/lib/sinatra/base.rb:966:in `block (2 levels) in route!'
2014-06-30T22:11:48.703312+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/gems/sinatra-1.4.5/lib/sinatra/base.rb:966:in `block (3 levels) in route!'
2014-06-30T22:11:48.703328+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/gems/sinatra-1.4.5/lib/sinatra/base.rb:1004:in `catch'
2014-06-30T22:11:48.703313+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/gems/sinatra-1.4.5/lib/sinatra/base.rb:985:in `route_eval'
2014-06-30T22:11:48.703329+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/gems/sinatra-1.4.5/lib/sinatra/base.rb:1004:in `process_route'
2014-06-30T22:11:48.703334+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/gems/sinatra-1.4.5/lib/sinatra/base.rb:963:in `route!'
2014-06-30T22:11:48.703331+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/gems/sinatra-1.4.5/lib/sinatra/base.rb:964:in `block in route!'
2014-06-30T22:11:48.703332+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/gems/sinatra-1.4.5/lib/sinatra/base.rb:963:in `each'
2014-06-30T22:11:48.703335+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/gems/sinatra-1.4.5/lib/sinatra/base.rb:1076:in `block in dispatch!'
2014-06-30T22:11:48.703316+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/gems/sinatra-1.4.5/lib/sinatra/base.rb:1006:in `block in process_route'
2014-06-30T22:11:48.703341+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/gems/sinatra-1.4.5/lib/sinatra/base.rb:1073:in `dispatch!'
2014-06-30T22:11:48.703364+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/gems/sinatra-1.4.5/lib/sinatra/base.rb:1058:in `invoke'
2014-06-30T22:11:48.703340+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/gems/sinatra-1.4.5/lib/sinatra/base.rb:1058:in `invoke'
2014-06-30T22:11:48.703344+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/gems/sinatra-1.4.5/lib/sinatra/base.rb:1058:in `block in invoke'
2014-06-30T22:11:48.703345+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/gems/sinatra-1.4.5/lib/sinatra/base.rb:1058:in `catch'
2014-06-30T22:11:48.703337+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/gems/sinatra-1.4.5/lib/sinatra/base.rb:1058:in `block in invoke'
2014-06-30T22:11:48.703367+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/gems/sinatra-1.4.5/lib/sinatra/base.rb:886:in `call'
2014-06-30T22:11:48.703339+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/gems/sinatra-1.4.5/lib/sinatra/base.rb:1058:in `catch'
2014-06-30T22:11:48.703343+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/gems/sinatra-1.4.5/lib/sinatra/base.rb:898:in `block in call!'
2014-06-30T22:11:48.703365+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/gems/sinatra-1.4.5/lib/sinatra/base.rb:898:in `call!'
2014-06-30T22:11:48.703369+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/gems/rack-protection-1.5.3/lib/rack/protection/xss_header.rb:18:in `call'
2014-06-30T22:11:48.703368+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/gems/rack-coffee-1.0.3/lib/rack/coffee.rb:89:in `call'
2014-06-30T22:11:48.703392+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/gems/sinatra-1.4.5/lib/sinatra/base.rb:1478:in `call'
2014-06-30T22:11:48.703379+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/gems/rack-1.5.2/lib/rack/nulllogger.rb:9:in `call'
2014-06-30T22:11:48.703383+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/gems/sinatra-1.4.5/lib/sinatra/base.rb:2014:in `call'
2014-06-30T22:11:48.703373+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/gems/rack-protection-1.5.3/lib/rack/protection/json_csrf.rb:18:in `call'
2014-06-30T22:11:48.703381+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/gems/sinatra-1.4.5/lib/sinatra/base.rb:180:in `call'
2014-06-30T22:11:48.703393+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/gems/rack-1.5.2/lib/rack/handler/webrick.rb:60:in `service'
2014-06-30T22:11:48.703376+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/gems/rack-protection-1.5.3/lib/rack/protection/base.rb:49:in `call'
2014-06-30T22:11:48.703395+00:00 app[web.1]: /app/vendor/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
2014-06-30T22:11:48.703371+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/gems/rack-protection-1.5.3/lib/rack/protection/path_traversal.rb:16:in `call'
2014-06-30T22:11:48.703396+00:00 app[web.1]: /app/vendor/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
2014-06-30T22:11:48.703380+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
2014-06-30T22:11:48.703398+00:00 app[web.1]: /app/vendor/ruby-2.1.0/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
2014-06-30T22:11:48.703374+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/gems/rack-protection-1.5.3/lib/rack/protection/base.rb:49:in `call'
2014-06-30T22:11:48.703389+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/gems/sinatra-1.4.5/lib/sinatra/base.rb:1478:in `block in call'
2014-06-30T22:11:48.703377+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/gems/rack-protection-1.5.3/lib/rack/protection/frame_options.rb:31:in `call'
2014-06-30T22:11:48.703390+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/gems/sinatra-1.4.5/lib/sinatra/base.rb:1788:in `synchronize'
2014-06-30T22:11:48.697240+00:00 app[web.1]: terminate called after throwing an instance of 'com::sun::star::uno::RuntimeException'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment