Michael L Smith
AvantGardeSolutions.net
(501) 225-6153
[EMAIL PROTECTED]
--
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:[EMAIL PROTECTED]]
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
[EMAIL PROTECTED]
--
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:[EMAIL PROTECTED]]
Sent:   Monday, December 18, 2000 1:33 PM
To:     '[EMAIL PROTECTED]'
Subject:        RE: At Value must be quoted.  Error



> -----Original Message-----
> From: Donald Mullaney [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, December 18, 2000 7:48 PM
> To:   [EMAIL PROTECTED]
> 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" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> 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:[EMAIL PROTECTED]]
> > > Sent: Monday, December 18, 2000 6:51 PM
> > > To: [EMAIL PROTECTED]
> > > 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: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> > > Phone: 520.918.SAND (7263)
> >


Reply via email to