<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Problem with welcomeICEfaces"]]></title>
		<link>http://www.icefaces.org/JForum/posts/list/13.page</link>
		<description><![CDATA[Latest messages posted in the topic "Problem with welcomeICEfaces"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Problem with welcomeICEfaces</title>
				<description><![CDATA[ Greetings to the community!
Recently, I just install ICEfaces Project Integration for NetBeans v6.7,but when I try to run the welcomeICEfaces.jspx, the error is occur as following:

init:
deps-module-jar:
deps-ear-jar:
deps-jar:
library-inclusion-in-archive:
library-inclusion-in-manifest:
/root/NetBeansProjects/icefaceTest/nbproject/build-impl.xml:401: The following error occurred while executing this line:
/root/NetBeansProjects/icefaceTest/nbproject/build-impl.xml:224: org.netbeans.modules.java.source.ant.UserCancel

I'd really appreciate your help. Thanks for your time!!]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/15651.page#59373</guid>
				<link>http://www.icefaces.org/JForum/posts/list/15651.page#59373</link>
				<pubDate><![CDATA[Wed, 30 Dec 2009 02:43:30]]> GMT</pubDate>
				<author><![CDATA[ sunyh]]></author>
			</item>
			<item>
				<title>Problem with welcomeICEfaces</title>
				<description><![CDATA[ 

http://old.nabble.com/ERROR-in-the-build-impl.xml-line-401-in-a-simple-application-td24400930.html]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/15651.page#59600</guid>
				<link>http://www.icefaces.org/JForum/posts/list/15651.page#59600</link>
				<pubDate><![CDATA[Sat, 9 Jan 2010 10:23:29]]> GMT</pubDate>
				<author><![CDATA[ jaba]]></author>
			</item>
			<item>
				<title>Problem with welcomeICEfaces</title>
				<description><![CDATA[ Thanks very much! I have resolved.]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/15651.page#59651</guid>
				<link>http://www.icefaces.org/JForum/posts/list/15651.page#59651</link>
				<pubDate><![CDATA[Mon, 11 Jan 2010 18:55:21]]> GMT</pubDate>
				<author><![CDATA[ sunyh]]></author>
			</item>
			<item>
				<title>Re:Problem with welcomeICEfaces</title>
				<description><![CDATA[ Hi,all
  Now I can run without error.But when I run the project,I get the following error through the firefox browser:
type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

javax.servlet.ServletException: java.lang.Exception: javax.faces.FacesException: Can't find stream for /welcomeICEfaces.jsp
	com.icesoft.faces.webapp.http.servlet.MainServlet.service(MainServlet.java:158)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
	org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:390)

root cause

java.lang.Exception: javax.faces.FacesException: Can't find stream for /welcomeICEfaces.jsp
	com.icesoft.faces.context.View.servePage(View.java:152)
	com.icesoft.faces.webapp.http.core.SingleViewServer.service(SingleViewServer.java:52)
	com.icesoft.faces.webapp.http.common.ServerProxy.service(ServerProxy.java:11)
	com.icesoft.faces.webapp.http.servlet.MainSessionBoundServlet$4.service(MainSessionBoundServlet.java:149)
	com.icesoft.faces.webapp.http.common.standard.PathDispatcherServer.service(PathDispatcherServer.java:24)
	com.icesoft.faces.webapp.http.servlet.BasicAdaptingServlet.service(BasicAdaptingServlet.java:16)
	com.icesoft.faces.webapp.http.servlet.PathDispatcher.service(PathDispatcher.java:23)
	com.icesoft.faces.webapp.http.servlet.SessionDispatcher.service(SessionDispatcher.java:53)
	com.icesoft.faces.webapp.http.servlet.PathDispatcher.service(PathDispatcher.java:23)
	com.icesoft.faces.webapp.http.servlet.MainServlet.service(MainServlet.java:131)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
	org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:390)

root cause

javax.faces.FacesException: Can't find stream for /welcomeICEfaces.jsp
	com.icesoft.faces.application.D2DViewHandler.renderResponse(D2DViewHandler.java:403)
	com.icesoft.faces.application.D2DViewHandler.renderView(D2DViewHandler.java:159)
	com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:110)
	com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
	com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
	com.icesoft.faces.webapp.http.core.JsfLifecycleExecutor.apply(JsfLifecycleExecutor.java:19)
	com.icesoft.faces.context.View$2$1.respond(View.java:48)
	com.icesoft.faces.webapp.http.servlet.ServletRequestResponse.respondWith(ServletRequestResponse.java:201)
	com.icesoft.faces.context.View$2.serve(View.java:77)
	com.icesoft.faces.context.View.servePage(View.java:149)
	com.icesoft.faces.webapp.http.core.SingleViewServer.service(SingleViewServer.java:52)
	com.icesoft.faces.webapp.http.common.ServerProxy.service(ServerProxy.java:11)
	com.icesoft.faces.webapp.http.servlet.MainSessionBoundServlet$4.service(MainSessionBoundServlet.java:149)
	com.icesoft.faces.webapp.http.common.standard.PathDispatcherServer.service(PathDispatcherServer.java:24)
	com.icesoft.faces.webapp.http.servlet.BasicAdaptingServlet.service(BasicAdaptingServlet.java:16)
	com.icesoft.faces.webapp.http.servlet.PathDispatcher.service(PathDispatcher.java:23)
	com.icesoft.faces.webapp.http.servlet.SessionDispatcher.service(SessionDispatcher.java:53)
	com.icesoft.faces.webapp.http.servlet.PathDispatcher.service(PathDispatcher.java:23)
	com.icesoft.faces.webapp.http.servlet.MainServlet.service(MainServlet.java:131)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
	org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:390)

root cause

java.lang.NullPointerException
	com.icesoft.faces.application.D2DViewHandler.renderResponse(D2DViewHandler.java:389)
	com.icesoft.faces.application.D2DViewHandler.renderView(D2DViewHandler.java:159)
	com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:110)
	com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
	com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
	com.icesoft.faces.webapp.http.core.JsfLifecycleExecutor.apply(JsfLifecycleExecutor.java:19)
	com.icesoft.faces.context.View$2$1.respond(View.java:48)
	com.icesoft.faces.webapp.http.servlet.ServletRequestResponse.respondWith(ServletRequestResponse.java:201)
	com.icesoft.faces.context.View$2.serve(View.java:77)
	com.icesoft.faces.context.View.servePage(View.java:149)
	com.icesoft.faces.webapp.http.core.SingleViewServer.service(SingleViewServer.java:52)
	com.icesoft.faces.webapp.http.common.ServerProxy.service(ServerProxy.java:11)
	com.icesoft.faces.webapp.http.servlet.MainSessionBoundServlet$4.service(MainSessionBoundServlet.java:149)
	com.icesoft.faces.webapp.http.common.standard.PathDispatcherServer.service(PathDispatcherServer.java:24)
	com.icesoft.faces.webapp.http.servlet.BasicAdaptingServlet.service(BasicAdaptingServlet.java:16)
	com.icesoft.faces.webapp.http.servlet.PathDispatcher.service(PathDispatcher.java:23)
	com.icesoft.faces.webapp.http.servlet.SessionDispatcher.service(SessionDispatcher.java:53)
	com.icesoft.faces.webapp.http.servlet.PathDispatcher.service(PathDispatcher.java:23)
	com.icesoft.faces.webapp.http.servlet.MainServlet.service(MainServlet.java:131)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
	org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:390)

note The full stack trace of the root cause is available in the Apache Tomcat/6.0.18 logs.

Thanks for you time!
regards
 
]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/15651.page#59656</guid>
				<link>http://www.icefaces.org/JForum/posts/list/15651.page#59656</link>
				<pubDate><![CDATA[Tue, 12 Jan 2010 01:15:24]]> GMT</pubDate>
				<author><![CDATA[ sunyh]]></author>
			</item>
			<item>
				<title>Re:Problem with welcomeICEfaces</title>
				<description><![CDATA[ check web.xml to see if you have 

<context-param>
  <param-name>javax.faces.DEFAULT_SUFFIX</param-name> 
  <param-value>.jspx</param-value> 
  </context-param>]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/15651.page#59828</guid>
				<link>http://www.icefaces.org/JForum/posts/list/15651.page#59828</link>
				<pubDate><![CDATA[Tue, 19 Jan 2010 17:47:56]]> GMT</pubDate>
				<author><![CDATA[ liming.wu]]></author>
			</item>
			<item>
				<title>Problem with ICEfaces</title>
				<description><![CDATA[ Recently, I  installed ICEfaces Project Integration for NetBeans v6.7,when I run the project,I get the following error through the I.E

HTTP Status 500 - 

--------------------------------------------------------------------------------

type Exception report

message

descriptionThe server encountered an internal error () that prevented it from fulfilling this request.

exception 

javax.servlet.ServletException: java.lang.Exception: javax.faces.FacesException: Can't find stream for /welcomeICEfaces.jspx.jsp
root cause 

java.lang.Exception: javax.faces.FacesException: Can't find stream for /welcomeICEfaces.jspx.jsp
root cause 

javax.faces.FacesException: Can't find stream for /welcomeICEfaces.jspx.jsp
root cause 

java.lang.NullPointerException
note The full stack traces of the exception and its root causes are available in the Sun GlassFish Enterprise Server v2.1 logs.


Any Help really appreciated. 
]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/15651.page#61445</guid>
				<link>http://www.icefaces.org/JForum/posts/list/15651.page#61445</link>
				<pubDate><![CDATA[Wed, 17 Mar 2010 04:22:50]]> GMT</pubDate>
				<author><![CDATA[ ramadevi.lp]]></author>
			</item>
			<item>
				<title>Re:Problem with welcomeICEfaces</title>
				<description><![CDATA[ Are you sure you have following in web.xml?

<context-param> 
<param-name>javax.faces.DEFAULT_SUFFIX</param-name> 
<param-value>.jspx</param-value> 
</context-param> 

which page description language was selected?

]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/15651.page#61665</guid>
				<link>http://www.icefaces.org/JForum/posts/list/15651.page#61665</link>
				<pubDate><![CDATA[Mon, 29 Mar 2010 15:44:22]]> GMT</pubDate>
				<author><![CDATA[ liming.wu]]></author>
			</item>
	</channel>
</rss>
