<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic [resolved] Salesforce: whitespace error in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Salesforce-whitespace-error/m-p/2340146#M108204</link>
    <description>Hi! 
&lt;BR /&gt;I'm working on a job to import data into salesforce, but I ran into an error that I just can't find the cause of. This is the error: 
&lt;BR /&gt; 
&lt;PRE&gt;Exception in component tSalesforceOutput_1&lt;BR /&gt;org.apache.axis2.AxisFault: Invalid white space character (0x1f) in text to output&lt;BR /&gt;	at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)&lt;BR /&gt;	at org.apache.axis2.transport.http.SOAPMessageFormatter.writeTo(SOAPMessageFormatter.java:78)&lt;BR /&gt;	at org.apache.axis2.transport.http.AxisRequestEntity.writeRequest(AxisRequestEntity.java:84)&lt;BR /&gt;	at org.apache.commons.httpclient.methods.EntityEnclosingMethod.writeRequestBody(EntityEnclosingMethod.java:499)&lt;BR /&gt;	at org.apache.commons.httpclient.HttpMethodBase.writeRequest(HttpMethodBase.java:2114)&lt;BR /&gt;	at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1096)&lt;BR /&gt;	at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398)&lt;BR /&gt;	at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)&lt;BR /&gt;	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)&lt;BR /&gt;	at org.apache.axis2.transport.http.AbstractHTTPSender.executeMethod(AbstractHTTPSender.java:621)&lt;BR /&gt;	at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:193)&lt;BR /&gt;	at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:75)&lt;BR /&gt;	at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:404)&lt;BR /&gt;	at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:231)&lt;BR /&gt;	at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:443)&lt;BR /&gt;	at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:406)&lt;BR /&gt;	at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)&lt;BR /&gt;	at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)&lt;BR /&gt;	at com.salesforce.soap.partner.SforceServiceStub.create(SforceServiceStub.java:6651)&lt;BR /&gt;	at org.talend.salesforce.SforceManagementImpl.insert(SforceManagementImpl.java:521)&lt;BR /&gt;	at salesforce_iadvise.loadcontactdata_0_1.LoadContactData.tFileInputDelimited_1Process(LoadContactData.java:4610)&lt;BR /&gt;	at salesforce_iadvise.loadcontactdata_0_1.LoadContactData.runJobInTOS(LoadContactData.java:5830)&lt;BR /&gt;	at salesforce_iadvise.loadcontactdata_0_1.LoadContactData.main(LoadContactData.java:5696)&lt;BR /&gt;Caused by: com.ctc.wstx.exc.WstxIOException: Invalid white space character (0x1f) in text to output&lt;BR /&gt;	at com.ctc.wstx.sw.BaseStreamWriter.writeCharacters(BaseStreamWriter.java:511)&lt;BR /&gt;	at org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper.writeCharacters(XMLStreamWriterWrapper.java:100)&lt;BR /&gt;	at org.apache.axiom.om.impl.MTOMXMLStreamWriter.writeCharacters(MTOMXMLStreamWriter.java:325)&lt;BR /&gt;	at org.apache.axiom.om.impl.llom.OMTextImpl.writeOutput(OMTextImpl.java:249)&lt;BR /&gt;	at org.apache.axiom.om.impl.llom.OMTextImpl.internalSerialize(OMTextImpl.java:400)&lt;BR /&gt;	at org.apache.axiom.om.impl.util.OMSerializerUtil.serializeChildren(OMSerializerUtil.java:556)&lt;BR /&gt;	at org.apache.axiom.om.impl.llom.OMElementImpl.internalSerialize(OMElementImpl.java:846)&lt;BR /&gt;	at org.apache.axiom.om.impl.llom.OMSerializableImpl.serialize(OMSerializableImpl.java:120)&lt;BR /&gt;	at org.apache.axiom.om.impl.llom.OMSerializableImpl.serialize(OMSerializableImpl.java:108)&lt;BR /&gt;	at com.salesforce.soap.partner.sobject.SObject.serialize(SObject.java:311)&lt;BR /&gt;	at com.salesforce.soap.partner.sobject.SObject.serialize(SObject.java:218)&lt;BR /&gt;	at com.salesforce.soap.partner.Create.serialize(Create.java:127)&lt;BR /&gt;	at com.salesforce.soap.partner.Create.serialize(Create.java:100)&lt;BR /&gt;	at org.apache.axis2.databinding.ADBDataSource.serialize(ADBDataSource.java:90)&lt;BR /&gt;	at org.apache.axiom.om.impl.llom.OMSourcedElementImpl.internalSerialize(OMSourcedElementImpl.java:638)&lt;BR /&gt;	at org.apache.axiom.om.impl.util.OMSerializerUtil.serializeChildren(OMSerializerUtil.java:563)&lt;BR /&gt;	at org.apache.axiom.om.impl.llom.OMElementImpl.internalSerialize(OMElementImpl.java:846)&lt;BR /&gt;	at org.apache.axiom.soap.impl.llom.SOAPEnvelopeImpl.serializeInternally(SOAPEnvelopeImpl.java:267)&lt;BR /&gt;	at org.apache.axiom.soap.impl.llom.SOAPEnvelopeImpl.internalSerialize(SOAPEnvelopeImpl.java:229)&lt;BR /&gt;	at org.apache.axiom.om.impl.llom.OMSerializableImpl.serializeAndConsume(OMSerializableImpl.java:188)&lt;BR /&gt;	at org.apache.axis2.transport.http.SOAPMessageFormatter.writeTo(SOAPMessageFormatter.java:74)&lt;BR /&gt;	... 21 more&lt;BR /&gt;Caused by: java.io.IOException: Invalid white space character (0x1f) in text to output&lt;BR /&gt;	at com.ctc.wstx.sw.XmlWriter.throwInvalidChar(XmlWriter.java:545)&lt;BR /&gt;	at com.ctc.wstx.sw.BufferingXmlWriter.writeCharacters(BufferingXmlWriter.java:531)&lt;BR /&gt;	at com.ctc.wstx.sw.BaseStreamWriter.writeCharacters(BaseStreamWriter.java:509)&lt;BR /&gt;	... 41 more&lt;/PRE&gt; 
&lt;BR /&gt;I've checked my input file, and I can't find any special characters there, but I don't really know how to look for a character by hex-code either, so I might just have missed it. 
&lt;BR /&gt;The job is attached, it's nothing complex. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEbK.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153861i29A325F3A587AB76/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEbK.jpg" alt="0683p000009MEbK.jpg" /&gt;&lt;/span&gt;</description>
    <pubDate>Sat, 16 Nov 2024 11:57:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T11:57:39Z</dc:date>
    <item>
      <title>[resolved] Salesforce: whitespace error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Salesforce-whitespace-error/m-p/2340146#M108204</link>
      <description>Hi! 
&lt;BR /&gt;I'm working on a job to import data into salesforce, but I ran into an error that I just can't find the cause of. This is the error: 
&lt;BR /&gt; 
&lt;PRE&gt;Exception in component tSalesforceOutput_1&lt;BR /&gt;org.apache.axis2.AxisFault: Invalid white space character (0x1f) in text to output&lt;BR /&gt;	at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)&lt;BR /&gt;	at org.apache.axis2.transport.http.SOAPMessageFormatter.writeTo(SOAPMessageFormatter.java:78)&lt;BR /&gt;	at org.apache.axis2.transport.http.AxisRequestEntity.writeRequest(AxisRequestEntity.java:84)&lt;BR /&gt;	at org.apache.commons.httpclient.methods.EntityEnclosingMethod.writeRequestBody(EntityEnclosingMethod.java:499)&lt;BR /&gt;	at org.apache.commons.httpclient.HttpMethodBase.writeRequest(HttpMethodBase.java:2114)&lt;BR /&gt;	at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1096)&lt;BR /&gt;	at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398)&lt;BR /&gt;	at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)&lt;BR /&gt;	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)&lt;BR /&gt;	at org.apache.axis2.transport.http.AbstractHTTPSender.executeMethod(AbstractHTTPSender.java:621)&lt;BR /&gt;	at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:193)&lt;BR /&gt;	at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:75)&lt;BR /&gt;	at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:404)&lt;BR /&gt;	at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:231)&lt;BR /&gt;	at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:443)&lt;BR /&gt;	at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:406)&lt;BR /&gt;	at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)&lt;BR /&gt;	at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)&lt;BR /&gt;	at com.salesforce.soap.partner.SforceServiceStub.create(SforceServiceStub.java:6651)&lt;BR /&gt;	at org.talend.salesforce.SforceManagementImpl.insert(SforceManagementImpl.java:521)&lt;BR /&gt;	at salesforce_iadvise.loadcontactdata_0_1.LoadContactData.tFileInputDelimited_1Process(LoadContactData.java:4610)&lt;BR /&gt;	at salesforce_iadvise.loadcontactdata_0_1.LoadContactData.runJobInTOS(LoadContactData.java:5830)&lt;BR /&gt;	at salesforce_iadvise.loadcontactdata_0_1.LoadContactData.main(LoadContactData.java:5696)&lt;BR /&gt;Caused by: com.ctc.wstx.exc.WstxIOException: Invalid white space character (0x1f) in text to output&lt;BR /&gt;	at com.ctc.wstx.sw.BaseStreamWriter.writeCharacters(BaseStreamWriter.java:511)&lt;BR /&gt;	at org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper.writeCharacters(XMLStreamWriterWrapper.java:100)&lt;BR /&gt;	at org.apache.axiom.om.impl.MTOMXMLStreamWriter.writeCharacters(MTOMXMLStreamWriter.java:325)&lt;BR /&gt;	at org.apache.axiom.om.impl.llom.OMTextImpl.writeOutput(OMTextImpl.java:249)&lt;BR /&gt;	at org.apache.axiom.om.impl.llom.OMTextImpl.internalSerialize(OMTextImpl.java:400)&lt;BR /&gt;	at org.apache.axiom.om.impl.util.OMSerializerUtil.serializeChildren(OMSerializerUtil.java:556)&lt;BR /&gt;	at org.apache.axiom.om.impl.llom.OMElementImpl.internalSerialize(OMElementImpl.java:846)&lt;BR /&gt;	at org.apache.axiom.om.impl.llom.OMSerializableImpl.serialize(OMSerializableImpl.java:120)&lt;BR /&gt;	at org.apache.axiom.om.impl.llom.OMSerializableImpl.serialize(OMSerializableImpl.java:108)&lt;BR /&gt;	at com.salesforce.soap.partner.sobject.SObject.serialize(SObject.java:311)&lt;BR /&gt;	at com.salesforce.soap.partner.sobject.SObject.serialize(SObject.java:218)&lt;BR /&gt;	at com.salesforce.soap.partner.Create.serialize(Create.java:127)&lt;BR /&gt;	at com.salesforce.soap.partner.Create.serialize(Create.java:100)&lt;BR /&gt;	at org.apache.axis2.databinding.ADBDataSource.serialize(ADBDataSource.java:90)&lt;BR /&gt;	at org.apache.axiom.om.impl.llom.OMSourcedElementImpl.internalSerialize(OMSourcedElementImpl.java:638)&lt;BR /&gt;	at org.apache.axiom.om.impl.util.OMSerializerUtil.serializeChildren(OMSerializerUtil.java:563)&lt;BR /&gt;	at org.apache.axiom.om.impl.llom.OMElementImpl.internalSerialize(OMElementImpl.java:846)&lt;BR /&gt;	at org.apache.axiom.soap.impl.llom.SOAPEnvelopeImpl.serializeInternally(SOAPEnvelopeImpl.java:267)&lt;BR /&gt;	at org.apache.axiom.soap.impl.llom.SOAPEnvelopeImpl.internalSerialize(SOAPEnvelopeImpl.java:229)&lt;BR /&gt;	at org.apache.axiom.om.impl.llom.OMSerializableImpl.serializeAndConsume(OMSerializableImpl.java:188)&lt;BR /&gt;	at org.apache.axis2.transport.http.SOAPMessageFormatter.writeTo(SOAPMessageFormatter.java:74)&lt;BR /&gt;	... 21 more&lt;BR /&gt;Caused by: java.io.IOException: Invalid white space character (0x1f) in text to output&lt;BR /&gt;	at com.ctc.wstx.sw.XmlWriter.throwInvalidChar(XmlWriter.java:545)&lt;BR /&gt;	at com.ctc.wstx.sw.BufferingXmlWriter.writeCharacters(BufferingXmlWriter.java:531)&lt;BR /&gt;	at com.ctc.wstx.sw.BaseStreamWriter.writeCharacters(BaseStreamWriter.java:509)&lt;BR /&gt;	... 41 more&lt;/PRE&gt; 
&lt;BR /&gt;I've checked my input file, and I can't find any special characters there, but I don't really know how to look for a character by hex-code either, so I might just have missed it. 
&lt;BR /&gt;The job is attached, it's nothing complex. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEbK.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153861i29A325F3A587AB76/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEbK.jpg" alt="0683p000009MEbK.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Sat, 16 Nov 2024 11:57:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Salesforce-whitespace-error/m-p/2340146#M108204</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Salesforce: whitespace error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Salesforce-whitespace-error/m-p/2340147#M108205</link>
      <description>Nevermind, after looking up how to find the character via its hex, I managed to find the error in the file.</description>
      <pubDate>Thu, 25 Jul 2013 14:48:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Salesforce-whitespace-error/m-p/2340147#M108205</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-25T14:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Salesforce: whitespace error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Salesforce-whitespace-error/m-p/2340148#M108206</link>
      <description>Hi, Couldn't see the solution? Please share it again if I missed it. thanks in advance</description>
      <pubDate>Thu, 26 Jul 2018 03:28:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Salesforce-whitespace-error/m-p/2340148#M108206</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-26T03:28:54Z</dc:date>
    </item>
  </channel>
</rss>

