cancel
Showing results for 
Search instead for 
Did you mean: 

Error at combining AMP project to AIO project

thinpyai
Champ in-the-making
Champ in-the-making

After combining AMP project to AIO project, I got the error.

I attached error with the file.

3 REPLIES 3

kaynezhang
World-Class Innovator
World-Class Innovator

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.

douglascrp
World-Class Innovator
World-Class Innovator

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

thinpyai
Champ in-the-making
Champ in-the-making

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.