-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.0 Beta 8, 7.0.0 CE GA1, 7.0.1 CE GA2
-
Fix Version/s: 7.0.1 CE GA2
-
Component/s: Documents & Media, External Document Repositories > CMIS
-
Labels:
-
Story Points:1.25
-
Fix Priority:4
-
Git Pull Request:
Steps
Alfresco setup:
- Install Alfresco Community 5.1. Use defaults (e.g., port 8080, user credential defaults, etc).
- Start Alfresco
- Create an Alfresco user test / test and sign into Alfresco as that user.
- Create an Alfresco site
- In that site's Document Repository, upload a simple text file.
Liferay setup:
- Create a portal-ext.properties file that specifies the following properties:
- session.store.password=true
- company.security.auth.type=screenName
- Change the ports of tomcat/conf/server.xml so as to not conflict with the Alfresco server.
- Server: 8090
- Shutdown: 8006
- Redirect port: 8493
- AJP: 8019
- Start Liferay
Adding a repo
- In Documents and Media, click Add > Repository
- Give an arbitrary name
- For Repository Configuration, select CMIS Repository (Web Services), leave the Repository ID blank, and specify the following URLS:
- Web Services ACL Service: http://localhost:8080/alfresco/cmisws/ACLService?wsdl
- Web Services Discovery Service: http://localhost:8080/alfresco/cmisws/DiscoveryService?wsdl
- Web Services Multifiling Service: http://localhost:8080/alfresco/cmisws/MultifilingService?wsdl
- Web Services Object Service: http://localhost:8080/alfresco/cmisws/ObjectService?wsdl
- Web Services Navigation Service: http://localhost:8080/alfresco/cmisws/NavigationService?wsdl
- Web Services Policy Service: http://localhost:8080/alfresco/cmisws/PolicyService?wsdl
- Web Services Relationship Service: http://localhost:8080/alfresco/cmisws/RelationshipService?wsdl
- Web Services Repository Service: http://localhost:8080/alfresco/cmisws/RepositoryService?wsdl
- Web Services Versioning Service: http://localhost:8080/alfresco/cmisws/VersioningService?wsdl
- Click Save
Actual Result:
The following error messages appear in the UI ...
Your request failed to complete.
Please verify your repository configuration parameters.
There are no console messages.
Expected Result:
The repository would connect with Alfresco.
Note, configuration of a CMIS Repository (AtomPub) works for the same Alfresco server.