You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a jruby-1.7.5 and higher (up to 178 currently), no data for 172-174, I'm issuing a problem with deployed .war file on Tomcat 6.0.33.0 on Windows 7 if path to .war file contains white spaces.
The server refuses to start with an error:
SEVERE: ERROR: unable to create shared application instance
org.jruby.rack.RackInitializationException: unable to resolve type 'size_t'
from jar:file:/C:/Program%20Files/app/releases/4.3.01-580/rails_app/WEB-INF/lib/gems-gems-jruby-jars-1.7.6-lib-jruby-stdlib-complete-1.7.6.dev.jar!/META-INF/jruby.home/lib/ruby/shared/ffi/types.rb:55:in `find_type'
...
Everything works fine with jruby171.
Everything works also fine in case no whitespaces in path to rails_app;
Env:
warbler -v '1.4.0'
java -version 1.7.0_09-b05 [linux-amd64]
.war file is build on unix machine;
The text was updated successfully, but these errors were encountered:
Hopefully, you guys have resolved this issue for your use-cases, but a fix (26f4885) made it into 1.7.11 for spaces in the path. So, try again after upgrading.
Related with: #1166 , #1248
As a jruby-1.7.5 and higher (up to 178 currently), no data for 172-174, I'm issuing a problem with deployed .war file on Tomcat 6.0.33.0 on Windows 7 if path to .war file contains white spaces.
The server refuses to start with an error:
Everything works fine with jruby171.
Everything works also fine in case no whitespaces in path to
rails_app
;Env:
warbler -v '1.4.0'
java -version 1.7.0_09-b05 [linux-amd64]
.war file is build on unix machine;
The text was updated successfully, but these errors were encountered: