Just started looking at AEM/CQ 6.0 and I wanted to load our custom code from our Subversion (SVN) repository.
I'm getting the following error, whenever I try to use any of the "Team" menu items from the CRXDE Lite toolbar:
{"changes":[],"referer":"http://localhost:4502/crx/de/index.jsp","path":"/libs/crxde/scm","location":"/libs/crxde/scm","parentLocation":"/libs/crxde","error":{"class":"javax.jcr.nodetype.ConstraintViolationException","message":"No default node type available for /libs/crxde"},"status.code":500,"status.message":"javax.jcr.nodetype.ConstraintViolationException: No default node type available for /libs/crxde","title":"Error while processing /libs/crxde/scm"}
The SVN repository is available from TortoiseSVN so I don't believe SVN is the problem. Also this error can be generated from an out-of-the-box CQ 6.0; just bring up CRXDE Lite, then select the Team->Status menu item.
Any suggestion as to the cause of this error, and how to get SVN integration to work on CQ 6.0?