Open mkrout opened 11 years ago
Can you paste the full stack trace please ?
Do you have the same issue without selecting "With Personel JCR Content" during export ?
2013-10-17 16:15:19,801 | ERROR | Add Favorite failed [AddToFavoriteScript
Note that the exception is only thrown for the logged user.
This is due to the AddToFavoriteScript action which is executed for every content added in the user's folder of the connected user. So when the user's folder is imported, the script is executed for each content, and as long as the Favorite folder has not been imported, this exception is thrown.
We cannot do much on our side here (except forcing to import the Favorite folder before the others, the hacky way...).
When I try to import users using the staging extension the following exception is thrown several times: | ERROR | Add Favorite failed [AddToFavoriteScript]
javax.jcr.PathNotFoundException: Node not found /Users/t/te/tes___/test/Private/Favorites
How to reproduce:
During the import the exception is thrown several times.
Seems that this exception don't impact the import operation, since all users are imported with their data.