1833883 Members
1731 Online
110063 Solutions
New Discussion

java question

 
Filosofo
Regular Advisor

java question

Hello guys,
at 00:30 I kill all process visualize from this command


ps -efx | grep PMSLoggerRMIServer

but after two ours, if I execute the ps command I see

root 15957 1 0 02:02:36 ? 0:14 /opt/java1.3/bin/../bin/PA_RISC2.0/native_threads/java -Xms20M -Xmx100M -classpath .:./archive/logger.jar:./archive/classes12.zip:./archive/xml.jar -Djava.rmi.server.codebase=file:////export_home/h3gpg/PMSLogger//archive/logger.jar -Djava.security.policy=./conf/rmi_policy logger.PMSLoggerRMIServer PMSLoggerRMIServer141 connection_logger.conf
root 27960 15947 0 03:55:44 pts/ta 0:00 grep PMSLoggerRMIServer
root 15960 1 0 02:02:36 ? 0:14 /opt/java1.3/bin/../bin/PA_RISC2.0/native_threads/java -Xms20M -Xmx100M -classpath .:./archive/logger.jar:./archive/classes12.zip:./archive/xml.jar -Djava.rmi.server.codebase=file:////export_home/h3gpg/PMSLogger//archive/logger.jar -Djava.security.policy=./conf/rmi_policy logger.PMSLoggerRMIServer PMSLoggerRMIServer141_4 connection_logger.conf
root 15958 1 0 02:02:36 ? 0:14 /opt/java1.3/bin/../bin/PA_RISC2.0/native_threads/java -Xms20M -Xmx100M -classpath .:./archive/logger.jar:./archive/classes12.zip:./archive/xml.jar -Djava.rmi.server.codebase=file:////export_home/h3gpg/PMSLogger//archive/logger.jar -Djava.security.policy=./conf/rmi_policy logger.PMSLoggerRMIServer PMSLoggerRMIServer141_2 connection_logger.conf
root 15959 1 0 02:02:36 ? 0:14 /opt/java1.3/bin/../bin/PA_RISC2.0/native_threads/java -Xms20M -Xmx100M -classpath .:./archive/logger.jar:./archive/classes12.zip:./archive/xml.jar -Djava.rmi.server.codebase=file:////export_home/h3gpg/PMSLogger//archive/logger.jar -Djava.security.policy=./conf/rmi_policy logger.PMSLoggerRMIServer PMSLoggerRMIServer141_3 connection_logger.conf

Why I see this process with out execute nothing command....
I speak with application support and they said me that the application is not running.
My system operating release is:HP-UX 11.11

Please help me

Filo
Sistem engeneer expert
3 REPLIES 3
Khalid A. Al-Tayaran
Valued Contributor

Re: java question

Hi,

I think you have a Java program running and trying to access a remote server. It is using RMI (Remote method invocation) pacakge. Also I think it should'nt run as root??

Filosofo
Regular Advisor

Re: java question

Can I resolve my problem?
I don want that java starting automaticly

Filo
Sistem engeneer expert
Michael Steele_2
Honored Contributor

Re: java question


These are all runaway processes that have gone to init:

root 15958 1 0 02:02:36 ?
root 15959 1 0 02:02:36 ?
root 15960 1 0 02:02:36 ?

Use ...lsof -p pid... to see what open files are involved. For example:

lsof -p 15959

Support Fatherhood - Stop Family Law