Hi, I got a exception on tomcat, what should I do?

My application is based on jruby/rails. And it got the error when we
deploy the application on tomcat.

It samed that some wrong on jffi, but I dont think I’m used that, how
could I found it in the application.

environments——

$ warble version
Warbler version 1.3.2
$ java -version
java version “1.6.0_14”
Java™ SE Runtime Environment (build 1.6.0_14-b08)
Java HotSpot™ 64-Bit Server VM (build 14.0-b16, mixed mode)
$ jruby -v
jruby 1.6.2 (ruby-1.8.7-p330) (2011-05-23 e2ea975) (Java HotSpot™
64-Bit Server VM 1.6.0_14) [linux-amd64-java]

error log: rails application on tomcat throw exception · GitHub


李福(李建业)

淘宝-技术研发部-广告技术
TEL:0571-88155188-79604
Email:[email protected]


This email (including any attachments) is confidential and may be
legally privileged. If you received this email in error, please delete
it immediately and do not copy it or use it for any purpose or disclose
its contents to any other person. Thank you.

本电邮(包括任何附件)可能含有机密资料并受法律保护。如您不是正确的收件人,请您立即删除本邮件。请不要将本电邮进行复制并用作任何其他用途、或透露本邮件之内容。谢谢。

I’m not sure your problem is with jruby. Can you confirm this directory
exists?

/home/lifu/projects/apache-tomcat-6.0.32/temp

Quite right, the directory does not exist. And after I create it, the
application is ok.

Thanks.

在 Thu, 01 Sep 2011 10:58:05 +0800,Brendan Grainger
[email protected] 写道: