Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 18th, 2007, 09:55 PM
Troy Matteoli
Guest
 
Posts: n/a
Default java processes being sent shutdown on logoff

I'm having an issue running some java processes on a Windows server. My
system has serveral java processes that are started in the background by
a system service. They are run as the SYSTEM user. When someone logs
off from the console, the runtimes for the processes are given the
shutdown command. I would expect this if the processes were running as
the logged in user, but they are running as the SYSTEM user. Has anyone
else encountered this situation? If so, how would I go about resolving it?

TIA
Troy
  #2  
Old July 19th, 2007, 12:45 PM
Real Gagnon
Guest
 
Posts: n/a
Default Re: java processes being sent shutdown on logoff

I'm having an issue running some java processes on a Windows server.
Quote:
My system has serveral java processes that are started in the
background by a system service. They are run as the SYSTEM user.
When someone logs off from the console, the runtimes for the processes
are given the shutdown command. I would expect this if the processes
were running as the logged in user, but they are running as the SYSTEM
user. Has anyone else encountered this situation? If so, how would I
go about resolving it?
You need to use 1.3.1 or higher and pass the switch -Xrs (Reduce Signals
Xtended-switch) to the JVM.

Bye.
--
Real Gagnon from Quebec, Canada
* Java, Javascript, VBScript and PowerBuilder code snippets
* http://www.rgagnon.com/howto.html
* http://www.rgagnon.com/bigindex.html
  #3  
Old July 19th, 2007, 09:15 PM
Troy Matteoli
Guest
 
Posts: n/a
Default Re: java processes being sent shutdown on logoff

Thanks!!! That did the trick.

Real Gagnon wrote:
Quote:
Quote:
>I'm having an issue running some java processes on a Windows server.
>My system has serveral java processes that are started in the
>background by a system service. They are run as the SYSTEM user.
>When someone logs off from the console, the runtimes for the processes
>are given the shutdown command. I would expect this if the processes
>were running as the logged in user, but they are running as the SYSTEM
>user. Has anyone else encountered this situation? If so, how would I
>go about resolving it?
>
You need to use 1.3.1 or higher and pass the switch -Xrs (Reduce Signals
Xtended-switch) to the JVM.
>
Bye.
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles