did you try doing a new "ant init"... maybe some of your generated classes were still compiled against turbine-2.1.jar and need to be recompiled against turbine-2.2.jar.
just a thought. Jeff Painter Kiasoft, Inc. www.kiasoft.com On Thu, 9 Jan 2003, Rodrigo Reyes wrote: > Hi everyone... > Yesterday, I downlaoded the latest TDK (2.2), but I haven't been able to > run a webapp which was already running under TDK 2.1 (I was just starting, > so it doesn't use any special libraries yet). > How do I moved the webapp from one TDK to the other? I copied the whole > webapp dir and then updated the libs I was using with the new ones I found > in the newapp/WEB-INF/lib directory. Once I did that, I got the following > error: "Horrible Exception: java.lang.NullPointerException". Playing around > I found that if I replaced turbine-2.2.jar with turbine-2.1.jar, the problem > was gone. Still, when using the turbine-2.1.jar, I was not able to shutdown > the server (compatibility issues, I think). I had to kill the process > manually. > What am I doing wrong here? I know I shouldn't use turbine-2.1.jar with > TDK 2.2 but that was just a test. Anything else besides that? > > Rodrigo > > > > -- > 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]>
