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.

