Error List

Error List for the ‘JAVA-Servlets’ Category

IllegalStateException: Header already sent

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.

JAVA-Servlets , ,

SAX parser fatal error: External entity not found: "http://java.sun.com/dtd/web-app_2_3.dtd"

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.

JAVA-Servlets , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Error 503

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.

JAVA-Servlets , ,

Error on using HttpServletResponse.sendRedirect() with microbrowsers.

Servlet does not work inside a tag

Applies to:


Description:
Problem when using servlets inside an SSI.

Cause:
res.getWriter() is used

JAVA-Servlets

ServletException: Broken pipe