Created
September 26, 2012 18:49
-
-
Save jmcnevin/3789809 to your computer and use it in GitHub Desktop.
JRUBY_OPTS="--1.8" torquebox run
This file contains hidden or 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
$ JRUBY_OPTS="--1.8" torquebox run | |
Booting AS7 from configuration /Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@fp2/gems/torquebox-server-2.1.2-java/jboss/standalone/configuration/standalone.xml | |
/bin/sh bin/standalone.sh -Djruby.home=/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1 --server-config=standalone.xml | |
========================================================================= | |
JBoss Bootstrap Environment | |
JBOSS_HOME: /Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@fp2/gems/torquebox-server-2.1.2-java/jboss | |
JAVA: java | |
JAVA_OPTS: -d32 -client -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Djboss.server.default.config=standalone.xml -Xss2048k -Djruby.compile.invokedynamic=false | |
========================================================================= | |
13:48:49,571 INFO [org.jboss.modules] JBoss Modules version 1.1.2.GA | |
13:48:49,709 INFO [org.jboss.msc] JBoss MSC version 1.0.2.GA | |
13:48:49,749 INFO [org.jboss.as] JBAS015899: JBoss AS 7.1.x.incremental.1 "Steropes" starting | |
13:48:50,056 INFO [org.torquebox.bootstrap] Bootstrapping TorqueBox with a JRuby home of /Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1 | |
13:48:50,241 INFO [org.torquebox.security.as] Initializing TorqueBox Auth Subsystem | |
13:48:50,241 INFO [org.torquebox.cdi.as] Initializing TorqueBox CDI Subsystem | |
13:48:50,241 INFO [org.projectodd.polyglot.cache.as] Initializing Polyglot Cache Subsystem | |
13:48:50,244 INFO [org.torquebox.web.as] Initializing TorqueBox Web Subsystem | |
13:48:50,244 INFO [org.torquebox.messaging.as] Initializing TorqueBox Messaging Subsystem | |
13:48:50,244 INFO [org.torquebox.services.as] Initializing TorqueBox Services Subsystem | |
13:48:50,244 INFO [org.torquebox.core.as] Initializing TorqueBox Core Subsystem | |
13:48:50,244 INFO [org.torquebox.jobs.as] Initializing TorqueBox Jobs Subsystem | |
13:48:50,247 INFO [org.projectodd.polyglot.hasingleton.as] Initializing HA-Singleton Subsystem | |
13:48:50,247 INFO [org.torquebox.stomp.as] Initializing TorqueBox STOMP Subsystem | |
13:48:50,264 INFO [org.torquebox.core.as] Welcome to TorqueBox AS - http://torquebox.org/ | |
13:48:50,265 INFO [org.torquebox.core.as] version........... 2.1.2 | |
13:48:50,266 INFO [org.torquebox.core.as] build............. 71 | |
13:48:50,266 INFO [org.torquebox.core.as] revision.......... d3e1d6cb141377413123b044178e6bc605bce9bb +modifications | |
13:48:50,267 INFO [org.torquebox.core.as] built with: | |
13:48:50,268 INFO [org.torquebox.core.as] HornetQ......... 2.2.18.Final (HQ_2_2_18_FINAL, 122) | |
13:48:50,268 INFO [org.torquebox.core.as] JBossAS......... 7.1.x.incremental.1 | |
13:48:50,268 INFO [org.torquebox.core.as] Infinispan...... 5.1.5.FINAL | |
13:48:50,268 INFO [org.torquebox.core.as] Quartz.......... 1.8.5 | |
13:48:50,268 INFO [org.torquebox.core.as] JRuby........... 1.6.7.2 | |
13:48:50,282 WARN [org.torquebox.core.as] WARNING: TorqueBox was built and tested with JRuby 1.6.7.2 and you are running JRuby 1.7.0.RC1. You may experience unexpected results. Side effects may include: itching, sleeplessness, and irritability. | |
13:48:50,379 WARN [org.jboss.as.server] JBAS015883: No security realm defined for native management service; all access will be unrestricted. | |
13:48:50,383 INFO [org.xnio] XNIO Version 3.0.4.GA | |
13:48:50,384 INFO [org.jboss.as.server] JBAS015888: Creating http management service using socket-binding (management-http) | |
13:48:50,384 WARN [org.jboss.as.server] JBAS015884: No security realm defined for http management service; all access will be unrestricted. | |
13:48:50,388 INFO [org.xnio.nio] XNIO NIO Implementation Version 3.0.4.GA | |
13:48:50,394 INFO [org.jboss.remoting] JBoss Remoting version 3.2.8.GA | |
13:48:50,411 INFO [org.jboss.as.logging] JBAS011502: Removing bootstrap log handlers | |
13:48:50,414 INFO [org.jboss.as.configadmin] (ServerService Thread Pool -- 42) JBAS016200: Activating ConfigAdmin Subsystem | |
13:48:50,420 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 47) JBAS010280: Activating Infinispan subsystem. | |
13:48:50,426 INFO [org.jboss.as.jacorb] (ServerService Thread Pool -- 48) JBAS016300: Activating JacORB Subsystem | |
13:48:50,430 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 58) JBAS011800: Activating Naming Subsystem | |
13:48:50,432 INFO [org.jboss.as.osgi] (ServerService Thread Pool -- 59) JBAS011906: Activating OSGi Subsystem | |
13:48:50,433 INFO [org.jboss.as.security] (ServerService Thread Pool -- 64) JBAS013171: Activating Security Subsystem | |
13:48:50,444 INFO [org.jboss.as.security] (MSC service thread 1-15) JBAS013170: Current PicketBox version=4.0.9.Final | |
13:48:50,450 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 68) JBAS015537: Activating WebServices Extension | |
13:48:50,491 INFO [org.jboss.as.connector.logging] (MSC service thread 1-4) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.11.Final) | |
13:48:50,520 INFO [org.jboss.as.naming] (MSC service thread 1-10) JBAS011802: Starting Naming Service | |
13:48:50,525 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) JBAS015400: Bound mail session [java:jboss/mail/Default] | |
13:48:50,538 INFO [org.jboss.jaxr] (MSC service thread 1-10) JBAS014000: Started JAXR subsystem, binding JAXR connection factory into JNDI as: java:jboss/jaxr/ConnectionFactory | |
13:48:50,550 INFO [org.jboss.as.remoting] (MSC service thread 1-8) JBAS017100: Listening on 127.0.0.1:9999 | |
13:48:50,556 INFO [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-4) JBoss Web Services - Stack CXF Server 4.0.2.GA | |
13:48:50,570 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 43) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3) | |
13:48:50,623 WARN [org.jboss.as.messaging] (MSC service thread 1-13) JBAS011600: AIO wasn't located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal | |
13:48:50,696 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-9) Starting Coyote HTTP/1.1 on http-localhost/127.0.0.1:8080 | |
13:48:50,702 INFO [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-13) live server is starting with configuration HornetQ Configuration (clustered=false,backup=false,sharedStore=true,journalDirectory=/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@fp2/gems/torquebox-server-2.1.2-java/jboss/standalone/data/messagingjournal,bindingsDirectory=/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@fp2/gems/torquebox-server-2.1.2-java/jboss/standalone/data/messagingbindings,largeMessagesDirectory=/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@fp2/gems/torquebox-server-2.1.2-java/jboss/standalone/data/messaginglargemessages,pagingDirectory=/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@fp2/gems/torquebox-server-2.1.2-java/jboss/standalone/data/messagingpaging) | |
13:48:50,703 INFO [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-13) Waiting to obtain live lock | |
13:48:50,728 INFO [org.torquebox.core.runtime] (MSC service thread 1-12) Creating ruby runtime (ruby_version: RUBY1_8, compile_mode: JIT, context: global) | |
13:48:50,731 WARN [jacorb.codeset] (MSC service thread 1-15) Warning - unknown codeset (MacRoman) - defaulting to ISO-8859-1 | |
13:48:50,754 INFO [org.hornetq.core.persistence.impl.journal.JournalStorageManager] (MSC service thread 1-13) Using NIO Journal | |
13:48:50,789 INFO [org.jboss.as.jacorb] (MSC service thread 1-15) JBAS016330: CORBA ORB Service started | |
13:48:50,838 INFO [org.hornetq.core.server.impl.FileLockNodeManager] (MSC service thread 1-13) Waiting to obtain live lock | |
13:48:50,839 INFO [org.hornetq.core.server.impl.FileLockNodeManager] (MSC service thread 1-13) Live Server Obtained live lock | |
13:48:50,861 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-16) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS] | |
13:48:50,878 INFO [org.jboss.as.jacorb] (MSC service thread 1-10) JBAS016328: CORBA Naming Service started | |
13:48:50,891 INFO [org.infinispan.factories.GlobalComponentRegistry] (CacheService lifecycle - 1) ISPN000128: Infinispan version: Infinispan 'Brahma' 5.1.5.FINAL | |
13:48:51,008 INFO [org.hornetq.core.remoting.impl.netty.NettyAcceptor] (MSC service thread 1-13) Started Netty Acceptor version 3.2.5.Final-a96d88c 127.0.0.1:5455 for CORE protocol | |
13:48:51,008 INFO [org.hornetq.core.remoting.impl.netty.NettyAcceptor] (MSC service thread 1-13) Started Netty Acceptor version 3.2.5.Final-a96d88c 127.0.0.1:5445 for CORE protocol | |
13:48:51,009 INFO [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-13) Server is now live | |
13:48:51,010 INFO [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-13) HornetQ Server version 2.2.18.Final (HQ_2_2_18_FINAL, 122) [6136b25f-0801-11e2-bdfc-fdacf2199a22]) started | |
13:48:51,017 INFO [org.jboss.as.clustering.infinispan] (CacheService lifecycle - 1) JBAS010281: Started __recoveryInfoCacheName__ cache from polyglot container | |
13:48:51,025 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 80) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory | |
13:48:51,027 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 81) JBAS011601: Bound messaging object to jndi name java:/ConnectionFactory | |
13:48:51,030 INFO [org.infinispan.jmx.CacheJmxRegistration] (CacheService lifecycle - 1) ISPN000031: MBeans were successfully registered to the platform mbean server. | |
13:48:51,030 INFO [org.jboss.as.clustering.infinispan] (CacheService lifecycle - 1) JBAS010281: Started sessions cache from polyglot container | |
13:48:51,059 INFO [org.jboss.as.deployment.connector] (MSC service thread 1-4) JBAS010406: Registered connection factory java:/JmsXA | |
13:48:51,090 INFO [org.hornetq.ra.HornetQResourceAdapter] (MSC service thread 1-4) HornetQ resource adaptor started | |
13:48:51,090 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-4) IJ020002: Deployed: file://RaActivatorhornetq-ra | |
13:48:51,092 INFO [org.jboss.as.deployment.connector] (MSC service thread 1-16) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA] | |
13:48:52,371 INFO [org.torquebox.core.runtime] (MSC service thread 1-12) Created ruby runtime (ruby_version: RUBY1_8, compile_mode: JIT, context: global) in 1.64s | |
13:48:52,729 INFO [org.jboss.as.remoting] (MSC service thread 1-11) JBAS017100: Listening on 127.0.0.1:4447 | |
13:48:52,734 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-9) JBAS015012: Started FileSystemDeploymentService for directory /Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@fp2/gems/torquebox-server-2.1.2-java/jboss/standalone/deployments | |
13:48:52,744 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management | |
13:48:52,745 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990 | |
13:48:52,745 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss AS 7.1.x.incremental.1 "Steropes" started in 3401ms - Started 171 of 271 services (98 services are passive or on-demand) | |
13:48:52,750 INFO [org.jboss.as.server.deployment] (MSC service thread 1-12) JBAS015876: Starting deployment of "fp2-knob.yml" | |
13:48:53,114 INFO [org.torquebox.core] (MSC service thread 1-9) evaling: /Users/jeremy/Source/fp2/config/torquebox.rb | |
13:48:54,372 INFO [org.jboss.as.osgi] (MSC service thread 1-2) JBAS011907: Register module: Module "deployment.fp2-knob.yml:main" from Service Module Loader | |
13:48:54,378 INFO [org.torquebox.core.runtime] (MSC service thread 1-1) Creating ruby runtime (ruby_version: RUBY1_9, compile_mode: JIT, app: fp2, context: JDBC Driver Loader) | |
13:48:54,380 INFO [org.hornetq.core.server.impl.HornetQServerImpl] (pool-8-thread-1) trying to deploy queue jms.queue./queues/torquebox/fp2/tasks/torquebox_backgroundable | |
13:48:54,389 INFO [org.jboss.as.messaging] (pool-8-thread-1) JBAS011601: Bound messaging object to jndi name java:/queues/torquebox/fp2/tasks/torquebox_backgroundable | |
13:48:54,773 INFO [org.torquebox.core.runtime] (MSC service thread 1-1) Setting up Bundler | |
13:48:55,488 ERROR [org.torquebox.core.runtime] (MSC service thread 1-1) Error during evaluation: require %q(bundler/setup): org.jruby.exceptions.RaiseException: (NameError) undefined method 'new' for class '#<Class:0x1296cf2>' | |
at org.jruby.RubyModule.private_class_method(org/jruby/RubyModule.java:2285) [jruby.jar:] | |
at RUBY.Rational(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/rational.rb:97) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/rational.rb:64) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:1) at RUBY.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/date.rb:196) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.9/psych/deprecated.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:1) at RUBY.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.9/psych.rb:12) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:1) at RUBY.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.load_yaml(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems.rb:665) at RUBY.load_file(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/config_file.rb:249) at RUBY.initialize(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/config_file.rb:190) at RUBY.configuration(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems.rb:364) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.configuration(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@global/gems/bundler-1.2.1/lib/bundler/rubygems_integration.rb:25) at RUBY.initialize(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@global/gems/bundler-1.2.1/lib/bundler/rubygems_integration.rb:5) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.Bundler(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@global/gems/bundler-1.2.1/lib/bundler/rubygems_integration.rb:380) at RUBY.(root)(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@global/gems/bundler-1.2.1/lib/bundler/rubygems_integration.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:1) at RUBY.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) | |
13:48:55,490 ERROR [org.torquebox.core.runtime] (MSC service thread 1-1) Unable to require file: bundler/setup: org.jruby.exceptions.RaiseException: (NameError) undefined method 'new' for class '#<Class:0x1296cf2>' | |
at org.jruby.RubyModule.private_class_method(org/jruby/RubyModule.java:2285) [jruby.jar:] | |
at RUBY.Rational(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/rational.rb:97) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/rational.rb:64) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:1) at RUBY.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/date.rb:196) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.9/psych/deprecated.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:1) at RUBY.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.9/psych.rb:12) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:1) at RUBY.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.load_yaml(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems.rb:665) at RUBY.load_file(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/config_file.rb:249) at RUBY.initialize(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/config_file.rb:190) at RUBY.configuration(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems.rb:364) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.configuration(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@global/gems/bundler-1.2.1/lib/bundler/rubygems_integration.rb:25) at RUBY.initialize(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@global/gems/bundler-1.2.1/lib/bundler/rubygems_integration.rb:5) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.Bundler(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@global/gems/bundler-1.2.1/lib/bundler/rubygems_integration.rb:380) at RUBY.(root)(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@global/gems/bundler-1.2.1/lib/bundler/rubygems_integration.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:1) at RUBY.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) | |
13:48:55,527 INFO [org.torquebox.core.runtime] (MSC service thread 1-1) Created ruby runtime (ruby_version: RUBY1_9, compile_mode: JIT, app: fp2, context: JDBC Driver Loader) in 1.14s | |
13:48:55,552 ERROR [stderr] (MSC service thread 1-1) /Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@global/gems/bundler-1.2.1/lib/bundler/rubygems_integration.rb:168 warning: already initialized constant Deprecate | |
13:48:55,613 ERROR [org.torquebox.core.runtime] (MSC service thread 1-1) Error during evaluation: require %q(bundler/setup): org.jruby.exceptions.RaiseException: (NameError) undefined method 'new' for class '#<Class:0x1296cf2>' | |
at org.jruby.RubyModule.private_class_method(org/jruby/RubyModule.java:2285) [jruby.jar:] | |
at RUBY.Rational(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/rational.rb:97) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/rational.rb:64) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/date.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/date.rb:196) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.9/psych/deprecated.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.9/psych/deprecated.rb:1) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.9/psych.rb:1) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.9/psych.rb:12) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems.rb:1) at RUBY.load_yaml(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems.rb:665) at RUBY.load_file(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/config_file.rb:249) at RUBY.initialize(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/config_file.rb:190) at RUBY.configuration(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems.rb:364) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.configuration(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@global/gems/bundler-1.2.1/lib/bundler/rubygems_integration.rb:25) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.initialize(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@global/gems/bundler-1.2.1/lib/bundler/rubygems_integration.rb:5) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.Bundler(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@global/gems/bundler-1.2.1/lib/bundler/rubygems_integration.rb:380) | |
13:48:55,614 ERROR [org.torquebox.core.runtime] (MSC service thread 1-1) Unable to require file: bundler/setup: org.jruby.exceptions.RaiseException: (NameError) undefined method 'new' for class '#<Class:0x1296cf2>' | |
at org.jruby.RubyModule.private_class_method(org/jruby/RubyModule.java:2285) [jruby.jar:] | |
at RUBY.Rational(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/rational.rb:97) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/rational.rb:64) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/date.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/date.rb:196) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.9/psych/deprecated.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.9/psych/deprecated.rb:1) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.9/psych.rb:1) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.9/psych.rb:12) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems.rb:1) at RUBY.load_yaml(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems.rb:665) at RUBY.load_file(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/config_file.rb:249) at RUBY.initialize(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/config_file.rb:190) at RUBY.configuration(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems.rb:364) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.configuration(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@global/gems/bundler-1.2.1/lib/bundler/rubygems_integration.rb:25) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.initialize(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@global/gems/bundler-1.2.1/lib/bundler/rubygems_integration.rb:5) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.Bundler(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@global/gems/bundler-1.2.1/lib/bundler/rubygems_integration.rb:380) | |
13:48:55,631 INFO [org.torquebox.db] (MSC service thread 1-13) Bound data source [java:/torquebox/datasources/fp2-knob.yml/development] | |
13:48:55,737 WARN [org.torquebox.core.datasource] (MSC service thread 1-4) PostgreSQL max_prepared_transactions set to 0; XA will not be enabled: development | |
13:48:55,737 INFO [org.torquebox.core.datasource] (MSC service thread 1-4) Verifier completed | |
13:48:55,739 INFO [org.torquebox.core.runtime.DefaultRubyRuntimePool] (MSC service thread 1-16) Deferring start for jobs runtime pool. | |
13:48:55,739 INFO [org.torquebox.core.runtime.DefaultRubyRuntimePool] (MSC service thread 1-5) Deferring start for messaging runtime pool. | |
13:48:55,741 INFO [org.torquebox.core.runtime] (MSC service thread 1-4) Creating ruby runtime (ruby_version: RUBY1_9, compile_mode: JIT, app: fp2, context: web) | |
13:48:55,803 INFO [org.quartz.core.SchedulerSignalerImpl] (MSC service thread 1-2) Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl | |
13:48:55,804 INFO [org.quartz.core.QuartzScheduler] (MSC service thread 1-2) Quartz Scheduler v.1.8.5 created. | |
13:48:55,806 INFO [org.quartz.simpl.RAMJobStore] (MSC service thread 1-2) RAMJobStore initialized. | |
13:48:55,806 INFO [org.quartz.core.QuartzScheduler] (MSC service thread 1-2) Scheduler meta-data: Quartz Scheduler (v1.8.5) 'JobScheduler$fp2-knob.yml' with instanceId 'Jeremys-MacBook-Pro.local1348685335777' | |
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. | |
NOT STARTED. | |
Currently in standby mode. | |
Number of jobs executed: 0 | |
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 3 threads. | |
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. | |
13:48:55,807 INFO [org.quartz.impl.StdSchedulerFactory] (MSC service thread 1-2) Quartz scheduler 'JobScheduler$fp2-knob.yml' initialized from an externally provided properties instance. | |
13:48:55,807 INFO [org.quartz.impl.StdSchedulerFactory] (MSC service thread 1-2) Quartz scheduler version: 1.8.5 | |
13:48:55,807 INFO [org.quartz.core.QuartzScheduler] (MSC service thread 1-2) JobFactory set to: org.torquebox.jobs.RubyJobProxyFactory@2d40bf | |
13:48:55,807 INFO [org.quartz.core.QuartzScheduler] (MSC service thread 1-2) Scheduler JobScheduler$fp2-knob.yml_$_Jeremys-MacBook-Pro.local1348685335777 started. | |
13:48:56,210 INFO [org.torquebox.core.runtime] (MSC service thread 1-4) Setting up Bundler | |
13:48:56,686 ERROR [org.torquebox.core.runtime] (MSC service thread 1-4) Error during evaluation: require %q(bundler/setup): org.jruby.exceptions.RaiseException: (NameError) undefined method 'new' for class '#<Class:0xb99561>' | |
at org.jruby.RubyModule.private_class_method(org/jruby/RubyModule.java:2285) [jruby.jar:] | |
at RUBY.Rational(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/rational.rb:97) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/rational.rb:64) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:1) at RUBY.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/date.rb:196) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.9/psych/deprecated.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:1) at RUBY.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.9/psych.rb:12) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:1) at RUBY.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.load_yaml(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems.rb:665) at RUBY.load_file(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/config_file.rb:249) at RUBY.initialize(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/config_file.rb:190) at RUBY.configuration(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems.rb:364) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.configuration(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@global/gems/bundler-1.2.1/lib/bundler/rubygems_integration.rb:25) at RUBY.initialize(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@global/gems/bundler-1.2.1/lib/bundler/rubygems_integration.rb:5) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.Bundler(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@global/gems/bundler-1.2.1/lib/bundler/rubygems_integration.rb:380) at RUBY.(root)(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@global/gems/bundler-1.2.1/lib/bundler/rubygems_integration.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:1) at RUBY.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) | |
13:48:56,687 ERROR [org.torquebox.core.runtime] (MSC service thread 1-4) Unable to require file: bundler/setup: org.jruby.exceptions.RaiseException: (NameError) undefined method 'new' for class '#<Class:0xb99561>' | |
at org.jruby.RubyModule.private_class_method(org/jruby/RubyModule.java:2285) [jruby.jar:] | |
at RUBY.Rational(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/rational.rb:97) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/rational.rb:64) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:1) at RUBY.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/date.rb:196) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.9/psych/deprecated.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:1) at RUBY.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.9/psych.rb:12) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:1) at RUBY.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.load_yaml(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems.rb:665) at RUBY.load_file(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/config_file.rb:249) at RUBY.initialize(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/config_file.rb:190) at RUBY.configuration(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems.rb:364) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.configuration(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@global/gems/bundler-1.2.1/lib/bundler/rubygems_integration.rb:25) at RUBY.initialize(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@global/gems/bundler-1.2.1/lib/bundler/rubygems_integration.rb:5) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.Bundler(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@global/gems/bundler-1.2.1/lib/bundler/rubygems_integration.rb:380) at RUBY.(root)(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@global/gems/bundler-1.2.1/lib/bundler/rubygems_integration.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:1) at RUBY.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) | |
13:48:56,747 ERROR [org.torquebox.core.runtime] (MSC service thread 1-4) Error during evaluation: begin; require %q(torquebox-messaging); true; rescue LoadError; false; end: org.jruby.exceptions.RaiseException: (NameError) undefined method 'new' for class '#<Class:0xb99561>' | |
at org.jruby.RubyModule.private_class_method(org/jruby/RubyModule.java:2285) [jruby.jar:] | |
at RUBY.Rational(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/rational.rb:97) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/rational.rb:64) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/date.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/date.rb:196) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@fp2/gems/clj-0.0.5.6/lib/clj.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@fp2/gems/clj-0.0.5.6/lib/clj.rb:11) at org.jruby.RubyKernel.load(org/jruby/RubyKernel.java:1045) [jruby.jar:] | |
at RUBY.(root)(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@fp2/gems/torquebox-messaging-2.1.2-java/lib/torquebox/messaging/clojure_message.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@fp2/gems/torquebox-messaging-2.1.2-java/lib/torquebox/messaging/clojure_message.rb:18) | |
13:48:56,747 ERROR [org.torquebox.core.runtime] (MSC service thread 1-4) Failed to initialize runtime: : org.jruby.exceptions.RaiseException: (NameError) undefined method 'new' for class '#<Class:0xb99561>' | |
at org.jruby.RubyModule.private_class_method(org/jruby/RubyModule.java:2285) [jruby.jar:] | |
at RUBY.Rational(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/rational.rb:97) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/rational.rb:64) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/date.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/date.rb:196) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@fp2/gems/clj-0.0.5.6/lib/clj.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@fp2/gems/clj-0.0.5.6/lib/clj.rb:11) at org.jruby.RubyKernel.load(org/jruby/RubyKernel.java:1045) [jruby.jar:] | |
at RUBY.(root)(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@fp2/gems/torquebox-messaging-2.1.2-java/lib/torquebox/messaging/clojure_message.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@fp2/gems/torquebox-messaging-2.1.2-java/lib/torquebox/messaging/clojure_message.rb:18) | |
13:48:56,748 INFO [org.torquebox.core.runtime] (MSC service thread 1-4) Created ruby runtime (ruby_version: RUBY1_9, compile_mode: JIT, app: fp2, context: web) in 1.0s | |
13:48:56,823 INFO [org.jboss.web] (MSC service thread 1-4) JBAS018210: Registering web context: | |
13:48:56,872 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "fp2-knob.yml" | |
13:49:00,012 INFO [org.torquebox.core.runtime] (pool-9-thread-1) Creating ruby runtime (ruby_version: RUBY1_9, compile_mode: JIT, app: fp2, context: jobs) | |
13:49:00,013 INFO [org.torquebox.core.runtime] (pool-9-thread-2) Creating ruby runtime (ruby_version: RUBY1_9, compile_mode: JIT, app: fp2, context: jobs) | |
13:49:00,447 INFO [org.torquebox.core.runtime] (pool-9-thread-2) Setting up Bundler | |
13:49:00,447 INFO [org.torquebox.core.runtime] (pool-9-thread-1) Setting up Bundler | |
13:49:00,965 ERROR [org.torquebox.core.runtime] (pool-9-thread-1) Error during evaluation: require %q(bundler/setup): org.jruby.exceptions.RaiseException: (NameError) undefined method 'new' for class '#<Class:0x688c5d>' | |
at org.jruby.RubyModule.private_class_method(org/jruby/RubyModule.java:2285) [jruby.jar:] | |
at RUBY.Rational(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/rational.rb:97) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/rational.rb:64) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:1) at RUBY.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/date.rb:196) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.9/psych/deprecated.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:1) at RUBY.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.9/psych.rb:12) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:1) at RUBY.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.load_yaml(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems.rb:665) at RUBY.load_file(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/config_file.rb:249) at RUBY.initialize(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/config_file.rb:190) at RUBY.configuration(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems.rb:364) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.configuration(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@global/gems/bundler-1.2.1/lib/bundler/rubygems_integration.rb:25) at RUBY.initialize(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@global/gems/bundler-1.2.1/lib/bundler/rubygems_integration.rb:5) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.Bundler(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@global/gems/bundler-1.2.1/lib/bundler/rubygems_integration.rb:380) at RUBY.(root)(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@global/gems/bundler-1.2.1/lib/bundler/rubygems_integration.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:1) at RUBY.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) | |
13:49:00,965 ERROR [org.torquebox.core.runtime] (pool-9-thread-2) Error during evaluation: require %q(bundler/setup): org.jruby.exceptions.RaiseException: (NameError) undefined method 'new' for class '#<Class:0x1b040b6>' | |
at org.jruby.RubyModule.private_class_method(org/jruby/RubyModule.java:2285) [jruby.jar:] | |
at RUBY.Rational(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/rational.rb:97) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/rational.rb:64) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:1) at RUBY.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/date.rb:196) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.9/psych/deprecated.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:1) at RUBY.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.9/psych.rb:12) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:1) at RUBY.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.load_yaml(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems.rb:665) at RUBY.load_file(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/config_file.rb:249) at RUBY.initialize(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/config_file.rb:190) at RUBY.configuration(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems.rb:364) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.configuration(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@global/gems/bundler-1.2.1/lib/bundler/rubygems_integration.rb:25) at RUBY.initialize(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@global/gems/bundler-1.2.1/lib/bundler/rubygems_integration.rb:5) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.Bundler(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@global/gems/bundler-1.2.1/lib/bundler/rubygems_integration.rb:380) at RUBY.(root)(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@global/gems/bundler-1.2.1/lib/bundler/rubygems_integration.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:1) at RUBY.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) | |
13:49:00,966 ERROR [org.torquebox.core.runtime] (pool-9-thread-1) Unable to require file: bundler/setup: org.jruby.exceptions.RaiseException: (NameError) undefined method 'new' for class '#<Class:0x688c5d>' | |
at org.jruby.RubyModule.private_class_method(org/jruby/RubyModule.java:2285) [jruby.jar:] | |
at RUBY.Rational(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/rational.rb:97) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/rational.rb:64) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:1) at RUBY.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/date.rb:196) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.9/psych/deprecated.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:1) at RUBY.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.9/psych.rb:12) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:1) at RUBY.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.load_yaml(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems.rb:665) at RUBY.load_file(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/config_file.rb:249) at RUBY.initialize(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/config_file.rb:190) at RUBY.configuration(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems.rb:364) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.configuration(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@global/gems/bundler-1.2.1/lib/bundler/rubygems_integration.rb:25) at RUBY.initialize(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@global/gems/bundler-1.2.1/lib/bundler/rubygems_integration.rb:5) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.Bundler(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@global/gems/bundler-1.2.1/lib/bundler/rubygems_integration.rb:380) at RUBY.(root)(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@global/gems/bundler-1.2.1/lib/bundler/rubygems_integration.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:1) at RUBY.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) | |
13:49:00,966 ERROR [org.torquebox.core.runtime] (pool-9-thread-2) Unable to require file: bundler/setup: org.jruby.exceptions.RaiseException: (NameError) undefined method 'new' for class '#<Class:0x1b040b6>' | |
at org.jruby.RubyModule.private_class_method(org/jruby/RubyModule.java:2285) [jruby.jar:] | |
at RUBY.Rational(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/rational.rb:97) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/rational.rb:64) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:1) at RUBY.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/date.rb:196) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.9/psych/deprecated.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:1) at RUBY.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.9/psych.rb:12) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:1) at RUBY.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.load_yaml(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems.rb:665) at RUBY.load_file(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/config_file.rb:249) at RUBY.initialize(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/config_file.rb:190) at RUBY.configuration(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems.rb:364) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.configuration(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@global/gems/bundler-1.2.1/lib/bundler/rubygems_integration.rb:25) at RUBY.initialize(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@global/gems/bundler-1.2.1/lib/bundler/rubygems_integration.rb:5) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.Bundler(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@global/gems/bundler-1.2.1/lib/bundler/rubygems_integration.rb:380) at RUBY.(root)(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@global/gems/bundler-1.2.1/lib/bundler/rubygems_integration.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:1) at RUBY.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) | |
13:49:01,037 ERROR [org.torquebox.core.runtime] (pool-9-thread-2) Error during evaluation: begin; require %q(torquebox-messaging); true; rescue LoadError; false; end: org.jruby.exceptions.RaiseException: (NameError) undefined method 'new' for class '#<Class:0x1b040b6>' | |
at org.jruby.RubyModule.private_class_method(org/jruby/RubyModule.java:2285) [jruby.jar:] | |
at RUBY.Rational(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/rational.rb:97) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/rational.rb:64) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/date.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/date.rb:196) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@fp2/gems/clj-0.0.5.6/lib/clj.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@fp2/gems/clj-0.0.5.6/lib/clj.rb:11) at org.jruby.RubyKernel.load(org/jruby/RubyKernel.java:1045) [jruby.jar:] | |
at RUBY.(root)(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@fp2/gems/torquebox-messaging-2.1.2-java/lib/torquebox/messaging/clojure_message.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@fp2/gems/torquebox-messaging-2.1.2-java/lib/torquebox/messaging/clojure_message.rb:18) | |
13:49:01,038 ERROR [org.torquebox.core.runtime] (pool-9-thread-2) Failed to initialize runtime: : org.jruby.exceptions.RaiseException: (NameError) undefined method 'new' for class '#<Class:0x1b040b6>' | |
at org.jruby.RubyModule.private_class_method(org/jruby/RubyModule.java:2285) [jruby.jar:] | |
at RUBY.Rational(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/rational.rb:97) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/rational.rb:64) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/date.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/date.rb:196) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@fp2/gems/clj-0.0.5.6/lib/clj.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@fp2/gems/clj-0.0.5.6/lib/clj.rb:11) at org.jruby.RubyKernel.load(org/jruby/RubyKernel.java:1045) [jruby.jar:] | |
at RUBY.(root)(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@fp2/gems/torquebox-messaging-2.1.2-java/lib/torquebox/messaging/clojure_message.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@fp2/gems/torquebox-messaging-2.1.2-java/lib/torquebox/messaging/clojure_message.rb:18) | |
13:49:01,038 INFO [org.torquebox.core.runtime] (pool-9-thread-2) Created ruby runtime (ruby_version: RUBY1_9, compile_mode: JIT, app: fp2, context: jobs) in 1.02s | |
13:49:01,041 ERROR [org.torquebox.core.runtime] (pool-9-thread-1) Error during evaluation: begin; require %q(torquebox-messaging); true; rescue LoadError; false; end: org.jruby.exceptions.RaiseException: (NameError) undefined method 'new' for class '#<Class:0x688c5d>' | |
at org.jruby.RubyModule.private_class_method(org/jruby/RubyModule.java:2285) [jruby.jar:] | |
at RUBY.Rational(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/rational.rb:97) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/rational.rb:64) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/date.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/date.rb:196) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@fp2/gems/clj-0.0.5.6/lib/clj.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@fp2/gems/clj-0.0.5.6/lib/clj.rb:11) at org.jruby.RubyKernel.load(org/jruby/RubyKernel.java:1045) [jruby.jar:] | |
at RUBY.(root)(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@fp2/gems/torquebox-messaging-2.1.2-java/lib/torquebox/messaging/clojure_message.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@fp2/gems/torquebox-messaging-2.1.2-java/lib/torquebox/messaging/clojure_message.rb:18) | |
13:49:01,043 ERROR [org.torquebox.core.runtime] (pool-9-thread-1) Failed to initialize runtime: : org.jruby.exceptions.RaiseException: (NameError) undefined method 'new' for class '#<Class:0x688c5d>' | |
at org.jruby.RubyModule.private_class_method(org/jruby/RubyModule.java:2285) [jruby.jar:] | |
at RUBY.Rational(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/rational.rb:97) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/rational.rb:64) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/date.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/date.rb:196) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@fp2/gems/clj-0.0.5.6/lib/clj.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@fp2/gems/clj-0.0.5.6/lib/clj.rb:11) at org.jruby.RubyKernel.load(org/jruby/RubyKernel.java:1045) [jruby.jar:] | |
at RUBY.(root)(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@fp2/gems/torquebox-messaging-2.1.2-java/lib/torquebox/messaging/clojure_message.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@fp2/gems/torquebox-messaging-2.1.2-java/lib/torquebox/messaging/clojure_message.rb:18) | |
13:49:01,044 INFO [org.torquebox.core.runtime] (pool-9-thread-1) Created ruby runtime (ruby_version: RUBY1_9, compile_mode: JIT, app: fp2, context: jobs) in 1.03s | |
13:49:01,044 ERROR [stderr] (JobScheduler$fp2-knob.yml_Worker-1) /Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@fp2/gems/torquebox-messaging-2.1.2-java/lib/torquebox-messaging.rb:3 warning: already initialized constant VERSION | |
13:49:01,045 ERROR [stderr] (JobScheduler$fp2-knob.yml_Worker-1) /Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@fp2/gems/torquebox-messaging-2.1.2-java/lib/torquebox-messaging.rb:4 warning: already initialized constant MAVEN_VERSION | |
13:49:01,079 ERROR [org.torquebox.core.runtime] (JobScheduler$fp2-knob.yml_Worker-1) Error during evaluation: begin; require %q(torquebox-messaging); true; rescue LoadError; false; end: org.jruby.exceptions.RaiseException: (NameError) undefined method 'new' for class '#<Class:0x1b040b6>' | |
at org.jruby.RubyModule.private_class_method(org/jruby/RubyModule.java:2285) [jruby.jar:] | |
at RUBY.Rational(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/rational.rb:97) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/rational.rb:64) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/date.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/date.rb:196) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@fp2/gems/clj-0.0.5.6/lib/clj.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@fp2/gems/clj-0.0.5.6/lib/clj.rb:11) at org.jruby.RubyKernel.load(org/jruby/RubyKernel.java:1045) [jruby.jar:] | |
at RUBY.(root)(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@fp2/gems/torquebox-messaging-2.1.2-java/lib/torquebox/messaging/clojure_message.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@fp2/gems/torquebox-messaging-2.1.2-java/lib/torquebox/messaging/clojure_message.rb:18) | |
13:49:01,080 INFO [org.quartz.core.JobRunShell] (JobScheduler$fp2-knob.yml_Worker-1) Job fp2-knob.yml.SendMailJob threw a JobExecutionException: : org.quartz.JobExecutionException: org.jruby.exceptions.RaiseException: (NameError) undefined method 'new' for class '#<Class:0x1b040b6>' [See nested exception: org.jruby.exceptions.RaiseException: (NameError) undefined method 'new' for class '#<Class:0x1b040b6>'] | |
at org.torquebox.jobs.RubyJobProxy.execute(RubyJobProxy.java:67) [torquebox-jobs.jar:2.1.2] | |
at org.quartz.core.JobRunShell.run(JobRunShell.java:216) [quartz.jar:] | |
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) [quartz.jar:] | |
Caused by: org.jruby.exceptions.RaiseException: (NameError) undefined method 'new' for class '#<Class:0x1b040b6>' | |
at org.jruby.RubyModule.private_class_method(org/jruby/RubyModule.java:2285) [jruby.jar:] | |
at RUBY.Rational(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/rational.rb:97) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/rational.rb:64) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/date.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/1.8/date.rb:196) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@fp2/gems/clj-0.0.5.6/lib/clj.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@fp2/gems/clj-0.0.5.6/lib/clj.rb:11) at org.jruby.RubyKernel.load(org/jruby/RubyKernel.java:1045) [jruby.jar:] | |
at RUBY.(root)(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@fp2/gems/torquebox-messaging-2.1.2-java/lib/torquebox/messaging/clojure_message.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1019) [jruby.jar:] | |
at Kernel.require(/Users/jeremy/.rvm/rubies/jruby-1.7.0.RC1/lib/ruby/shared/rubygems/custom_require.rb:36) at RUBY.(root)(/Users/jeremy/.rvm/gems/jruby-1.7.0.RC1@fp2/gems/torquebox-messaging-2.1.2-java/lib/torquebox/messaging/clojure_message.rb:18) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment