Latest articles posted on www.ramraje.com

where is the Eclipse error log location?

Today I supposed to pull latest code  from perforce source control system and set up the project in eclipse and test it whether it is working or not. I finished setting up the project and published the all projects to eclipse tomcat directory, while starting the tomcat I was getting below error Server Tomcat v5.5 [...]

java.net.SocketException: Connection reset by peer, socket write error

I am getting this socket connection error in my java web application, which was working very well for long time. I did see this behaviour when I ran huge batch of database insertions/updates. Below is the java stacktrace of this error.

How to find installed RPM software packages

I was trying to install mysql in centOS, which is rpm based Linux operating system like redhat, fedora etc. And I wanted to find out if it already installed or not.

How to see CentOS linux version

Many times I forget the Linux command which is used to see the centOS linux operating system version. So, decided to write down it here on my blog and refer back when i forget. I hope it may also help others!

Solution for Python smtplib.SMTPServerDisconnected error

Since from two months I have been working on developing python application to automate the web importer task for our web application, and after completing import job an email needs to be sent to support team with the importer status.

How to start NFS service

What is NFS and NFS service NFS is the network file system, which is used to mount or link the file system or simply folders from one linux machine to another linux machine. This mounting makes folders and files transparently available  to the other linux machines across the network. NFS service NFS service is the [...]

NFS file system in Linux

NFS stands for Network File System. And this is the one which is most widely used file system on Linux operating system based computers. Using this file system you can actually mount a file(s) from one Linux computer to another Linux computer if the both system are in the same network(LAN). Mounting means just copying [...]

Popular Perl web applications, part 1

Movable Type Movable Type is premium publishing and blogging software which is developed using perl.It is used for developing blog websites, content managed websites along with  social communities. Latest version of Movable Type runs on perl 5.8.1 or above. Unlike wordpress, another popular open source blogging software, movable type supports both static and dynaminc content [...]