Hi all
I am running Ubuntu 12.04 on an HP laptop;
I suspect that there is a runaway process on the system;
How can I tell a process name, firstly from a command prompt ( preferably directing the list to a file )
and secondly is there a way to identify the process name from within a Java ( or C++ ) program?
Thanks in Advance
Jefe
Is there a way to start my Java process that I can easily identify it, from another program that runs a ps in the system?
hi,
Our server maintenance has informed us the below process are not running in the unix server.
http , java , Ora_home_jre process
So some one please help what i need to do to make these process running ?
Where i need to check what would have went wrong???
Thanks in Advance,
Arun Manas:b:
I usually run few Java applications, one for server running locally and other for some IDE like NetBeans. And from time to time, after lots of redeployments, my server get stuck on OutOfMemoryException so I need to kill Java process in order to reboot.
So I do pkill -9 java but this also kills my running IDE which I don't want to.
Hi All,
i want to check all the child processes attached to a specific process.
Say for a example; my process is a java process. then i wanna know what are the processes attached to that java process.
at the moment i use the command # ps aux|grep java ; this gives the details about the currently running java process.
I am maintaining an application that currently consists of 4 processes that are dependant on each other in various ways.
One java process is running by my server.In the logs I found that my server restarts automatically ( logic is there that if the process killed, start automatically ). Here I don't know who is killing my java process.May be some script, or anything...not idea about it.
Is there any way to find out who is the process killer.
I am working on Linux machine.
Hi,
I want to know what version of the java is installed?
Please let me know the command or process to identify the installed java version in sun solaris box.
Thanks in advance for all your support.
I was desperately trying to get tomcat running, but sometimes it just stopped responding.
A couple of hours later, i just typed in java -version and about one of ten times it stucked too.
$ java -version
java version "1.7.0_09"
OpenJDK Runtime Environment (IcedTea7 2.3.3) (7u9-2.3.3-0ubuntu1~12.04.1)
OpenJDK Client VM (build 23.2-b09, mixed mode, sharing)
I have no idea, why this sometimes work