Failed to connect JobMonApp on port

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
zapal
Participant
Posts: 6
Joined: Wed Apr 07, 2004 3:36 am

Failed to connect JobMonApp on port

Post by zapal »

Hi,

Get an error message "Failed to connect JobMonApp on port number of ports".

I find this port number in a file which name is "jobmon_ports".

The job finish correctly with a status "Finished (see log)". I can open the monitor but there is no information.

Get anybody idea ?

Thanks
Eric
Participant
Posts: 254
Joined: Mon Sep 29, 2003 4:35 am

Post by Eric »

JobMonApp collects all the monitor info. So if JobMonApp is not running you will get no monitor info ...

Have you tried restarting DataStage services / Unix server as JobMonApp should be started automatically when DataStage is started up.
lateshj
Participant
Posts: 12
Joined: Wed Nov 05, 2003 11:54 pm

Post by lateshj »

Pls note the following for JobMonAPP (Job Monitor):

1) JobMonAPP runs on the ports listed in the following file:

/ascential/apt/QX/etc/jobmon_ports

2) JobMonAPP can be started/stopped using the following command:

/ascential/apt/QX/java/jobmoninit

Usage: ./jobmoninit [ start | stop ] [APT_ORCHHOME VALUE]

For 6 version
it is present at
/apps/dsadm/Ascential/DataStage/PXEngine/java
zapal
Participant
Posts: 6
Joined: Wed Apr 07, 2004 3:36 am

Post by zapal »

Thanks. It now runs ! :D May be there is an error when I start the server.
lateshj wrote:Pls note the following for JobMonAPP (Job Monitor):

1) JobMonAPP runs on the ports listed in the following file:

/ascential/apt/QX/etc/jobmon_ports

2) JobMonAPP can be started/stopped using the following command:

/ascential/apt/QX/java/jobmoninit

Usage: ./jobmoninit [ start | stop ] [APT_ORCHHOME VALUE]

For 6 version
it is present at
/apps/dsadm/Ascential/DataStage/PXEngine/java
viji79
Participant
Posts: 1
Joined: Thu Apr 08, 2004 8:38 pm

Post by viji79 »

Hi I'm having the same problem in HP UX. But this method did not start the jobmonapp and I still get the warning "Failed to connect to JobMonApp on port 13401". :(
I tried rebooting the server as well as the DataStage services.
Any ideas? :idea:
Eric
Participant
Posts: 254
Joined: Mon Sep 29, 2003 4:35 am

Post by Eric »

Did JobMonApp give you an error when you tried to start it?

What version of DS are you running?
anupam
Participant
Posts: 172
Joined: Fri Apr 04, 2003 10:51 pm
Location: India

Post by anupam »

Hi

i am using version 7.1, I am also facing this kind of problem.

JobMonApp comes down suddenly after running for some days, say 2 Days. This kind of problem is recurring.

I am not sure why it is happening.

Can i have some of the possible reasons for it.
The ports specified in jobmon_ports are
APT_JOBMON_PORT1=13400
APT_JOBMON_PORT2=13401
----------------
Rgds,
Anupam
----------------
The future is not something we enter. The future is something we create.
T42
Participant
Posts: 499
Joined: Thu Nov 11, 2004 6:45 pm

Post by T42 »

There may be other programs on your server that have been attempting to use port 13400 and 13401. Call your SysAdmin and tell him to stop it.

:P
jatinrheen
Participant
Posts: 10
Joined: Sat Jan 01, 2005 1:32 pm

JobMonApp

Post by jatinrheen »

WHen I am trying to run this :

./jobmoninit start APT_ORCHHOME

I am getting the following error :

$./jobmoninit start $APT_ORCHHOME
A second argument must be supplied to this script when APT_ORCHHOME is not set in your environment.Directory /java does not exist.

I think APT_ORCHHOME parameter is not properly supplied by me ..Can you please elaborate on how to find this parm.

Regards
Jatinder



lateshj wrote:Pls note the following for JobMonAPP (Job Monitor):

1) JobMonAPP runs on the ports listed in the following file:

/ascential/apt/QX/etc/jobmon_ports

2) JobMonAPP can be started/stopped using the following command:

/ascential/apt/QX/java/jobmoninit

Usage: ./jobmoninit [ start | stop ] [APT_ORCHHOME VALUE]

For 6 version
it is present at
/apps/dsadm/Ascential/DataStage/PXEngine/java
T42
Participant
Posts: 499
Joined: Thu Nov 11, 2004 6:45 pm

Post by T42 »

I just discovered that there was a nasty bug within JobMonApp. If your job crash hard (i.e. "Error on line 10234 of file yousucks.h"), your JobMonApp may go down with it.

Fortunately, this bug was fixed for 7.5.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

I can't find the file yousucks.h on my installation, and find it almost inconceivable that an error message would be reported on a header file, or even that a header file would contain more than 10000 lines. :lol:
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
T42
Participant
Posts: 499
Joined: Thu Nov 11, 2004 6:45 pm

Post by T42 »

Yeah. That's why it's called yousucks.h, Ray. :wink:
Post Reply