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

learn more… | top users | synonyms

0
votes
0answers
15 views

Bundler can't find torquebox-web gem when runing script/console

I'm trying to get a Rails 2.3 application working with Bundler/Torquebox on a Linux (Redhat) server. The application works correctly through JBoss, but won't let me start up a console. I get the ...
0
votes
0answers
16 views

Ruby on Rails application on Torquebox on Windows machine causes ESRCH error

I have a ruby on rails web application that I am running on torquebox http server. Recently there has been a lot of Javascript files included in the app and while loading the app in the browser I keep ...
0
votes
1answer
23 views

Configuring Apache for Rails apps under Torquebox

I'm having trouble getting Apache and Torquebox/JBoss to work together. Versions: Apache 2.2.15 Torquebox 2.3.0 Rails 2.3.18 and 3.2.13 The applications all deploy and work correctly going ...
2
votes
0answers
24 views

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, ...
0
votes
1answer
25 views

Failure with running TorqueBox on Ubuntu Quantal

I'm trying to set up TorqueBox inside Vagrant on Ubuntu Quantal. I've deployed my app into TorqueBox, but when I try to run bin/standalone.sh, it hangs for a long time after "Setting up Bundler" and ...
4
votes
1answer
59 views

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): <extension ...
0
votes
1answer
39 views

Running websocket server with stomp

I have torquebox installed in my jruby on Rails application. And I am experimenting with using stomp + websockets. But I can't tell if the websocket server is even running? I am booting up torquebox ...
1
vote
0answers
39 views

Using Torquebox to send messages to the browser

So our team has recently implemented torquebox into our jruby on rails applications. The purpose of this was to be able to receive queue/topic messages from an outside source which is streaming live ...
1
vote
1answer
49 views

Torque box - deploy additional jar file (rvm)

I have Jruby on rails application connected with DB2 C-Express. My problem is that the torquebox is not able to find the additional jar driver which I am using to connect the database and the ...
0
votes
0answers
61 views

Torquebox - project is not updated

I have installed: Ubuntu 12.10 jruby 1.7.3 ruby 2 rails 3.2.13 RubyMine 5 DB2 C-Express I have create a sample application and connected it correctly to the database - I know this because I have ...
0
votes
0answers
16 views

undefined method 'text': TorqueBox

I am running TorqueBox in a jruby on rails application. I am able to deploy/run the rails application successfully. I can confirm that I am receiving messages. But when I try to instantiate a new ...
0
votes
1answer
85 views

Jruby on rails - Torque box vs Tomcat

I am completely new in application server configuration and deployment. I am using Ubuntu 12.04 LTS and have JRuby on rails application (war file) that I want do deploy and to be visible from external ...
0
votes
0answers
9 views

How do you gracefully shutdown torquebox-lite?

Its not in the docs, and I can't seem to get it to work by sending SIGTERM to any of the processes that get started...
0
votes
0answers
17 views

hot restart with torquebox-lite?

Is hot restarting possible with the torquebox-lite gem? I don't see anything about it on the github page but I'd be surprised if it wasn't possible, can anybody tell me how to do it or if it is ...
4
votes
0answers
92 views

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 ...
0
votes
2answers
84 views

How do eliminate/remove a gem that is throwing errors

When I run the rails console command, I'm getting the following error messages: Invalid gemspec in [/Users/MI1/torquebox-2.0.0.beta1/jruby/lib/ruby/gems/1.8/specifications/ZenTest-4.9.0.gemspec]: ...
0
votes
2answers
59 views

Alternative to JMS messaging for concurrent processing in Torquebox

I have an application that periodically calls some service for data (using torquebox schedulers) and when set of data is available it should process each "data record" separately. I'd like to ...
0
votes
1answer
66 views

Torquebox Backgroundable Method calls

I am using Torquebox to build a Rails application with an embedded Neo4j instance as the datastore. I've read multiple blogs that have said that Torquebox is a great for this because the ...
1
vote
0answers
39 views

Ruby(rails/sinatra) + EJB jar packaged to EAR on Torquebox

I'm trying to wrap my head around torquebox deployment options. I have old application with well-separated core business logic (in jar archive: cdi, ebj and all that stuff). I'd like to write frontend ...
1
vote
1answer
330 views

Debugging with Torquebox and RubyMine

I have RubyMine 4.5 (I also have Idea 12 with Ruby plugin), and Torquebox 2.3. It seems RubyMine doesn't have native support for Torquebox, as it has for Passenger, Trinidad, etc. I can't figure out ...
8
votes
2answers
546 views

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 ...
5
votes
1answer
52 views

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: ...
1
vote
1answer
66 views

Where can I find developer output from Rails application deployed to Torquebox

I have a JRuby on Rails application, which is usually deployed as war to Tomcat. In development mode we use either WEBrick or trinidad (usually first). Now we are considering using Toquebox. I was ...
1
vote
1answer
429 views

Paperclip: undefined method `exitstatus' for nil:NilClass

I'm trying to use paperclip to handle image file uploads to S3. In my user model: validates_attachment :avatar, :content_type => { :content_type => ["image/jpg", "image/png"] }, :size => { ...
1
vote
2answers
96 views

Is there an Amazon EC2 AMI for TorqueBox 2.x

I've been using TorqueBox for several months and was wondering if anyone knew of a public TorqueBax AMI for Amazon web services for the 2.x verson of TorqueBox. I have searched the Internet several ...
2
votes
2answers
130 views

Using JRuby to Replace JSP in a Java EE Servlet Webapp

I have been playing with the new torquebox (JBOSS) app server and like what I see so far however the ruby apps seem to be segregated from the java webapps. It is like they run in silos as separate ...
0
votes
2answers
303 views

bundler: not executable: rake

I'm in the process of setting up JRuby 1.7 in a ubuntu vagrant box to work with torquebox. I'm using the torquebox-remote-deployer gem to deploy the archive file and the app stuff to the virtual ...
4
votes
1answer
304 views

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 ...
1
vote
1answer
96 views

Limit user logins in torquebox with torquebox sessions

I want to use torquebox and limit a user's logins on a jruby rails app so that he cannot login from multiple browsers. I did it with activerecord sessions by keeping track of user id's and session ...
0
votes
0answers
88 views

How to deploy Jruby on Rails using apache and torquebox on CentOS6 [closed]

I have created a jruby on rails app, and install torquebox gem, and then run torquebox deploy . & torquebox run, I can access this app using localhost:8080. And now, I want to deploy rails app ...
2
votes
0answers
73 views

Attach to torquebox logger

How do I re-use the existing Torquebox/JBoss logger from (for example) a scheduled job? If I do @logger = TorqueBox::Logger.new() @logger.debug "hello" ... it goes nowhere. I've also tried ...
0
votes
0answers
67 views

Torquebox / JBoss request metrics

We're moving to a JRuby / Torquebox / JBoss stack and I'm looking for some high-level request metrics to aid monitoring. Our existing stack is ColdFusion / JRun. We currently use VisualVM for lower ...
0
votes
1answer
113 views

Which message queue tools are recommended for using in a JRuby on Rails app using Trinidad?

I'm a long time Torquebox user, but now I want to try using Trinidad for JRuby on Rails deployment. One of the best things of using Trinidad instead of Torquebox is that you may use Heroku :) But ...
0
votes
1answer
52 views

Tell torquebox archive to include certain files

I'm trying to deploy my rails app via torquebox. The app depends on some c libraries which are in a subfolder of /lib with the ending .bin Sadly, when creating a .knob archive for deployment, these ...
1
vote
1answer
157 views

Jruby Rails on Torquebox calling EJB services - model classes

I'd like to play with Torquebox and have Rails (or e.g. Sinatra) as a frontend, but have all my services and business layer in EJB with CDI and JPA and all that stuff. 1) Can I have it all deployed ...
0
votes
1answer
59 views

JRuby segfault on Suse

I am experiencing is the following segfault when I run jruby on suse. [22478.479263] java[1729]: segfault at 7ff4b1604320 ip 00007ff4b1604320 sp 00007ff4d5c80e98 error 14 in ...
2
votes
3answers
1k views

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 ...
0
votes
3answers
151 views

Does TorqueBox provide REE support and how well?

Does the TorqueBox Ruby application platform work with Ruby Enterprise Edition? And if so then is there any noticeable difference between REE and Ruby 1.9.x when used with TorqueBox?
0
votes
1answer
390 views

TorqueBox deployment not honoring context?

I am trying out TorqueBox and having issues with my deployment descriptor. I'm using 2.0-beta2 with jruby-1.6.5. When I deploy to using the torquebox deploy command, the application gets deployed ...
0
votes
1answer
145 views

Session timeout server push on Torquebox2

I want to notify the browser side via javascript about an approaching session timeout. My current implementation polls a URL every so often to find out if X seconds remain until session timeout. ...
0
votes
1answer
527 views

Workaround for superclass mismatch for class SQLiteAdapter error

I'm using torquebox 2.0 beta (i.e. jruby on rails). Everything was working fine until I installed the Citier gem. Once I installed the gem, I began to get the following error: superclass mismatch ...
0
votes
1answer
319 views

Cannot start JRuby rails 3.0.10 app on Torquebox with mysqljdbc driver

I 'm getting error message shown below on deploying rails 3.0.10 app on Torquebox server installed as a gem. Same error on both development and production modes. However, it works fine without ...
2
votes
1answer
401 views

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 ...
1
vote
1answer
164 views

Jruby on Rails Development Box on Mac Mini (Snow Leopard or Lion OS)

This weekend, I'm planning to attempt to configure my new Mac Mini as a Jruby development box. I have been doing some research on the subject and there seem to be a variety of ways to go. I was ...
6
votes
1answer
612 views

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 ...
2
votes
1answer
546 views

Bad performace of torquebox on EC2

I am going to integrate Torquebox. I have read the post about rails from here I have tested the source code for hello world application in rails on EC2 using Apache Benchmark tool. It gives me the ...
0
votes
1answer
448 views

Trying to set TorqueBox Backgroundable concurrency, but it doesn't look like it's working?

So, I'm trying to use deployment descriptors in TorqueBox, by having a file (in my rails app) under config called torquebox.yml The file itself contains: --- application: root: ...