Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 1030 invoked from network); 18 Dec 2000 20:09:19 -0000 Received: from amigafiles.com (161.58.230.27) by locus.apache.org with SMTP; 18 Dec 2000 20:09:19 -0000 Received: from defiant ([166.102.165.24]) by amigafiles.com (8.8.8) id NAA39691 for ; Mon, 18 Dec 2000 13:09:17 -0700 (MST) Reply-To: From: "Michael.L.Smith" To: "Tomcat-User \(E-mail\)" Subject: FW: At Value must be quoted. Error Date: Mon, 18 Dec 2000 14:07:10 -0600 Message-ID: <000001c0692e$1b19c660$0300200a@defiant> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Michael L Smith AvantGardeSolutions.net (501) 225-6153 Michael.L.Smith@amigafiles.com -- The greatest programming project ever, took 6 days and 6 nights and on the 7th day the programmer rested... we've been trying to debug the bloody thing ever since -----Original Message----- From: Michael.L.Smith [mailto:Michael.L.Smith@avantgardesolutions.net] Sent: Monday, December 18, 2000 1:36 PM To: Tomcat-User (E-mail) Subject: FW: At Value must be quoted. Error Michael L Smith AvantGardeSolutions.net (501) 225-6153 Michael.L.Smith@amigafiles.com -- The greatest programming project ever, took 6 days and 6 nights and on the 7th day the programmer rested... we've been trying to debug the bloody thing ever since -----Original Message----- From: Kitching Simon [mailto:Simon.Kitching@orange.ch] Sent: Monday, December 18, 2000 1:33 PM To: 'tomcat-user@jakarta.apache.org' Subject: RE: At Value must be quoted. Error > -----Original Message----- > From: Donald Mullaney [SMTP:don@meltingsand.com] > Sent: Monday, December 18, 2000 7:48 PM > To: tomcat-user@jakarta.apache.org > Subject: Re: At Value must be quoted. Error > > Thxs Simon, > > I had a typo that I was looking right at and I could not see. Nothing > like > staring to hard.. > > Is there a document anywhere that describes error messages? The error > message was not clear to me, but then again I am new to this. [Kitching Simon] For this type of error, probably not. As I said, tomcat uses an XML parser (probably Xerces, as it's from apache..). So the place to look for any documentation on xml-parser-related errors is in the Xerces(?) documentation. In general, the documentation on tomcat isn't very in-depth. That's the price you pay for using open-source; who wants to write docs when they could be coding :-) Having said that, people are working on it, so I guess that the situation will improve over time. For now, though, you need to scratch the old noggin a bit, search the email archives, and in extreme cases, read the code...and for those really tough cases, there's always this group. Cheers, Simon > Thanks again, > Donald > > ----- Original Message ----- > From: "Kitching Simon" > To: > Sent: Monday, December 18, 2000 11:03 AM > Subject: RE: At Value must be quoted. Error > > > > Hi Don, > > > > It looks to me like the XML parser that tomcat uses to read the file is > > objecting to something in the file. Minor typos are sometimes damn > > hard to spot :-) > > > > I suggest: > > (a) > > try commenting out blocks of the server.xml file, and restarting. > > of course, tomcat won't *run* properly with only half a config file, but > > you should be able to see when the config file at least parses. > > By the old divide-and-conquer method, you should be able to narrow > > things down to the point you can spot the problem, > > (b) > > If you have made only minor changes to the default file, you can try > > using "diff" to compare the version in the distribution with the one > that > > doesn't work. > > (c) > > if all else fails, try posting the server.xml file to this group... > > > > Cheers, > > > > Simon > > > > > -----Original Message----- > > > From: Donald Mullaney [SMTP:don@meltingsand.com] > > > Sent: Monday, December 18, 2000 6:51 PM > > > To: tomcat-user@jakarta.apache.org > > > Subject: At Value must be quoted. Error > > > > > > > > > Help. I am running Apache 1.3 and Tomcat on Caldera's eServer. I was > > > trying make modifications to the default server.xml file. After the > > > modifications restarted tomcat and got the errors below. I also > returned > > > the server.xml to the orginal state and I still get the same error. > Any > > > ideas? What is the error in reference to? I have search the > > > documentation and can't find anything that relates. > > > > > > [root@host bin]# ./startup.sh > > > Using classpath: > > > > .:/usr/local/jakarta-tomcat/lib/ant.jar:/usr/local/jakarta-tomcat/lib/jasp > > > > er.jar:/usr/local/jakarta-tomcat/lib/servlet.jar:/usr/local/jakarta-tomcat > > > > /lib/test:/usr/local/jakarta-tomcat/lib/webserver.jar:/usr/local/jakarta-t > > > > omcat/lib/xml.jar:/usr/java/lib/tools.jar:.:/usr/local/jakarta-tomcat/src: > > > > /usr/local/lib/postgresql.jar:/usr/local/jakarta-tomcat/src:/usr/local/jak > > > arta-tomcat/src > > > [root@host bin]# ERROR reading > /usr/local/jakarta-tomcat/conf/server.xml > > > At Value must be quoted. > > > > > > FATAL: configuration error > > > java.lang.NullPointerException: > > > at > > > org.apache.tomcat.util.xml.XmlMapper.readXml(XmlMapper.java:221) > > > at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:143) > > > at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:163) > > > > > > Thanks, > > > > > > Donald Mullaney > > > > > > Melting Sand, LLC > > > 7660 E. Broadway Blvd Suite 308 > > > Tucson, AZ 85710 > > > > > > E-Mail: Don@MeltingSand.com > > > Phone: 520.918.SAND (7263) > >