Error at combining AMP project to AIO project

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-25-2016 02:50 AM
After combining AMP project to AIO project, I got the error.
I attached error with the file.
- Labels:
-
Archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-25-2016 02:58 AM
Caused by: org.alfresco.error.AlfrescoRuntimeException: 09250008 Ensure that the 'dir.root' property '/home/itip-aio/Documents/alfresco-extensions/acme-cms-poc/alf_data_dev' is pointing to the correct data location.
It seems root folder /home/itip-aio/Documents/alfresco-extensions/acme-cms-poc/alf_data_dev dose not exist.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-26-2016 03:35 PM
Is that message appearing when you are packaging the project? That's what it looks like.
If that's the case, then you have to make sure the dir.root property is correctly set into the file alfresco-global.properties
Another option is to use the switch to avoid executing the tests during the packaging process.
You can do so by using:
mvn clean install -DskipTests=true

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2016 02:01 AM
Thank you very much for your reply.
I cannot change the dir.root in the alfresco-global.properties file in the eclipse.
But after moving alf_data_dev folder to under repo folder, the problem was solved.
