I've been away from turbine for a few months... But I've started to port some of our sites to the latest Turbine-3. I'm having a few problems as well.
But I got past your very same problem by downloading the latest commons-beanutils.jar from http://jakarta.apache.org/builds/jakarta-commons/release/commons-beanutils/v1.3/ It seems that update-jars doesn't pull down that jar file in it's entirety. Some other useful tips while bringing up turbine for the first time: 1. In Fulcrum.properties, comment out all the services that you don't need. Then add them in as needed. 2. Remove all the unneeded jars when you start up as well. What you need and don't need will be experimental the first time you bring up turbine, but it helps you keep track of what jar is providing for what service(s). 3. Add the -Djava.compiler=NONE flag to your servlet engine so you can see the line numbers when the app crashes. Hopefully, I can clear away some time and help out with getting things to work smoothly again. It looks like a ton is going on all over the place so I need to get myself up to speed as well. mike On Mon, May 20, 2002 at 10:32:59PM -0700, Warner Onstine wrote: > Yet more data =). > I was able to get the logging and whatnot working and found out the > following: > 1) The services log shows all services have been initialized. > 2) The Velocity service starts up properly and adds in the proper tools into > the context > 3) It finds the standard-pipeline file > 4) Things still die on commons-xo > > Does xo only get loaded on the pipeline stuff or is there more, I would dig > into the TDK, but the alpha 5 release appears to be way out of date (missing > libs and what not). > > -warner > > ----- Original Message ----- > From: "Warner Onstine" <[EMAIL PROTECTED]> > To: "Turbine Developers List" <[EMAIL PROTECTED]> > Sent: Monday, May 20, 2002 6:58 PM > Subject: Re: setting up a turbine 3 app > > > > I'm still having running problems (as documented below), if anyone has an > > idea I'd love to hear it =). > > > > Another detail I forgot to mention, just prior to this > NullPointerException > > the log4j system reports that there is no category setup for Fulcrum. Is > > this required in the properties file? > > > > -warner > > > > ----- Original Message ----- > > From: "Warner Onstine" <[EMAIL PROTECTED]> > > To: "Turbine Developers List" <[EMAIL PROTECTED]> > > Sent: Sunday, May 19, 2002 8:35 PM > > Subject: Re: setting up a turbine 3 app > > > > > > > When trying to run the app I am getting a NullPointerException in xo, > I'm > > > not sure which version of the xo I am supposed to be using with T3. > > > Mapper.treeWalker(line 504) with the 1.0-dev.jar (from turbine/jars). > > > Admittedly at this point I don't know if its a problem with > > > TurbineResources.properties or something else: > > > > > > The sequence it gets through so far is: > > > 1) Starts up > > > 2) Loads config > > > 3) Creates my turbine.log and sql.log file in the logs directory > > > 4) Dies with the above problem, nothing is written to the log files > > > > > > -warner > > > > > > ----- Original Message ----- > > > From: "John McNally" <[EMAIL PROTECTED]> > > > To: "Turbine Developers List" <[EMAIL PROTECTED]> > > > Sent: Sunday, May 19, 2002 8:19 PM > > > Subject: Re: setting up a turbine 3 app > > > > > > > > > > I compile t3 with maven. What is the problem with commons-xo? > > > > > > > > john mcnally > > > > > > > > On Sun, 2002-05-19 at 17:58, Warner Onstine wrote: > > > > > Ok, > > > > > I am having some serious problems setting up a turbine 3 app using > > > maven, my > > > > > primary problem is this: > > > > > What are the required jars for running Turbine 3? It appears the > ones > > > > > defined in Turbine-3's project.xml file are incorrect or something. > > > > > Who has this list? > > > > > I've just been beating my head on this all day and have been making > > baby > > > > > steps until recently when I hit a stone wall with commons-xo. Now I > > > don't > > > > > know if it's a dependency problem or if its a config problem. > > > > > > > > > > Any help is greatly appreciated. > > > > > > > > > > -warner > > > > > > > > > > +warner onstine+ > > > > > > > > > > > > > > > -- > > > > > To unsubscribe, e-mail: > > > <mailto:[EMAIL PROTECTED]> > > > > > For additional commands, e-mail: > > > <mailto:[EMAIL PROTECTED]> > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > To unsubscribe, e-mail: > > > <mailto:[EMAIL PROTECTED]> > > > > For additional commands, e-mail: > > > <mailto:[EMAIL PROTECTED]> > > > > > > > > > > > > > > > > > -- > > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > > > > > > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- ------------------------------------------------- I am Vinz, Vinz Clortho. Keymaster of Gozer, Volguus Zildrohar, Lord of the Sebouillia. Are you the Gatekeeper? ------------------------------------------------- -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
