1844150 Members
2363 Online
110229 Solutions
New Discussion

nohup and java patches

 
Ng Hak Soon
New Member

nohup and java patches

Hi,

using nohup and &, I found it doesn't
work sometimes, especially when I call
some java program in nohup. If I quit
from terminal, the process will quit.
But when I call other process such as
weblogic, or shell using nohup, nohup
works. So I am wondering why nohup
couldn't work always, how to solve it?

I just install some java patches for
close socket issue, are there any
relation?

My hp is 11.11, java is 1.3.1-08

thx
hsng
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: nohup and java patches

There are required patches prior to java installation.

http://www.hp.com/go/java

You need these patches installed prior to the java install, though it may install anyway.

I'd do the patches for your OS and java version and then reinstall java and see if the behavior persists.

A search for nohup patches returned no results.

Correct me if I'm wrong true leaders here, nohup is a shell function?

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Robert-Jan Goossens
Honored Contributor

Re: nohup and java patches

Hi,

There is a bug fix for 1.4.0

The nohup(1) command was being ignored.

http://developer.java.sun.com/developer/bugParade/bugs/4755829.html

You have to register.

Hope it helps,

Robert-Jan.