Sorry for the delay replying. Are you using the version of Tomcat that comes with the TDK and using it on a Unix system? I have seen similar where the TDK has been installed as root but run as a user (or anything else that may violate file ownership/access rules). In my particular case, the log files were owned by root - causing a bunch of errors that bore no relation to the problem at hand.
Matt. On Thu, 2003-01-09 at 16:25, 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]>
