Questions tagged [torquebox]

TorqueBox is a Ruby application platform that runs on top of JBoss AS.

TorqueBox is a new kind of Ruby application platform that integrates popular technologies such as Ruby on Rails, while extending the footprint of Ruby applications to include built-in support for services such as messaging, scheduling, and daemons.

TorqueBox provides an all-in-one environment, built upon the latest, most powerful JBoss AS Java application server. Functionality such as clustering, load-balancing and high-availability is included right out-of-the-box.

88 questions
13
votes
2 answers

Already initialized constant in jruby-openssl

When running my rails application on torquebox, I get a lot of already initialized constant: ... warnings that originate from gems/jruby-openssl-0.8.2/lib/shared/jruby-openssl.rb:16. Is this a security problem? Is there any way to get rid of these…
panmari
  • 3,627
  • 3
  • 28
  • 48
10
votes
2 answers

Find out which gems require native c extensions from a Gemfile?

I just recently started shifting attention towards deploying Ruby apps atop TorqueBox which of course is built atop Jruby. Hitherto I have been basically performing a bundle install and then tackling each gem along the way to jrubydom, but I've hit…
ylluminate
  • 12,102
  • 17
  • 78
  • 152
7
votes
2 answers

JRuby/TorqueBox for high performance / mission critical application

We are evaluating few options for developing a telecommunication related application platform (and migrating/consolidating some of the standalone apps into the new platform). One of our main concerns is the ability to handle high volume of requests…
bud
  • 71
  • 2
6
votes
1 answer

No of consumers getting reduced as time is passed in Torquebox

I have a rails app which is on torquebox. I am using processors to some background jobs. I have alloted 4 workers to that processor. queues: /queue/company: messaging: /queue/company: CompanyWorker: concurrency: 4 The CompanyWorker…
yatish mehta
  • 905
  • 1
  • 10
  • 25
5
votes
2 answers

Java Deployment in TorqueBox

I am new to TorqueBox. I have created one RESTEasy app which is currently running on tomcat. Now I want to deploy it in TorqueBox. For that I have created on yml file in apps folder of torquebox. The content of file is --- application: root:…
Anand Soni
  • 5,070
  • 11
  • 50
  • 101
5
votes
0 answers

JRuby 9k is not working with Puma and torquebox 4

My application is running perfectly fine with jruby-1.7.12 with puma and torquebox 4. And I am trying latest jruby-graal(9k) with puma and torquebox 4. But my server is not getting started with jruby-graal. This is where it's getting…
krunal shah
  • 16,089
  • 25
  • 97
  • 143
5
votes
1 answer

Implement Torquebox (2.3) into existing JBoss (7.1.x)

What is the way to implement Torquebox (2.3) into an existing JBoss environment? I've found the extensions inside the configuration file (standalone.xml):
NE GrandPa
  • 51
  • 3
4
votes
2 answers

Authenticating stomp web socket clients

I have a ruby on rails application deployed to torquebox. I need some way to secure the websockets in my application. I am using the stomp websockets , is there a way to authenticate users while they make a websocket connection? I could use the…
ruby
  • 259
  • 5
  • 23
4
votes
1 answer

Gemfile causes torquebox env variables to come up empty

I think I've found a bug in torquebox. For some reason, if I "gem install torquebox" and then add a "gem 'torquebox'" line to my Gemfile, "torquebox env" stops working properly. This is very easy to reproduce, so if anyone knows what's going on…
Jon Stokes
  • 213
  • 2
  • 7
3
votes
4 answers

How to handle uploads and logs in Rails when deployed as a .war file?

I am trying to deploy rails on jRuby using a .war file with the help of Warbler (Tomcat) and/or Torquebox 4 (Wildfly). The problem I face is that I don't know how to handle uploads with Carrierwave or Paperclip in this case. Ideally uploads should…
Allanon
  • 547
  • 4
  • 24
3
votes
1 answer

Amazon Load Balancers dropping Web Socket connections to TorqueBox

I'm running TorqueBox on Amazon AWS. I've created a load balancer, which does TCP pass through for Web Socket connections on port 8675. When I first load up the page this seems to work quite nicely, however if I leave the page open for a while, the…
jnicklas
  • 2,155
  • 2
  • 16
  • 14
2
votes
3 answers

Using JRuby with Rails 3.2

Has anyone had any success with installing Rails 3.2 and JRuby 1.6.5 on Mac OSX Lion using RVM? I'm planning on using TorqueBox with NGINX on my production server and I'm trying to mimic as much of the development technology onto my development…
matsko
  • 21,895
  • 21
  • 102
  • 144
2
votes
1 answer

How do gems built for java work? Getting error install torquebox gem

I'm clearly missing something here. I'm trying to install the torquebox gems and am running into this error (on a mac): gem install torquebox-server --pre --source http://torquebox.org/2x/builds/LATEST/gem-repo/ Could not find a valid gem…
Marc
  • 3,812
  • 8
  • 37
  • 61
2
votes
0 answers

Torquebox: unable to work with SLIM

How do I launch a simple Sinatra app with Torquebox and slim as a html rendering engine? Plain html works fine... whenever I use slim the server fails: HTTP Status 500 - org.jruby.exceptions.RaiseException: (NoMethodError) undefined method join' for…
Pointo Senshi
  • 541
  • 5
  • 17
2
votes
2 answers

Duplication of context in path for a Rails app on TorqueBox with Apache ReverseProxy

I am struggling with a scenario where I have several applications to run on a singular TorqueBox instance. When defining an app and deploying it to a root ("/") context within config/torquebox.yml the application executes properly with no apparent…
ylluminate
  • 12,102
  • 17
  • 78
  • 152
1
2 3 4 5 6