활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
I am installing a trial version of Adobe Experience Manager, version 5.6.1. I installed it as a author instance and I can get to the login page, but after logging in I continually get
The requested URL /welcome.html resulted in an error in org.apache.sling.servlets.resolver.internal.defaults.DefaultErrorHandlerServlet.
when accessing http://localhost:4502/welcome.html
Can anybody point me in the right direction as to what to look for, change, etc. I am running this on ubuntu, starting up from the command line on java 1.6
해결되었습니다! 솔루션으로 이동.
That page is for an old version of CQ. Use this one instead: https://dev.day.com/docs/en/cq/current/howto/installingcq.html
The jar file should be named cq5-author-p4502.jar....
scott
조회 수
답글
좋아요 수
hi,
is the license.properties file beside your cq jar file?
scott
조회 수
답글
좋아요 수
Greg Jones wrote...
I am installing a trial version of Adobe Experience Manager, version 5.6.1. I installed it as a author instance and I can get to the login page, but after logging in I continually get
No resource found (404)
The requested URL /welcome.html resulted in an error in org.apache.sling.servlets.resolver.internal.defaults.DefaultErrorHandlerServlet.
when accessing http://localhost:4502/welcome.html
Can anybody point me in the right direction as to what to look for, change, etc. I am running this on ubuntu, starting up from the command line on java 1.6
Greg - Can you pls let me know how did you get the trial version of AEM? I have been trying since some time now but to no avail. Hopefully you can point me into the right direction. Thanks.
Sahil
조회 수
답글
좋아요 수
Do you have the license key from Adobe?
BTW, I run CQ on ubuntu as well (without this problem, obviously).
조회 수
답글
좋아요 수
Yes, I got a license key from adobe in their 'Adobe Experience Manager trial informatio
The author instance is the one I'm having trouble with. Publishing instance works just fine.
I get the error whether I start it up using
java -Xmx1024m -XX:MaxPermSize=256m -jar cq-author-5.6.1.jar
or when using the start script in /bin created after the install.
That page is for an old version of CQ. Use this one instead: https://dev.day.com/docs/en/cq/current/howto/installingcq.html
The jar file should be named cq5-author-p4502.jar....
scott
조회 수
답글
좋아요 수
That did it. I did a reinstall using the new instructions, looks like the only real change was the jar file name. But it works now.
Thx,
Greg