AEM 6.5 : package org.apache.sling.scripting.jsp.jasper.runtime.JspWriterImpl does not exist | Community
Skip to main content
Shivanna
Level 2
May 4, 2021
Question

AEM 6.5 : package org.apache.sling.scripting.jsp.jasper.runtime.JspWriterImpl does not exist

  • May 4, 2021
  • 3 replies
  • 2432 views

Hi All,

 

Greetings.

Looks like the above package has been not resolved by AEM 6.5.8 uber-jar like in AEM 6.4.5

So have added the below dependency explicitly but still it is throwing the issue.

Please let me know if any thoughts around this?

 

<dependency>
<artifactId>org.apache.sling.scripting.jsp</artifactId>
<version>2.5.0</version>
<groupId>com.adobe.granite.sling</groupId>
<scope>provided</scope>
</dependency>

 

Thanks & Regards,

Shiva

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

Asutosh_Jena_
Community Advisor
Community Advisor
May 4, 2021

Hi @shivanna 

 

I see it avaialble in AEM 6.5.8.0 as part of Apache Sling Scripting JSP Support(org.apache.sling.scripting.jsp) bundle.

 

Shivanna
ShivannaAuthor
Level 2
May 4, 2021
I am getting this while building
MarkusBullaAdobe
Adobe Employee
Adobe Employee
May 4, 2021
Could you please share the complete error message with some context? Are you seeing the error at build time (Maven) or at run time (AEM logs)?
Shivanna
ShivannaAuthor
Level 2
May 7, 2021

Found the working Solution!!!

Added the above dependency in my poms and synched the dependency jar into nexus from maven central.

Thank you @markusbullaadobe for your response