cancel
Showing results for 
Search instead for 
Did you mean: 

Error when trying to move the content store in alfresco

samnaction
Champ in-the-making
Champ in-the-making
Here is what I did, I tried moving my content store and contentstore.deleted from alfresco installation path to a new network location. I modified my global.properties like this.

dir.root=C:/Alfresco/alf_data
dir.contentstore=//server1/c/contentstore/contentstore
dir.contentstore.deleted=//server1/c/contentstore/contentstore.deleted

But now I am getting error on the top of the share in browser when I am logging to share. Here is my first few lines of error

An error has occured in the Share component: /share/service/components/documentlibrary/myfiles. It responded with a status of 500 - Internal Error. Error Code Information: 500 - An error inside the HTTP server which prevented it from fulfilling the request. Error Message: 03020013 Failed to execute script 'classpath*:alfresco/site-webscripts/org/alfresco/components/documentlibrary/myfiles.get.js': 03020012 03020011 Failed during processing of Google Docs subsystem status configuration from Alfresco: 03020010 Unable to retrieve Google Docs subsystem status from Alfresco: 404 Server: Alfresco Spring WebScripts - v1.2.0 (Release 1331) schema 1,000 Time: Apr 2, 2014 2:24:01 PM Click here to view full technical information on the error. Exception: org.alfresco.error.AlfrescoRuntimeException - 03020011 Failed during processing of Google Docs subsystem status configuration from Alfresco: 03020010 Unable to retrieve Google Docs subsystem status from Alfresco: 404 org.alfresco.web.scripts.SingletonValueProcessorExtension.getSingletonValue(SingletonValueProcessorExtension.java:108) org.alfresco.web.scripts.SingletonValueProcessorExtension.getSingletonValue(SingletonValueProcessorExtension.java:59) org.alfresco.web.scripts.GoogleDocsStatus.getEnabled(GoogleDocsStatus.java:51) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
9 REPLIES 9

jpotts
World-Class Innovator
World-Class Innovator

samnaction
Champ in-the-making
Champ in-the-making
(Initially I added permission to the folder alone in server and it was not working) and then I added permission to the drive (the drive in which the folder is located that is C drive)and I am able to solve.

But why tomcat is not able to read the shared folder directly? How to read the shared folder directly without giving permission to the entire drive

mrogers
Star Contributor
Star Contributor
Did you actually move the content store?  

samnaction
Champ in-the-making
Champ in-the-making
Yes i moved the content folder

mrogers
Star Contributor
Star Contributor
Sorry - just read your inital posting again.   You can't use a UNC path like //server1/c/contentstore/contentstore
dir.contentstore.

Needs to be a windows/Dos path.    So you need to mount your remote filesystem before starting alfresco.

samnaction
Champ in-the-making
Champ in-the-making
I tried that, I copied the two folder in C:/alf_data in server. I then mounted the location \\server\C\alf_data in my machine it mounted as Z drive  then in the global property file I changed as
dir.contentstore=Z:/contentstore
dir.contentstore.deleted=Z:/contentstore.deleted
dir.root=C:/Alfresco/alf_data


But still it is not working

mrogers
Star Contributor
Star Contributor
Well it should work.  

What errors are you seeing in your log files?

samnaction
Champ in-the-making
Champ in-the-making
The file system is different will it cause any issue? Do I need to enable cifs?

samnaction
Champ in-the-making
Champ in-the-making
Well I am planning not to use network drive but to store in the same machine. Is 40 gb disk space enough if I have files of 15 gb.I wont be adding any new few files. I will be creating only sites and discussion. Will it cause any performance issue if the files are stored in the same location as the installation path. What happens in the long run?