활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
Hi,
I am getting below error when i try to access the custom page created
Caused by: java.lang.ClassNotFoundException: javax.servlet.jsp.PageContext not found by <custom package> [502]
at org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1550)
Same error is repeated for all java classes. I mean i created a component and calling java class from component jsp. I am passing currentNode, pageContext etc... from jsp to java class. There are no issues with compilation. But when i access the page with above component getting no class def found for all classes.
Caused by: java.lang.ClassNotFoundException: javax.jcr.Node not found by <custom package> [505]
at org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1550)
Appreciated for any help
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
Verify the pom.xml import package.
조회 수
답글
좋아요 수
Forgot to mention in above post, AEM is installed in tomcat
조회 수
답글
좋아요 수
Verify the pom.xml import package.
조회 수
답글
좋아요 수
Are you getting the this error when you trying to call the class from your bundle or any OOB Bundle class aswell ?
조회 수
답글
좋아요 수
Yes. I am getting it when i use the class in custom bundle. I have user node.getProperty() (in java class) which is failing. Where as when i try the same in jsp (currentNode.getProperty() is working fine)
조회 수
답글
좋아요 수
Please in future - place AEM questions in the main Experience Manager forum - not Marketing Cloud - AEM ppl will see it.
조회 수
답글
좋아요 수
조회 수
Likes
답글
조회 수
Likes
답글