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.
admin JAVA-Servlets
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.
admin JAVA-Servlets
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.
admin JAVA-Servlets
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.
admin JAVA-Servlets
Applies to:
Description:
Problem when using servlets inside an SSI.
Cause:
res.getWriter() is used
admin JAVA-Servlets
Applies to:
Description:
An error that occurs when the process is aborted.
Cause:
a. User clicks the stop button or logs off – a normal operation
b. There are cursors in the stored procedures that are not opened
c. The JSP page is submitted more than once.
admin JAVA-Servlets