Skip to content

Instantly share code, notes, and snippets.

View charliedavi's full-sized avatar

Charlie Davies charliedavi

View GitHub Profile
2012-01-13 05:23:00 INFO: Pausing ProtocolHandler ["http-bio-/127.0.0.1-5000"]
2012-01-13 05:23:00 INFO: Stopping service Tomcat
2012-01-13 05:23:00 SEVERE: The web application [] appears to have started a thread named [net.sf.ehcache.CacheManager@660cca7a] but has failed to stop it. This is very likely to create a memory leak.
2012-01-13 05:23:00 INFO: Stopping ProtocolHandler ["http-bio-/127.0.0.1-5000"]
2012-01-13 05:23:00 INFO: Destroying ProtocolHandler ["http-bio-/127.0.0.1-5000"]
jruby-head - #fetching
HEAD is now at 7de254f Redo the commit (de5976b9) that didn't quite work. Magic comment should be processed if and only if the comment is on the first line and there are no preceding tokens on that line.
From git://github.com/jruby/jruby
* branch master -> FETCH_HEAD
Already up-to-date.
Copying from repo to src path...
jruby-head - #ant jar
Error running 'ant jar ', please read /home/charlie/.rvm/log/jruby-head/ant.jar.log
jruby-head - #ant cext
Error running 'ant cext', please read /home/charlie/.rvm/log/jruby-head/ant.cext.log
[2012-01-17 11:35:21] ant jar
/home/charlie/.rvm/scripts/functions/utility: line 163: ant: command not found
charlie@igeoliser:~/dev/igeolise-api$ cat /home/charlie/.rvm/log/jruby-head/ant.cext.log
[2012-01-17 11:54:54] ant cext
Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-6-openjdk/lib/tools.jar
Buildfile: /home/charlie/.rvm/src/jruby-head/build.xml
init:
prepare-bin-jruby:
jar:
charlie@igeoliser:/usr/lib/jvm$ rvm install jruby-headjruby-head - #fetching
HEAD is now at 7de254f Redo the commit (de5976b9) that didn't quite work. Magic comment should be processed if and only if the comment is on the first line and there are no preceding tokens on that line.
From git://github.com/jruby/jruby
* branch master -> FETCH_HEAD
Already up-to-date.
Copying from repo to src path...
jruby-head - #ant jar
Error running 'ant jar ', please read /home/charlie/.rvm/log/jruby-head/ant.jar.log
jruby-head - #ant cext
Error running 'ant cext', please read /home/charlie/.rvm/log/jruby-head/ant.cext.log
charlie@igeoliser:/usr/lib/jvm$ cat /home/charlie/.rvm/log/jruby-head/ant.jar.log
[2012-01-17 12:01:15] ant jar
Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-6-openjdk/lib/tools.jar
Buildfile: /home/charlie/.rvm/src/jruby-head/build.xml
init:
prepare-bin-jruby:
jar:
Gem files will remain installed in /home/charlie/.rvm/gems/jruby-head/gems/jruby-launcher-1.0.12-java for inspection.
Results logged to /home/charlie/.rvm/gems/jruby-head/gems/jruby-launcher-1.0.12-java/./gem_make.out
charlie@igeoliser:~/dev/igeolise-api$ nano /home/charlie/.rvm/gems/jruby-head/gems/jruby-launcher-1.0.12-java/./gem_make.out
:public is no longer used to avoid overloading Module#public, use :public_folder instead
from /home/charlie/.rvm/gems/jruby-1.6.4/gems/resque-1.19.0/lib/resque/server.rb:12:in `Server'
19-Jan-2012 17:18:03 sun.reflect.NativeMethodAccessorImpl invoke0
INFO: Using Ehcache version 2.4.6
** Invoke default (first_time)
** Invoke spec (first_time)
** Invoke db:test:prepare (first_time)
** Invoke db:abort_if_pending_migrations (first_time)
** Invoke environment (first_time)
** Execute environment
IgeoliseApi::Application.routes.draw do
# The priority is based upon order of creation:
# first created -> highest priority.
resources :iterations
resource :time_filter do
post :email_csv, on: :collection
end
resource :route_tree do
post :email_csvs, on: :collection
** [10:42:52 2012-01-23] 6518: resque-1.19.0: Processing email since 1327315372
rake aborted!
Java heap space
java.util.Arrays.copyOf(Arrays.java:2894)
java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:117)
java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:407)
java.lang.StringBuilder.append(StringBuilder.java:136)
org.jruby.RubyBasicObject.inspectObj(RubyBasicObject.java:1108)
org.jruby.RubyBasicObject.hashyInspect(RubyBasicObject.java:1080)
org.jruby.RubyBasicObject.inspect(RubyBasicObject.java:1059)