That did indeed fix it. The whole story:
I had installed tomcat 5.0.30, but apparently never restarted tomcat? All my web apps were under the 5.0.24 install. When I did try to stop/start, I must have stopped the old version and started the new version. I failed to install because I had not added the laszlo user to the new tomcat version. [Someday we should get to the bottom of this ReentrantLock crud. I have yet to figure out what triggers it. My suspicion is that it indicates the server is out in the cache weeds. Luckily, ant clean tears the cache out by the roots... at least when you are talking to the server that is actually serving.] On 2006-06-18, at 23:25 EDT, Benjamin Shine wrote: > Oh my. That's some crazy goo, there. > Here's the current reset-everything sequence: > $TOMCAT_HOME/bin/shutdown.sh > $TOMCAT_HOME/bin/startup.sh > ant clean build > ant webapp.deploy > > > > On Jun 18, 2006, at 7:43 PM, P T Withington wrote: > >> Ok I did that, but now I am getting this when I try to go to the >> legals I just built: >> >> java.lang.NoClassDefFoundError: EDU/oswego/cs/dl/util/concurrent/ >> ReentrantLock >> org.openlaszlo.cache.Cache$Item.<init>(Cache.java:899) >> org.openlaszlo.cache.Cache.findItem(Cache.java:259) >> org.openlaszlo.cm.CompilationManager.getItem >> (CompilationManager.java:393) >> org.openlaszlo.cm.CompilationManager.getLastModified >> (CompilationManager.java:377) >> >> org.openlaszlo.servlets.responders.ResponderCompile.getLastModified >> (ResponderCompile.java:427) >> org.openlaszlo.servlets.responders.ResponderCompile.respondImpl >> (ResponderCompile.java:187) >> org.openlaszlo.servlets.responders.Responder.respond >> (Responder.java:264) >> org.openlaszlo.servlets.LZServlet._doGet(LZServlet.java:441) >> org.openlaszlo.servlets.LZServlet.doGet(LZServlet.java:355) >> javax.servlet.http.HttpServlet.service(HttpServlet.java:689) >> javax.servlet.http.HttpServlet.service(HttpServlet.java:802) >> >> What the heck is that all about? >> >> On 2006-06-18, at 22:41 EDT, Benjamin Shine wrote: >> >>> Right. It's broken until I understand what that tom.setup.check >>> step is doing -- which probably means either asking Yossie, or >>> guessing. >>> >>> For right now do >>> $TOMCAT_HOME/bin/startup.sh >>> $TOMCAT_HOME/bin/shutdown.sh >>> >>> On Jun 18, 2006, at 7:13 PM, P T Withington wrote: >>> >>>> tom.setup.check: >>>> [copy] Copying 1 file to /usr/local/tomcat/jakarta- >>>> tomcat-5.0.30/conf >>>> [copy] Copying /usr/local/tomcat/jakarta-tomcat-5.0.30/conf/ >>>> server.xml to /usr/local/tomcat/jakarta-tomcat-5.0.30/conf/ >>>> server.xml.2006-06-18.22-05-21 >>>> >>>> BUILD FAILED >>>> /Users/ptw/OpenLaszlo/legals-1/build.xml:1252: The following >>>> error occurred while executing this line: >>>> /Users/ptw/OpenLaszlo/legals-1/build.xml:1189: Failed to copy / >>>> usr/local/tomcat/jakarta-tomcat-5.0.30/conf/server.xml to /usr/ >>>> local/tomcat/jakarta-tomcat-5.0.30/conf/server.xml. >>>> 2006-06-18.22-05-21 due to /usr/local/tomcat/jakarta- >>>> tomcat-5.0.30/conf/server.xml.2006-06-18.22-05-21 (Permission >>>> denied) >>>> >>> >>> benjamin shine >>> software engineer >>> [EMAIL PROTECTED] >>> >>> >>> >> > > benjamin shine > software engineer > [EMAIL PROTECTED] > > > _______________________________________________ Laszlo-dev mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
