Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Fwd: Re: [geclipse-dev] g-Eclipse pre-release build]

Hi Szymon,

Well spotted! Apologies everyone, the earlier problem I reported was due
to 'User Error' :-) I can now submit to both iwrrb and wms103.

Regards,
Ashish

Szymon Mueller wrote:
>
> Hello Ashish,
>
> I seem to have problems sending mail to geclipse-dev, so I'm answering
> directly to you:
> Try changing executable to /bin/hostname. I successfully submited job
> to fzk using our pre-build. There is also bug (see id=204418)
> regarding invalid XML character error when user uses \ instead of /.
> Instead of throwing error we should (?) suggest that user should check
> if all urls are correct.
>
> Cheers,
> Szymon
>
>
> On Tue, 25 Sep 2007, Ashish Thandavan wrote:
>
>> Hi all,
>>
>> I was able to download and install the pre-build release without any
>> issues but ran into problems when trying to submit a simple hostname
>> jsdl :
>>
>> <?xml version="1.0" encoding="UTF-8"?>
>> <jsdl:JobDefinition
>> xmlns:jsdl="http://schemas.ggf.org/jsdl/2005/11/jsdl";
>> xmlns:jsdl-posix="http://schemas.ggf.org/jsdl/2005/11/jsdl-posix";>
>>  <jsdl:JobDescription>
>>    <jsdl:JobIdentification>
>>      <jsdl:JobName>Hostname</jsdl:JobName>
>>    </jsdl:JobIdentification>
>>    <jsdl:Application>
>>      <jsdl:ApplicationName>Hostname</jsdl:ApplicationName>
>>      <jsdl-posix:POSIXApplication>
>>        <jsdl-posix:Executable>\bin\hostname</jsdl-posix:Executable>
>>      </jsdl-posix:POSIXApplication>
>>    </jsdl:Application>
>>  </jsdl:JobDescription>
>> </jsdl:JobDefinition>
>>
>> I got a 'connection refused' when trying to submit to
>> wmslb101.grid.ucy.ac.cy, 'user not authorized' error with
>> omii-eu-03.pd.infn.it and the following SAXParseException when
>> submitting to the others on the list:
>>
>> Message: ; nested exception is:org.xml.sax.SAXParseException: An invalid
>> XML character (Unicode: 0x8) was found in the element content of the
>> document.
>>
>> AxisFault
>> faultCode:
>> {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
>> faultSubcode:
>> faultString: org.xml.sax.SAXParseException: An invalid XML character
>> (Unicode: 0x8) was found in the element content of the document.
>> faultActor:
>> faultNode:
>> faultDetail:
>> {http://xml.apache.org/axis/}stackTrace:org.xml.sax.SAXParseException:
>> An invalid XML character (Unicode: 0x8) was found in the element content
>> of the document.
>> at
>> com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:236)
>>
>> at
>> com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:215)
>>
>> at
>> com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:386)
>>
>> at
>> com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:316)
>>
>> at
>> com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1438)
>>
>> at
>> com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1672)
>>
>> at
>> com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:368)
>>
>> at
>> com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:834)
>>
>> at
>> com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
>>
>> at
>> com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148)
>>
>> at
>> com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1242)
>>
>> at javax.xml.parsers.SAXParser.parse(SAXParser.java:375)
>> at
>> org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
>>
>> at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
>> at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
>> at
>> org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
>>
>> at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
>> at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
>> at org.apache.axis.client.Call.invoke(Call.java:2767)
>> at org.apache.axis.client.Call.invoke(Call.java:2443)
>> at org.apache.axis.client.Call.invoke(Call.java:2366)
>> at org.apache.axis.client.Call.invoke(Call.java:1812)
>> at org.glite.wms.wmproxy.WMProxyStub.jobSubmit(WMProxyStub.java:1925)
>> at eu.geclipse.glite.WMSClient.submit_again(Unknown Source)
>> at eu.geclipse.glite.WMSClient.submit(Unknown Source)
>> at eu.geclipse.glite.WMSClient.submitJob(Unknown Source)
>> at eu.geclipse.glite.resources.GliteJobAPI.submitJob(Unknown Source)
>> at
>> eu.geclipse.glite.resources.GliteJobSubmissionService.submitJob(Unknown
>> Source)
>> at
>> eu.geclipse.ui.wizards.jobsubmission.JobSubmissionWizardBase$1.run(Unknown
>>
>> Source)
>> at
>> org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
>>
>> {http://xml.apache.org/axis/}hostname:chennai
>> org.xml.sax.SAXParseException: An invalid XML character (Unicode: 0x8)
>> was found in the element content of the document.
>> at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)
>> at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:701)
>> at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
>> at
>> org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
>>
>> at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
>> at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
>> at org.apache.axis.client.Call.invoke(Call.java:2767)
>> at org.apache.axis.client.Call.invoke(Call.java:2443)
>> at org.apache.axis.client.Call.invoke(Call.java:2366)
>> at org.apache.axis.client.Call.invoke(Call.java:1812)
>> at org.glite.wms.wmproxy.WMProxyStub.jobSubmit(WMProxyStub.java:1925)
>> at eu.geclipse.glite.WMSClient.submit_again(Unknown Source)
>> at eu.geclipse.glite.WMSClient.submit(Unknown Source)
>> at eu.geclipse.glite.WMSClient.submitJob(Unknown Source)
>> at eu.geclipse.glite.resources.GliteJobAPI.submitJob(Unknown Source)
>> at
>> eu.geclipse.glite.resources.GliteJobSubmissionService.submitJob(Unknown
>> Source)
>> at
>> eu.geclipse.ui.wizards.jobsubmission.JobSubmissionWizardBase$1.run(Unknown
>>
>> Source)
>> at
>> org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
>>
>> Caused by: org.xml.sax.SAXParseException: An invalid XML character
>> (Unicode: 0x8) was found in the element content of the document.
>> at
>> com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:236)
>>
>> at
>> com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:215)
>>
>> at
>> com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:386)
>>
>> at
>> com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:316)
>>
>> at
>> com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1438)
>>
>> at
>> com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1672)
>>
>> at
>> com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:368)
>>
>> at
>> com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:834)
>>
>> at
>> com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
>>
>> at
>> com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148)
>>
>> at
>> com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1242)
>>
>> at javax.xml.parsers.SAXParser.parse(SAXParser.java:375)
>> at
>> org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
>>
>> at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
>>
>> Has anyone else experienced something similar?
>>
>> Regards,
>>
>> -- 
>> Ashish
>> ------------------------------
>> ****************
>> Ashish Thandavan
>> ACET Centre, School of Systems Engineering,
>> Philip Lyle Building (5th Floor),
>> P.O. Box 68,
>> University of Reading
>> Whiteknights Campus,
>> Reading RG6 6BX
>> ****************
>> Tel: +44 (0) 118 378 7645
>> Fax: +44 (0) 118 378 5224
>> ------------------------------
>>
>>


-- 
Ashish
------------------------------
****************
Ashish Thandavan
ACET Centre, School of Systems Engineering,
Philip Lyle Building (5th Floor),
P.O. Box 68,
University of Reading
Whiteknights Campus,
Reading RG6 6BX
****************
Tel: +44 (0) 118 378 7645
Fax: +44 (0) 118 378 5224
------------------------------

--- Begin Message ---

Hello Ashish,

I seem to have problems sending mail to geclipse-dev, so I'm answering directly to you: Try changing executable to /bin/hostname. I successfully submited job to fzk using our pre-build. There is also bug (see id=204418) regarding invalid XML character error when user uses \ instead of /. Instead of throwing error we should (?) suggest that user should check if all urls are correct.

Cheers,
Szymon


On Tue, 25 Sep 2007, Ashish Thandavan wrote:

Hi all,

I was able to download and install the pre-build release without any
issues but ran into problems when trying to submit a simple hostname jsdl :

<?xml version="1.0" encoding="UTF-8"?>
<jsdl:JobDefinition
xmlns:jsdl="http://schemas.ggf.org/jsdl/2005/11/jsdl";
xmlns:jsdl-posix="http://schemas.ggf.org/jsdl/2005/11/jsdl-posix";>
 <jsdl:JobDescription>
   <jsdl:JobIdentification>
     <jsdl:JobName>Hostname</jsdl:JobName>
   </jsdl:JobIdentification>
   <jsdl:Application>
     <jsdl:ApplicationName>Hostname</jsdl:ApplicationName>
     <jsdl-posix:POSIXApplication>
       <jsdl-posix:Executable>\bin\hostname</jsdl-posix:Executable>
     </jsdl-posix:POSIXApplication>
   </jsdl:Application>
 </jsdl:JobDescription>
</jsdl:JobDefinition>

I got a 'connection refused' when trying to submit to
wmslb101.grid.ucy.ac.cy, 'user not authorized' error with
omii-eu-03.pd.infn.it and the following SAXParseException when
submitting to the others on the list:

Message: ; nested exception is:org.xml.sax.SAXParseException: An invalid
XML character (Unicode: 0x8) was found in the element content of the
document.

AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: org.xml.sax.SAXParseException: An invalid XML character
(Unicode: 0x8) was found in the element content of the document.
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace:org.xml.sax.SAXParseException:
An invalid XML character (Unicode: 0x8) was found in the element content
of the document.
at
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:236)
at
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:215)
at
com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:386)
at
com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:316)
at
com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1438)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1672)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:368)
at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:834)
at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
at
com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148)
at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1242)
at javax.xml.parsers.SAXParser.parse(SAXParser.java:375)
at
org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
at
org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
at org.apache.axis.client.Call.invoke(Call.java:2767)
at org.apache.axis.client.Call.invoke(Call.java:2443)
at org.apache.axis.client.Call.invoke(Call.java:2366)
at org.apache.axis.client.Call.invoke(Call.java:1812)
at org.glite.wms.wmproxy.WMProxyStub.jobSubmit(WMProxyStub.java:1925)
at eu.geclipse.glite.WMSClient.submit_again(Unknown Source)
at eu.geclipse.glite.WMSClient.submit(Unknown Source)
at eu.geclipse.glite.WMSClient.submitJob(Unknown Source)
at eu.geclipse.glite.resources.GliteJobAPI.submitJob(Unknown Source)
at
eu.geclipse.glite.resources.GliteJobSubmissionService.submitJob(Unknown
Source)
at
eu.geclipse.ui.wizards.jobsubmission.JobSubmissionWizardBase$1.run(Unknown
Source)
at
org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
{http://xml.apache.org/axis/}hostname:chennai
org.xml.sax.SAXParseException: An invalid XML character (Unicode: 0x8)
was found in the element content of the document.
at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)
at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:701)
at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
at
org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
at org.apache.axis.client.Call.invoke(Call.java:2767)
at org.apache.axis.client.Call.invoke(Call.java:2443)
at org.apache.axis.client.Call.invoke(Call.java:2366)
at org.apache.axis.client.Call.invoke(Call.java:1812)
at org.glite.wms.wmproxy.WMProxyStub.jobSubmit(WMProxyStub.java:1925)
at eu.geclipse.glite.WMSClient.submit_again(Unknown Source)
at eu.geclipse.glite.WMSClient.submit(Unknown Source)
at eu.geclipse.glite.WMSClient.submitJob(Unknown Source)
at eu.geclipse.glite.resources.GliteJobAPI.submitJob(Unknown Source)
at
eu.geclipse.glite.resources.GliteJobSubmissionService.submitJob(Unknown
Source)
at
eu.geclipse.ui.wizards.jobsubmission.JobSubmissionWizardBase$1.run(Unknown
Source)
at
org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
Caused by: org.xml.sax.SAXParseException: An invalid XML character
(Unicode: 0x8) was found in the element content of the document.
at
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:236)
at
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:215)
at
com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:386)
at
com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:316)
at
com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1438)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1672)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:368)
at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:834)
at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
at
com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148)
at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1242)
at javax.xml.parsers.SAXParser.parse(SAXParser.java:375)
at
org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)

Has anyone else experienced something similar?

Regards,

--
Ashish
------------------------------
****************
Ashish Thandavan
ACET Centre, School of Systems Engineering,
Philip Lyle Building (5th Floor),
P.O. Box 68,
University of Reading
Whiteknights Campus,
Reading RG6 6BX
****************
Tel: +44 (0) 118 378 7645
Fax: +44 (0) 118 378 5224
------------------------------



--- End Message ---

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


Back to the top