RTI service Stops all of a Sudden

Dedicated to DataStage and DataStage TX editions featuring IBM<sup>®</sup> Service-Oriented Architectures.

Moderators: chulett, rschirm

Post Reply
srinagesh
Participant
Posts: 125
Joined: Mon Jul 25, 2005 7:03 am

RTI service Stops all of a Sudden

Post by srinagesh »

Hi !

RTI service stops all of a sudden. The .NET programs call the default web service in order to run the jobs. The calls are successful for most part of the day and suddenly the service goes down.

I need help to find out the root cause of the problem.

Are there any logs that are created when the service stops ? Or is there a way to create a log file when service starts/stops (by modifying any configuration file).

Any help/pointers would be very very helpful.

Regards
Nagesh
srinagesh
Participant
Posts: 125
Joined: Mon Jul 25, 2005 7:03 am

Post by srinagesh »

Actually found a message in RTI.log file

{ 2006-08-25 18:57:20,902 [JBoss Shutdown Hook] INFO com.ascentialsoftware.mwserver.jobpool.impl.JobPool WebModule - close request received. }

Any ideas why this is happening?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

I'd take your situation and messages to whomever is handling your JBoss installation. Where is your repository stored for RTI - the default Derby database or a relational one? Any chance that those connections are being closed by some kind of idle timeout? :?
-craig

"You can never have too many knives" -- Logan Nine Fingers
srinagesh
Participant
Posts: 125
Joined: Mon Jul 25, 2005 7:03 am

Post by srinagesh »

:?: I usually start the service using telnet and I have observed, just now, that the service goes down as soon as I close my telnet connection from which I start the RTI service.

Is this a valid observation ?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

YES, of course. You need to 'nohup' what you are doing.
-craig

"You can never have too many knives" -- Logan Nine Fingers
srinagesh
Participant
Posts: 125
Joined: Mon Jul 25, 2005 7:03 am

Post by srinagesh »

Thanx Craig.

I have been monitoring the RTI service for about 48 hrs and looks like its pretty stable
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Cool. :D
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply