• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

jsp-page_context_failure

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have a Servlet that is trying to forward data across to a JSP for display using iPlanet Application Server 6.5 Sp1 MU5 and IWS 6.0 SP4. While doing so, i see the following on the console...
Missing identifier: jsp_pagecontext_Failure in resource: servlet
error: SERVLET-jsp_pagecontext_failure: Missing id! jsp_pagecontext_Failure

Has anybody seen this error before?

Thanks,
Shyama
 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Check out... if your servlet is in an active session.
 
Shyama Menon
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Rishi,

Thanks for the reply.

It definitely is. I have this code working on Appserver 6.0 and iws 6.0 SP1. Was wondering if there could be any kind of setting/configuration issue.

Shyama Sreekumaran
 
reply
    Bookmark Topic Watch Topic
  • New Topic