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

Re: Unable to start tomcat server 6x

2008-12-15 Thread Partha
this message in context: http://www.nabble.com/Unable-to-start-tomcat-server-6x-tp20988232p21027749.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: Unable to start tomcat server 6x

2008-12-14 Thread Partha
, Partha. -- View this message in context: http://www.nabble.com/Unable-to-start-tomcat-server-6x-tp20988232p21008378.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: Unable to start tomcat server 6x

2008-12-14 Thread Partha Goswami
trying to access a remote server which is set up on a windows box through Secure Shell Client(SSH). I am logged in as root. Please provide some pointers. Thanks and Regards, Partha. -- View this message in context: http://www.nabble.com/Unable-to-start-tomcat-server-6x-tp20988232p21008378

Re: Unable to start tomcat server 6x

2008-12-14 Thread Partha
out your time and for helping me to resolve this issue. Thanks and Regards, Partha. -- View this message in context: http://www.nabble.com/Unable-to-start-tomcat-server-6x-tp20988232p21008695.html Sent from the Tomcat - User mailing list archive at Nabble.com

Unable to start tomcat server 6x

2008-12-13 Thread Partha
, 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 archive

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 @

Re: Unable to start tomcat server 6x

2008-12-13 Thread Partha
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-tp20988232p20988462.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: Unable to start tomcat server 6x

2008-12-13 Thread Varun Puttewar
this message in context: http://www.nabble.com/Unable-to-start-tomcat-server-6x-tp20988232p20988462.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re: Unable to start tomcat server 6x

2008-12-13 Thread Partha Goswami
-tomcat-server-6x-tp20988232p20988462.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Unable to start tomcat server 6x

2008-12-13 Thread Partha Goswami
. Thanks and Regards, Partha. -- View this message in context: http://www.nabble.com/Unable-to-start-tomcat-server-6x-tp20988232p20988462.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe

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

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 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,

Re: Unable to start tomcat server 6x

2008-12-13 Thread Hassan Schroeder
On Sat, Dec 13, 2008 at 12:15 AM, Partha parthat...@gmail.com 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

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 d...@cornell.edu wrote: I think the important message is here: