[gold-users] Problem when integrate maui with gold
Scott Jackson
scott at clusterresources.com
Wed Nov 21 13:39:07 MST 2007
Phoniex Wu,
This is happening because:
<[NONE]> is not a valid XML tag. Moab and Maui build up XML manually
without the use of the slower XML libraries. This is a bug in Maui.
Your options are:
1) See if you can get CRI to fix this problem in Maui
2) Fix it in Maui yourself
3) Use Moab
4) Integrate with Gold via prolog and epilog instead of the hooks in
Maui.
5) There is also a remote possibilty that this is fixed in a more recent
version of Maui if you are using an old one
Good luck,
Scott
You will have to see what kind of support you can get to fix Maui, fix
it yourself,
On Thu, 2007-11-08 at 10:28 +0800, Phoniex Wu wrote:
> Hi gold usrs,
>
> I have a problem when I integrate maui to gold .I have install maui
> and gold correctly,and maui can communicate with gold,buy when
> a submit a job by qsub
>
> gold have parser error when get information from maui,the log is
> below ,have some advise ???
>
>
>
> 2007-11-08 10:23:21.017 INFO main:: New Connection Received
> 2007-11-08 10:23:21.017 TRACE Gold::Message::new invoked with
> arguments: (connection => IO::Socket::INET=GLOB(0xa9f1d0))
> 2007-11-08 10:23:21.018 TRACE Gold::Message::receiveChunk invoked
> with arguments: ()
> 2007-11-08 10:23:21.018 DEBUG Gold::Message::receiveChunk Read
> message header (POST /SSSRMAP3 HTTP/1.1
> Content-Type: text/xml; charset="utf-8"
> Transfer-Encoding:
> chunked;
>
> ).
> 2007-11-08 10:23:21.019 INFO Gold::Message::receiveChunk Read
> message payload (421, <Envelope component="ClusterScheduler" count="1"
> name="maui" version="3.2.6p11"><Body actor="root"><Request
> action="Charge"
> actor="root"><Object>Job</Object><Data><Job><JobId>111</JobId><UserId>admin</UserId><[NONE]>3</[NONE]><MachineName>base</MachineName><Processors>4</Processors><WallDuration>92</WallDuration><Queue>default</Queue><NodeType>DEFAULT</NodeType><Type>job</Type></Job></Data></Request></Body>
> </Envelope>).
> 2007-11-08 10:23:21.019 TRACE Gold::Message::unmarshallChunk invoked
> with arguments: (<Envelope component="ClusterScheduler" count="1"
> name="maui" version="3.2.6p11"><Body actor="root"><Request
> action="Charge"
> actor="root"><Object>Job</Object><Data><Job><JobId>111</JobId><UserId>admin</UserId><[NONE]>3</[NONE]><MachineName>base</MachineName><Processors>4</Processors><WallDuration>92</WallDuration><Queue>default</Queue><NodeType>DEFAULT</NodeType><Type>job</Type></Job></Data></Request></Body
> ></Envelope>)
> 2007-11-08 10:23:21.023 ERROR main::__ANON__ Internal server
> error: :1: parser error : StartTag: invalid element name
> ="root"><Object>Job</Object><Data><Job><JobId>111</JobId><UserId>admin</UserId><
>
> ^
> :1: parser error : expected '>'
> bject>Job</Object><Data><Job><JobId>111</JobId><UserId>admin</UserId><[NONE]>3</
>
> ^
> :1: parser error : Opening and ending tag mismatch: Job line 1 and
> unparseable
> bject>Job</Object><Data><Job><JobId>111</JobId><UserId>admin</UserId><[NONE]>3</
>
> ^
> :1: parser error : Opening and ending tag mismatch: Data line 1 and
> Job
> uration><Queue>default</Queue><NodeType>DEFAULT</NodeType><Type>job</Type></Job>
>
> ^
> :1: parser error : Opening and ending tag mismatch: Request line 1 and
> Data
> ><Queue>default</Queue><NodeType>DEFAULT</NodeType><Type>job</Type></Job></Data>
>
> ^
> :1: parser error : Opening and ending tag mismatch: Body line 1 and
> Request
> fault</Queue><NodeType>DEFAULT</NodeType><Type>job</Type></Job></Data></Request>
>
> ^
> :1: parser error : Opening and ending tag mismatch: Envelope line 1
> and Body
> Queue><NodeType>DEFAULT</NodeType><Type>job</Type></Job></Data></Request></Body>
>
> ^
> :1: parser error : Extra content at the end of the document
> Queue><NodeType>DEFAULT</NodeType><Type>job</Type></Job></Data></Request></Body>
>
>
> _______________________________________________
> gold-users mailing list
> gold-users at supercluster.org
> http://www.supercluster.org/mailman/listinfo/gold-users
More information about the gold-users
mailing list