Very Odd Error

background:

- using portlets

- Sun One Web Server 6.1

I'm trying to get a single jsp page to display and I keep receiving the following errors.

for host 10.100.16.241 trying to GET /Vendor-OB10.do, service-j2ee reports: ApplicationDispatcher[] WEB2649: Servlet.service() for servlet jsp threw exceptionjava.io.FileNotFoundException: WEB8002: HTTP status code 404at com.iplanet.ias.web.connector.nsapi.NSAPIConnector.include(NSAPIConnector.java:512)at com.iplanet.ias.web.connector.nsapi.NSAPIConnector.dispatch(NSAPIConnector.java:442)at com.iplanet.ias.web.servlets.DefaultServlet.service(DefaultServlet.java:216)at javax.servlet.http.HttpServlet.service(HttpServlet.java:908)at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:772)

Most of the page displays but it cuts the last 2 section of code off. There doesn't seem to be any issues with the last 2 sections as I have moved them up the page and they will then display. Other portlets doing similar tasks are working just fine. It seems like it is just running out of memory.

Any help isgreatly appreciated. I'm on a time crunch.

Thanks.

[1210 byte] By [swendala] at [2007-11-26 15:14:00]
# 1
or it could be that that page doesn't exist. hence the 404.
shoopy.a at 2007-7-8 9:05:32 > top of Java-index,Java Essentials,Java Programming...
# 2
That is what I don't understand. I don't know why it would display most of the page but still give me a 404. There are no other files to render.
swendala at 2007-7-8 9:05:32 > top of Java-index,Java Essentials,Java Programming...
# 3
Well, I figured it out. Its odd. It was with the jsp in the portlet. It didn't like having commented out code. I don't understand it but don't have time to look into it either. Once I deleted the commented out code, all work fine.
swendala at 2007-7-8 9:05:32 > top of Java-index,Java Essentials,Java Programming...