Failed to execute import: org.alfresco.service.cmr.view.ImporterException: Failed to import package at line 13667; column 3090 due to error: Cannot find node referenced by path cm:Test_x0020_Importing_x0020_functionality_x0020_for_x0020_Alfrescolive_x0020_to_x0020_DevelopmentEnvironment
It looks like there is some issue with the length of the filename. Is it that the filename should be lesser than 100 characters for import/export to work correctly?
If so, is this maximum filename size configurable ?
1. Check ImportComponent code if there is any hardcoded value for length of the path. 2. Are you able to import successfully if you have path less than 100 characters? 3.You can try removing the entry in exported .acp file for the mentioned node and check if import succeeds.