활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
We had some services work properly but after a server restart we are seeing a bank response / 500 Server Error .
Not sure what is wrong? Appreciate any help!
Error message in logs are like: Requested Path /bin/sirius/report.servlet is not in available search paths for any custom service we developed.
Snippet form logs:
21.09.2018 10:52:30.448 *WARN* [192.150.10.209 [1537541550444] POST /bin/sirius/report HTTP/1.1] com.day.cq.wcm.core.impl.components.ComponentCacheImpl Requested Path /bin/sirius/report.servlet is not in available search paths
Sling Servlet Resolver shows the correct class:
해결되었습니다! 솔루션으로 이동.
Hi,
Your servlet looks ok but another dependent servlet/service (/bin/sirius/report) have some issue, better to check that service if this service/bundle is up or not.
And your making POST call, check for apache sling referrer filter config as well for POST calls.
조회 수
답글
좋아요 수
Is the OSGi servlet that defines this Sling Servlet in an Active State?
조회 수
답글
좋아요 수
조회 수
답글
좋아요 수
Can you give the screenshot of your service ? is it active ?
조회 수
답글
좋아요 수
looks like it need changes to "sling referrer filter config" and "adobe granite CSRF Filter". Configure them by removing the POST method. After making configurations to the two OSGI configurations, you should be able to make a POST request from your HTTP REST Client to your AEM instance.
For production, set Apache Sling Referrer Filter and Adobe Granite CSRF Filter settings back to default. Unless if you are giving access to other servers to make POST requests to your AEM application.
reference: https://sourcedcode.com/blog/aem/how-to-make-simple-http-post-methods-in-aem-with-a-http-rest-client
조회 수
답글
좋아요 수
조회 수
Likes
답글