Hello,
I recently installed Labs3c on a freshly provisioned Centos 5.2 Linux Machine. The installation seemed to go fine as I followed the notes on the developer wiki for installing Labs3b on a command line only system. I can access the /share and /alfresco applications without an issue but when I try and create me own site I get this strange error:
Failed to load script '/org/alfresco/modules/create-site.post.json.js (in classpath store file:/opt/services/location/Alfresco/tomcat/webapps/share/WEB-INF/classes/alfresco/site-webscripts)': SyntaxError: illegally formed XML syntax (AlfrescoScript#10(eval)#1)
The alfresco.log file shows this similar entry:
10:08:47,014 INFO [org.alfresco.web.scripts.DeclarativeWebScript] Caught exception & redirecting to status template: Failed to load script '/org/alfresco/modules/create-site.post.json.js (in classpath store file:/opt/services/location/Alfresco/tomcat/webapps/share/WEB-INF/classes/alfresco/site-webscripts)': SyntaxError: illegally formed XML syntax (AlfrescoScript#10(eval)#1)
And I see the same thing in catalina.out.
I am trying to create a site with the following attributes
SiteName: Demo
URL: Demo
Type: Collaboration Site
Make Public: Yes
As soon as I hit 'OK' It has that error.
Any suggestions? this is a little frustrating