Created
July 19, 2009 16:54
-
-
Save Neurogami/149962 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
Jul 19, 2009 9:45:33 AM null | |
INFO: Listening on port 3000 | |
Jul 19, 2009 9:45:33 AM javax.enterprise.system.tools.admin.org.glassfish.server | |
INFO: Admin Console Adapter: context root: /_____admingui | |
Jul 19, 2009 9:45:33 AM null | |
INFO: The Admin Console Application is not yet installed. | |
Jul 19, 2009 9:45:33 AM null | |
INFO: Admin Console Adapter: context root: /_____admingui | |
Jul 19, 2009 9:45:33 AM javax.enterprise.system.tools.admin.org.glassfish.server | |
INFO: Admin Console Adapter: context root: /_____admingui | |
Jul 19, 2009 9:45:33 AM javax.enterprise.system.tools.deployment.org.glassfish.deployment.common | |
WARNING: Error scan jar entrytmp/.glassfish/static-cache/gf/glassfish.jarerror in opening zip file | |
Jul 19, 2009 9:45:33 AM javax.enterprise.system.core.com.sun.enterprise.v3.server | |
INFO: Loading application j-rack-app at / | |
Jul 19, 2009 9:45:33 AM com.sun.grizzly.jruby.RubyRuntime | |
INFO: Environment: development | |
Jul 19, 2009 9:45:33 AM com.sun.grizzly.config.GrizzlyServiceListener | |
INFO: Jruby version is: 1.4.0dev | |
Jul 19, 2009 9:45:33 AM | |
INFO: Read to serve the request | |
Jul 19, 2009 9:45:33 AM com.sun.grizzly.config.GrizzlyServiceListener | |
INFO: Unable to find a supported framework! Checking for .ru files | |
Jul 19, 2009 9:45:33 AM com.sun.grizzly.config.GrizzlyServiceListener | |
INFO: Discovered a .ru file, attempting to launch a framework from that. | |
Jul 19, 2009 9:45:33 AM com.sun.grizzly.config.GrizzlyServiceListener | |
INFO: Running a user-provided rackup script in pooled mode | |
Jul 19, 2009 9:45:33 AM com.sun.grizzly.scripting.pool.DynamicPool | |
INFO: Pool started without dynamic resizing enabled. Pool will not attempt to determine the upper and lower bounds that it should be using, and will stay at 1 | |
Jul 19, 2009 9:45:33 AM javax.enterprise.system.core.com.sun.enterprise.v3.server | |
INFO: GlassFish v3 startup time : Static(569ms) startup services(718ms) total(1287ms) | |
Jul 19, 2009 9:45:34 AM com.sun.grizzly.config.GrizzlyServiceListener | |
SEVERE: uninitialized constant Rack::VERSION | |
from <script>:1 | |
com.sun.grizzly.jruby.rack.RackInitializationException: uninitialized constant Rack::VERSION | |
from <script>:1 | |
at com.sun.grizzly.jruby.rack.DefaultRackApplicationFactory.createApplication(DefaultRackApplicationFactory.java:169) | |
at com.sun.grizzly.jruby.rack.DefaultRackApplicationFactory.newApplication(DefaultRackApplicationFactory.java:69) | |
at com.sun.grizzly.jruby.rack.RackApplicationPoolAdapter.initializeObject(RackApplicationPoolAdapter.java:43) | |
at com.sun.grizzly.jruby.rack.RackApplicationPoolAdapter.initializeObject(RackApplicationPoolAdapter.java:15) | |
at com.sun.grizzly.scripting.pool.DynamicPool$1.run(DynamicPool.java:436) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907) | |
at java.lang.Thread.run(Thread.java:619) | |
Caused by: org.jruby.exceptions.RaiseException: uninitialized constant Rack::VERSION | |
at (unknown).initialize(<script>:1) | |
at Module.const_missing(<script>:1) | |
at (unknown).(unknown)(:1) | |
Jul 19, 2009 9:45:34 AM com.sun.grizzly.config.GrizzlyServiceListener | |
WARNING: Warning: error application could not be initialized. | |
Jul 19, 2009 9:45:34 AM | |
SEVERE: Exception in thread "pool-12-thread-1" | |
Jul 19, 2009 9:45:34 AM | |
SEVERE: <script>:1:in `const_missing': | |
Jul 19, 2009 9:45:34 AM | |
SEVERE: uninitialized constant Rack::Builder (NameError) | |
Jul 19, 2009 9:45:34 AM | |
SEVERE: from <script>:1 | |
Jul 19, 2009 9:45:34 AM | |
SEVERE: ...internal jruby stack elided... | |
Jul 19, 2009 9:45:34 AM | |
SEVERE: from Module.const_missing(<script>:1) | |
Jul 19, 2009 9:45:34 AM | |
SEVERE: from (unknown).(unknown)(:1) | |
Jul 19, 2009 9:45:35 AM null | |
INFO: Finished cache creation |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment