On Fri, Apr 23, 2010 at 05:27:30AM -0700, Edwin Shin wrote:
> Been traveling quite a bit, and finally was able to get back to this.
> 
> I've tracked my changes here on this fork: http://github.com/eddies/ruote-kit
> 
> In addition to some minor changes to config/warble.rb, Gemfile, and
> Rakefile, I also added the cloche_nolock parameter as noted because of
> flock errors reported in the logs. Although the war deploys to Tomcat,
> hitting the actual webapp (e.g. http://localhost:8080/_ruote/) renders
> the default view, but without any of the stylesheets, etc. plus the
> message "Resource not found".
> 
> The Tomcat logs show the following:
> Apr 23, 2010 12:11:50 PM org.apache.catalina.core.ApplicationContext
> log
> INFO: Sinatra::RespondTo::UnhandledFormat:
> Sinatra::RespondTo::UnhandledFormat
> Apr 23, 2010 12:11:50 PM org.apache.catalina.core.ApplicationContext
> log
> INFO:   /Users/eddie/.bundle/jruby/1.8/gems/sinatra-respond_to-0.4.0/
> lib/sinatra/respond_to.rb:222:in `respond_to'      /opt/apache-
> tomcat-5.5.26/webapps/_ruote/WEB-INF/lib/ruote-kit/helpers/
> render_helpers.rb:84:in `resource_not_found'
> 
> If someone else wouldn't mind having a look at my fork of ruote-kit
> and see if you can diagnose further, I'd appreciate it. Should just be
> able to clone it, run "warble" and copy the resulting _ruote.war to
> your servlet container (I tested with warbler 1.0.1 and Tomcat 5.5).

Hello Eddie,

got

  tomcat-5.5.29 (tgz)

  java version "1.6.0_17"
  Java(TM) SE Runtime Environment (build 1.6.0_17-b04-248-10M3025)
  Java HotSpot(TM) 64-Bit Server VM (build 14.3-b01-101, mixed mode)

  MacOSX 10.6.3

cloned your fork of ruote-kit

  warbler 1.0.1
  ruby 1.8.7 p249

did

  bundle install
  warble
  cp _ruote.war ~/tmp/apache-tomcat-5.5.29/webapps
  
ran tomcat
browsed to http://localhost:8080/_ruote

and got

  500

in the log

  http://gist.github.com/376627


I'm a bit stuck at this point.


Sorry,

-- 
John Mettraux - http://jmettraux.wordpress.com

-- 
you received this message because you are subscribed to the "ruote users" group.
to post : send email to [email protected]
to unsubscribe : send email to [email protected]
more options : http://groups.google.com/group/openwferu-users?hl=en

Reply via email to