Newbie Installation Question

2005-10-19 Thread brown wrap


I have looked through the FAQs and search the web, and
although this should be a simple problem, I don't find
an answer. I can't start tomcat:

Exception during startup processing
java.lang.ClassNotFoundException:
org.apache.catalina.startup.Catalina
at
org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClassLoader.java:992)
at
org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClassLoader.java:857)
at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:176)



I have tried different versions of Tomcat and
different versions of JDK and I always get the same
startup error.

I am brand new at Tomcat and this is my first install.
If this is answered somewhere, I've missed it. Thanks.


Sign: Day old sushi, half off.




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Newbie Installation Question

2005-10-19 Thread brown wrap
Sorry, I am trying to install Tomcat, Version 4.1.3
and using j2eesdk-1_4_02_2005Q2-linux.bin that I
downloaded from Sun. Sorry I left out the most
important information.



--- "Caldarale, Charles R"
<[EMAIL PROTECTED]> wrote:

> > From: brown wrap [mailto:[EMAIL PROTECTED] 
> > Subject: Newbie Installation Question
> > 
> > Exception during startup processing
> > java.lang.ClassNotFoundException:
> > org.apache.catalina.startup.Catalina
> 
> What version of Tomcat?  What OS?  Where did you
> install Tomcat?  Can't
> help without real information.
> 
>  - Chuck
> 
> 
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR
> OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended
> recipient. If you
> received this in error, please contact the sender
> and delete the e-mail
> and its attachments from all computers.
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 


Sign: Day old sushi, half off.




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Newbie Installation Question

2005-10-19 Thread brown wrap
I had been trying to avoid actually building Tomcat, I
was trying to use a Linux binary.



--- "Caldarale, Charles R"
<[EMAIL PROTECTED]> wrote:

> > From: brown wrap [mailto:[EMAIL PROTECTED] 
> > Subject: RE: Newbie Installation Question
> > 
> > Sorry, I am trying to install Tomcat, Version
> 4.1.3
> > and using j2eesdk-1_4_02_2005Q2-linux.bin that I
> > downloaded from Sun. Sorry I left out the most
> > important information.
> 
> If you're just starting with Tomcat, I would
> strongly recommend using a
> current version (5.5.12 is the latest stable). 
> Likewise, you want a
> current JRE (1.5.0), but not the J2EE SDK - that
> will cause problems
> with Tomcat.  Download the .tar version of Tomcat,
> use the GNU tools to
> install it, and read all the docs in the
> installation directory,
> especially RUNNING.txt.
> 
>  - Chuck
> 
> 
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR
> OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended
> recipient. If you
> received this in error, please contact the sender
> and delete the e-mail
> and its attachments from all computers.
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 


Sign: Day old sushi, half off.




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Newbie Installation Question

2005-10-19 Thread brown wrap
OK, I downloaded the binary. My error is different,
but it still does not start up:



[EMAIL PROTECTED] logs]# more catalina.out
java.lang.ClassNotFoundException:
org.apache.catalina.startup.Catalina
at
java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at
java.security.AccessController.doPrivileged(Native
Method)
at
java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at
java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at
java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at
org.apache.catalina.startup.Bootstrap.init(Bootstrap.java:202)
at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:390)


--- Mark Eggers <[EMAIL PROTECTED]> wrote:

> Tomcat comes as a binary.  Just download the binary
> distribution.  See:
> 
> http://tomcat.apache.org/download-55.cgi#5.5.12
> 
> On linux, I normally create a special user for
> Tomcat
> and make it a mamber of the same group that the user
> that runs Apache is under.  This is www for Fedora
> Core 4.
> 
> I usually install Java under /opt or /usr, and then
> link the current Java version to /opt/java or
> /usr/java.  I then put /opt/java/bin or
> /usr/java/bin
> the path BEFORE /usr/bin, since Fedora Core 4
> installs
> GNU's Java.  This is not a bad thing, but setting up
> the path in /etc/profile is a good thing.
> 
> Just a few thoughts.  I hope this gets you started.
> 
> /mde/
> 
> --- brown wrap <[EMAIL PROTECTED]> wrote:
> 
> > I had been trying to avoid actually building
> Tomcat,
> > I
> > was trying to use a Linux binary.
> 
> 
> 
>   
> __ 
> Start your day with Yahoo! - Make it your home page!
> 
> http://www.yahoo.com/r/hs
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 


Sign: Day old sushi, half off.



__ 
Start your day with Yahoo! - Make it your home page! 
http://www.yahoo.com/r/hs

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Newbie Installation Question

2005-10-19 Thread brown wrap

Yes, I read Running.txt Here is my start line by hand:

[EMAIL PROTECTED] 5.5.12]# /usr/local/tomcat/bin/startup.sh
Using CATALINA_BASE:   /usr/local/tomcat
Using CATALINA_HOME:   /usr/local/tomcat
Using CATALINA_TMPDIR: /usr/local/tomcat/temp
Using JRE_HOME:   /export/00/java/jdk1.5.0_05/


--- "Caldarale, Charles R"
<[EMAIL PROTECTED]> wrote:

> > From: brown wrap [mailto:[EMAIL PROTECTED] 
> > Subject: RE: Newbie Installation Question
> > 
> > OK, I downloaded the binary. My error is
> different,
> > but it still does not start up:
> 
> Did you read RUNNING.txt?  Where did you install
> Tomcat?  How are you
> trying to run it?
> 
>  - Chuck
> 
> 
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR
> OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended
> recipient. If you
> received this in error, please contact the sender
> and delete the e-mail
> and its attachments from all computers.
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 


Sign: Day old sushi, half off.




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Newbie Installation Question

2005-10-19 Thread brown wrap
I guess I am looking for a clue as to what the
messages in the log file means. It says exception,
but I don't even know where to look for the problem.
The only file in the log directory that has anything
in it, is catalina.out. The rest are empty.



--- brown wrap <[EMAIL PROTECTED]> wrote:

> 
> Yes, I read Running.txt Here is my start line by
> hand:
> 
> [EMAIL PROTECTED] 5.5.12]#
> /usr/local/tomcat/bin/startup.sh
> Using CATALINA_BASE:   /usr/local/tomcat
> Using CATALINA_HOME:   /usr/local/tomcat
> Using CATALINA_TMPDIR: /usr/local/tomcat/temp
> Using JRE_HOME:   /export/00/java/jdk1.5.0_05/
> 
> 
> --- "Caldarale, Charles R"
> <[EMAIL PROTECTED]> wrote:
> 
> > > From: brown wrap [mailto:[EMAIL PROTECTED] 
> > > Subject: RE: Newbie Installation Question
> > > 
> > > OK, I downloaded the binary. My error is
> > different,
> > > but it still does not start up:
> > 
> > Did you read RUNNING.txt?  Where did you install
> > Tomcat?  How are you
> > trying to run it?
> > 
> >  - Chuck
> > 
> > 
> > THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR
> > OTHERWISE PROPRIETARY
> > MATERIAL and is thus for use only by the intended
> > recipient. If you
> > received this in error, please contact the sender
> > and delete the e-mail
> > and its attachments from all computers.
> > 
> >
>
-
> > To unsubscribe, e-mail:
> > [EMAIL PROTECTED]
> > For additional commands, e-mail:
> > [EMAIL PROTECTED]
> > 
> > 
> 
> 
> Sign: Day old sushi, half off.
> 
> 
>   
>   
> __ 
> Yahoo! Mail - PC Magazine Editors' Choice 2005 
> http://mail.yahoo.com
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 


Sign: Day old sushi, half off.



__ 
Yahoo! Music Unlimited 
Access over 1 million songs. Try it free.
http://music.yahoo.com/unlimited/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Newbie Installation Question

2005-10-19 Thread brown wrap

I actually got it run by installing ant and following
the build instructions.


--- "Caldarale, Charles R"
<[EMAIL PROTECTED]> wrote:

> > From: brown wrap [mailto:[EMAIL PROTECTED] 
> > Subject: RE: Newbie Installation Question
> > 
> > I guess I am looking for a clue as to what the
> > messages in the log file means.
> 
> It means it can't find the named Java class file. 
> This could be due to
> an incomplete or corrupted installation or possibly
> a file permissions
> problem.  Within the tomcat/server/lib directory,
> there should be 15
> .jar files, including catalina.jar; inside that jar
> is Catalina.class,
> which appears to be the one that can't be found.
> 
> Is your directory structure correct?  Is
> catalina.jar where it's
> supposed to be?
> 
>  - Chuck
> 
> 
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR
> OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended
> recipient. If you
> received this in error, please contact the sender
> and delete the e-mail
> and its attachments from all computers.
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 


Sign: Day old sushi, half off.



__ 
Yahoo! Music Unlimited 
Access over 1 million songs. Try it free.
http://music.yahoo.com/unlimited/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]