Failed to load or instantiate TagLibraryValidator class: org.apache.taglibs.standard.tlv.JstlCoreTLV

后端 未结 4 1830
走了就别回头了
走了就别回头了 2021-01-05 02:12

So I was working with JSTL in OSGi, under Gemini runtime. And I\'m getting following exception, when I try to access the url to my servlet: -

SE         


        
4条回答
  •  無奈伤痛
    2021-01-05 02:59

    This is just a shot in the dark. Not sure if you came upon below links.

    The error message you posted "Failed to load or instantiate TagLibraryValidator class: org.apache.taglibs.standard.tlv.JstlCoreTLV" seems to be pretty common.

    From this link : http://christerblog.wordpress.com/2010/05/04/tag-library-woes-deploying-war-on-tomcat-6/

    Do you have any conflicting/incompatible jar libraries in your WAR file ?

    Another one here also points to incompatible jars in the build path: Unable to read TLD "META-INF/c.tld"

提交回复
热议问题