cancel
Showing results for 
Search instead for 
Did you mean: 

invalid Filenames?

oklein
Champ on-the-rise
Champ on-the-rise
When a User creates a Folder with an german umlaut, the folder cannot be accessed or deleted:


11:48:39,272 ERROR [org.alfresco.repo.node.integrity.IntegrityChecker] Found 1 integrity violations:
Invalid property value:
   Node: archive://SpacesStore/be7bea94-0f30-416c-aa7f-c76843e9858c
   Type: {http://www.alfresco.org/model/content/1.0}folder
   Property: {http://www.alfresco.org/model/content/1.0}name
   Constraint: 090812185 Value 'Pra?sentationen' is not valid as a file name. This property must be a valid file name.
11:48:39,500 ERROR [org.alfresco.web.ui.common.Utils] Unable to delete Space due to system error: 090812186 Found 1 integrity violations:
Invalid property value:
   Node: archive://SpacesStore/be7bea94-0f30-416c-aa7f-c76843e9858c
   Type: {http://www.alfresco.org/model/content/1.0}folder
   Property: {http://www.alfresco.org/model/content/1.0}name
   Constraint: 090812185 Value 'Pra?sentationen' is not valid as a file name. This property must be a valid file name.
org.alfresco.repo.node.integrity.IntegrityException: 090812186 Found 1 integrity violations:
Invalid property value:
   Node: archive://SpacesStore/be7bea94-0f30-416c-aa7f-c76843e9858c
   Type: {http://www.alfresco.org/model/content/1.0}folder
   Property: {http://www.alfresco.org/model/content/1.0}name
   Constraint: 090812185 Value 'Pra?sentationen' is not valid as a file name. This property must be a valid file name.
        at org.alfresco.repo.node.integrity.IntegrityChecker.checkIntegrity(IntegrityChecker.java:667)
        at org.alfresco.repo.transaction.AlfrescoTransactionSupport$TransactionSynchronizationImpl.beforeCommit(AlfrescoTransactionSupport.java:661)
        at org.springframework.transaction.support.TransactionSynchronizationUtils.triggerBeforeCommit(TransactionSynchronizationUtils.java:48)
        at org.springframework.transaction.support.AbstractPlatformTransactionManager.triggerBeforeCommit(AbstractPlatformTransactionManager.java:835)
        at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:645)
        at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:632)
        at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:314)
        at org.alfresco.util.transaction.SpringAwareUserTransaction.commit(SpringAwareUserTransaction.java:467)
        at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:340)
        at org.alfresco.web.bean.dialog.BaseDialogBean.finish(BaseDialogBean.java:130)
        at org.alfresco.web.bean.dialog.DialogManager.finish(DialogManager.java:534)

3 REPLIES 3

sselvan
Champ in-the-making
Champ in-the-making
I happenned to stumble upon your post, while searching for something else. Just for the documentation purpose, I would like to say the solution

Value 'Pra?sentationen' is not valid as a file name. This property must be a valid file name.

It is an invalid file name. You might want to fix the file and try it. I am sure you might have fixed this problem (since it is couple of months old post), but hopefully this is helpful for someone else searching for the same issue.

cesarpf13
Champ in-the-making
Champ in-the-making
But where is the invalidity of it. I'm having the same problem from files with accents.

mikeh
Star Contributor
Star Contributor
But where is the invalidity of it. I'm having the same problem from files with accents.
Make sure your app server & database are all set to use UTF-8 correctly.

Mike