<?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-Servlets</title>
	<atom:link href="http://iderror.com/category/errors/java/java-servlets/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>IllegalStateException: Header already sent</title>
		<link>http://iderror.com/errors/java/java-servlets/illegalstateexception-header-already-sent/</link>
		<comments>http://iderror.com/errors/java/java-servlets/illegalstateexception-header-already-sent/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 14:20:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JAVA-Servlets]]></category>

		<guid isPermaLink="false">http://localhost/idError/?p=367</guid>
		<description><![CDATA[Applies to: Description:Error while trying to set a header after writing an entry to the ouput stream of the response. Cause:When the content of the response is already written, headers cannot be longer set.
]]></description>
			<content:encoded><![CDATA[<p><b>Applies to:</b><br/><br/><br/> <b>Description:</b><br/>Error while trying to set a header after writing an entry to the ouput stream of the response.<br/><br/> <b>Cause:</b><br/>When the content of the response is already written, headers cannot be longer set.<br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://iderror.com/errors/java/java-servlets/illegalstateexception-header-already-sent/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SAX parser fatal error: External entity not found: &#8220;http://java.sun.com/dtd/web-app_2_3.dtd&#8221;</title>
		<link>http://iderror.com/errors/java/java-servlets/sax-parser-fatal-error-external-entity-not-found-httpjavasuncomdtdweb-app_2_3dtd/</link>
		<comments>http://iderror.com/errors/java/java-servlets/sax-parser-fatal-error-external-entity-not-found-httpjavasuncomdtdweb-app_2_3dtd/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 14:20:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JAVA-Servlets]]></category>

		<guid isPermaLink="false">http://localhost/idError/?p=368</guid>
		<description><![CDATA[Applies to: Description:The remote copy of web.xml DTD is not found at the URL by the servlet engine. Cause:The website of Sun is down.
]]></description>
			<content:encoded><![CDATA[<p><b>Applies to:</b><br/><br/><br/> <b>Description:</b><br/>The remote copy of web.xml DTD is not found at the URL by the servlet engine.<br/><br/> <b>Cause:</b><br/>The website of Sun is down.<br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://iderror.com/errors/java/java-servlets/sax-parser-fatal-error-external-entity-not-found-httpjavasuncomdtdweb-app_2_3dtd/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Error 503</title>
		<link>http://iderror.com/errors/java/java-servlets/error-503/</link>
		<comments>http://iderror.com/errors/java/java-servlets/error-503/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 14:20:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JAVA-Servlets]]></category>

		<guid isPermaLink="false">http://localhost/idError/?p=369</guid>
		<description><![CDATA[Applies to:VisualAge for Java Description:Cannot access the servlet from the browser using VisualAge for Java. Cause:a. Service is unavailable.
b. Code is not properly compiled. 
]]></description>
			<content:encoded><![CDATA[<p><b>Applies to:</b><br/>VisualAge for Java<br/><br/> <b>Description:</b><br/>Cannot access the servlet from the browser using VisualAge for Java.<br/><br/> <b>Cause:</b><br/>a. Service is unavailable.<br />
b. Code is not properly compiled. <br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://iderror.com/errors/java/java-servlets/error-503/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Error on using HttpServletResponse.sendRedirect() with microbrowsers.</title>
		<link>http://iderror.com/errors/java/java-servlets/error-on-using-httpservletresponsesendredirect-with-microbrowsers/</link>
		<comments>http://iderror.com/errors/java/java-servlets/error-on-using-httpservletresponsesendredirect-with-microbrowsers/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 14:20:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JAVA-Servlets]]></category>

		<guid isPermaLink="false">http://localhost/idError/?p=379</guid>
		<description><![CDATA[Applies to:WML/HDML Description:Error while trying to send a redirect to a WAP device. Cause:Relative HTTP URL does not work in WAP device.
]]></description>
			<content:encoded><![CDATA[<p><b>Applies to:</b><br/>WML/HDML<br/><br/> <b>Description:</b><br/>Error while trying to send a redirect to a WAP device.<br/><br/> <b>Cause:</b><br/>Relative HTTP URL does not work in WAP device.<br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://iderror.com/errors/java/java-servlets/error-on-using-httpservletresponsesendredirect-with-microbrowsers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Servlet does not work inside a tag</title>
		<link>http://iderror.com/errors/java/java-servlets/servlet-does-not-work-inside-a-tag/</link>
		<comments>http://iderror.com/errors/java/java-servlets/servlet-does-not-work-inside-a-tag/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 14:20:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JAVA-Servlets]]></category>

		<guid isPermaLink="false">http://localhost/idError/?p=382</guid>
		<description><![CDATA[Applies to: Description:Problem when using servlets inside an SSI. Cause:res.getWriter() is used
]]></description>
			<content:encoded><![CDATA[<p><b>Applies to:</b><br/><br/><br/> <b>Description:</b><br/>Problem when using servlets inside an SSI.<br/><br/> <b>Cause:</b><br/>res.getWriter() is used<br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://iderror.com/errors/java/java-servlets/servlet-does-not-work-inside-a-tag/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ServletException: Broken pipe</title>
		<link>http://iderror.com/errors/java/java-servlets/servletexception-broken-pipe/</link>
		<comments>http://iderror.com/errors/java/java-servlets/servletexception-broken-pipe/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 14:20:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JAVA-Servlets]]></category>

		<guid isPermaLink="false">http://localhost/idError/?p=385</guid>
		<description><![CDATA[Applies to: Description:An error that occurs when the process is aborted. Cause:a. User clicks the stop button or logs off &#8211; a normal operation
b. There are cursors in the stored procedures that are not opened
c. The JSP page is submitted more than once. 
]]></description>
			<content:encoded><![CDATA[<p><b>Applies to:</b><br/><br/><br/> <b>Description:</b><br/>An error that occurs when the process is aborted.<br/><br/> <b>Cause:</b><br/>a. User clicks the stop button or logs off &#8211; a normal operation<br />
b. There are cursors in the stored procedures that are not opened<br />
c. The JSP page is submitted more than once. <br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://iderror.com/errors/java/java-servlets/servletexception-broken-pipe/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
