Created
January 18, 2012 13:02
-
-
Save ciaranarcher/1632909 to your computer and use it in GitHub Desktop.
Backstage Error
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
C:\dev\torquebox\backstage>echo %JRUBY_OPTS% | |
--1.9 | |
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
C:\dev\torquebox\backstage>jruby --debug -S backstage deploy | |
>> WARNING: deploying BackStage with no security - use the --secure=username:password option to secure it | |
TypeError: can't convert Symbol into Integer | |
[] at org/jruby/RubyString.java:3486 | |
find_option at C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/torquebox-rake-support-2.0.0.beta2/lib/torquebox/deploy_utils.rb:311 | |
deploy_yaml at C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/torquebox-rake-support-2.0.0.beta2/lib/torquebox/deploy_utils.rb:218 | |
deploy at C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/torquebox-backstage-1.0.dev/bin/backstage:42 | |
__send__ at org/jruby/RubyBasicObject.java:1688 | |
send at org/jruby/RubyKernel.java:2114 | |
run at C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/thor-0.14.6/lib/thor/task.rb:21 | |
invoke_task at C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/thor-0.14.6/lib/thor/invocation.rb:118 | |
dispatch at C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/thor-0.14.6/lib/thor.rb:263 | |
start at C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/thor-0.14.6/lib/thor/base.rb:389 | |
(root) at C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/torquebox-backstage-1.0.dev/bin/backstage:77 | |
load at org/jruby/RubyKernel.java:1073 | |
(root) at C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/torquebox-backstage-1.0.dev/bin/backstage:19 |
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
C:\dev\torquebox\backstage>jruby --1.8 -S backstage deploy | |
>> WARNING: deploying BackStage with no security - use the --secure=username:password option to secure it | |
>> Deployed backstage-knob.yml to C:/dev/torquebox/torquebox-2.x/jboss/standalone/deployments |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment