Hi all,

I came across the Jackrabbit User Manager bundle (
http://sling.apache.org/site/managing-users-and-groups-jackrabbitusermanager.html)
and thought I'd try and install the jackrabbit user manager 2.2.0 bundle on
CQ 5.4.  I apologize for posting to the sling users group if this is not
appropriate.

Upon trying out

> curl -u admin:admin
http://localhost:4502/system/userManager/user.tidy.1.json

I got an error like this:

The requested URL /system/userManager/user.tidy.1.json resulted in an error
in com.day.cq.commons.servlets.TidyJsonServlet.

*Exception:*

javax.servlet.ServletException: Resource not adaptable to node:
/system/userManager/user

at
com.day.cq.commons.servlets.TidyJsonServlet.doGet(TidyJsonServlet.java:73)


When I change the request to be:

> curl -u admin:admin http://localhost:4502/system/userManager/user.1.json

I get the correct JSON response.

I have not touched or upgraded any of the other bundles in CQ 5.4.  My
question is, what about the TidyServlet is breaking in that request?  Am I
missing some newer sling bundle which is required by jackrabbit user
manager 2.2.0?

By the way I tried running the curl command (with the tidy selector) on a
standalone sling instance and that worked with no problems.

Any help or direction would be greatly appreciated.


Sarwar

Reply via email to