when i click the option view as published, this issue happen | Community
Skip to main content
Level 2
April 23, 2024
Solved

when i click the option view as published, this issue happen

  • April 23, 2024
  • 2 replies
  • 642 views

org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: Identifier com.r.site.core.components.product.appearance.PanoramicCarViewingComponent cannot be correctly instantiated by the Use API

Cannot serve request to /content/r-site/cn/car-type.html on this server

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

I found this Exception in my error.log file,my model class throw an IndexOutOfBoundsException,I have resolved this issue. Thank you sravs!

2 replies

TarunKumar
Community Advisor
Community Advisor
April 23, 2024

Hi @anhuazh ,

Have you used any custom models class in HTL to render the component? If yes, please apply a debug point in that and check where its failing. Also see in in browser console if you get any error.


Thanks
Tarun

sravs
Community Advisor
Community Advisor
April 23, 2024

Hi @anhuazh , 

The issue is due to the initialization of the model class com.r.site.core.components.product.appearance.PanoramicCarViewingComponent in your HTL. 

Please check on that page in which component, this model class has been used and you can verify your error.log file for more info about the error.

AnHuaZhAuthorAccepted solution
Level 2
April 24, 2024

I found this Exception in my error.log file,my model class throw an IndexOutOfBoundsException,I have resolved this issue. Thank you sravs!