<?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 Re: [resolved] Error with ESB Service (Unexpected EOF in prolog) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-with-ESB-Service-Unexpected-EOF-in-prolog/m-p/2202418#M4127</link>
    <description>There is no reason for the log output. It's only there, to see what the txmlMap produces. &lt;BR /&gt;If I start the job without the log output, I get the same error.</description>
    <pubDate>Mon, 10 Dec 2012 07:13:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-12-10T07:13:30Z</dc:date>
    <item>
      <title>[resolved] Error with ESB Service (Unexpected EOF in prolog)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-with-ESB-Service-Unexpected-EOF-in-prolog/m-p/2202413#M4122</link>
      <description>&lt;P&gt;I have a simple webservice created with Talend ESB, which receives a request, then reads an xml file and outputs 1..n rows to the response.&lt;BR /&gt;The service starts up normally, but when I call it, I get the error "org.apache.cxf.interceptor.Fault: Could not generate the XML stream caused by: com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog&lt;BR /&gt;at : ."&lt;BR /&gt;Can anyone help me with this? I don't understand the error message enough to even try anything to solve it.&lt;BR /&gt;Full exception:&lt;BR /&gt;elo 21, 2012 11:12:02 AP. org.apache.cxf.phase.PhaseInterceptorChain doDefaultLogging&lt;BR /&gt;WARNING: Interceptor for {&lt;A href="http://www.talend.org/service/}CurrentPriceLists#{http://www.talend.org/service/}CurrentPriceListsOperation" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;http://www.talend.org/service/}CurrentPriceLists#{http://www.talend.org/service/}CurrentPriceListsOperation&lt;/A&gt; has thrown exception, unwinding now&lt;BR /&gt;org.apache.cxf.interceptor.Fault: Could not generate the XML stream caused by: com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog&lt;BR /&gt;at : .&lt;BR /&gt;at org.apache.cxf.databinding.source.XMLStreamDataWriter.write(XMLStreamDataWriter.java:73)&lt;BR /&gt;at org.apache.cxf.databinding.source.XMLStreamDataWriter.write(XMLStreamDataWriter.java:50)&lt;BR /&gt;at org.apache.cxf.databinding.source.XMLStreamDataWriter.write(XMLStreamDataWriter.java:46)&lt;BR /&gt;at org.apache.cxf.interceptor.AbstractOutDatabindingInterceptor.writeParts(AbstractOutDatabindingInterceptor.java:119)&lt;BR /&gt;at org.apache.cxf.interceptor.BareOutInterceptor.handleMessage(BareOutInterceptor.java:68)&lt;BR /&gt;at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:262)&lt;BR /&gt;at org.apache.cxf.interceptor.OutgoingChainInterceptor.handleMessage(OutgoingChainInterceptor.java:77)&lt;BR /&gt;at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:262)&lt;BR /&gt;at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:122)&lt;BR /&gt;at org.apache.cxf.transport.http_jetty.JettyHTTPDestination.serviceRequest(JettyHTTPDestination.java:344)&lt;BR /&gt;at org.apache.cxf.transport.http_jetty.JettyHTTPDestination.doService(JettyHTTPDestination.java:310)&lt;BR /&gt;at org.apache.cxf.transport.http_jetty.JettyHTTPHandler.handle(JettyHTTPHandler.java:72)&lt;BR /&gt;at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:943)&lt;BR /&gt;at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:879)&lt;BR /&gt;at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)&lt;BR /&gt;at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:250)&lt;BR /&gt;at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:110)&lt;BR /&gt;at org.eclipse.jetty.server.Server.handle(Server.java:345)&lt;BR /&gt;at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:441)&lt;BR /&gt;at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:919)&lt;BR /&gt;at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:588)&lt;BR /&gt;at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:218)&lt;BR /&gt;at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:51)&lt;BR /&gt;at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:586)&lt;BR /&gt;at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:44)&lt;BR /&gt;at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:598)&lt;BR /&gt;at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:533)&lt;BR /&gt;at java.lang.Thread.run(Unknown Source)&lt;BR /&gt;Caused by: com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog&lt;BR /&gt;at : &lt;BR /&gt;at com.ctc.wstx.sr.StreamScanner.throwUnexpectedEOF(StreamScanner.java:677)&lt;BR /&gt;at com.ctc.wstx.sr.BasicStreamReader.handleEOF(BasicStreamReader.java:2119)&lt;BR /&gt;at com.ctc.wstx.sr.BasicStreamReader.nextFromProlog(BasicStreamReader.java:2025)&lt;BR /&gt;at com.ctc.wstx.sr.BasicStreamReader.next(BasicStreamReader.java:1117)&lt;BR /&gt;at org.apache.cxf.staxutils.StaxUtils.copy(StaxUtils.java:568)&lt;BR /&gt;at org.apache.cxf.staxutils.StaxUtils.copy(StaxUtils.java:527)&lt;BR /&gt;at org.apache.cxf.staxutils.StaxUtils.copy(StaxUtils.java:481)&lt;BR /&gt;at org.apache.cxf.databinding.source.XMLStreamDataWriter.write(XMLStreamDataWriter.java:70)&lt;BR /&gt;... 27 more&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 12:13:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-with-ESB-Service-Unexpected-EOF-in-prolog/m-p/2202413#M4122</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error with ESB Service (Unexpected EOF in prolog)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-with-ESB-Service-Unexpected-EOF-in-prolog/m-p/2202414#M4123</link>
      <description>Hi,&lt;BR /&gt;this error occurs if there's no output for the web service. As you see - the subjob was not invoked (there is no statistic info on the routes), so no data flowed to the tESBResponse.&lt;BR /&gt;For web services - I believe you still have to keep everything in one subjob. you can trigger further processing by  "onComponentOk" or iterate links. &lt;BR /&gt;Have fun&lt;BR /&gt;           Gabriel</description>
      <pubDate>Tue, 21 Aug 2012 10:37:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-with-ESB-Service-Unexpected-EOF-in-prolog/m-p/2202414#M4123</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-21T10:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error with ESB Service (Unexpected EOF in prolog)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-with-ESB-Service-Unexpected-EOF-in-prolog/m-p/2202415#M4124</link>
      <description>Hi gusto2,&lt;BR /&gt;Thank you, changing the job to use "iterate" link from request instead of "on subjob ok" solved the issue.</description>
      <pubDate>Tue, 21 Aug 2012 12:12:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-with-ESB-Service-Unexpected-EOF-in-prolog/m-p/2202415#M4124</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-21T12:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error with ESB Service (Unexpected EOF in prolog)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-with-ESB-Service-Unexpected-EOF-in-prolog/m-p/2202416#M4125</link>
      <description>Hi Gabriel,&lt;BR /&gt;you wrote "this error occurs if there's no output for the web service."&lt;BR /&gt;As you can see in the images I have output for the web service, but the error occurs.&lt;BR /&gt;Can anyone help me ?&lt;BR /&gt;&lt;BR /&gt;Rebecca</description>
      <pubDate>Fri, 07 Dec 2012 12:49:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-with-ESB-Service-Unexpected-EOF-in-prolog/m-p/2202416#M4125</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-07T12:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error with ESB Service (Unexpected EOF in prolog)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-with-ESB-Service-Unexpected-EOF-in-prolog/m-p/2202417#M4126</link>
      <description>is there some reason you need the log output from tXMLmap?  The outputs from tXMLmap should be tied to some tESBresponse or tESBfault and I htink there should only be one path triggered.</description>
      <pubDate>Sun, 09 Dec 2012 22:23:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-with-ESB-Service-Unexpected-EOF-in-prolog/m-p/2202417#M4126</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-09T22:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error with ESB Service (Unexpected EOF in prolog)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-with-ESB-Service-Unexpected-EOF-in-prolog/m-p/2202418#M4127</link>
      <description>There is no reason for the log output. It's only there, to see what the txmlMap produces. &lt;BR /&gt;If I start the job without the log output, I get the same error.</description>
      <pubDate>Mon, 10 Dec 2012 07:13:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-with-ESB-Service-Unexpected-EOF-in-prolog/m-p/2202418#M4127</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-10T07:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error with ESB Service (Unexpected EOF in prolog)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-with-ESB-Service-Unexpected-EOF-in-prolog/m-p/2202419#M4128</link>
      <description>Rebecca,&lt;BR /&gt;as eoast wrote, try to create only one output flow&lt;BR /&gt; ... -&amp;gt; tXMLMap -&amp;gt; tLogRow -&amp;gt; tESBResponse&lt;BR /&gt;to see the real output.  The WS flow needs to be on one transaction and I don't know how multiple outputs affects this feature&lt;BR /&gt;Gabriel</description>
      <pubDate>Mon, 10 Dec 2012 12:47:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-with-ESB-Service-Unexpected-EOF-in-prolog/m-p/2202419#M4128</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-10T12:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error with ESB Service (Unexpected EOF in prolog)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-with-ESB-Service-Unexpected-EOF-in-prolog/m-p/2202420#M4129</link>
      <description>Gabriel, &lt;BR /&gt;as I wrote in my last reply, I have the same error without the complete tLogRow, but I test your suggestion.&lt;BR /&gt;You can see the result in the images. I have the same error, but the output of the tLogRow ("Beijing") is OK.&lt;BR /&gt;&lt;BR /&gt;Rebecca</description>
      <pubDate>Tue, 11 Dec 2012 07:35:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-with-ESB-Service-Unexpected-EOF-in-prolog/m-p/2202420#M4129</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-11T07:35:06Z</dc:date>
    </item>
  </channel>
</rss>

