Skip to content

Instantly share code, notes, and snippets.

@Neurogami
Created July 20, 2009 01:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Neurogami/150104 to your computer and use it in GitHub Desktop.
Save Neurogami/150104 to your computer and use it in GitHub Desktop.
# On CentOS 4.something, with JRuby installed as a pre-built binary.
# (ruby 1.8.6p287) (2009-06-03 5dc2e22) (Java HotSpot(TM) Client VM 1.6.0_10) [i386-java]
# Did jruby -S gem i glassfish, then ran
# jruby -S glassfish to run the app
# JRuby Gems installed:
*** LOCAL GEMS ***
builder (2.1.2)
cucumber (0.3.11)
diff-lcs (1.1.2)
glassfish (0.9.5)
innate (2009.06.12)
jruby-openssl (0.5.1)
polyglot (0.2.6)
rack (1.0.0)
rake (0.8.7)
ramaze (2009.06.12)
rawr (1.3.8)
rspec (1.2.6)
rubyzip (0.9.1)
sources (0.0.1)
term-ansicolor (1.0.3)
treetop (1.2.6)
warbler (0.9.13)
# log/developer.log
Jul 19, 2009 4:37:19 PM null
INFO: Listening on port 3000
Jul 19, 2009 4:37:20 PM javax.enterprise.system.tools.admin.org.glassfish.server
INFO: Admin Console Adapter: context root: /_____admingui
Jul 19, 2009 4:37:20 PM null
INFO: The Admin Console Application is not yet installed.
Jul 19, 2009 4:37:20 PM null
INFO: Admin Console Adapter: context root: /_____admingui
Jul 19, 2009 4:37:20 PM javax.enterprise.system.tools.admin.org.glassfish.server
INFO: Admin Console Adapter: context root: /_____admingui
Jul 19, 2009 4:37:22 PM 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 4:37:22 PM javax.enterprise.system.core.com.sun.enterprise.v3.server
SEVERE: Module type not recognized
Jul 19, 2009 4:37:22 PM javax.enterprise.system.core.com.sun.enterprise.v3.server
SEVERE: There is no installed container capable of handling this application com.sun.enterprise.deploy.shared.FileArchive@1d5b945
Jul 19, 2009 4:37:22 PM javax.enterprise.system.core.com.sun.enterprise.v3.server
SEVERE: Cannot find the application type for the artifact at : /home/james/data/gf-rack
Jul 19, 2009 4:37:22 PM javax.enterprise.system.core.com.sun.enterprise.v3.server
SEVERE: Was the container or sniffer removed ?
Jul 19, 2009 4:37:22 PM javax.enterprise.system.core.com.sun.enterprise.v3.server
INFO: GlassFish v3 startup time : Static(5316ms) startup services(6766ms) total(12082ms)
Jul 19, 2009 4:37:27 PM null
INFO: Finished cache creation
# a Mac mini, with JRuby built from source using java 5, but running glassfish usng Java 6
# jruby 1.4.0dev (ruby 1.8.6p287) (2009-07-19 6586) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_13) [x86_64-java]
# Gems installed:
*** LOCAL GEMS ***
builder (2.1.2)
cucumber (0.3.11)
diff-lcs (1.1.2)
glassfish (0.9.5)
jruby-openssl (0.5)
Neurogami-jimpanzee (1.0.2.1)
Neurogami-roir (1.3.4)
polyglot (0.2.6)
rack (1.0.0)
rake (0.8.4)
rawr (1.3.3.1)
rubyzip (0.9.1)
sources (0.0.1)
term-ansicolor (1.0.3)
treetop (1.2.6)
# log/developer.log
Jul 19, 2009 6:00:13 PM null
INFO: Listening on port 3000
Jul 19, 2009 6:00:14 PM javax.enterprise.system.tools.admin.org.glassfish.server
INFO: Admin Console Adapter: context root: /_____admingui
Jul 19, 2009 6:00:14 PM null
INFO: The Admin Console Application is not yet installed.
Jul 19, 2009 6:00:14 PM null
INFO: Admin Console Adapter: context root: /_____admingui
Jul 19, 2009 6:00:14 PM javax.enterprise.system.tools.admin.org.glassfish.server
INFO: Admin Console Adapter: context root: /_____admingui
Jul 19, 2009 6:00:14 PM javax.enterprise.system.core.com.sun.enterprise.v3.server
SEVERE: Module type not recognized
Jul 19, 2009 6:00:14 PM javax.enterprise.system.core.com.sun.enterprise.v3.server
SEVERE: There is no installed container capable of handling this application com.sun.enterprise.deploy.shared.FileArchive@38638273
Jul 19, 2009 6:00:14 PM javax.enterprise.system.core.com.sun.enterprise.v3.server
SEVERE: Cannot find the application type for the artifact at : /Users/james/ngprojects/jdev/gf-rack
Jul 19, 2009 6:00:14 PM javax.enterprise.system.core.com.sun.enterprise.v3.server
SEVERE: Was the container or sniffer removed ?
Jul 19, 2009 6:00:14 PM javax.enterprise.system.core.com.sun.enterprise.v3.server
INFO: GlassFish v3 startup time : Static(31158ms) startup services(1273ms) total(32431ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment