<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>idError &#187; JAVA-Jetspeed</title>
	<atom:link href="http://iderror.com/category/errors/java/java_jetspeed/feed/" rel="self" type="application/rss+xml" />
	<link>http://iderror.com</link>
	<description>You have errors, we have solutions!</description>
	<lastBuildDate>Sun, 22 Mar 2009 21:18:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>java.net.UknownHostException while using Jetspeed</title>
		<link>http://iderror.com/errors/java/java_jetspeed/javanetuknownhostexception-while-using-jetspeed/</link>
		<comments>http://iderror.com/errors/java/java_jetspeed/javanetuknownhostexception-while-using-jetspeed/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 10:28:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JAVA-Jetspeed]]></category>

		<guid isPermaLink="false">http://localhost/idError/?p=8096</guid>
		<description><![CDATA[Applies to:Jetspeed Description:Occurs while using Jetspeed. Cause:Invalid server configuration. 
]]></description>
			<content:encoded><![CDATA[<p><b>Applies to:</b><br/>Jetspeed<br/><br/> <b>Description:</b><br/>Occurs while using Jetspeed.<br/><br/> <b>Cause:</b><br/>Invalid server configuration.<br/><br/> </p>
]]></content:encoded>
			<wfw:commentRss>http://iderror.com/errors/java/java_jetspeed/javanetuknownhostexception-while-using-jetspeed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>org.apache.jasper.JasperException: Unable to compile class for JSP</title>
		<link>http://iderror.com/errors/java/java_jetspeed/orgapachejasperjasperexception-unable-to-compile-class-for-jsp/</link>
		<comments>http://iderror.com/errors/java/java_jetspeed/orgapachejasperjasperexception-unable-to-compile-class-for-jsp/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 10:28:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JAVA-Jetspeed]]></category>

		<guid isPermaLink="false">http://localhost/idError/?p=8097</guid>
		<description><![CDATA[Applies to:Jetspeed Description:You have copied jetspeed.war file to $Tomcat/webapps, and when got the url http://localhost:8080/jetspeed/index.jsp, had an error like:
org.apache.jasper.JasperException: Unable to compile class for JSP
An error occurred at line: -1 in the jsp file: null  Cause:There are known problems with having Tomcat installed in a directory structure that contains spaces, e.g. C:\Program Files\Apache Group\Tomcat [...]]]></description>
			<content:encoded><![CDATA[<p><b>Applies to:</b><br/>Jetspeed<br/><br/> <b>Description:</b><br/>You have copied jetspeed.war file to $Tomcat/webapps, and when got the url http://localhost:8080/jetspeed/index.jsp, had an error like:<br />
org.apache.jasper.JasperException: Unable to compile class for JSP<br />
An error occurred at line: -1 in the jsp file: null <br/><br/> <b>Cause:</b><br/>There are known problems with having Tomcat installed in a directory structure that contains spaces, e.g. C:\Program Files\Apache Group\Tomcat 5.5. <br/><br/> </p>
]]></content:encoded>
			<wfw:commentRss>http://iderror.com/errors/java/java_jetspeed/orgapachejasperjasperexception-unable-to-compile-class-for-jsp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>NullPointerException in PortletAction when trying to retrieve a VelocityPortletContext</title>
		<link>http://iderror.com/errors/java/java_jetspeed/nullpointerexception-in-portletaction-when-trying-to-retrieve-a-velocityportletcontext/</link>
		<comments>http://iderror.com/errors/java/java_jetspeed/nullpointerexception-in-portletaction-when-trying-to-retrieve-a-velocityportletcontext/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 10:28:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JAVA-Jetspeed]]></category>

		<guid isPermaLink="false">http://localhost/idError/?p=8098</guid>
		<description><![CDATA[Applies to:Jetspeed Description:In Your action class extending JspPortletAction, You have tried to use the setTemplate method, but it did not work. It thrown a NullPointerException in PortletAction when trying to retrieve a &#8220;VelocityPortletContext&#8221; (how surprising when working with a JSPPortlet)  Cause:Most common mistake with portlets is to use the hidden action variable and set [...]]]></description>
			<content:encoded><![CDATA[<p><b>Applies to:</b><br/>Jetspeed<br/><br/> <b>Description:</b><br/>In Your action class extending JspPortletAction, You have tried to use the setTemplate method, but it did not work. It thrown a NullPointerException in PortletAction when trying to retrieve a &#8220;VelocityPortletContext&#8221; (how surprising when working with a JSPPortlet) <br/><br/> <b>Cause:</b><br/>Most common mistake with portlets is to use the hidden action variable and set it to the portlet&#8217;s action class:</p>
<form name="form" action="http://myhost/ThingWeb/portal" method="get">
<input type="hidden" name="js_peid" value="<%=jspeid%>&#8220;/><br />
<input type="hidden" name="action" value="ThingieSearchAction"/>
<input type="submit" name="eventSubmit_doSearch" value="Search">
<input type="reset" value="Clear Fields">
<input type="text" name="thingieid" size="20"> </form>
<p>In the above example, Turbine executes the action before the portlet and therefore the context is null. <br/><br/> </p>
]]></content:encoded>
			<wfw:commentRss>http://iderror.com/errors/java/java_jetspeed/nullpointerexception-in-portletaction-when-trying-to-retrieve-a-velocityportletcontext/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Problem in SAX transform: org.apache.xml.utils.WrappedRuntimeException: The output format must have a &#8216;{http://xml.apache.org/xalan}content-handler&#8217; property!</title>
		<link>http://iderror.com/errors/java/java_jetspeed/problem-in-sax-transform-orgapachexmlutilswrappedruntimeexception-the-output-format-must-have-a-httpxmlapacheorgxalancontent-handler-property/</link>
		<comments>http://iderror.com/errors/java/java_jetspeed/problem-in-sax-transform-orgapachexmlutilswrappedruntimeexception-the-output-format-must-have-a-httpxmlapacheorgxalancontent-handler-property/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 10:28:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JAVA-Jetspeed]]></category>

		<guid isPermaLink="false">http://localhost/idError/?p=8099</guid>
		<description><![CDATA[Applies to:Jetspeed Description:Occurs while using Jetspeed RSS feeds in the portlet Cause:xalan.jar is missing. 
]]></description>
			<content:encoded><![CDATA[<p><b>Applies to:</b><br/>Jetspeed<br/><br/> <b>Description:</b><br/>Occurs while using Jetspeed RSS feeds in the portlet<br/><br/> <b>Cause:</b><br/>xalan.jar is missing.<br/><br/> </p>
]]></content:encoded>
			<wfw:commentRss>http://iderror.com/errors/java/java_jetspeed/problem-in-sax-transform-orgapachexmlutilswrappedruntimeexception-the-output-format-must-have-a-httpxmlapacheorgxalancontent-handler-property/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
