Ugh.  Looks like it was some kind of compile incompatibility between
goldspike 1.7 snapshot and JRuby 1.1RC3.  Still not sure what the cause is
but when I went to goldspike 1.6 that fixed the problem.  Attaching the log
file for anyone who is interested.

On Mon, Mar 24, 2008 at 9:44 PM, Chris Nelson <
[EMAIL PROTECTED]> wrote:

> Yep, read those.  Yep, tried only having those jars in my war file.
>
> --Chris
>
>
> On Mon, Mar 24, 2008 at 9:13 PM, Mike Herrick <[EMAIL PROTECTED]>
> wrote:
>
> > You might want to check the wiki:
> > http://wiki.jruby.org/wiki/Jruby_on_Rails_on_Tomcat
> > http://wiki.jruby.org/wiki/Warbler
> > Ok, found a little more info.  Looks like some kind of compile problem
> > between
> >
> > Are you using these .jar files in your .war? It should be all you need.
> > http://repository.codehaus.org/org/jruby/jruby-complete/1.1RC3
> >
> > http://repository.codehaus.org/org/jruby/extras/goldspike/1.6/goldspike-1.6.jar
> >
> > Mike
> >
> > Mike Herrick
> > Program Manager, Collaborative Software Initiative
> > [EMAIL PROTECTED]
> > http://www.csinitiative.com
> >
> >
> > Chris Nelson wrote:
> > > I was planning on demoing using 1.1RC3 and using warbler.  I tried
> > just
> > > building my own snapshot build of goldspike 1.7 and including that,
> > > using the warbler config to specify my own jars.  The resulting war
> > file
> > > looked ok but Tomcat refused to start the application and gave me no
> > > error messages except "Refused to start to due to previous errors".
> >  Not
> > > so helpful.  If anyone has a recipe for getting this to work, I'd
> > > appreciate.  I'm sure I could figure this out on my own given enough
> > > time, but since I'm out of that I may have to axe this part of the
> > > presentation.  That would be a little embarassing, as I'm sure this is
> > > something people would like to see, but so be it.
> > >
> > > --Chris
> > >
> > > On Mon, Mar 24, 2008 at 1:23 PM, Nick Sieger <[EMAIL PROTECTED]
> > > <mailto:[EMAIL PROTECTED]>> wrote:
> > >
> > >     On Mon, Mar 24, 2008 at 12:14 AM, Chris Nelson
> > >     <[EMAIL PROTECTED]
> > >     <mailto:[EMAIL PROTECTED]>> wrote:
> > >      > Ok...  looks like the current warbler version is 0.9.3 which
> > contains
> > >      > goldspike 1.5 and JRuby 1.1RC2.  Any chance we could a new
> > >     version out which
> > >      > works with JRuby 1.1RC3?  I'm going to be demoing at
> > TheServerSide on
> > >      > Thursday and would love to have a newer version of warbler to
> > >     show off and
> > >      > have it work smoothly.  I'd be happy to help with this effort
> > if
> > >     I can.
> > >
> > >     I can do this if you really need it, but I was planning on waiting
> > for
> > >     1.1. If part of the demo is showing how easy it would be to
> > install
> > >     Warbler and get JRuby 1.1RC3 and Goldspike 1.6, I can appreciate
> > that.
> > >     But you can also get the same if you drop in the new jars
> > yourself, of
> > >     course. What were you planning on demo-ing?
> > >
> > >     /Nick
> > >
> > >
> > ---------------------------------------------------------------------
> > >     To unsubscribe from this list, please visit:
> > >
> > >        http://xircles.codehaus.org/manage_email
> > >
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe from this list, please visit:
> >
> >    http://xircles.codehaus.org/manage_email
> >
> >
> >
>
Mar 24, 2008 9:42:48 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/lib/jvm/java-1.5.0-sun-1.5.0.11/jre/lib/i386/server:/usr/lib/jvm/java-1.5.0-sun-1.5.0.11/jre/lib/i386:/usr/lib/jvm/java-1.5.0-sun-1.5.0.11/jre/../lib/i386
Mar 24, 2008 9:42:48 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Mar 24, 2008 9:42:48 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1284 ms
Mar 24, 2008 9:42:49 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Mar 24, 2008 9:42:49 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.16
Mar 24, 2008 9:42:49 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive test2.war
Mar 24, 2008 9:42:51 PM org.apache.catalina.core.StandardContext addApplicationListener
INFO: The listener "org.jruby.webapp.RailsContextListener" is already configured for this context. The duplicate definition has been ignored.
Mar 24, 2008 9:42:51 PM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
Mar 24, 2008 9:42:51 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/test2] startup failed due to previous errors
Mar 24, 2008 9:42:52 PM org.apache.catalina.core.StandardContext addApplicationListener
INFO: The listener "listeners.ContextListener" is already configured for this context. The duplicate definition has been ignored.
Mar 24, 2008 9:42:52 PM org.apache.catalina.core.StandardContext addApplicationListener
INFO: The listener "listeners.SessionListener" is already configured for this context. The duplicate definition has been ignored.
Mar 24, 2008 9:42:53 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Mar 24, 2008 9:42:53 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Mar 24, 2008 9:42:53 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/22  config=null
Mar 24, 2008 9:42:53 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 4875 ms
Mar 24, 2008 9:54:26 PM org.apache.coyote.http11.Http11Protocol pause
INFO: Pausing Coyote HTTP/1.1 on http-8080
Mar 24, 2008 9:54:27 PM org.apache.catalina.core.StandardService stop
INFO: Stopping service Catalina
Mar 24, 2008 9:54:27 PM org.apache.coyote.http11.Http11Protocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-8080
Mar 24, 2008 9:54:51 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/lib/jvm/java-1.5.0-sun-1.5.0.11/jre/lib/i386/server:/usr/lib/jvm/java-1.5.0-sun-1.5.0.11/jre/lib/i386:/usr/lib/jvm/java-1.5.0-sun-1.5.0.11/jre/../lib/i386
Mar 24, 2008 9:54:51 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Mar 24, 2008 9:54:51 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1321 ms
Mar 24, 2008 9:54:51 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Mar 24, 2008 9:54:52 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.16
Mar 24, 2008 9:54:52 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive test2.war
Mar 24, 2008 9:54:53 PM org.apache.catalina.core.StandardContext addApplicationListener
INFO: The listener "org.jruby.webapp.RailsContextListener" is already configured for this context. The duplicate definition has been ignored.
Mar 24, 2008 9:54:55 PM org.apache.catalina.core.StandardContext addApplicationListener
INFO: The listener "listeners.ContextListener" is already configured for this context. The duplicate definition has been ignored.
Mar 24, 2008 9:54:55 PM org.apache.catalina.core.StandardContext addApplicationListener
INFO: The listener "listeners.SessionListener" is already configured for this context. The duplicate definition has been ignored.
Mar 24, 2008 9:54:56 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Mar 24, 2008 9:54:57 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Mar 24, 2008 9:54:57 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/69  config=null
Mar 24, 2008 9:54:57 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 5927 ms
---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to