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

0
votes
1answer
12 views

Where is the definition of `warble gemjar` task?

In Warbler's code here: https://github.com/jruby/warbler/blob/master/lib/warbler/config.rb#L203 Is the next block of code: task "gemjar" do self.features << "gemjar" end But surely ...
0
votes
0answers
17 views

Error: We're sorry, but something went wrong. Simple JRuby on Rails Program on Tomcat

situation: Environment: Windows 8, JRuby 1.7.3, Rails 3.2.13, ... I'm trying to run a sample program from a JRuby on Rails teaching book so far: Created Simple Ruby on Rails project "answerme" ...
0
votes
1answer
12 views

how to tell warbler to not read local rakefile

Is there a way to run warble war in such a way that it will not read the local Rakefile? In other words, I want to be able to have a borken Rakefile, but have it not affect warbler at all.
0
votes
1answer
20 views

Configuring Neo4j on Rails to Deploy with Warbler

How do you configure a Neo4j on Rails app to deploy with Warbler? As it stands, every time I deploy my app, the previous production instance of neo4j gets destroyed, because neo4j is embedded. I was ...
0
votes
0answers
5 views

Warbler using Servlet 2.4 instead of 2.5

Does anyone know if it is possible to warble a Rails App as Servlet 2.4? I need it for Tomcat 5.5. Any help would be awesome, I couldn't find anything.
0
votes
1answer
88 views

Tomcat 5.5 Filter execution threw an exception, JRuby, Rails 3.2, warbler

Please help. I need to deploy a Rails 3.2 to a 5.5 legacy Tomcat. Unfortunatly I don't have the possibility to upgrade that one to 6. Java is at 1.6.0_43-b01. The App works fine, running with webrick ...
0
votes
0answers
77 views

wkhtmltopdf is not executable from wicked-pdf within war

I am trying to create a pdf using wicked-pdf from Ruby On Rails. It works great in development mode, but when I deploy in production I get the error: wkhtmltopdf is not executable I have the ...
0
votes
0answers
76 views

NoVarsDynamicScope.java:87:in `setValue': java.lang.NullPointerException when run 'jruby -S warble -T' with warbler 1.3.5 or 1.3.6 on Fedora 14

After successfully porting a mature jruby servlet project from Ubuntu 12.04 to Fedora 14, everything works up to the point of building the servlet. jruby -S warble compiled works fine, but then ...
1
vote
1answer
108 views

Start sidekiq from an exploded war

Our current production deployment uses jenkins to deploy a warble generated war file to Tomcat. The whole thing works like a charm. The problem I'm running into however is how to kick start up ...
1
vote
0answers
39 views

warbler seems to use a different ffi that doesn't understand size_t

FFI understands :size_t when running rails through jRuby, but not after using Warbler to create a .war file and running that using java -jar my_project.war or Tomcat. Linux | ...
0
votes
1answer
70 views

In Warbler, how do I access compiled binaries through Ruby code?

I have a piece of Ruby code which depends on a binary built from C. I generally call the binary through backticks. But now when I package the Ruby code into a jar using Warbler, I'm not sure on how ...
1
vote
0answers
186 views

packaging jruby gems in self contained jar

I'm trying to package compass/sass into a self-contained jar so that I can use compass without installing jruby. I installed jruby and warbler on a Windows7 machine, running Java 1.6.0_37 I created ...
0
votes
1answer
80 views

what happened when set jruby min runtime?

I am now struggle on Jruby on Rails. We did not config the min/max jruby runtime before, the portal works well. In these days, i found that set these config will improve our portal's performance, so ...
0
votes
1answer
72 views

Configure distributable JRuby/Rails with Warbler

To make a web application as distributable, we can configure this in the standard web.xml: <web-app> <!-- ... --> <distributable/> <!-- ... --> </web-app> ...
1
vote
0answers
145 views

Deploying Rails war to Tomcat6

I'm deploying a rails application to a tomcat6 server. Everything seems to be working fine, but I get a 500 error when I try to access any page on the site. The error isn't very informative (from ...
2
votes
0answers
239 views

JRuby + Warbler: jar file blows up whenever the bson gem is required

I think I may have found a bug in Warbler, but I wanted to post this here as a question in case there's something I'm doing wrong. In a nutshell, any attempt to take a jruby app that requires the ...
2
votes
1answer
97 views

Can't get nokogiri to work with warbler/jruby

First time posting, so sorry if I do anything wrong. I'm trying to get a stand-alone jar file of a ruby app that uses nokogiri. I have a Gemfile that looks like this: source :rubygems gem ...
1
vote
0answers
79 views

Rails 3 Streaming multiple images with x_sendfile hangs under Tomcat

I have a little app in JRuby on rails 3.x that needs to return user images stored in the file system outside the public folder. I thought that using a separate controller to respond to these requests ...
0
votes
1answer
317 views

warble, cannot load such file — spec/rake/spectask error

I'm very new to Ruby, Jruby and Rails etc. I'm trying to deploy a jruby application to tomcat server using warble. I'm on a windows machine, below is the error I get when I run warble from the ...
3
votes
1answer
334 views

Deploy jruby project to tomcat in windows platform

I am newbie in the ruby world, after doing some research I can generate a demo rails application and testing on the webrick server But I have encounter the problem when I start to deploy with tomcat ...
0
votes
1answer
126 views

Running Rake Tasks In WAS without JRuby

Related to : Executing rake tasks on an exploded war on tomcat without jruby being installed I'm trying to run rake tasks in my Tomcat server that doesn't have JRuby installed. I'm using warbler to ...
0
votes
0answers
12 views

warbler unit tests

I'm using Warbler to build .jar file from my jruby code and run it on platform that does not have ruby installed. I want to execute acceptance tests -> for that i use ruby minitest unit tests. The ...
1
vote
1answer
188 views

Rails apps deployed in packed war files fail in Weblogic 11g

I have a Rails 3 app that is packed into a war file using Warbler and being deployed to Weblogic 11g. I am deploying the war via the console web app. When I try accessing the app it fails, ...
3
votes
1answer
193 views

Can I use JRuby on Rails and Java Servlet in a same project?

My project requires both Rails and Java for special scaling ability. We firstly started a pure JRuby on Rails project, and deploy it to Tomcat. The problem is our Tomcat server has a very limited ...
0
votes
0answers
16 views

Is there a way to pass the name of warble configuration file to warble?

I have two warble configuration files (for instance warble1.rb and warble2.rb). Is there way to pass the name of the configuration file to use? Something like: warble --config "warble1.rb"
0
votes
2answers
148 views

Does Warbler is only used for Jruby app?

I take a look about deploying Ruby on a server, and I found Warbler for Jruby. I have several questions where I didn't find a straight answer. Does Warbler is used only to package Jruby app (like ...
0
votes
1answer
240 views

Multiple war web applications in ear with JRuby rack

I'm trying to pack two JRuby Sinatra web apps (runtime 1.9) bundled with warbler into an ear file. After deploying in glassfish (2.1.1 or 3.1) I have a crash. JRuby.jar, jruby-stdlib.jar and ...
0
votes
0answers
64 views

How can I configure warbler to add a file from a subdirectory to the root of java_classes

I have a Ruby app with a config directory. In that directory is config/logback.xml. I need this file to bee on the root of my classpath, so in my warbler config file, I tried adding this: ...
1
vote
1answer
78 views

Create an installer for a Rails JRuby app

I have a Ruby On Rails 3 app that is installed under a Tomcat in Windows XP. I used jruby and warbler to create the war file. I need to make an installer (Which means getting the code from a git ...
0
votes
1answer
528 views

jruby on rails with warbler and tomcat and windows

I tried to deploy an application.war file into webapps/ in the tomcat folder and started up the server. When i try to open http://localhost:8080/relConnections it shows on the screen that "something ...
0
votes
0answers
39 views

Rails on tc server documentation

I have asked this question here. I understood the it needs the warble gem to run jruby and rails on a tc server. But i could not find any documentation on the net to go through and deploy a rails ...
1
vote
1answer
103 views

Jruby Warble executable performance

I am developing a JRuby on Rails app that needs to be deployed to clients servers. We want be able to compile the app so that the source can not be read and copied (easily). From what I've read ...
0
votes
0answers
117 views

paperclip +jruby + warble +windows not work properly

i deployed the ror app not in warble, (i mean ,just put them in the projects dir of jruby, and run: jruby scripts/rails -e production. ) everything is fine. but when i make the warble and put in ...
0
votes
1answer
431 views

JAR generated by warbler cannot access included internal JAR library

I have a JRuby project that connects to an Oracle database using JDBC via Oracle's ojdbc6.jar library. The code works well when run using JRuby 1.6.6 on Windows 7 and JRuby 1.6.5.1 on OS X Lion. I'm ...
1
vote
1answer
388 views

using asset pipeline and public/images with jruby & warbler

I'm doing some work on a RoR application that gets deployed as a war file using warbler. Prior to my involvement, the few images in the app were in the asset pipeline, but my role is to introduce ...
0
votes
0answers
21 views

Problems warbler in a windows bat file

Despite the warbler runs and creates a war file the statement "echo after warbler" is never reached. content of tw.bat : warble echo after warbler
0
votes
1answer
107 views

How to deploy a Ruby class in a Java web project

I am trying to create an hybrid between a JRuby and a Java application, so that it may be possible to migrate single components at a time. What I am trying to do right now is really simple, here is ...
2
votes
2answers
310 views

warble compiled war not compiling sources that use ruby 1.9 language features

I have a jruby on rails app that is written using ruby 1.9 syntax. When I try to run warble compiled war, warbler only spits out .class files for ruby files that don't make use of the new language ...
1
vote
1answer
196 views

Warble Custom war file name

I am using Wabler gem to generate the war file for our Ruby on Rails application. By default, it generates a WAR file named the Rails project home directory name by default. I would like to know if ...
0
votes
2answers
582 views

Create a standalone jar with JRuby

I made some little programs with Swing-components in JRuby. Now I want to convert these to .jar-archives. The first option I found is warbler: https://github.com/jruby/warbler Making a jar should be ...
2
votes
2answers
207 views

warbler Gemfile path option not supported

Is there a recommended workaround for warbler not supporting the path options in a Gemfile? Is there a fundamental reason why path is not supported (and I couldn't just implement it)?
1
vote
1answer
424 views

Deploying JRuby war file to Tomcat in Windows

I have a JRuby on Rails application I am trying to deploy to an existing Tomcat 7 installation with a war file created by warbler. When I drop the war file in the webapps directory it creates a ...
2
votes
0answers
136 views

JRuby : Rails : Warbler - How to distribute executable scripts within the war file

I have a JRuby/Rails application which I deploy to a Tomcat using the Warbler gem. In the JRuby application, I have a bunch of scripts in $RUBY_ROOT/lib/tasks which are used for install scripts, ...
2
votes
0answers
164 views

Warbler 1.3.2 not acknowledging Gemfile dependencies

Its seems warbler is not using bundler to install dependent gems. I have had this stack trace appear on every gem that is a dependency and is auto specified in Gemfile.lock based on my application's ...
4
votes
2answers
1k views

Non-web application with JRuby Warbler

How can I compile a JRuby app using Warbler that isn't on the web at all? This is always what happens when I try: $ warble warble aborted! No executable script found Tasks: TOP => jar:files (See ...
2
votes
3answers
244 views

Does the jruby-rack servlet container support PUT/DELETE?

I'm trying to deploy a Rails app as a WAR using Warbler. I have it running in Tomcat 6 and it seems to be running fine. However, all of my PUT and DELETE requests are getting rejected with a 403 ...
0
votes
0answers
115 views

Warbler complains about fastercsv

I'm trying to convert my app to a jar using warbler. I have jruby 1.6.6 and a rails 3.2 app. When I run warble I get the following: warble aborted! no such file to load -- fastercsv
0
votes
1answer
213 views

How to point image-path scss helper to relative URL

My app's production instance is running on relative URL: http://server/app_domain/ image-path scss helper is pointing to /assets/image1234.png which resolves into http://server/assets/image1234.png ...
1
vote
1answer
184 views

jruby tomcat bundler aws — `resolve requirement` stack too deep

I've been trying to deploy a bundled war file of my rails 3.1.3 app to an amazon beanstalk instance (which is just amazon ec2 with additional management software.) When the app boots, it spits this ...
1
vote
1answer
223 views

vendored/submodule gems with warbler

How can this be done? Here's my best effort: Specify gems with path. This causes warnings: warning: Bundler `path' components are not currently supported. The `acts_as_api-0.3.11' component was ...

1 2 3