Java Mailing List Archive

http://www.junlu.com/

Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Struts - A MVC web framework
Tomcat - JSP/Servlet container
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
JSP - A mailing list about Java Server Pages specification and reference
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Oracle Connection Pooling in 3 2 2
Servlet : Session invalidate
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Tomcat and webapplication specific java library path
Running a Simple JMS Example
Mapping in workers2 properties
org apache jasper JasperException
Cannot find message resources under key org apache struts action
   MESSAGE
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
url string for connecting jboss to oracle
Value attribute of <html:checkbox
javax servlet ServletException: BeanUtils populate
HTTP Status 404 The requested resource is not available
5 0 18: Windows XP Pro vs Windows 2000
 
MAC OSX and Tomcat -4.0.1

MAC OSX and Tomcat -4.0.1

2003-10-15       - By James Snelling

 Back
Reply:     1     2     3     4  

I am having big problems getting tomcat to start.
I had been using 3.2.4 before, but this has really got me stumped!
Any help is good! - Thanks in advance!

Here are some details:

Using CLASSPATH:     /Users/system/Applications/java/jakarta/jakarta-tomcat-4 (See http://cat-4.ora-code.com).0
.1/bin/bootstrap.jar
Using CATALINA_BASE: /Users/system/Applications/java/jakarta/jakarta-tomcat-4 (See http://cat-4.ora-code.com).0
.1
Using CATALINA_HOME: /Users/system/Applications/java/jakarta/jakarta-tomcat-4 (See http://cat-4.ora-code.com).0
.1
Using JAVA_HOME:     /System/Library/Frameworks/JavaVM.framework/Versions/1.4.1
/Home

here is catalina_log

Exception during startup processing
java.lang.reflect.InvocationTargetException Source code of java.lang.reflect.InvocationTargetException
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl
.java:39)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
       at java.lang.reflect.Method Source code of java.lang.reflect.Method(Method.java:324)
       at org.apache.catalina.startup.Bootstrap Source code of org.apache.catalina.startup.Bootstrap(Bootstrap.java:243)
Caused by: java.lang.NoClassDefFoundError Source code of java.lang.NoClassDefFoundError: javax/servlet/ServletResponse
       at java.lang.ClassLoader Source code of java.lang.ClassLoader(Native Method)
       at java.lang.ClassLoader Source code of java.lang.ClassLoader(ClassLoader.java:502)
       at java.security.SecureClassLoader Source code of java.security.SecureClassLoader(SecureClassLoader.java
:123)
       at java.net.URLClassLoader Source code of java.net.URLClassLoader(URLClassLoader.java:250)
       at java.net.URLClassLoader Source code of java.net.URLClassLoader$100(URLClassLoader.java:54)
       at java.net.URLClassLoader Source code of java.net.URLClassLoader$1.run(URLClassLoader.java:193)
       at java.security.AccessController Source code of java.security.AccessController(Native Method)
       at java.net.URLClassLoader Source code of java.net.URLClassLoader(URLClassLoader.java:186)
       at java.lang.ClassLoader Source code of java.lang.ClassLoader(ClassLoader.java:299)
       at java.lang.ClassLoader Source code of java.lang.ClassLoader(ClassLoader.java:255)
       at java.lang.ClassLoader Source code of java.lang.ClassLoader(ClassLoader.java:315)
       at java.lang.Class Source code of java.lang.Class(Native Method)
       at java.lang.Class Source code of java.lang.Class(Class.java:140)
       at org.apache.catalina.util.xml.ObjectCreate.start(XmlMapper.java:616)
       at org.apache.catalina.util.xml.XmlMapper.matchStart(XmlMapper.java:412)
       at org.apache.catalina.util.xml.XmlMapper.startElement(XmlMapper.java
:91)
       at org.xml.sax.helpers.XMLReaderAdapter Source code of org.xml.sax.helpers.XMLReaderAdapter(XMLReaderAdapter
.java:333)
       at org.apache.xerces.parsers.SAXParser Source code of org.apache.xerces.parsers.SAXParser(SAXParser.java:1376)
       at org.apache.xerces.validators.common.XMLValidator Source code of org.apache.xerces.validators.common.XMLValidator
(XMLValidator.java:1214)
       at org.apache.xerces.framework.XMLDocumentScanner Source code of org.apache.xerces.framework.XMLDocumentScanner
(XMLDocumentScanner.java:1806)
       at org.apache.xerces.framework.XMLDocumentScanner Source code of org.apache.xerces.framework.XMLDocumentScanner$ContentDispatcher
.dispatch(XMLDocumentScanner.java:1182)
       at org.apache.xerces.framework.XMLDocumentScanner Source code of org.apache.xerces.framework.XMLDocumentScanner
(XMLDocumentScanner.java:381)
       at org.apache.xerces.framework.XMLParser Source code of org.apache.xerces.framework.XMLParser(XMLParser.java:1081)
       at org.xml.sax.helpers.XMLReaderAdapter Source code of org.xml.sax.helpers.XMLReaderAdapter(XMLReaderAdapter.java:223)
       at javax.xml.parsers.SAXParser Source code of javax.xml.parsers.SAXParser(SAXParser.java:314)
       at javax.xml.parsers.SAXParser Source code of javax.xml.parsers.SAXParser(SAXParser.java:253)
       at org.apache.catalina.util.xml.XmlMapper.readXml(XmlMapper.java:228)
       at org.apache.catalina.startup.Catalina Source code of org.apache.catalina.startup.Catalina(Catalina.java:725)
       at org.apache.catalina.startup.Catalina Source code of org.apache.catalina.startup.Catalina(Catalina.java:681)
       at org.apache.catalina.startup.Catalina Source code of org.apache.catalina.startup.Catalina(Catalina.java:179)

James Snelling

James.Snelling@(protected)

-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
----

The views expressed here are not those of the Students' Association nor can
they be assumed to be those of the writer. No liability is accepted for the
accuracy or the veracity of the contents. You are held to accept this and any
use to which you put any contents of this communication are entirely your
responsibility.

DISCLAIMER: This e-mail is intended solely for the above-mentioned recipient
and it may contain confidential or privileged information. If you have received
it in error, please notify us immediately and delete the e-mail. You must not
copy, distribute, disclose or take any action in reliance on it. This e-mail
message and any attached files have been scanned for the presence of computer
viruses, however, you are advised that you open any attachments at your own
risk.

Nothing in this email shall be construed as constituting an order for goods or
services

www.upsa.org.uk



-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
-- --



-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)



©2008 junlu.com - Jax Systems, LLC, U.S.A.