활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
Hello Everyone,
I'm trying to configure AEM author instance in centos8. Below are my system configuration,
OS : centos8
java : 11.0.13
AEM : 6.5.0
Run Modes = [s7connect, crx3, author, samplecontent, crx3tar]
I ran "java -jar cq-author-p4502.jar" to extract server. Once password is provided, restarted server using start script. I can see the server up and running.
However when I'm trying to access I'm getting below error on sites.html. I'm able to access assets.html anyway. unable to access the project page navigation only.
Cannot serve request to /sites.html/content in /libs/sling/servlet/errorhandler/404.jsp
0 TIMER_START{Request Processing} 4 COMMENT timer_end format is {<elapsed microseconds>,<timer name>} <optional message> 10 LOG Method=GET, PathInfo=null 13 TIMER_START{handleSecurity} 1772 TIMER_END{1756,handleSecurity} authenticator org.apache.sling.auth.core.impl.SlingAuthenticator@598a633d returns true 2129 TIMER_START{ResourceResolution} 2369 TIMER_END{237,ResourceResolution} URI=/sites.html/content resolves to Resource=NonExistingResource, path=/sites.html/content 2384 LOG Resource Path Info: SlingRequestPathInfo: path='/sites.html/content', selectorString='null', extension='html', suffix='/content' 2386 TIMER_START{ServletResolution} 2394 TIMER_START{resolveServlet(/sites.html/content)} 4566 LOG {0}: no servlet found 4582 TIMER_END{2186,resolveServlet(/sites.html/content)} Using servlet org.apache.sling.servlets.get.DefaultGetServlet 4590 TIMER_END{2202,ServletResolution} URI=/sites.html/content handled by Servlet=org.apache.sling.servlets.get.DefaultGetServlet 4596 LOG Applying Requestfilters
I recreated server multiple times newly, still same issue persist. When i ran the jcr resolver for "/sites.html" getting, non exiting resource.
I'm not sure what could be the issue. Kindly help me on this.
Note: unable to see we-retail site, under /content in crx.
Thanks,
gopi
해결되었습니다! 솔루션으로 이동.
토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.
조회 수
답글
좋아요 수
Hello Everyone,
Thanks for reply and help!
Finally found the issue is with Java mismatch, completely removed all versions of java and installed required version then extracted the server.
It's working fine now.
Thank again!
Hi @SantoshSai ,
As mentioned in the description, I can see no existing resource only.
I dont understand why i'm getting like this.
Thanks!
조회 수
답글
좋아요 수
what java installation are you using, ie. what java -version is returning for you ? Are you running AEm with user that has proper permission to the directory where it is unpacked?
조회 수
답글
좋아요 수
@makro24 below is my java configuration, previously i had java 8. I have upgraded to java 11. I'm creating aem instance in my user directory only, i have no permission issue.
Java Runtime |
OpenJDK Runtime Environment(build 11.0.13+8-LTS) |
Java Virtual Machine | OpenJDK 64-Bit Server VM(build 11.0.13+8-LTS, mixed mode, sharing) |
조회 수
답글
좋아요 수
Hi @gopi38 ,
Could you provide more error logs, usually 404 implies either the resource does not exist or we do no have access to (or authentication service error). It can be a directory permission issue as @makro24 pointed out. BTW, if you have access to crx/de, do you see your project under /content/<PROJECT>?
Thanks,
Ritesh Mittal
조회 수
답글
좋아요 수
Hi @Ritesh_Mittal,
I didn't deploy my application, just extracted server and started it. I can see total 579 bundles, all are up and running.
below is the screenshot of content,
Also im unable to see we-retail site, even I started with samplecontent run mode.
There is not error log generated related to this.
Thanks!
조회 수
답글
좋아요 수
Hi,
Looks like an issue with java runtime version issue. Can you reinstall java or try with a lower version.
조회 수
답글
좋아요 수
Hi @srikanthpogula,
I'm working on aem version 6.5.0, believe that should support java 11. As per client request i have upgraded from java 8 to java 11.
Thanks!
조회 수
답글
좋아요 수
Hello Everyone,
Thanks for reply and help!
Finally found the issue is with Java mismatch, completely removed all versions of java and installed required version then extracted the server.
It's working fine now.
Thank again!