• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Error: JSPG0069E: Unmatched end tag found while parsing jsp.

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

I recently upgraded the Application server WAS 5.1 to 6.1. I am getting the following JSP error.

Error Message:/CIP/html/admin_cip_special_handling_add_an_attachment.jsp(312,12) JSPG0069E: Unmatched end tag found while parsing jsp. Expecting html:html found html:form at [312,12]

I then tried by adding the following property com.ibm.wsspi.jsp.allowunmatchedendtag to the Web Container and set the property to true.
Application servers --> <server Name> --> Web container --> Custom Properties

Still I am getting the same error. Please through your valuable inputs.


Thanks,
Anand K.
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please be sure to ask Struts questions in the Struts forum. I have moved this post there for you.
 
Ranch Hand
Posts: 122
Mac IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Instead of trying to turn off the validation from the WAS server why dont you just fix the issue? Did you find the end tag for </html:html>

 
reply
    Bookmark Topic Watch Topic
  • New Topic