Tagged Questions

Warbler is a gem to make a Java jar or war file out of any Ruby, Rails, Merb, or Rack application.

learn more… | top users | synonyms

3
votes
2answers
384 views

Getting Sinatra to work with JRuby and Warbler

I'm using the following config/warble.rb in my hello-world-style application: Warbler::Config.new do |config| config.dirs = %w(app config tmp gems views) config.includes = FileList["hello.rb"] ...
2
votes
0answers
49 views

Double pound (##) in path name doesn't work with JRuby 'require'?

So, I'm attempting to deploy my JRuby on Rails app to Tomcat 7. Everything works fine. Until I tried using Tomcat's Parallel Deployment feature, which requires that the context/war name be of the ...
2
votes
0answers
105 views

Create an executable jar using sinatra, warbler and jruby-openssl

I am trying to create a simple executable war file using sinatra and warble. I have a simple lib/app.rb file with: require 'rubygems' require 'sinatra' class Hiwar < Sinatra::Application get ...
2
votes
1answer
99 views

Packaging local ruby gems using Bundler?

I have a project that I'm working on that uses a gem we've created internally. It's not hosted on rubygems.org or github. But we do have it in our repository and in a path on our local machine. In ...
2
votes
2answers
135 views

JRuby - Warbler does not preserve symbolic links

When packaging the application using warbler, the symbolic links are lost and the actual contents the symlink points to are packaged as part of the WAR. In my case, I have a symlink from ...
2
votes
2answers
366 views

How to add META-INF/context.xml in Warbler

How can I add META-INF/context.xml into the war? I didn't find any config entry in config/warble.rb.
2
votes
1answer
295 views

Where to put the sqlite3-database when deploying a JRuby-On-Rails App as a war?

Background: I want to deploy a small JRuby-On-Rails-Application using warblers executable war, so I can just drop the .war-file and everyone can run it with java -jar app.war. The application uses ...
2
votes
3answers
432 views

JRuby on Rails does not work with Tomcat running as a service on Windows Server 2008

Problem It seems like running Tomcat as a service doesn't play well with Rails 3 applications that are packaged up using warble. Looking at the log files, it looks like there is either a circular ...
2
votes
1answer
563 views

warbler config and jruby version

I just installed jruby-1.4.0 to play around with it. I'm noticing however that warbler is packaging this by default with my rails deploy. My production uses jruby-complete-1.3.1 (which I've added to ...
1
vote
1answer
55 views

Creating jRuby 1.9 Sinatra app with Warbler fails to start

I have a simple Sinatra app that I will be hosting in tomcat as a war. Everything works fine when I warble it and run it in tomcat. If I set the Ruby 1.9 flag in my warble config ...
1
vote
1answer
98 views

Jruby Warbler generated war on Tomcat for Sinatra — View file not found

I'm running into the following issue with a WAR I am generating using Warbler to deploy to Tomcat. When I run 'rake war' it correctly generates the war file to deploy; however, upon deploying to ...
1
vote
1answer
102 views

In rails3/jruby, what could cause this error intermittently? SAVEPOINT active_record_1 does not exist

These errors do not occur when a single individual tests the system. But with a jmeter test, I can pretty reliably reproduce a few errors along the lines of: ActiveRecord::JDBCError: SAVEPOINT ...
1
vote
1answer
106 views

Context not being set properly with warbler and tomcat

I'm trying to deploy a Rails app to Tomcat with a war file generated by Warbler. The war file deploys to /myproject-rails-gui without any problems but, when I try to access a page on the app, I'm ...
1
vote
1answer
62 views

Ruby version mismatch when deploying war over tomcat

I am using Rvm and have install jruby-1.6.4 (with ruby 1.9.2) i use warbler to create the war file and deploy it over tomcat-6.0.4 the problem is while i run the application the tomcat logs shows ...
1
vote
1answer
47 views

execute rake task from .war

Is it possible to execute rake task from warbled rails project? I have a warbled rails project deployed to JBoss. I need to run a mailer in background. What is best way to do it?
1
vote
1answer
60 views

Why is the db directory not included in JRuby WAR when using Warbler?

I've created a simple 'hello' type JRuby application and use Warbler to WAR up and then deploy to JBoss. However, I get the following error when using the application: ActiveRecord::JDBCError (The ...
1
vote
0answers
279 views

Warbler and rvm - Could not find RubyGem warbler when running WARBLE

/var/lib/hudson/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems.rb:900:in `report_activate_error': Could not find RubyGem warbler (>= 0) (Gem::LoadError) from ...
1
vote
2answers
150 views

Rake vs. Warbler in Ruby?

I have used Warble to make .war files. That worked pretty well. Some of the tutorials online suggest using the "rake" command at various times. If rake is for compilation, I thought Ruby didn't ...
1
vote
1answer
119 views

Warbler not including gems

I'm having a problem where Warbler is not packaging up a few gems. The gems are: 'prawn 0.11.1' - https://github.com/sandal/prawn 'prawnto 0.0.4' - https://github.com/jlsync/prawnto 'ttfunk 1.0.1' ...
1
vote
2answers
374 views

undefined method `cache_sweeper' for ActionController::Base:Class - warbler

I am deploying my Jruby Rails application on glassfish with acts_as_audited as a gem/plugin installed. Whenever I try to Audit my model, I am going to get the following error. My Environment is: ...
1
vote
1answer
563 views

Running Rake Tasks under Tomcat and JRuby

We've got our Rails (2.2.2) application running on a Tomcat7 server using warbler (1.2.1) and JRuby (1.5.6), but since we want to simplify deployment to multiple machines, we want to run the rake ...
1
vote
2answers
403 views

Tomcat cannot locate jdbcmysql adapter with JRuby war

I'm trying to deploy a JRuby on Rails war into Tomcat6. For some reason, it cannot locate activerecord-jdbcmysql-adapter. I'm running Rails 2.3.8, JRuby 1.5.5, JRuby-Rack 1.0.3. The gem is packaged ...
1
vote
2answers
236 views

Warbler: Where are my images

I'm using Jruby and Warbler to deploy a Jruby on Rails application to a Tomcat server. I can see all of my images when I deploy the server with Webrick: jruby -S server/script. However, when I create ...
1
vote
1answer
324 views

Where are the logs for a Rails app packed using Warbler?

I'm using Warbler to pack a Rails application into a WAR. I've deployed it to a JBoss server and it seems to works. However, I'm getting the classic 500 error on Rails saying "We're sorry, but ...
1
vote
1answer
192 views

Can a Rails plugin be packaged as a WAR/JAR file?

Can a plugin be packaged as a JAR/WAR file similar to the way in which an entire Rails app can be packaged for deployment on JRuby?
0
votes
0answers
23 views

How to obtain the value of context-root for JRuby/Rails app deployed as a war file

We have a Rails application built with JRuby, and deployed to JBoss as a war file generated by warbler. In our views, we have link_to calls like so: <%= link_to "link", "path/to/file" %> ...
0
votes
1answer
36 views

How to get the path of the jruby/warbler jar file

I'm building an application using JRuby and Warbler to package it. My problem is that I want to get the path of the jar file that is currently running, without writing java...
0
votes
0answers
55 views

Use Warbler on Windows with Win32ole?

I try to create a jar library with the help or Warbler, and it works for a very simple hello-world-script. However, the real case for me is a script that uses win32ole to open and sum up excel files. ...
0
votes
2answers
50 views

Execute db:migrate and db:setup rake tasks inside a controller using jruby and warble

I'm creating an app that must allow the non-programmer end user to install the application by himself. I already handled the ruby env + web server + database installation part. Now I have to be able ...
0
votes
1answer
104 views

rbenv, JRuby, Warble, Rake

I have JRuby web app which is running in a Tomcat server on the deployment box. I used Warble to pack it up into a WAR file, and deploy on a server on which I also have JRuby installed. I run rbenv ...
0
votes
1answer
34 views

How can I create globally namespaced CONSTANTs during Rails initialization in Tomcat?

First some background: I've got a Rails 2.2.2 app with all kinds of janky dependencies and customizations that keep me from upgrading past 2.2.2 for the moment. Current plan is to migrate this app to ...
0
votes
2answers
273 views

Redmine on Tomcat (undefined method `name' for “activerecord-jdbc-adapter”:String or NPE Ruby.<init> or undefined method `raw_post' for nil:NilClass

First, thanks for anyone who will help me. I'm trying to run redmine 1.2.2 on Tomcat 7.0.22 (on Windows 7 x64) I'm using JRuby : jruby 1.5.6 (ruby 1.8.7 patchlevel 249) (2010-12-03 9cf97c3) (Java ...
0
votes
1answer
176 views

Issue loading third party JAR when using Warbler and a downgraded JRuby-Rack?

We're using Warbler to deploy our application to JBoss. The server seems to start fine, but when a request is sent to the application we get the following error: ... JRuby-Rack startup No such ...
0
votes
2answers
125 views

Can't Install warbler ruby gem

I am running Ubuntu 11.10, jruby 1.4.0, ruby 1.8.7.174, rubygems 1.3.5, rails 2.3.4 I am working on a project that requires those specific versions of jruby, and Rails, along with glassfish server. ...
0
votes
1answer
67 views

Using JRuby Warbler, is it possible to generate a WAR that can learn its RAILS_ENV from an environment variable?

Warbler wants you to specify a RAILS_ENV when creating the WAR. This is then put inside the web.xml of the generated WAR. However, if you could create a wAR that learned its RAILS_ENV from the ...
0
votes
2answers
119 views

JRuby: Warbler: Tomcat: Rails helpers not getting base URL with WAR extension suffix

I'm deploying a JRuby/Rails app packed up into "abc.war", and it is deployed with a Java app packed up into "def.war" in the same Tomcat instance. I have a resource in my Rails application called ...
0
votes
2answers
250 views

Deploying JRuby/Rails to Glassfish: undefined method `bundle_path' for Bundler:Module

The following error shows up in my Glassfish log when attempting to access my app: Caused by: org.jruby.exceptions.RaiseException: (NameError) method 'to_yaml' not defined in Object Looking through ...
0
votes
1answer
43 views

Warbler with multiple executables

I am using warbler to package my ruby project into an executable .jar file. In my project's Rakefile I list multiple ruby executables. However, when I build the jar with warbler, only the first ...
0
votes
1answer
123 views

Error while trying to use warble on ChiliProject for JRuby/Jetty deployment

I'm trying to use warbler on ChiliProject (a Redmine fork, Rails 2.3 app) to deploy it in a Java Jetty web server. But when I run warble at the projects root folder, it fails with the given error ...
0
votes
1answer
131 views

How to include the ruport/acts_as_reportable gems for JRuby using Warbler?

I am using JRuby 1.4.0 and want to use Ruport to make CSV files. This perfectly works until I make a war-file from it with warbler to put it on a server. When I add the following code to ...
0
votes
1answer
182 views

Jruby On Rails app gives LocalJumpError on Tomcat when makig a WAR with Warble

So I made a small app that doesn't do much. It just has a controller with an index method that does some math. It's a test app. I wanted this test app to run on Tomcat wrapped in a WAR. When I deploy ...
0
votes
2answers
316 views

Rails 3, JRuby and Warbler

I am trying to deploy a Rails 3 application on Tomcat 6.0.24. The JRuby version is 1.6.2 (ruby-1.8.7-p330) and Warbler is 1.3.0. I use bundler to handle the gem dependencies. Checked the WEB-INF/lib ...
0
votes
1answer
162 views

Executing rake tasks on an exploded war on tomcat without jruby being installed

My rails project is deployed to tomcat with the help of warbler, but I need to be able to run rake tasks on that server.
0
votes
0answers
85 views

Warbler: how to read from rackup file instead of setting options in warble.rb

Is there a way to get warbler to obey the environment I set in my rackup file (set :environment, :development) instead of forcing me to set config.webxml.rack.env='production'? When I set rack.env in ...
0
votes
0answers
110 views

Ruby: Configuring environment when deploying via tomcat via warbler

I had been running a Sinatra app behind thin and was using rackup and/or yml file to set environment data and then using configure blocks in my script to setup stuff appropriately, ex: configure ...
0
votes
1answer
282 views

Cannot run redmine 1.1 in a tomcat container

this is my absolutely first time I get involved with Ruby & Co... so maybe I'm totally wrong.. excuse me in advance :-) Anyway my problem is: I've installed redmine 1.1 and have followed the ...
0
votes
1answer
174 views

RoR error: can't convert Warbler::WebxmlOpenStruct to Array

I installed the Warbler gem for creating .war file. I have tried creating a .war file using the warble command but I get following error each time I try: warble aborted! can't convert ...
0
votes
1answer
97 views

warbled gems not seen by Rakefile

I have s sinatra app warbled and deployed on glassfish. I have used bundler to manage dependencies and warbler has included those gems in WEB-INF/gems directory. But when i try to run a rake task ...
0
votes
0answers
318 views

NullPointerException from JRuby/Ruby-on-rails/Redmine/Tomcat war application - Please help

I'm almost at my wits end with this one, apologies in advance, sorry :-( . My Java team at work needed to do some knowledge transfer, so I thought I'd put in some decent project management software ...
0
votes
1answer
146 views

warbler doesn't packages a standalone application in a jar file but instead in a war file

I've a JRuby-based standalone application with the following structure: my_app - bin - my_app # that's a launcher script - lib - my_app.rb And when I warble in the top level ...

1 2