An exception occurred processing JSP page...
Hi All, I am new to DAY CQ development. I installed jdk1.6.0_37 in my system. I started cq 5.5 jar on port 4502. When i start cq and open localhost:4502 in browser I am getting following exception "An...
View ArticleHow to create a CQ package to export all the users and their permissions.
Hi All, Hope you all are doing great. Have a qn regarding the packge export via package manager. I am trying to export all the users and their permissions from one env to the other. I can get...
View ArticleHow to get the nodes from session through java program?
Hi, I would like to get the nodes from session objects through java program. I wrote the program like this, package com.mycomp.node; import javax.jcr.Node;import javax.jcr.NodeIterator;import...
View ArticleServer Error at /libs/wcm/core/content/reference.json
Hi all, I am currently faced with an server error.When I tried to right click and 'activate' a content, it doesn't do anything.As the ajax call have failed. Can I know how to resolve it? Thanks...
View ArticleImage is not showing up on Dialog.
Hi Guys I am getting problem with Dialog. In my Dialog I have created the image field which accepts image from dam by Drag and drop. Whil Iam dropping the image it is showing up inside the Dialog...
View ArticleHow to deny user access to crxde lite?
I read this help file (http://helpx.adobe.com/cq/kb/LimitAccessCRXandCRXDE.html) and understand that how to restrict the number of links viewable to users. However, when the user types in /crxde in...
View ArticleCQ5 Startup errors ESAPI directory or file not readable.
Here is the startup screen output with the errors bolded, any help is appreciated. :/lopt/dev/instances/author1/crx-quickstart/bin $ 31.05.2013 08:08:32.365 *INFO * [main] Setting...
View ArticleListener beforeshow on textfield
Good afternoun, I have a question about dialog listeners. I have this widget definition inside of my dialog: <vanity jcr:primaryType="cq:Widget" collapsed="{Boolean}true"...
View ArticleIIS Dispatcher not caching: permissions
What are the permissions to set on /docroot directory for the dispatcher agent? Right now, it's not caching anything because of: [Fri Jul 05 15:10:37 2013] [D] [1956(3040)]...
View Article404 Custom Forwards
I have a custom 404 set up by following this: http://dev.day.com/docs/en/cq/current/developing/customizing_error_handler_pages.html I changed it so that the default.jsp page will now FORWARD to my...
View Articlejava.io.IOException: No such file or directory while storing SSO...
Hi, I am trying to configure the SSO header in the Adobe Granite SSO Authentication Handler by the Adobe CQ5 Web Console Configuration. I set the Header Names, I chage the format to "AsIs" and I set...
View ArticleCanonical link element
Is there any support for the rel="canonical" link element, should I program it ??
View ArticleActivation of page failing due replication
I am trying to activate camapign or articles but failed to do so. Earlier i used to do but facing below error:Please help me to resolve. ReplicationOptions{synchronous=false, revision='null',...
View Articlenot able to access the login page for CQ5
I am seeing following error while starting the CQ5 instance. I have tried both from command line and from double clicking the jar file. I am using 5.6 version of CQ5 and seeing following error while...
View ArticleHow CQ5 Archive/Delete Content?
How to configure CQ5 to auto archive/delete content, e.g. all static files in a specific folder older than 24 hours? Do I need develop a scheduled job and program to delete the content?
View ArticleHow to get the groups associated to a CQ5 user account ?
Hello,I'm looking for a sling endpoints to get all groups a CQ5 user belongs to.I first checked into crx but it seems that the groups are not stored in the users nodes. So I've no idea where I should...
View ArticleRepositoryException during serialization
Hi,we are using CQ5.4 and in one of our environments I see that both replications queues are active but have over 2k of pending items (for activation and deactivation) One the replication logs shows a...
View ArticleSling Mapping in etc/map
etc/map for a domain is working for appending the path to the root path(language page). In addition to that, I need to handle other urls which are short in the website but need to prepend with...
View ArticleInsensitive search using query builder
Hi, I want to convert below sql query so as to use for querybuilder . select * from nt:unstructured where jcr:path like '/content/dam/company/project/data/%' and UPPER(ctn_no) LIKE 'HD%' or...
View Articlejavax.jcr.nodetype.ConstraintViolationException : Node is protected
Hi I have an nt:unstructured node to which i am writing some properties through java code. The properties are getting written but in my error log i am getting...
View Article