AEM Forms 6.2 JEE - linux - CRX DE displaying nothing under / | Community
Skip to main content
James_R_Green
Level 6
October 10, 2017
Solved

AEM Forms 6.2 JEE - linux - CRX DE displaying nothing under /

  • October 10, 2017
  • 5 replies
  • 2995 views

Hi,

I have installed AM forms 6.2 JEE on linux, everything works fine - I can view projects, install projects etc. However /lc/crx/de shows no nodes under '/', depsite being logged in.

I can query the data using the search tool in crx/de and I can access package manager, but I don't see anything else under the root node. Is there a configuration setting missing for 6.2 JEE on linux, perhaps a privilege? I have used this on Windows without issue and linux osgi works as expected too.

Any ideas?

Thanks,

Jim

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 James_R_Green

I worked it out in the end. I had to change the osgi configuration for org.apache.sling.jcr.davex.impl.servlets.SlingDavExServlet

Was set to /server changed to /crx/server

5 replies

Adobe Employee
October 30, 2017

are you logging into crx as admin user?

kautuk_sahni
Community Manager
Community Manager
October 30, 2017

Try logging in as Admin user. If the problem still persists please check the erro.log.

~kautuk

Kautuk Sahni
saumyas
October 30, 2017

Have you enabled nosamplecontent runmode while running cq?

Please disable this and check once.

James_R_Green
James_R_GreenAuthorAccepted solution
Level 6
October 30, 2017

I worked it out in the end. I had to change the osgi configuration for org.apache.sling.jcr.davex.impl.servlets.SlingDavExServlet

Was set to /server changed to /crx/server

kautuk_sahni
Community Manager
Community Manager
October 30, 2017

Thanks for sharing the solution with the community.

~kautuk

Kautuk Sahni