Re: Unable to start tomcat server 6x

2008-12-15 Thread Partha
Hi there, Thanks a lot for all of you for sharing your knowledge. I have come to learn a lot of things. Its an issue with the device.The admin is looking into it. Thanks and Regards, Partha. -- View this message in context: http://www.nabble.com/Unable-to-start-tomcat-server-6x-tp20988232p210

Re: Unable to start tomcat server 6x

2008-12-15 Thread Gregor Schneider
Patha, I think you've received enough pointers here already. If you're logged in as root and you can't even write into a directory, it's pretty likely that either - the device is mounted read-only (check with mount -l) - the device is somewhat corrupted (either the device or the RAID-controller

Re: Unable to start tomcat server 6x

2008-12-14 Thread Partha
gt; > >> >> > >> >> >> >> - >> >> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org >> >> For additional commands, e-mail: users-h...@tomcat.apache.o

Re: Unable to start tomcat server 6x

2008-12-14 Thread Partha Goswami
...@tomcat.apache.org > >> > >> > > > > > > -- > > Regards > > Partha Goswami > > President > > Global Web-Tech Solution > > www.globalwebtechsolution.com > > > > > > Thanks

Re: Unable to start tomcat server 6x

2008-12-14 Thread Partha
-- > Regards > Partha Goswami > President > Global Web-Tech Solution > www.globalwebtechsolution.com > > Thanks a lot for everyone who has replied. Hi Partha, I have tried running the command chmod 777 /usr/local but it didn't allow me to change the permissions.It sai

Re: Unable to start tomcat server 6x

2008-12-13 Thread Partha Goswami
Actually, If anyone use Tomcat in Solaris Zones, then, /usr/local or /usr all is come read only mode, by default. so, Its need to know, Which oS On Sat, Dec 13, 2008 at 6:32 PM, David Smith wrote: > I think the important message is here: > > > /usr/local/apache-tomcat-6.0.18/bin/catalina.sh: lin

Re: Unable to start tomcat server 6x

2008-12-13 Thread Hassan Schroeder
On Sat, Dec 13, 2008 at 12:15 AM, Partha wrote: > I am unable to restart apache-tomcat-6.0.18.When i try to run the startup.sh > it gives the following error: > touch: cannot touch `/usr/local/apache-tomcat-6.0.18/logs/catalina.out': > Read-only file system Last time I saw a "spontaneous" read-

Re: Unable to start tomcat server 6x

2008-12-13 Thread André Warnier
Partha wrote: [...] Isn't this a clue ? touch: cannot touch `/usr/local/apache-tomcat-6.0.18/logs/catalina.out': Read-only file system - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-m

Re: Unable to start tomcat server 6x

2008-12-13 Thread David Smith
I think the important message is here: > /usr/local/apache-tomcat-6.0.18/bin/catalina.sh: line 292: > /usr/local/apache-tomcat-6.0.18/logs/catalina.out: Read-only file system In particular the phrase "Read-only file system" suggests the disk/partition tomcat is installed on was mounted read-only

Re: Unable to start tomcat server 6x

2008-12-13 Thread Gregor Schneider
Hi Parha, never ever run tomcat as root - that's a security-issue. I hope you haven't followed the hint to chmod to 777 - that's anything but a good idea. to solve the issue, procceed like this: - as root , do - create a user tomcat - chown -R tomcat /usr/local/apache-tomcat-6.0.18 - su tomc

Re: Unable to start tomcat server 6x

2008-12-13 Thread Partha Goswami
-xr-x 2 root root 12288 Dec 6 04:43 logs >> -rw-r--r-- 1 root root 556 Jul 22 02:01 NOTICE >> -rw-r--r-- 1 root root 7317 Jul 22 02:01 RELEASE-NOTES >> -rw-r--r-- 1 root root 6587 Jul 22 02:01 RUNNING.txt >> drwxr-xr-x 2 root root 4096 Jul 22 02:01 temp >>

Re: Unable to start tomcat server 6x

2008-12-13 Thread Partha Goswami
emp > drwxr-xr-x 10 root root 4096 Dec 6 06:24 webapps > drwxr-xr-x 3 root root 4096 Aug 5 10:26 work > > Please help me out in getting the server up again. > > Thanks and Regards, > Partha. > > > > -- > View this message in context: > htt

Re: Unable to start tomcat server 6x

2008-12-13 Thread Varun Puttewar
1 RUNNING.txt > drwxr-xr-x 2 root root 4096 Jul 22 02:01 temp > drwxr-xr-x 10 root root 4096 Dec 6 06:24 webapps > drwxr-xr-x 3 root root 4096 Aug 5 10:26 work > > Please help me out in getting the server u

Re: Unable to start tomcat server 6x

2008-12-13 Thread Partha
xr-x 10 root root 4096 Dec 6 06:24 webapps drwxr-xr-x 3 root root 4096 Aug 5 10:26 work Please help me out in getting the server up again. Thanks and Regards, Partha. -- View this message in context: http://www.nabble.com/Unable-to-start-tomcat-server-6x-tp20988232p

Re: Unable to start tomcat server 6x

2008-12-13 Thread Gregor Schneider
what user are you logged in as? what does ls -l /usr/local/apache-tomcat-6.0.18/logs/catalina.out and ls -l /usr/local/apache-tomcat-6.0.18 give? gregor -- just because your paranoid, doesn't mean they're not after you... gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2 gpgp-key available @ ht

Unable to start tomcat server 6x

2008-12-13 Thread Partha
a.out, it gives the message that the file is read only. Any pointers in this regard would be of great help. Thanks and Regards, Partha. -- View this message in context: http://www.nabble.com/Unable-to-start-tomcat-server-6x-tp20988232p20988232.html Sent from the Tomcat - User mailing list archi