<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "javax.faces.FacesException: Can't parse stream for /test.jspx Failed to execute JSP lifecycle."]]></title>
		<link>http://www.icefaces.org/JForum/posts/list/12.page</link>
		<description><![CDATA[Latest messages posted in the topic "javax.faces.FacesException: Can't parse stream for /test.jspx Failed to execute JSP lifecycle."]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>javax.faces.FacesException: Can't parse stream for /test.jspx Failed to execute JSP lifecycle.</title>
				<description><![CDATA[ Hi,

    I am getting FacesException while using <ice: dataPaginator >.  I am using  Eclipse Europa,apache-tomcat-5.5.17 and  Icefaces1.7.1.

<ice:dataTable> is working fine
Can u help me

Thanks in Advance

]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/8951.page#37240</guid>
				<link>http://www.icefaces.org/JForum/posts/list/8951.page#37240</link>
				<pubDate><![CDATA[Wed, 2 Jul 2008 07:10:58]]> GMT</pubDate>
				<author><![CDATA[ friendindia12]]></author>
			</item>
			<item>
				<title>Re:javax.faces.FacesException: Can't parse stream for /test.jspx Failed to execute JSP lifecycle.</title>
				<description><![CDATA[ Can you include a stack trace, and describe what interactions you're doing when it exceptions?]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/8951.page#37258</guid>
				<link>http://www.icefaces.org/JForum/posts/list/8951.page#37258</link>
				<pubDate><![CDATA[Wed, 2 Jul 2008 14:46:14]]> GMT</pubDate>
				<author><![CDATA[ mark.collette]]></author>
			</item>
			<item>
				<title>Re:javax.faces.FacesException: Can't parse stream for /test.jspx Failed to execute JSP lifecycle.</title>
				<description><![CDATA[ Hi Mark,
 
     I am including my test.jspx and  stacktrace. Without <ice:dataPaginator> , <ice:dataTable> is displaying the data. If I include

 <ice:graphicImage style="border:none;" 			url="./xmlhttp/css/xp/css-images/arrow-fr.gif"></ice:graphicImage> under the dataPaginator  it is giving the FacesException. Can you please help me.

Thanks in Advance

<b>test.jspx</b>

<?xml version="1.0" encoding="ISO-8859-1" ?>
<jsp:root version="1.2" xmlns:jsp="http://java.sun.com/JSP/Page"
	xmlns:f="http://java.sun.com/jsf/core"
	xmlns:h="http://java.sun.com/jsf/html"
	xmlns:ice="http://www.icesoft.com/icefaces/component">
	<jsp:directive.page contentType="text/html;charset=UTF-8"
		pageEncoding="ISO-8859-1" />
	<f:view>
		<ice:outputDeclaration doctypeRoot="HTML"
			doctypePublic="-//W3C//DTD HTML 4.01 Transitional//EN"
			doctypeSystem="http://www.w3.org/TR/html4/loose.dtd" />
		<html>
		<head>
     <title><ice:outputText value="TVOE KAME PROJECT" /></title>
     <ice:outputStyle href="./xmlhttp/css/xp/xp.css" />
    </head>
		<body>
		
		<ice:dataTable id="assetInfo" rows="20" border="1"
			value="#{asset.assets}" var="AssetItem" style="height: 118px">
			<ice:column id="column1">
				<f:facet name="header">
					<ice:outputText value="Query ID"></ice:outputText>
				</f:facet>
				<ice:outputText value="#{AssetItem.QUERY_ID}" />
			</ice:column>
			<ice:column id="column2">
				<f:facet name="header">
					<ice:outputText value="Description"></ice:outputText>
				</f:facet>
				<ice:outputText value="#{AssetItem.SHORT_DESCRIPTION}" />
			</ice:column>
		</ice:dataTable>

		<!-- Paginator with page controls -->

	 <ice:dataPaginator for="assetInfo">
			<f:facet name="first">
				<ice:graphicImage style="border:none;"
					url="./xmlhttp/css/xp/css-images/arrow-first.gif"></ice:graphicImage>
			</f:facet>
			<f:facet name="last">
				<ice:graphicImage style="border:none;"
					url="./xmlhttp/css/xp/css-images/arrow-last.gif"></ice:graphicImage>
			</f:facet>
			<f:facet name="previous">
				<ice:graphicImage style="border:none;"
					url="./xmlhttp/css/xp/css-images/arrow-previous.gif"></ice:graphicImage>
			</f:facet>
			<f:facet name="next">
				<ice:graphicImage style="border:none;"
					url="./xmlhttp/css/xp/css-images/arrow-next.gif"></ice:graphicImage>
			</f:facet>
			<f:facet name="fastforward">
				<ice:graphicImage style="border:none;"
					url="./xmlhttp/css/xp/css-images/arrow-ff.gif"></ice:graphicImage>
			</f:facet>
			<f:facet name="fastrewind">
				<ice:graphicImage style="border:none;"
					url="./xmlhttp/css/xp/css-images/arrow-fr.gif"></ice:graphicImage>
			</f:facet>
		</ice:dataPaginator> 
		
		
		<ice:form partialSubmit="true">
			<ice:messages />

		</ice:form>

		</body>
		</html>
	</f:view>
</jsp:root>


<b>This is the Stacktrace</b>


javax.faces.FacesException: Can't parse stream for /test.jspx Failed to execute JSP lifecycle.
	com.icesoft.faces.application.D2DViewHandler.renderResponse(D2DViewHandler.java:514)
	com.icesoft.faces.application.D2DViewHandler.renderView(D2DViewHandler.java:161)
	com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:107)
	com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:268)
	com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:137)
	com.icesoft.faces.webapp.http.core.JsfLifecycleExecutor.apply(JsfLifecycleExecutor.java:18)
	com.icesoft.faces.webapp.http.core.PageServer$1.respond(PageServer.java:25)
	com.icesoft.faces.webapp.http.servlet.ServletRequestResponse.respondWith(ServletRequestResponse.java:161)
	com.icesoft.faces.webapp.http.servlet.ThreadBlockingAdaptingServlet$ThreadBlockingRequestResponse.respondWith(ThreadBlockingAdaptingServlet.java:36)
	com.icesoft.faces.webapp.http.core.PageServer.service(PageServer.java:30)
	com.icesoft.faces.webapp.http.core.SingleViewServer.service(SingleViewServer.java:48)
	com.icesoft.faces.webapp.http.common.standard.PathDispatcherServer$Matcher.serviceOnMatch(PathDispatcherServer.java:50)
	com.icesoft.faces.webapp.http.common.standard.PathDispatcherServer.service(PathDispatcherServer.java:19)
	com.icesoft.faces.webapp.http.servlet.ThreadBlockingAdaptingServlet.service(ThreadBlockingAdaptingServlet.java:19)
	com.icesoft.faces.webapp.http.servlet.EnvironmentAdaptingServlet.service(EnvironmentAdaptingServlet.java:63)
	com.icesoft.faces.webapp.http.servlet.MainSessionBoundServlet.service(MainSessionBoundServlet.java:139)
	com.icesoft.faces.webapp.http.servlet.SessionDispatcher.service(SessionDispatcher.java:53)
	com.icesoft.faces.webapp.http.servlet.PathDispatcher$Matcher.serviceOnMatch(PathDispatcher.java:52)
	com.icesoft.faces.webapp.http.servlet.PathDispatcher.service(PathDispatcher.java:29)
	com.icesoft.faces.webapp.http.servlet.MainServlet.service(MainServlet.java:82)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/8951.page#37282</guid>
				<link>http://www.icefaces.org/JForum/posts/list/8951.page#37282</link>
				<pubDate><![CDATA[Thu, 3 Jul 2008 01:32:01]]> GMT</pubDate>
				<author><![CDATA[ friendindia12]]></author>
			</item>
			<item>
				<title>Re:javax.faces.FacesException: Can't parse stream for /test.jspx Failed to execute JSP lifecycle.</title>
				<description><![CDATA[ Sorry Mark,

   charset in  jsp:directive.page is ISO-8859-1 not UTF-8.  I have tried with UTF-8 also. .

   <jsp:directive.page contentType="text/html;charset=UTF-8" 
pageEncoding="ISO-8859-1" /> 

correct one

<jsp:directive.page contentType="text/html;charset=ISO-8859-1" 
pageEncoding="ISO-8859-1" />
]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/8951.page#37283</guid>
				<link>http://www.icefaces.org/JForum/posts/list/8951.page#37283</link>
				<pubDate><![CDATA[Thu, 3 Jul 2008 01:41:54]]> GMT</pubDate>
				<author><![CDATA[ friendindia12]]></author>
			</item>
			<item>
				<title>Re:javax.faces.FacesException: Can't parse stream for /test.jspx Failed to execute JSP lifecycle.</title>
				<description><![CDATA[ You have to set all of those to UTF-8 for things to work properly. And have your editor save it in UTF-8. I wonder if there's some character that's not visible, causing parsing problems?  Everything else looks fine to me. If it's just that fastrewind section, then why not delete that out, and copy and paste the fastforward section, then altering it? See if that clears out the strangeness.]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/8951.page#37331</guid>
				<link>http://www.icefaces.org/JForum/posts/list/8951.page#37331</link>
				<pubDate><![CDATA[Thu, 3 Jul 2008 19:14:50]]> GMT</pubDate>
				<author><![CDATA[ mark.collette]]></author>
			</item>
	</channel>
</rss>