Information Adobe CQ has a Multi Site Manager function which allows for the management of multiple versions and channels of a website. Through this functionality you can create Live Copies of pages which CQ can then manage against the Blueprint website. Issue One feature is that when creating a Live Copy of a site with [...]
Posted May 3rd, 2012 in Technical. Tagged: cq, Debugging, live copy, msm.
Information CQ5 has the concept of selectors embedded in a URL which inform Sling to allow for selection of which script to execute. More details can be found out about the standard from the Adobe CQ documentation. The sample image below is taken from the original CQ 5.5. documentation, you can view the [...]
Posted April 27th, 2012 in Technical. Tagged: cq, felix, scr, scripts, sling.
Issue Sometimes when using CQ5 alongside a VPN, the following errors are reported and the CQ product does not start correctly: error.log [Repository Pinger] com.day.crx.sling.com.day.crx.sling.client acquireRepository: Problem checking JNDI for virtual-crx (javax.naming.NameNotFoundException) javax.naming.NameNotFoundException crx/error.log *ERROR* CRXRepositoryStartupServlet: Unable to create repository. (CRXDiagnostic.java, line 369) javax.jcr.RepositoryException: Unable to register data store in cluster. ….. snipped …. [...]
Posted April 27th, 2012 in Technical. Tagged: cq, crx, jcr.
To enable debug statements for the iOS SDK, add the following to your project code as the first line before any component of the iOS SDK is initialized. [[DSLog log] setLogLevel:DSLogLevelDebug]; You should then get a more verbose output in your logs from the iOS SDK, much like you get from turning on Flex logging [...]
Posted January 16th, 2012 in Technical. Tagged: data services, debug, ios.
I’ve been asked about the build numbers for the various Golden Master release versions of Data Services before. You can find out the version you are running by looking at your start up logs of your Data Services web app. FDS 2.0 = 143451 FDS 2.0.1 = 155539 LCDS 2.5 = 166921 LCDS 2.5.1 = [...]
Posted December 13th, 2011 in Technical. Tagged: data services, Debugging, LCDS.
I was working on a problem where there was a requirement to log in from a Ajax enabled application to a third party application running on a different host. Authentication functionality on this third party application was only available via the POST mechanism and I hit the well known (for others) Same Origin policy. [...]
Posted December 8th, 2011 in Technical. Tagged: cfml, cors, cross origin, jquery, same origin, security.
Posted a new mix over at http://www.eyelock.net/blog/about/playing, as well as links to some old ones. Enjoy, if you like that sort of stuff. If not, feel free to moan below
Posted October 11th, 2011 in Music.
When using Flash Builder 4.5.x with Eclipse Helios, if you try and deploy your integrated Flex and Data Services project to Tomcat 6, you get the following error being reported: [quote]The server does not support version 3.0 of the J2EE Module[/quote] The quickest and easiest way to allow for deloyment onto Tomcat, is to: Find [...]
Posted September 30th, 2011 in Technical. Tagged: data services, eclipse, Flash Builder, j2ee, Tomcat.
You can change the location of the default Web Application folder from <project>/WebContent to (i.e.) /src/main/webapp by making the following changes in Eclipse Project Properties. Change the Web Deployment Assembly Update build paths for: Flex SWCs Paths linked in Project Properties > Flex Build Path (Class libraries and Locale Bundles) Any compiler paths that might [...]
Posted September 30th, 2011 in Technical. Tagged: eclipse, Flash Builder, webapp.
Here is some steps to get some extra information out of Verity when using with ColdFusion, and something strange is happening. The debug info goes into the Verity logs, not the ColdFusion ones. Info from an old email! —————- Create environment variables for the user that Verity is running under: VERITY_DIAG_ENABLE=1 VERITY_DIAG_DEBUG=1 VERITY_DIAG_COMP=k2idx,k2odk,locuni ———————————————————— C\\:opt\\jrun4\\verity\\k2\\_nti40\\bin>rcadmin [...]
Posted August 9th, 2011 in Technical. Tagged: ColdFusion, Debugging, Verity.