Re: Error on startup catalina

2010-06-08 Thread Pid
user environment? p > I apologize for all these problems. > If I fix problem, I'll let you know. > Thank you very much > > > > > 2010/6/8 Caldarale, Charles R > >>> From: Sandro Gallo [mailto:sandro.gallo...@gmail.com] >>> Subject: Re: Er

Re: Error on startup catalina

2010-06-08 Thread Konstantin Kolinko
2010/6/7 Sandro Gallo : > Hi, > I performed the steps suggested. > Below are the results: > > 1) I have all search permissions for specified paths. And for '/' and for '/Users' as well? 2) Please check, that your '/' (system root) directory does not have some odd directories like 'org'. I have re

Re: Error on startup catalina

2010-06-08 Thread Sandro Gallo
2010/6/8 Caldarale, Charles R > > From: Sandro Gallo [mailto:sandro.gallo...@gmail.com] > > Subject: Re: Error on startup catalina > > > > Is there some solution to my problem with TOMCAT? > > The problem is that no one else is experiencing what you're seeing, and no &g

RE: Error on startup catalina

2010-06-08 Thread Caldarale, Charles R
> From: Sandro Gallo [mailto:sandro.gallo...@gmail.com] > Subject: Re: Error on startup catalina > > Is there some solution to my problem with TOMCAT? The problem is that no one else is experiencing what you're seeing, and no one can reproduce the problem. There must be somet

Re: Error on startup catalina

2010-06-08 Thread Sandro Gallo
Hi, Is there some solution to my problem with TOMCAT? I hope so, otherwise I don't know how to proceed. Thank you very much. Best Regards 2010/6/7 Sandro Gallo > Hi, > I performed the steps suggested. > Below are the results: > > 1) I have all search permissions for specified paths. > macmac:~

Re: Error on startup catalina

2010-06-07 Thread Sandro Gallo
Hi, I performed the steps suggested. Below are the results: 1) I have all search permissions for specified paths. macmac:~ sandro$ cd apache-tomcat-6.0.26 macmac:apache-tomcat-6.0.26 sandro$ ls -l total 128 -rw-r--r-- 1 sandro staff 37950 9 Mar 18:09 LICENSE -rw-r--r-- 1 sandro staff55

Re: Error on startup catalina

2010-06-05 Thread Konstantin Kolinko
1. Check that you have search (list) permissions for all the folders in the path "/Users/sandro/apache-tomcat-6.0.26/bin", e.g. with the following commands ls / ls /Users ls /Users/sandro ls /Users/sandro/apache-tomcat-6.0.26 ls /Users/sandro/apache-tomcat-6.0.26/bin 2. Delete logs/catalina.out,

Re: Error on startup catalina

2010-06-05 Thread Sandro Gallo
Hi, I deleted all the environment variables. After deleting the environment variables, this is the output of env command: macmac:bin sandro$ env TERM_PROGRAM=Apple_Terminal TERM=xterm-color SHELL=/bin/bash TMPDIR=/var/folders/zP/zPtCTEa5HNir0RBjDCm4Pk+++TI/-Tmp-/ Apple_PubSub_Socket_Render

Re: Error on startup catalina

2010-06-04 Thread Sandro Gallo
ok, O_JAVA_HOME=/Library/Java/Home TERM_PROGRAM=Apple_Terminal TERM=xterm-color SHELL=/bin/bash CATALINA_HOME=/Library/Tomcat/Home TMPDIR=/var/folders/zP/zPtCTEa5HNir0RBjDCm4Pk+++TI/-Tmp-/ Apple_PubSub_Socket_Render=/tmp/launch-4tqSZI/Render TERM_PROGRAM_VERSION=273 OLDPWD=/Library/Tomcat/Home ANT

Re: Error on startup catalina

2010-06-04 Thread Pid
On 04/06/2010 20:41, Sandro Gallo wrote: > Hi, > In a previous mail, i sent detailed description of the error that gives me > on startup; but, put the mail back. Please post the output of the command "env". (Ideally without the extra * characters) p > -- > Hi, > thanks for the help but sti

Re: Error on startup catalina

2010-06-04 Thread Konstantin Kolinko
2010/6/4 Sandro Gallo : > Hi, > I tested. > In any case, ./catalina start does not work. > You wrote once: > Same if i run sudo ./startup.sh && tail -f ../logs/catalina.out. After trying to run Tomcat as root you must check permissions on the files in /logs, /work, /webapps and /conf/Catalina, i

Re: Error on startup catalina

2010-06-04 Thread Sandro Gallo
Hi, In a previous mail, i sent detailed description of the error that gives me on startup; but, put the mail back. Thank much. -- Hi, thanks for the help but still wrong! Again, I downloaded and installed tomcat in my personal folder, but same error. I do not understand what can be! I've seen

Re: Error on startup catalina

2010-06-04 Thread Mark Thomas
On 04/06/2010 19:59, Sandro Gallo wrote: > Hi, > I tested. > In any case, ./catalina start does not work. Does not work isn't a very helpful description. Mark - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For a

Re: Error on startup catalina

2010-06-04 Thread Sandro Gallo
Hi, I tested. In any case, ./catalina start does not work. 2010/6/4 Mark Thomas > On 04/06/2010 18:16, Sandro Gallo wrote: > > *macmac:apache-tomcat-6.0.26 sandro$ ./bin/catalina.sh debug* > > Why are you doing this? > > ./catalina.sh start > > should be all you need here. > > Mark > > > >

Re: Error on startup catalina

2010-06-04 Thread Mark Thomas
On 04/06/2010 18:16, Sandro Gallo wrote: > *macmac:apache-tomcat-6.0.26 sandro$ ./bin/catalina.sh debug* Why are you doing this? ./catalina.sh start should be all you need here. Mark - To unsubscribe, e-mail: users-unsubscr.

Re: Error on startup catalina

2010-06-04 Thread Sandro Gallo
Hi, thanks for the help but still wrong! Again, I downloaded and installed tomcat in my personal folder, but same error. I do not understand what can be! I've seen that in tests done by you work. Further, other information that might be useful (sorry if there are many): *macmac:Java sandro$ pwd

Re: Error on startup catalina

2010-06-04 Thread Konstantin Kolinko
2010/6/3 Sandro Gallo : > Using JRE_HOME: /Library/Java/Home 2010/6/3 Sandro Gallo : > java -version > java version "1.6.0_17" > Java(TM) SE Runtime Environment (build 1.6.0_17-b04-248) > Java HotSpot(TM) 64-Bit Server VM (build 14.3-b01-101, mixed mode) > The version of Java is already on Mac. >

Re: Error on startup catalina

2010-06-04 Thread Pid
On 03/06/2010 19:06, Hassan Schroeder wrote: > On Thu, Jun 3, 2010 at 10:08 AM, Pid wrote: > >> If you take a fresh download and unzip it in a sub directory of your >> user account, will it run there? > > As a reference point -- here's a fresh install on a Mac/Snow Leopard system: > > ripple:~/

Re: Error on startup catalina

2010-06-03 Thread Hassan Schroeder
On Thu, Jun 3, 2010 at 10:08 AM, Pid wrote: > If you take a fresh download and unzip it in a sub directory of your > user account, will it run there? As a reference point -- here's a fresh install on a Mac/Snow Leopard system: ripple:~/Downloads$ ls apache-tomcat-6.0.26.tar.gz -rw-r--r-- 1 has

Re: Error on startup catalina

2010-06-03 Thread Pid
On 03/06/2010 17:10, Sandro Gallo wrote: > Hi, > prior to this new installation, i had not used symbolic link, but i did > untar package in folder /Library/Tomcat: the result was always the same: no > startup. > > I checked the permissions in the $CATALINA_HOME/bin, which i show below: > > macmac

Re: Error on startup catalina

2010-06-03 Thread Sandro Gallo
Hi, prior to this new installation, i had not used symbolic link, but i did untar package in folder /Library/Tomcat: the result was always the same: no startup. I checked the permissions in the $CATALINA_HOME/bin, which i show below: macmac:bin sandro$ pwd /Library/Tomcat/Home/bin macmac:bin sand

Re: Error on startup catalina

2010-06-03 Thread Sandro Gallo
Hi, Tomcat folder under /Library was created using: sudo mkdir ... The files in the folder $CATALINA_HOME/bin have the permissions to be executed by all (ugo). My user is part of the group admin - admin:admin and sandro:admin. I also removed attribute '@', that in Snow Leopard identifies the fil

Re: Error on startup catalina

2010-06-03 Thread Pid
On 02/06/2010 22:33, Sandro Gallo wrote: > Hi, > Using recently Tomcat. > So far I have used it on a Windows XP machine, and everything went well. > I decided to install it on a machine Mac, Mac OS X Snow Leopard, but can > not boot. > I do not know how to solve the problem, and I need to use Tomca

Re: Error on startup catalina

2010-06-02 Thread Bob Hall
Sondro, --- On Wed, 6/2/10 at 2:57 PM, Sandro Gallo wrote: > TOMCAT version: 6.0.26. > > java -version > java version "1.6.0_17" > Java(TM) SE Runtime Environment (build 1.6.0_17-b04-248) > Java HotSpot(TM) 64-Bit Server VM (build 14.3-b01-101, > mixed mode) > The version of Java is already on

Re: Error on startup catalina

2010-06-02 Thread Sandro Gallo
Sorry, I forgot a bit 'of informations. TOMCAT version: 6.0.26. java -version java version "1.6.0_17" Java(TM) SE Runtime Environment (build 1.6.0_17-b04-248) Java HotSpot(TM) 64-Bit Server VM (build 14.3-b01-101, mixed mode) The version of Java is already on Mac. I installed Tomcat by followin

RE: Error on startup catalina

2010-06-02 Thread Caldarale, Charles R
> From: Sandro Gallo [mailto:sandro.gallo...@gmail.com] > Subject: Error on startup catalina > > Using recently Tomcat. What version of Tomcat? What JVM level? How did you install Tomcat? What are you using to start Tomcat? - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERW

Re: Error on Startup.

2006-04-10 Thread Franck Borel
I'm getting following error whenever i try to start the tomcat Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/catalina/startup/Bootstrap Sounds like your Tomcat can't find your JDK. Have you set the PATH and JAVA_HOME environmen variable? Try: root# echo $JA

RE: Error on Startup.

2006-04-10 Thread Sergio Gonzalez Ramos
THX!! "Farrow, Marc" <[EMAIL PROTECTED]> escribió: Looks like in the startup script the env variable of Catalina_Home is not set properly. -Original Message- From: Sergio Gonzalez Ramos [mailto:[EMAIL PROTECTED] Sent: Monday, April 10, 2006 8:40 AM To: Tomcat Users List Subject: Error o

RE: Error on Startup.

2006-04-10 Thread Farrow, Marc
Looks like in the startup script the env variable of Catalina_Home is not set properly. -Original Message- From: Sergio Gonzalez Ramos [mailto:[EMAIL PROTECTED] Sent: Monday, April 10, 2006 8:40 AM To: Tomcat Users List Subject: Error on Startup. Hi there. I installed Tomcat 5.0.28 on u