You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by kawther khazri <nu...@yahoo.fr> on 2006/08/21 11:27:54 UTC

problem in starting tomcat5

hello,
when I try to start  tomcat, I get this error:
[root@localhost ~]# service tomcat5 start
Starting tomcat5: lock file found but no process running for pid 9019, continuing
find: AVERTISSEMENT: vous avez spécifié l'option -mindepth après un argument qui n'est pas une option -type mais les options sont positionnelles (-mindepth affecte les tests spécifiés avant aussi bien qu'après)

find: AVERTISSEMENT: vous avez spécifié l'option -maxdepth après un argument qui n'est pas une option -type mais les options sont positionnelles (-maxdepth affecte les tests spécifiés avant aussi bien qu'après)

Using CATALINA_BASE:   /usr/share/tomcat5
Using CATALINA_HOME:   /usr/share/tomcat5
Using CATALINA_TMPDIR: /usr/share/tomcat5/temp
Using JRE_HOME:
touch: ne peut faire un touch sur `/usr/share/tomcat5/logs/catalina.out': Permission non accordée
/usr/bin/dtomcat5: line 297: /usr/share/tomcat5/logs/catalina.out: Permission non accordée
                                                           [  OK  ]
What should I do.

 		
---------------------------------
 Découvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet ! Yahoo! Questions/Réponses pour partager vos connaissances, vos opinions et vos expériences. Cliquez ici. 

Re: RE : Re: problem in starting tomcat5

Posted by Ken Gregoire <ke...@gordiandata.net>.
Tomcat is not running.

You need to have the proper java and tomcat installed and running before 
you can install nutch
Use this to install java from source
http://www.mybizguard.com/mediawiki/index.php/Java_sun_sources

Use this to install tomcat
http://www.mybizguard.com/mediawiki/index.php/Tomcat5

Once java and tomcat is all working then install nutch
http://www.mybizguard.com/mediawiki/index.php/Nutch_Search_Engine


kawther khazri wrote:

>when i execute this commande I obtained this 
>ps aux|grep tomcat
>root     10230  0.0  0.1   3944   748 pts/2    R+   12:02   0:00 grep tomcat
>I don't know if it works or not.
>but this link doesn't work: http://localhost/8080/
>
>ken <ke...@gordiandata.net> a écrit : To see if it is running, looks like it is:
>ps -aux |grep tomcat
>
>Do you tomcat on the webpage?
>http://localhost:8080
>
>Then login and upload the war file.  It will then show up under applications.
>
>  
>
>>hello,
>>when I try to start  tomcat, I get this error:
>>[root@localhost ~]# service tomcat5 start
>>Starting tomcat5: lock file found but no process running for pid 9019,
>>continuing
>>find: AVERTISSEMENT: vous avez spécifié l'option -mindepth après un
>>argument qui n'est pas une option -type mais les options sont
>>positionnelles (-mindepth affecte les tests spécifiés avant aussi bien
>>qu'après)
>>
>>find: AVERTISSEMENT: vous avez spécifié l'option -maxdepth après un
>>argument qui n'est pas une option -type mais les options sont
>>positionnelles (-maxdepth affecte les tests spécifiés avant aussi bien
>>qu'après)
>>
>>Using CATALINA_BASE:   /usr/share/tomcat5
>>Using CATALINA_HOME:   /usr/share/tomcat5
>>Using CATALINA_TMPDIR: /usr/share/tomcat5/temp
>>Using JRE_HOME:
>>touch: ne peut faire un touch sur `/usr/share/tomcat5/logs/catalina.out':
>>Permission non accordée
>>/usr/bin/dtomcat5: line 297: /usr/share/tomcat5/logs/catalina.out:
>>Permission non accordée
>>                                                           [  OK  ]
>>What should I do.
>>
>>
>>---------------------------------
>> Découvrez un nouveau moyen de poser toutes vos questions quelque soit le
>>sujet ! Yahoo! Questions/Réponses pour partager vos connaissances, vos
>>opinions et vos expériences. Cliquez ici.
>>    
>>
>
>
>  
>

RE : Re: problem in starting tomcat5

Posted by kawther khazri <nu...@yahoo.fr>.
when i execute this commande I obtained this 
ps aux|grep tomcat
root     10230  0.0  0.1   3944   748 pts/2    R+   12:02   0:00 grep tomcat
I don't know if it works or not.
but this link doesn't work: http://localhost/8080/

ken <ke...@gordiandata.net> a écrit : To see if it is running, looks like it is:
ps -aux |grep tomcat

Do you tomcat on the webpage?
http://localhost:8080

Then login and upload the war file.  It will then show up under applications.

> hello,
> when I try to start  tomcat, I get this error:
> [root@localhost ~]# service tomcat5 start
> Starting tomcat5: lock file found but no process running for pid 9019,
> continuing
> find: AVERTISSEMENT: vous avez spécifié l'option -mindepth après un
> argument qui n'est pas une option -type mais les options sont
> positionnelles (-mindepth affecte les tests spécifiés avant aussi bien
> qu'après)
>
> find: AVERTISSEMENT: vous avez spécifié l'option -maxdepth après un
> argument qui n'est pas une option -type mais les options sont
> positionnelles (-maxdepth affecte les tests spécifiés avant aussi bien
> qu'après)
>
> Using CATALINA_BASE:   /usr/share/tomcat5
> Using CATALINA_HOME:   /usr/share/tomcat5
> Using CATALINA_TMPDIR: /usr/share/tomcat5/temp
> Using JRE_HOME:
> touch: ne peut faire un touch sur `/usr/share/tomcat5/logs/catalina.out':
> Permission non accordée
> /usr/bin/dtomcat5: line 297: /usr/share/tomcat5/logs/catalina.out:
> Permission non accordée
>                                                            [  OK  ]
> What should I do.
>
>
> ---------------------------------
>  Découvrez un nouveau moyen de poser toutes vos questions quelque soit le
> sujet ! Yahoo! Questions/Réponses pour partager vos connaissances, vos
> opinions et vos expériences. Cliquez ici.


-- 
Ken Gregoire
Gordian Data Inc.
www.gordiandata.com
ken@gordiandata.net



 		
---------------------------------
 Découvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet ! Yahoo! Questions/Réponses pour partager vos connaissances, vos opinions et vos expériences. Cliquez ici. 

Re: problem in starting tomcat5

Posted by ken <ke...@gordiandata.net>.
To see if it is running, looks like it is:
ps -aux |grep tomcat

Do you tomcat on the webpage?
http://localhost:8080

Then login and upload the war file.  It will then show up under applications.

> hello,
> when I try to start  tomcat, I get this error:
> [root@localhost ~]# service tomcat5 start
> Starting tomcat5: lock file found but no process running for pid 9019,
> continuing
> find: AVERTISSEMENT: vous avez spécifié l'option -mindepth après un
> argument qui n'est pas une option -type mais les options sont
> positionnelles (-mindepth affecte les tests spécifiés avant aussi bien
> qu'après)
>
> find: AVERTISSEMENT: vous avez spécifié l'option -maxdepth après un
> argument qui n'est pas une option -type mais les options sont
> positionnelles (-maxdepth affecte les tests spécifiés avant aussi bien
> qu'après)
>
> Using CATALINA_BASE:   /usr/share/tomcat5
> Using CATALINA_HOME:   /usr/share/tomcat5
> Using CATALINA_TMPDIR: /usr/share/tomcat5/temp
> Using JRE_HOME:
> touch: ne peut faire un touch sur `/usr/share/tomcat5/logs/catalina.out':
> Permission non accordée
> /usr/bin/dtomcat5: line 297: /usr/share/tomcat5/logs/catalina.out:
> Permission non accordée
>                                                            [  OK  ]
> What should I do.
>
>
> ---------------------------------
>  Découvrez un nouveau moyen de poser toutes vos questions quelque soit le
> sujet ! Yahoo! Questions/Réponses pour partager vos connaissances, vos
> opinions et vos expériences. Cliquez ici.


-- 
Ken Gregoire
Gordian Data Inc.
www.gordiandata.com
ken@gordiandata.net