cancel
Showing results for 
Search instead for 
Did you mean: 

Default root folder path '/Company Home' not found

sergem
Champ in-the-making
Champ in-the-making
I logged in to Alfresco as admin and change the root folder name from 'Compagny Home' to e.g. 'MyCompany Home'.
Than I logged out and restart alfresco.

I have the error:

SEVERE: Exception sending context initialized event to listener instance of class org.alfresco.web.app.ContextLoaderListener
org.alfresco.error.AlfrescoRuntimeException: 09130000 Default root folder path '/Company Home' not found

What should be changed back in xml-files (somethere somehow to default Company Name) to make alfresco start up again.

Thanks in advance.
3 REPLIES 3

fxl
Champ in-the-making
Champ in-the-making
I get the same error with Alfresco 3.3.3. It seems that property "defaultRootPath" in cmis-api-context.xml allows to define another "Company Home". It does not work for me, maybe it will work for someone else.

almase
Champ in-the-making
Champ in-the-making
I have changed cmis-api-content.xml with the new name and it works successfully.
For example, in my case:

<property name="defaultRootPath"><value>/Gestión de Expedientes</value></property>

Alberto

bianca_baloi
Champ in-the-making
Champ in-the-making
Hello!

How can I get the defaultRootPath from my application (c#) (if it`s possible) ?

Thanks