Note that there are some explanatory texts on larger screens.

plurals
  1. POError premature end of file pops up when accessing a URL
    text
    copied!<p>I am using Coldfsuion 8.0.1 and Solaris 10 and when i try to run this URL, <a href="http://IPADDRESS/flex2gateway/http" rel="nofollow noreferrer">http://IPADDRESS/flex2gateway/http</a> I am receiving an error message "Premature end of file". Please help me out if i am missing any installation/fix.</p> <p>And when i hit the same URL from browser it shows:</p> <pre><code>&lt;amfx ver="3"&gt; − &lt;body targetURI="/onStatus" responseURI=""&gt; − &lt;object type="flex.messaging.messages.ErrorMessage"&gt; − &lt;traits&gt; &lt;string&gt;headers&lt;/string&gt; &lt;string&gt;rootCause&lt;/string&gt; &lt;string&gt;body&lt;/string&gt; &lt;string&gt;correlationId&lt;/string&gt; &lt;string&gt;faultDetail&lt;/string&gt; &lt;string&gt;faultString&lt;/string&gt; &lt;string&gt;clientId&lt;/string&gt; &lt;string&gt;timeToLive&lt;/string&gt; &lt;string&gt;destination&lt;/string&gt; &lt;string&gt;timestamp&lt;/string&gt; &lt;string&gt;extendedData&lt;/string&gt; &lt;string&gt;faultCode&lt;/string&gt; &lt;string&gt;messageId&lt;/string&gt; &lt;/traits&gt; − &lt;object&gt; &lt;traits/&gt; &lt;/object&gt; &lt;null/&gt; &lt;null/&gt; &lt;null/&gt; &lt;null/&gt; &lt;string&gt;Premature end of file.&lt;/string&gt; &lt;null/&gt; &lt;double&gt;0.0&lt;/double&gt;......... </code></pre> <p>Error details(Server side):</p> <pre><code>[Flex] Premature end of file. flex.messaging.MessageException: Premature end of file. at flex.messaging.io.amfx.AmfxMessageDeserializer.fatalError(AmfxMessageDeserializer.java:249) at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source) at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) at org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at javax.xml.parsers.SAXParser.parse(SAXParser.java:395) at javax.xml.parsers.SAXParser.parse(SAXParser.java:198) at flex.messaging.io.amfx.AmfxMessageDeserializer.parse(AmfxMessageDeserializer.java:103) at flex.messaging.io.amfx.AmfxMessageDeserializer.readMessage(AmfxMessageDeserializer.java:90) at flex.messaging.endpoints.amf.SerializationFilter.invoke(SerializationFilter.java:113) </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload