Passing values from Form Component to Thank you page configured
Hello All, I want to pass values from a page , having a CQ form component and on click of submit along with storing data in CQ, i would want to send the data to the "Thank you" page configured in the...
View ArticleJava Process Consuming 100% of Server CPU
Hi, We have a new instance of CQ5 (version 5.4) running on a Windows 2003 SP2 Server. For some reason, which we can't determine, after a period of time a Java process on the system begins to consume...
View ArticleApache Tika PDF Parser not working in CQ 5.6
Hi all, I was using following code to extract text from PDF in a CQ package.ContentHandler handler = new BodyContentHandler();Parser parser = new PDFParser();parser.parse(a.getOriginal().getStream(),...
View ArticleQuery result pagination performance
Hi I have CQ5.4 code (extract below) which uses QueryBuilder to create a query. The result set is quite large (~2000 nodes) and ordered. I set the hits per page and the start page as I display the...
View ArticleReport framework requires at least one grouped column
A Report requires at least one grouped column, otherwise finish button will lead to "The report doesn't contain grouped columns".Is it possible to configure a report not to require grouping?
View Articleneed to call servlet from jsp how
generally we specify in action attribute in cq how to specify the servlet path what should be the folder structure plz explain with an example
View ArticleWhy is there a green screen when trying to watch any videos on any website?
I currently having trouble trying to watch any type of videos. On Youtube, Abc Player, any videos I try to watch all it gives me a green screen. Audio is playing fine. But the display is just a green...
View ArticleAkamai integration
We have our public website that runs on CQ5.5. We want to do Akamai integration for the published content. 1. How is Akamai integration done in CQ5.5? 2. We want to akamai both the content and dam...
View ArticleQueryBuilder builder getting null
Hi I was tried ...................................................... /*** This class is an example ,Create selected users under a group***/ @Component @Service @Properties({ @Property(name =...
View ArticleVanity URLs in multiple domains with one CQ5 instance
I have two websites which are in different domains but use the same CQ5 author instance. How can I setup the same Vanity URLs for both websites.For example, one.com/shorturl and two.com/shorturl. I...
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 ArticleHow to access XSSAPI from custom jsp Java class?
Hi, I am creating a custom tag library using http://www.cqblueprints.com/xwiki/bin/view/Blue+Prints/Writing+A+JSP+Custom+Tag+Library to produce XSS-proof links from my custom components. I have taken...
View ArticleDispatcher Flush Agent on Publisher not invalidating cache
Hi all, We're having an issue with invalidating that cache apon activation/replication of content, but only from the Publish flush agent. I've copied the default flush agent on the Publish instance,...
View ArticleBundle-SymbolicName header missing, cannot install bundle
I want to install a bundle downloaded from the maven repository but when installing, I get a blank page and then check the error log with the error message. It is to fix this error: Exception...
View ArticleWhere is Content Explorer in CQ 5.5?
Hello, I have tried to use Content Explorer with CQ 5.5. Going to the url, <host>:<port>/crx/, no longer shows the CRX console. What is the new URL for the Content Explorer and the Content...
View Article@Reference annotation causing customised servlet stop getting called
Hi guys, I noticed that as soon as I add the @Reference annotation in my servlet, the sevlet will not be called when the form is submitted. As soon as I remove @Reference the servlet will be called....
View ArticleOnly a type can be imported. org.apache.felix.scr.annotations.Component...
I copied the example code exactly, but it won't compile. I receive errors on all the annotations, like:"Only a type can be imported. org.apache.felix.scr.annotations.Component resolves to a...
View ArticlePublishing Instance is rendering blank HTML
I have recently created a site with CQ5.4 using the cq-quickstart-5.4.0.jar executable jar file. In my file structure I have an author folder and a publish folder in which I am running my author and...
View ArticleSOLVED: “AuthenticationSupport service missing. Cannot authenticate request.”
A customer was installing CQ5 on a Red Hat Linux environment, and getting the following error displaying in the browser. AuthenticationSupport service missing. Cannot authenticate request. We checked...
View ArticleHow to implement Ajax
Hi All, I need to implement Ajax functionality in my component. The requirement is, 1. On clicking on a button Java servlet needs to be invoked.2. In the servelt, need to access CRX nodes and store a...
View Article