Skip to content

Instantly share code, notes, and snippets.

View bobmcwhirter's full-sized avatar

Bob McWhirter bobmcwhirter

View GitHub Profile
@bobmcwhirter
bobmcwhirter / index.html.haml
Created May 11, 2012 12:59
my haml template
%p
%a.btn{ :href=>'http://awestruct.org' } View details »
.row
.span12
%p
- svn = site.infrastructure.find{|e|e.name="Subversion"}
= svn.url
(fn box)
(def box)
(lambda box)
(immutant) / immutant
(func box)
(funk box)
parens / (parens)
funct / (funct)
(curve box) / CurveBox
fngood
17:23:24,050 INFO [stdout] (MSC service thread 1-7) JC: create daemon opts={"argv"=>#<Java::JavaUtil::ArrayList:0xb13da8b>, "pwd"=>"/Users/jim/src/torquespec"}
17:23:24,106 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC00001: Failed to start service jboss.deployment.unit."in_container_tests-knob.yml"."service ".TorqueSpec::Daemon.create: org.jboss.msc.service.StartException in service jboss.deployment.unit."in_container_tests-knob.yml"."service ".TorqueSpec::Daemon.create: org.jruby.exceptions.RaiseException: (ENOENT) No such file or directory
at org.torquebox.services.RubyServiceCreate$1.run(RubyServiceCreate.java:55)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_22]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_22]
at java.lang.Thread.run(Thread.java:680) [:1.6.0_22]
Caused by: org.jruby.exceptions.RaiseException: (ENOENT) No such file or directory
at #<Class:0x16a8b11f5>.vfs_open(/Users/jim/
since 30 min:
1. How do you back in the OS-level configuration like iptables?
2. This process you describe works on Mac or Windows machine? Or does it only work on RHEL/Fedora machine?
3.a Is there any initial setup you have to do, such as environment variables, $PATH variables, etc?
3.b I'm talking about things like $JAVA_HOME and $JBOSS_HOME and such.