-
-
Save pjammer/8af8fb66b59193d56084 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-04-24 21:17:00 +0000 INFO: jruby 1.7.9 (1.9.3p392) 2013-12-06 87b108a on OpenJDK 64-Bit Server VM 1.7.0_55-b14 [linux-amd64] | |
2015-04-24 21:17:00 +0000 INFO: using a shared (threadsafe!) runtime | |
2015-04-24 21:17:08 +0000 INFO: An exception happened during JRuby-Rack startup | |
Could not load FFI Provider: (NotImplementedError) FFI not available: null | |
See http://jira.codehaus.org/browse/JRUBY-4583 | |
--- System | |
jruby 1.7.9 (1.9.3p392) 2013-12-06 87b108a on OpenJDK 64-Bit Server VM 1.7.0_55-b14 [linux-amd64] | |
Time: 2015-04-24 21:17:08 +0000 | |
Server: Apache Tomcat/7.0.50 | |
jruby.home: /usr/local/lib/jruby | |
--- Context Init Parameters: | |
INTERVAL = 2.5 | |
LOGGING = error | |
QUEUES = * | |
jruby.compat.version = RUBY1_9 | |
jruby.initial.runtimes = 1 | |
jruby.max.runtimes = 1 | |
jruby.min.runtimes = 1 | |
jruby.rack.error = false | |
jruby.rack.layout_class = JRuby::Rack::FileSystemLayout | |
jruby.rack.logging = JUL | |
jruby.rack.logging.name = org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[default] | |
jruby.runtime.acquire.timeout = 5.0 | |
jruby.worker = resque | |
jruby.worker.thread.count = 40 | |
jruby.worker.thread.priority = 4 | |
public.root = public | |
rails.env = backgroundprocessing | |
rails.root = /mnt/app/current | |
--- Backtrace | |
LoadError: Could not load FFI Provider: (NotImplementedError) FFI not available: null | |
See http://jira.codehaus.org/browse/JRUBY-4583 | |
require at org/jruby/RubyKernel.java:1083 | |
(root) at /usr/local/share/jruby-1.7.9/lib/ruby/shared/ffi/ffi.rb:69 | |
require at org/jruby/RubyKernel.java:1083 | |
(root) at /usr/local/share/jruby-1.7.9/lib/ruby/shared/ffi.rb:1 | |
require at org/jruby/RubyKernel.java:1083 | |
(root) at /usr/local/share/jruby-1.7.9/lib/ruby/shared/ffi.rb:1 | |
require at org/jruby/RubyKernel.java:1083 | |
(root) at /mnt/app/shared/bundle/jruby/1.9/gems/spoon-0.0.4/lib/spoon/unix.rb:1 | |
require at org/jruby/RubyKernel.java:1083 | |
(root) at /mnt/app/shared/bundle/jruby/1.9/gems/spoon-0.0.4/lib/spoon/unix.rb:15 | |
each at org/jruby/RubyArray.java:1613 | |
(root) at /mnt/app/shared/bundle/jruby/1.9/gems/spoon-0.0.4/lib/spoon.rb:1 | |
each at org/jruby/RubyArray.java:1613 | |
(root) at /mnt/app/shared/bundle/jruby/1.9/gems/spoon-0.0.4/lib/spoon.rb:18 | |
(root) at /usr/local/share/jruby-1.7.9/lib/ruby/gems/shared/gems/bundler-1.7.3/lib/bundler/runtime.rb:1 | |
require at /usr/local/share/jruby-1.7.9/lib/ruby/gems/shared/gems/bundler-1.7.3/lib/bundler/runtime.rb:76 | |
require at org/jruby/RubyKernel.java:1083 | |
require at /usr/local/share/jruby-1.7.9/lib/ruby/gems/shared/gems/bundler-1.7.3/lib/bundler/runtime.rb:72 | |
require at org/jruby/RubyKernel.java:1083 | |
require at /usr/local/share/jruby-1.7.9/lib/ruby/gems/shared/gems/bundler-1.7.3/lib/bundler/runtime.rb:61 | |
require at /usr/local/share/jruby-1.7.9/lib/ruby/gems/shared/gems/bundler-1.7.3/lib/bundler.rb:133 | |
(root) at /mnt/app/current/config/application.rb:7 | |
--- RubyGems | |
Gem.dir: /mnt/app/shared/bundle/jruby/1.9 | |
Gem.path: | |
/mnt/app/shared/bundle/jruby/1.9 | |
Activated gems: | |
bundler-1.7.3 | |
rake-10.4.2 | |
i18n-0.7.0 | |
multi_json-1.11.0 | |
activesupport-3.2.18 | |
builder-3.0.4 | |
activemodel-3.2.18 | |
erubis-2.7.0 | |
journey-1.0.4 | |
rack-1.4.5 | |
rack-cache-1.2 | |
rack-test-0.6.3 | |
hike-1.2.3 | |
tilt-1.4.1 | |
sprockets-2.2.3 | |
actionpack-3.2.18 | |
mime-types-1.25.1 | |
polyglot-0.3.5 | |
treetop-1.4.15 | |
mail-2.5.4 | |
actionmailer-3.2.18 | |
active_model_serializers-0.9.3 | |
arel-3.0.3 | |
tzinfo-0.3.43 | |
activerecord-3.2.18 | |
activerecord-jdbc-adapter-1.3.14 | |
jdbc-postgres-9.4.1200 | |
activerecord-jdbcpostgresql-adapter-1.3.14 | |
activeresource-3.2.18 | |
addressable-2.3.7 | |
amq-protocol-1.9.2 | |
ansi-1.5.0 | |
attr_required-1.0.0 | |
extlib-0.9.16 | |
autoparse-0.3.3 | |
json-1.8.2-java | |
nokogiri-1.6.6.2-java | |
aws-sdk-1.50.0 | |
thread_safe-0.3.4-java | |
descendants_tracker-0.0.4 | |
ice_nine-0.11.1 | |
axiom-types-0.1.1 | |
bcrypt-3.1.10-java | |
buftok-0.2.0 | |
bunny-1.7.0 | |
cancan-1.6.10 | |
unicode_utils-1.4.0 | |
carmen-1.0.1 | |
rack-ssl-1.3.4 | |
rdoc-3.12.2 | |
thor-0.19.1 | |
railties-3.2.18 | |
rails-3.2.18 | |
carmen-rails-1.0.1 | |
chronic-0.10.2 | |
chunky_png-1.3.4 | |
climate_control-0.0.3 | |
cocaine-0.5.7 | |
coercible-1.0.0 | |
coffee-script-source-1.9.1 | |
execjs-2.3.0 | |
coffee-script-2.3.0 | |
coffee-rails-3.2.2 | |
fssm-0.2.10 | |
sass-3.2.19 | |
compass-0.12.7 | |
compass-rails-1.0.3 | |
orm_adapter-0.5.0 | |
warden-1.2.3 | |
devise-3.2.4 | |
devise-async-0.9.0 | |
devise_invitable-1.3.6 | |
hashie-2.1.2 | |
oauth-0.4.7 | |
discogs-wrapper-2.1.1 | |
unf-0.1.4-java | |
domain_name-0.5.23 | |
multipart-post-2.0.0 | |
faraday-0.9.1 | |
simple_oauth-0.3.1 | |
echowrap-0.1.4 | |
equalizer-0.0.9 | |
ffi-1.9.6-java | |
ethon-0.7.3 | |
excon-0.44.3 | |
exifr-1.2.1 | |
faraday_middleware-0.9.1 | |
fastimage-1.6.7 | |
httpclient-2.6.0.1 | |
rack-oauth2-1.0.10 | |
fb_graph-2.7.17 | |
flickraw-0.9.8 | |
foreigner-1.7.2 | |
jwt-1.3.0 | |
spoon-0.0.4 | |
launchy-2.4.3-java | |
retriable-2.0.2 | |
signet-0.6.0 | |
uuidtools-2.1.5 | |
google-api-client-0.7.1 | |
multi_xml-0.5.5 | |
rack-accept-0.4.5 | |
rack-mount-0.8.3 | |
virtus-1.0.4 | |
grape-0.11.0 | |
grape-active_model_serializers-1.3.1 | |
grape-entity-0.4.4 | |
grape-swagger-0.9.0 | |
grape-swagger-rails-0.0.10 | |
haml-4.0.6 | |
hashr-0.0.22 | |
httparty-0.13.3 | |
mimemagic-0.2.1 | |
httmultiparty-0.3.16 | |
http_parser.rb-0.6.0-java | |
http-0.6.3 | |
http-cookie-1.0.2 | |
http_accept_language-2.0.5 | |
image_size-1.4.1 | |
instagram-1.1.3 | |
itunes-search-api-0.1.0 | |
jquery-rails-3.1.2 | |
jruby-openssl-0.9.6-java | |
jruby-rack-1.1.18 | |
jruby-rack-worker-0.10.0 | |
koala-1.11.1 | |
xml-simple-1.1.5 | |
lastfm-1.26.0 | |
logstash-event-1.1.5 | |
request_store-1.1.0 | |
logstasher-0.6.2 | |
net-http-digest_auth-1.4 | |
net-http-persistent-2.9.4 | |
ntlm-http-0.1.1 | |
webrobots-0.1.1 | |
mechanize-2.7.2 | |
memoizable-0.4.2 | |
meta-tags-2.0.0 | |
mini_exiftool-2.5.0 | |
moped-1.4.5 | |
origin-1.1.0 | |
mongoid-3.1.6 | |
mongoid-indifferent-access-1.0.0 | |
paperclip-4.2.1 | |
mongoid-paperclip-0.0.9 | |
mongoid-rails-instrumentation-0.0.1 | |
mono_logger-1.1.0 | |
musicbrainz-0.7.7 | |
naught-1.0.0 | |
net-ssh-2.9.2 | |
net-sftp-2.1.2 | |
netrc-0.10.3 | |
newrelic_rpm-3.9.1.236 | |
rest-client-1.7.3 | |
next-big-sound-lite-1.0.0 | |
oauth2-1.0.0 | |
omniauth-1.2.2 | |
omniauth-oauth2-1.2.0 | |
omniauth-facebook-2.0.1 | |
omniauth-oauth-1.0.1 | |
omniauth-flickr-0.0.15 | |
omniauth-instagram-1.0.1 | |
omniauth-twitter-1.1.0 | |
paperclip-meta-1.1.0 | |
profanity_filter-0.1.1 | |
rabl-0.11.6 | |
rack-cors-0.3.1 | |
rack-protection-1.5.3 | |
rails_autolink-1.1.6 | |
redis-3.2.1 | |
redis-namespace-1.5.1 | |
sinatra-1.4.5 | |
vegas-0.1.11 | |
resque-1.24.1 | |
resque-cleaner-0.3.0 | |
resque-dynamic-queues-0.8.1 | |
resque-lock-timeout-0.4.4 | |
rufus-scheduler-2.0.24 | |
resque-scheduler-2.2.0 | |
resque-retry-1.0.0 | |
resque-round-robin-0.1.5 | |
resque-status-0.4.3 | |
role_model-0.8.2 | |
rubyzip-1.1.7 | |
sass-rails-3.2.6 | |
sax-machine-0.3.0 | |
settingslogic-2.0.9 | |
sitemap_generator-5.0.5 | |
soundcloud-0.3.2 | |
sprockets-image_compressor-0.3.0 | |
statsd-ruby-1.2.1 | |
tire-0.6.2 | |
trinidad_jars-1.4.0 | |
trinidad-1.4.6 | |
trinidad_daemon_extension-0.4.0 | |
trinidad_scheduler_extension-0.1.2 | |
trinidad_worker_extension-0.3.0 | |
tumblr_client-0.8.5 | |
turbo-sprockets-rails3-0.3.14 | |
twitter-5.14.0 | |
twitter4j4r-0.1.3-java | |
typhoeus-0.7.1 | |
uglifier-2.7.1 | |
userstamp-2.0.2 | |
webrick-1.3.1 | |
whenever-0.9.4 | |
yomu-0.2.2 | |
youtube_it-2.4.2 | |
--- Bundler | |
Bundler.bundle_path: /mnt/app/shared/bundle/jruby/1.9 | |
Bundler.root: /mnt/app/current | |
Gemfile: /mnt/app/current/Gemfile | |
Settings: | |
frozen = true | |
path = /mnt/app/shared/bundle | |
without = development:test | |
disable_shared_gems = 1 | |
gemfile = /mnt/app/current/Gemfile | |
bin_path = /usr/local/share/jruby-1.7.9/lib/ruby/gems/shared/gems/bundler-1.7.3/bin/bundle | |
--- JRuby-Rack Config | |
compat_version = RUBY1_9 | |
default_logger = org.jruby.rack.logging.StandardOutLogger@4e98244e | |
equals = <error: > | |
err = java.io.PrintStream@a2baf8d | |
filter_adds_html = true | |
filter_verifies_resource = false | |
ignore_environment = false | |
initial_memory_buffer_size = | |
initial_runtimes = 1 | |
jms_connection_factory = | |
jms_jndi_properties = | |
logger = org.jruby.rack.logging.JulLogger@468010fe | |
logger_class_name = JUL | |
logger_name = org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[default] | |
maximum_memory_buffer_size = | |
maximum_runtimes = 1 | |
num_initializer_threads = | |
out = java.io.PrintStream@416e1533 | |
rackup = | |
rackup_path = | |
rewindable = true | |
runtime_arguments = | |
runtime_environment = | |
runtime_timeout_seconds = | |
serial_initialization = false | |
servlet_context = org.apache.catalina.core.ApplicationContextFacade@375b9e1c | |
throw_init_exception = true | |
--- $LOAD_PATH: | |
/mnt/app/shared/bundle/jruby/1.9/gems/youtube_it-2.4.2/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/yomu-0.2.2/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/whenever-0.9.4/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/webrick-1.3.1/lib | |
/mnt/app/shared/bundle/jruby/1.9/bundler/gems/userstamp-fbb35ccb5004/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/uglifier-2.7.1/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/typhoeus-0.7.1/lib | |
/mnt/app/shared/bundle/jruby/1.9/bundler/gems/twitter4j4r-b2a987d4ded5/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/twitter-5.14.0/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/turbo-sprockets-rails3-0.3.14/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/tumblr_client-0.8.5/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/trinidad_worker_extension-0.3.0/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/trinidad_scheduler_extension-0.1.2/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/trinidad_daemon_extension-0.4.0/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/trinidad-1.4.6/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/trinidad_jars-1.4.0/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/tire-0.6.2/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/statsd-ruby-1.2.1/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/sprockets-image_compressor-0.3.0/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/soundcloud-0.3.2/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/sitemap_generator-5.0.5/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/settingslogic-2.0.9/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/sax-machine-0.3.0/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/sass-rails-3.2.6/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/rubyzip-1.1.7/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/role_model-0.8.2/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/resque-status-0.4.3/lib | |
/mnt/app/shared/bundle/jruby/1.9/bundler/gems/resque-round-robin-c2bbce09953a/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/resque-retry-1.0.0/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/resque-scheduler-2.2.0/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/rufus-scheduler-2.0.24/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/resque-lock-timeout-0.4.4/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/resque-dynamic-queues-0.8.1/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/resque-cleaner-0.3.0/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/resque-1.24.1/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/vegas-0.1.11/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/sinatra-1.4.5/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/redis-namespace-1.5.1/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/redis-3.2.1/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/rails_autolink-1.1.6/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/rack-protection-1.5.3/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/rack-cors-0.3.1/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/rabl-0.11.6/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/profanity_filter-0.1.1/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/paperclip-meta-1.1.0/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/omniauth-twitter-1.1.0/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/omniauth-instagram-1.0.1/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/omniauth-flickr-0.0.15/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/omniauth-oauth-1.0.1/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/omniauth-facebook-2.0.1/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/omniauth-oauth2-1.2.0/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/omniauth-1.2.2/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/oauth2-1.0.0/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/next-big-sound-lite-1.0.0/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/rest-client-1.7.3/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/newrelic_rpm-3.9.1.236/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/netrc-0.10.3/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/net-sftp-2.1.2/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/net-ssh-2.9.2/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/naught-1.0.0/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/musicbrainz-0.7.7/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/mono_logger-1.1.0/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/mongoid-rails-instrumentation-0.0.1/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/mongoid-paperclip-0.0.9/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/paperclip-4.2.1/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/mongoid-indifferent-access-1.0.0/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/mongoid-indifferent-access-1.0.0/ext/java/jar | |
/mnt/app/shared/bundle/jruby/1.9/gems/mongoid-3.1.6/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/origin-1.1.0/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/moped-1.4.5/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/mini_exiftool-2.5.0/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/meta-tags-2.0.0/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/memoizable-0.4.2/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/mechanize-2.7.2/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/webrobots-0.1.1/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/ntlm-http-0.1.1/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/net-http-persistent-2.9.4/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/net-http-digest_auth-1.4/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/logstasher-0.6.2/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/request_store-1.1.0/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/logstash-event-1.1.5/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/lastfm-1.26.0/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/xml-simple-1.1.5/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/koala-1.11.1/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/jruby-rack-worker-0.10.0/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/jruby-rack-1.1.18/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/jruby-openssl-0.9.6-java/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/jquery-rails-3.1.2/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/itunes-search-api-0.1.0/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/instagram-1.1.3/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/image_size-1.4.1/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/http_accept_language-2.0.5/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/http-cookie-1.0.2/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/http-0.6.3/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/http_parser.rb-0.6.0-java/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/httmultiparty-0.3.16/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/mimemagic-0.2.1/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/httparty-0.13.3/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/hashr-0.0.22/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/haml-4.0.6/lib | |
/mnt/app/shared/bundle/jruby/1.9/bundler/gems/grape-swagger-rails-529784e09a23/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/grape-swagger-0.9.0/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/grape-entity-0.4.4/lib | |
/mnt/app/shared/bundle/jruby/1.9/bundler/gems/grape-active_model_serializers-ca9c8faaa997/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/grape-0.11.0/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/virtus-1.0.4/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/rack-mount-0.8.3/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/rack-accept-0.4.5/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/multi_xml-0.5.5/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/google-api-client-0.7.1/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/uuidtools-2.1.5/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/signet-0.6.0/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/retriable-2.0.2/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/launchy-2.4.3-java/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/spoon-0.0.4/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/jwt-1.3.0/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/foreigner-1.7.2/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/flickraw-0.9.8/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/fb_graph-2.7.17/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/rack-oauth2-1.0.10/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/httpclient-2.6.0.1/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/fastimage-1.6.7/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/faraday_middleware-0.9.1/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/exifr-1.2.1/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/excon-0.44.3/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/ethon-0.7.3/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/ffi-1.9.6-java/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/equalizer-0.0.9/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/echowrap-0.1.4/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/simple_oauth-0.3.1/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/faraday-0.9.1/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/multipart-post-2.0.0/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/domain_name-0.5.23/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/unf-0.1.4-java/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/discogs-wrapper-2.1.1/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/oauth-0.4.7/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/hashie-2.1.2/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/devise_invitable-1.3.6/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/devise-async-0.9.0/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/devise-3.2.4/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/warden-1.2.3/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/orm_adapter-0.5.0/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/compass-rails-1.0.3/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/compass-0.12.7/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/sass-3.2.19/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/fssm-0.2.10/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/coffee-rails-3.2.2/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/coffee-script-2.3.0/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/execjs-2.3.0/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/coffee-script-source-1.9.1/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/coercible-1.0.0/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/cocaine-0.5.7/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/climate_control-0.0.3/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/chunky_png-1.3.4/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/chronic-0.10.2/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/carmen-rails-1.0.1/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/rails-3.2.18/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/railties-3.2.18/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/thor-0.19.1/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/rdoc-3.12.2/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/rack-ssl-1.3.4/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/carmen-1.0.1/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/unicode_utils-1.4.0/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/cancan-1.6.10/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/bunny-1.7.0/lib | |
/usr/local/share/jruby-1.7.9/lib/ruby/gems/shared/gems/bundler-1.7.3/lib/gems/bundler-1.7.3/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/buftok-0.2.0/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/bcrypt-3.1.10-java/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/axiom-types-0.1.1/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/ice_nine-0.11.1/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/descendants_tracker-0.0.4/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/thread_safe-0.3.4-java/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/aws-sdk-1.50.0/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/nokogiri-1.6.6.2-java/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/json-1.8.2-java/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/autoparse-0.3.3/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/extlib-0.9.16/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/attr_required-1.0.0/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/ansi-1.5.0/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/amq-protocol-1.9.2/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/addressable-2.3.7/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/activeresource-3.2.18/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/activerecord-jdbcpostgresql-adapter-1.3.14/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/jdbc-postgres-9.4.1200/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/activerecord-jdbc-adapter-1.3.14/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/activerecord-3.2.18/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/tzinfo-0.3.43/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/arel-3.0.3/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/active_model_serializers-0.9.3/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/actionmailer-3.2.18/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/mail-2.5.4/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/treetop-1.4.15/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/polyglot-0.3.5/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/mime-types-1.25.1/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/actionpack-3.2.18/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/sprockets-2.2.3/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/tilt-1.4.1/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/hike-1.2.3/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/rack-test-0.6.3/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/rack-cache-1.2/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/rack-1.4.5/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/journey-1.0.4/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/erubis-2.7.0/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/activemodel-3.2.18/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/builder-3.0.4/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/activesupport-3.2.18/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/multi_json-1.11.0/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/i18n-0.7.0/lib | |
/mnt/app/shared/bundle/jruby/1.9/gems/rake-10.4.2/lib | |
/usr/local/share/jruby-1.7.9/lib/ruby/gems/shared/gems/bundler-1.7.3/lib | |
/usr/local/share/jruby-1.7.9/lib/ruby/1.9/site_ruby | |
/usr/local/share/jruby-1.7.9/lib/ruby/shared | |
/usr/local/share/jruby-1.7.9/lib/ruby/1.9 | |
/mnt/app/shared/bundle/jruby/1.9/gems/actionpack-3.2.18/lib/action_controller/vendor/html-scanner | |
2015-04-24 21:17:08 +0000 SEVERE: Exception sending context initialized event to listener instance of class org.jruby.rack.rails.RailsServletContextListener | |
org.jruby.rack.RackInitializationException: Could not load FFI Provider: (NotImplementedError) FFI not available: null | |
See http://jira.codehaus.org/browse/JRUBY-4583 | |
from org/jruby/RubyKernel.java:1083:in `require' | |
from /usr/local/share/jruby-1.7.9/lib/ruby/shared/ffi/ffi.rb:69:in `(root)' | |
from org/jruby/RubyKernel.java:1083:in `require' | |
from /usr/local/share/jruby-1.7.9/lib/ruby/shared/ffi.rb:1:in `(root)' | |
from org/jruby/RubyKernel.java:1083:in `require' | |
from /usr/local/share/jruby-1.7.9/lib/ruby/shared/ffi.rb:1:in `(root)' | |
from org/jruby/RubyKernel.java:1083:in `require' | |
from /mnt/app/shared/bundle/jruby/1.9/gems/spoon-0.0.4/lib/spoon/unix.rb:1:in `(root)' | |
from org/jruby/RubyKernel.java:1083:in `require' | |
from /mnt/app/shared/bundle/jruby/1.9/gems/spoon-0.0.4/lib/spoon/unix.rb:15:in `(root)' | |
from org/jruby/RubyArray.java:1613:in `each' | |
from /mnt/app/shared/bundle/jruby/1.9/gems/spoon-0.0.4/lib/spoon.rb:1:in `(root)' | |
from org/jruby/RubyArray.java:1613:in `each' | |
from /mnt/app/shared/bundle/jruby/1.9/gems/spoon-0.0.4/lib/spoon.rb:18:in `(root)' | |
from /usr/local/share/jruby-1.7.9/lib/ruby/gems/shared/gems/bundler-1.7.3/lib/bundler/runtime.rb:1:in `(root)' | |
from /usr/local/share/jruby-1.7.9/lib/ruby/gems/shared/gems/bundler-1.7.3/lib/bundler/runtime.rb:76:in `require' | |
from org/jruby/RubyKernel.java:1083:in `require' | |
from /usr/local/share/jruby-1.7.9/lib/ruby/gems/shared/gems/bundler-1.7.3/lib/bundler/runtime.rb:72:in `require' | |
from org/jruby/RubyKernel.java:1083:in `require' | |
from /usr/local/share/jruby-1.7.9/lib/ruby/gems/shared/gems/bundler-1.7.3/lib/bundler/runtime.rb:61:in `require' | |
from /usr/local/share/jruby-1.7.9/lib/ruby/gems/shared/gems/bundler-1.7.3/lib/bundler.rb:133:in `require' | |
from /mnt/app/current/config/application.rb:7:in `(root)' | |
at org.jruby.rack.RackInitializationException.wrap(RackInitializationException.java:29) | |
at org.jruby.rack.RackApplicationFactoryDecorator.init(RackApplicationFactoryDecorator.java:104) | |
at org.jruby.rack.RackServletContextListener.contextInitialized(RackServletContextListener.java:50) | |
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4961) | |
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5455) | |
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) | |
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559) | |
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549) | |
at java.util.concurrent.FutureTask.run(FutureTask.java:262) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) | |
at java.lang.Thread.run(Thread.java:744) | |
Caused by: org.jruby.exceptions.RaiseException: (LoadError) Could not load FFI Provider: (NotImplementedError) FFI not available: null | |
See http://jira.codehaus.org/browse/JRUBY-4583 | |
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1083) | |
at RUBY.(root)(/usr/local/share/jruby-1.7.9/lib/ruby/shared/ffi/ffi.rb:69) | |
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1083) | |
at RUBY.(root)(/usr/local/share/jruby-1.7.9/lib/ruby/shared/ffi.rb:1) | |
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1083) | |
at RUBY.(root)(/usr/local/share/jruby-1.7.9/lib/ruby/shared/ffi.rb:1) | |
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1083) | |
at RUBY.(root)(/mnt/app/shared/bundle/jruby/1.9/gems/spoon-0.0.4/lib/spoon/unix.rb:1) | |
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1083) | |
at RUBY.(root)(/mnt/app/shared/bundle/jruby/1.9/gems/spoon-0.0.4/lib/spoon/unix.rb:15) | |
at org.jruby.RubyArray.each(org/jruby/RubyArray.java:1613) | |
at RUBY.(root)(/mnt/app/shared/bundle/jruby/1.9/gems/spoon-0.0.4/lib/spoon.rb:1) | |
at org.jruby.RubyArray.each(org/jruby/RubyArray.java:1613) | |
at RUBY.(root)(/mnt/app/shared/bundle/jruby/1.9/gems/spoon-0.0.4/lib/spoon.rb:18) | |
at RUBY.(root)(/usr/local/share/jruby-1.7.9/lib/ruby/gems/shared/gems/bundler-1.7.3/lib/bundler/runtime.rb:1) | |
at RUBY.require(/usr/local/share/jruby-1.7.9/lib/ruby/gems/shared/gems/bundler-1.7.3/lib/bundler/runtime.rb:76) | |
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1083) | |
at RUBY.require(/usr/local/share/jruby-1.7.9/lib/ruby/gems/shared/gems/bundler-1.7.3/lib/bundler/runtime.rb:72) | |
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1083) | |
at RUBY.require(/usr/local/share/jruby-1.7.9/lib/ruby/gems/shared/gems/bundler-1.7.3/lib/bundler/runtime.rb:61) | |
at RUBY.require(/usr/local/share/jruby-1.7.9/lib/ruby/gems/shared/gems/bundler-1.7.3/lib/bundler.rb:133) | |
at RUBY.(root)(/mnt/app/current/config/application.rb:7) | |
2015-04-24 21:17:08 +0000 INFO: [org.kares.jruby.rack.DefaultWorkerManager] failed to obtain (Ruby) runtime | |
2015-04-24 21:17:08 +0000 INFO: [org.kares.jruby.rack.DefaultWorkerManager] started 0 worker(s) | |
2015-04-24 21:17:08 +0000 INFO: [org.kares.jruby.rack.DefaultWorkerManager] stopped 0 worker(s) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you're around IRC today we'll figure this out with you.