Monitor lies

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
Amos.Rosmarin
Premium Member
Premium Member
Posts: 385
Joined: Tue Oct 07, 2003 4:55 am

Monitor lies

Post by Amos.Rosmarin »

Hi There,

The PX job is running (I look at the output file and see it's growing) but the monitor shows stop or ready.
After 1/2 hour I get job finished status.


How do I know the jobs' progress?


Amos
T42
Participant
Posts: 499
Joined: Thu Nov 11, 2004 6:45 pm

Post by T42 »

Make sure your JobMonApp process is running.

viewtopic.php?t=85983&highlight=jobmonapp
Amos.Rosmarin
Premium Member
Premium Member
Posts: 385
Joined: Tue Oct 07, 2003 4:55 am

Post by Amos.Rosmarin »

Thanks Mr. T you are right,

The problem is JobAppMon keep falling every hour or so and I don't know why.
T42
Participant
Posts: 499
Joined: Thu Nov 11, 2004 6:45 pm

Post by T42 »

Can you elaborate a bit further on what you're seeing that is causing it to fail? Do you see any logs that says this? If so, please paste what the log says.

You can also run JobMonApp in debug mode to trace the problem. (Don't forget to turn it off after you're done debugging, they create a HUGE log file.)
Amos.Rosmarin
Premium Member
Premium Member
Posts: 385
Joined: Tue Oct 07, 2003 4:55 am

Post by Amos.Rosmarin »

The problem is jobMonApp keeps falling almost every hour.
I'm almost sure no one else is using the ports (13400,13401)
The log says:

Thu Dec 02 12:07:35 CET 2004 ResponseParseHandler created.
Fatal Parsing Error Occurred:Premature end of file.
Received malformed xml syntax... Closing Connection to Conductor...Premature end of file.
org.xml.sax.SAXParseException: Premature end of file.
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at ProducerInputReaderThread.run(ProducerInputReaderThread.java:122)
Thu Dec 02 12:43:25 CET 2004 RequestParseHandler created.
T42
Participant
Posts: 499
Joined: Thu Nov 11, 2004 6:45 pm

Post by T42 »

Hmm, that is weird -- based on my inexperienced observation, someone may be attempting to contact you (hack?) on those open ports.

Ensure that your system's security is up to par, including external firewalls.

Contact Ascential Support if this still continues. I'm sure they may have some suggestions/fixes.
cyh
Participant
Posts: 18
Joined: Tue Jan 20, 2004 3:23 am

Post by cyh »

Where can I get more information about JobMonApp?
Post Reply