Jobmonapp failed

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
dspxguy
Participant
Posts: 156
Joined: Thu May 24, 2007 4:09 pm
Location: Simi Valley, CA

Jobmonapp failed

Post by dspxguy »

Hi guys,
When trying to run jobs , getting this error

Failed to connect to JobMonApp on port 13401

main_program: Failed to intialize job monitoring. Monitor information will not be generated.



Hi below is the log for jobmonapp.

Tue Sep 25 16:24:42 CDT 2007 RequestParseHandler created.

Tue Sep 25 16:24:42 CDT 2007 ResponseParseHandler created.


Fatal Parsing Error Occurred:XML document structures must start and end within the same entity.
Received malformed xml syntax... Closing Connection to Conductor...XML document structures must start and end within the same entity.
org.xml.sax.SAXParseException: XML document structures must start and end within the same entity.
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at ProducerInputReaderThread.run(ProducerInputReaderThread.java:123)
Fatal Parsing Error Occurred:XML document structures must start and end within the same entity.
SAXParseException... Closing Connection to Client...XML document structures must start and end within the same entity.
org.xml.sax.SAXParseException: XML document structures must start and end within the same entity.
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at ConsumerRequestReaderThread.run(ConsumerRequestReaderThread.java:210)


Tue Sep 25 16:31:03 CDT 2007 ResponseParseHandler created.

Tue Sep 25 16:31:31 CDT 2007 RequestParseHandler created.

What is causing this? is there a bug in this 7.5.2 version?
Any thoughts on this issue ?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

It is not a bug.

You have supplied an XML document that does not begin and end with the same entity (that is, matching top-level beginning and ending tags).

This can not be parsed in any sensible way. So the job aborts. If I were the XML parser I'd give up too.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
dspxguy
Participant
Posts: 156
Joined: Thu May 24, 2007 4:09 pm
Location: Simi Valley, CA

Post by dspxguy »

ray.wurlod wrote:It is not a bug.

You have supplied an XML document that does not begin and end with the same entity (that is, matching top-level beginning and ending tags).

This can not be parsed in any sensibl ...

Hi Ray,

The jobmonapp stopped and i had to restart it, its working fine now.
dont know why it stopped suddenly.
Post Reply