Troubleshooting ‘Edit Properties’ Synchronisation for Live Copy Rollout

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 [...]

Determine the script resolution of a Sling selector

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 [...]

Problems starting CQ5 when using VPN

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 ….   [...]

Enable Debug Statements when using Data Services iOS SDK

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 [...]

Data Services Historical Build Numbers

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 = [...]

A Simple Cross-Origin Resource Sharing Example Explained

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. [...]

New Music Mix

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

Flash Builder 4.5 and Deploying to Tomcat 6

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 [...]

Changing location of WebContent folder of Flash Builder/WTP Project

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 [...]

Enable Verity Debug Logging

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 [...]