irclog2html for tomcat on 20021109

02:15.44rat1101yo yo yo
03:09.55|2aidenanyone know why i get this root cause error when trying run the servlet?
03:09.56|2aidenjava.lang.NoClassDefFoundError: org/apache/xerces/framework/XMLParser
03:34.30DnD17he
03:34.56DnD17is tomcat really good
03:35.04DnD17or just a hype
03:35.11DnD17anyone?
07:32.24TDhi, to switch on follow symlinks can I put allowLinking="true" in a <context> tag?
07:39.03TDfound it
07:45.13apfluxhello
07:46.03apfluxi get an error when loading catalina,
07:46.32apfluxwhen bootstrap loads IllegalMonitorStateException from jdk1.2.2\jre\lib\rt
07:47.05apfluxit throws an exception and says current thread not owner
08:56.20hawkeyeHELP
08:56.23hawkeye<g>
08:56.49hawkeyehmmm anybody actually here?
09:37.16hawkeyeso not a popular room huh?
09:50.39hawkeyehey skeeze
10:06.33skeezeHowdy
10:07.00skeezeCould anyone help me troubleshoot a problem with my Tomcat/WinXP setup?
10:07.11hawkeyelol that's what I'm here for. <g>
10:07.15hawkeyebut if I can I will
10:07.33hawkeyeoh wait I don't know anything about XP
10:07.39hawkeyeI'm running on Linux
10:07.44skeezeI've got it started, it runs HTML docs, but not JSP
10:08.14hawkeyehmmm how about servelets?
10:08.37skeezeDunno, I'm only concerned with JSPs
10:08.45hawkeyeI've had that happen before I think it has to do with the class Pa
10:08.48hawkeyePATH
10:09.11hawkeyeyeah but if you can run the serverlet test but not the JSP ones it would tell us something about your install
10:09.38skeezeI've read about that, but I have the servlet.jar in my classpath
10:09.47skeezeLemme try running a servlet test
10:10.19skeezeServlet tests run.
10:11.22skeezeThis is the error I'm getting: An error occurred at line: -1 in the jsp file: null
10:12.48hawkeyeare you trying the Test JSP files or your own?
10:13.15skeezeTest JSP files...
10:13.23skeezethe ones on the example page
10:17.20hawkeyeokay do you have apache installed?
10:18.01skeezeYes.
10:18.05skeezeApache2
10:19.41hawkeyeahh okay
10:19.47hawkeyeare you using mod_jk?
10:20.17skeezeNo, I'm basically trying to use the two independently...this is just so I can do development here w/o using the school's server
10:29.51hawkeyeahhh sorry its taken me so long
10:30.01skeezeits cool
10:30.09hawkeyeWell in the past I've had problems with Apache trying to server the jsp files
10:30.24hawkeye(but if you have them on different ports that not the problem)
10:31.28skeezeYeah, its on 8080...but its almost like its not getting the JSP to serve since it says null as the file name
10:31.31hawkeyeI'm looking now for where the JSP engine is set to point to the JDK
10:31.52hawkeyeyeah if it can't compile the page you'll get that
10:32.15hawkeyehave you tried compiling the page manually then seeing if you can view that page?
10:32.42skeezeNo, what options do you use to compile a JSP?
10:32.45hawkeyethere is a simple answer to this I've come across it before I'm trying to go though my logs to see if I can find it
10:32.58hawkeyejavac (the same as anything else)
10:33.22skeezeIt says invalid file when I do javac Hello.jsp
10:33.38hawkeyehmmmm. sec
10:33.59skeezek
10:40.19hawkeyenp can't seem to find it. sorry.
10:40.19hawkeyeI do know it was an easy fix
10:40.19hawkeyeand it was commond a few version back
10:40.22hawkeyeI haven't had that issue in awhile though
10:40.29skeezeAlright, well I appreciate you trying...
10:40.38hawkeyeI'd say check your settings in server.xml
10:40.48hawkeyemake sure that the paths there are correct
10:41.03skeezeI read something that I should uncomment the stuff about ROOT, should I ?
10:41.14skeeze  <Context path="" docBase="ROOT" debug="0"/>
11:03.08Speedsterto fix it
11:05.46Speedster<Context className="org.apache.catalina.core.StandardContext" cachingAllowed="true" charsetMapperClass="org.apache.catalina.util.CharsetMapper" cookies="true" crossContext="false" debug="0" displayName="Welcome to Tomcat" docBase="C:\Program Files\Apache Group\Tomcat 4.1.14\webapps\ROOT" mapperClass="org.apache.catalina.core.StandardContextMapper" path="" privileged="false" reloadable="false" swallowOutput="false" useNaming="true" wrappe
11:05.47Speedster        </Context>
11:05.57Speedsterchange the docBase to whatever your ROOT is
11:06.09Speedsterand change reloadable to reloadable="true"
11:06.13Speedsteri think that should fix it
11:06.52Speedsteror if not, uncomment <Context path="" docBase="ROOT" debuge="0" />
11:07.04Speedsterand make it <Context path="" docBase="ROOT" debuge="0" reloadable="true" />
11:07.09Speedstererr debug*
11:07.09Speedsterhehe
11:08.39skeezeAdd that context block?
11:11.01Speedsterya
11:11.07Speedsterone of the 2 shoudl work
11:11.19Speedsterbut if you use the second... fix my debuge to debug :P
11:11.19Speedsterhehe
11:11.23skeezeGiving it a shot now..  what is at the end of wrappe... portion
11:12.26Speedsteri read the first one in the 4.1.14 server.xml...don't know anything bout it's functionality... but the rest of em come with a commented <Context path="" docBase="ROOT" debug="0" />
11:15.25skeezeNope, I'm still getting the same errors using the 2nd option.
11:15.46Speedsteru mean when you try to compile a jsp?
11:16.16skeezeYeah...it won't run any JSP
11:16.24Speedsterthat's cuz u don't compile jsp's
11:16.31skeezeThe first option won't allow me to start the server.
11:16.44skeezeI'm not trying to compile any JSPs, I'm just trying to run the examples.
11:16.54Speedsteryou save the jsp file in your root dir or in a subfolder and tomcat will automatically compile the jsp's..
11:17.07Speedsterand your examples are in your ROOT , or your examples folder?
11:17.14skeezeexamples
11:17.22Speedsterok examples should autoreload
11:17.30Speedsterwhat version of tomcat?
11:17.56skeeze4.1
11:18.09Speedsterhmm
11:18.21Speedsterthey usually work right on install
11:18.30Speedsterhttp://localhost:8080/examples
11:18.32Speedsterusually does it
11:18.48Speedsteronly versions after 4.1.12 have i had problems with JSP compiling
11:18.53skeezeThe servlets work, but no the JSPs
11:19.27Speedsterdoes it give you an error about tablibs or something
11:19.43skeezeNope, no mention of that anywhere on the error page.
11:19.59Speedsterok what's the 2nd error section say as it's first line?
11:20.13skeezeat org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:120)
11:21.08Speedsteryou might need to add your $Catalina\server\lib\something.jar to your classpath environmental variable
11:21.21Speedsteri can't rememember where the jasper-compiler.jar is
11:21.29Speedsterwherever that is...add that file to classpath
11:21.38Speedsterit's either server\lib or common\lib
11:21.47skeezeOkay, I'll try that....it sucks that you have to reboot to get the CLASSPATH to stick :(
11:21.56Speedsteryou do?
11:22.02Speedsterwhat windows?
11:22.04skeezeIt appears that way.
11:22.04skeezeXP
11:22.29Speedsteri usually don't have to
11:22.57skeezeDo I end the classpath with a ;
11:23.06skeezeOr only as a delimiter
11:24.48Speedsterevery classpath that has something after it, you use a ;
11:24.53Speedsterbut very last one...it's optional
11:25.27skeezeInteresting....i have these set in the environmental variables, but when I do a set in the command prompt, it doesn't show either under CLASSPATH
11:26.07Speedsteri know winxp is screwed up that way
11:26.17Speedsterand setting it under cmd prompt doesn't work :P hehe
11:26.18skeezeso is it set or not?
11:26.23Speedsterprobably is
11:26.25skeezeokay
11:26.57skeezeadded jasper-compiler.jar, restarted the server and still no dice
11:27.35BMania_Anyone using web frameworks beside struts?
11:27.55BMania_I love struts just wanted to see what other peope are doing
11:28.56skeezelet me try rebooting, brb
11:30.44jasonbBMania_: Use Struts.  Trust me.
11:30.52Speedsterthen i have no idea skeeze :)
11:32.57BMania_ok, that was easy
11:39.54skeezespeedster:  I appreciate your help.  I just reinstalled it and it worked out of the box...
11:40.13Speedsterok good ...that's what it should have done hehe :)
11:40.32Speedsteranything after 4.1.12 i've had problems though but have fun with that one :)
11:41.03Speedsteri'm actually running a milestone 5.0.0 right now...only one that's worked since 4.1.12 for me
12:24.35Superduckhi
17:18.29psionic1anyone awake?
17:58.16Speedsterhehe ya :)
18:31.48tn0hello
19:21.29__dHI
19:23.38jasonb__d: Hi.  You must be a python programmer.  :)
19:38.01__dno, ive never touched python
19:38.16__dc++/c and java, and lately mostly c/c++
19:46.31jasonbAhh, that explains it..
20:42.31__dexplains what
20:43.23jasonbThe underscores in your nick, of course.
20:43.29__doh
20:43.40__dyes, i guess im mangled
20:44.24__dnow...i need to fix this code..im decoding the binary data backwards for some reason (reason = im tired)
20:44.24jasonbPeople who code in python loooove underscores.
20:46.51__di dont think ive ever even seen any python
20:47.13jasonbIf you like underscores, you'd LOVE it.
20:54.13__dim not a big fan of underscores
20:58.16jasonbThen you're not going to like python.
20:58.48__di dont feel like learning another language at this point either
20:59.04__dmaybe ill look at that c# crap if it catches on
20:59.06jasonb__d: If you know Java, you're set.  You shouldn't need python.
20:59.47jasonb__d: Don't bother with that either, it's just a Java take-off anyway.
20:59.58__dive written one production application in c#
21:00.07__dthe api is a bit different, its not as good
21:00.15jasonbYeah, see?
21:00.17__dwell, for the backend stuff at least...i dont deal with gui much

Generated by irclog2html.pl by Jeff Waugh - find it at freshmeat.net! Modified by Tim Riker to work with blootbot logs, split per channel, etc.