cancel
Showing results for 
Search instead for 
Did you mean: 

Community Edition 3.2 starting in Read Only mode

natguyton
Champ in-the-making
Champ in-the-making
I've read a few other posts here and found that Enterprise edition can have licensing issues causing this, and that Community Edition can have issues if <TOMCATHOME>/shared/classes/alfresco/extension/wcm-bootstrap-context.xml has an odd fixesToSchema value, but mine match the appropriate files.  

For some reason, when I try to upload a file in share or WCM I still get a read only error:

14:48:09,529 ERROR [org.alfresco.web.scripts.AbstractRuntime] Exception from executeScript - redirecting to status template error: 09230007 Wrapped Exception (with status template): 09230006 Failed to execute script '/org/alfresco/slingshot/calendar/eventList.get.js (in classpath store file:/usr/local/opt/Alfresco/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/templates/webscripts)': 09230005 Access Denied.  The system is currently in read-only mode.

I am running alfresco as root. 
Other items:
Centos 5.3 64 bit Linux
JVM 1.6.0-14 64 bit  (Sun java download)
Fresh install of 3.2 community edition, no older version
MySQL 5.0.45 64 bit

I am able to create users, create folders in share, just not upload files nor avatar pics.   This tells me that mysql is working fine, but there's something wrong with config writing to the content store or other?

I have it working fine on two other servers, but not this particular one.  Very odd.   Thoughts?
5 REPLIES 5

mrogers
Star Contributor
Star Contributor
Look in your alfresco.log there may be a clue there?

natguyton
Champ in-the-making
Champ in-the-making
Actually, that's where the above error is from.

mrogers
Star Contributor
Star Contributor
So look upwards in the alfresco log file.    There should be a message earlier on that explains why you are in read only mode.

natguyton
Champ in-the-making
Champ in-the-making
No, I am afraid there was nothing further up in the log file.  

I've blown away my previous installation and tried again.  Similar results, though slightly different error this time.   Here's the logfile with the tail-end of startup, followed by the top of the error I get when trying to upload a file:

15:23:50,875 INFO  [org.alfresco.web.site.FrameworkHelper] Successfully Initialized Web Framework
15:24:00,182 INFO  [org.alfresco.util.OpenOfficeConnectionTester] The OpenOffice connection was re-established.
15:35:45,328 INFO  [org.alfresco.repo.activities.post.lookup.PostLookup] Update: 1 activity posts
15:36:00,490 INFO  [org.alfresco.repo.activities.feed.FeedTaskProcessor] >>> Generated 4 activity feed entries for 1 activity posts (in 143 msecs)
15:38:07,132 ERROR [org.alfresco.web.scripts.AbstractRuntime] Exception from executeScript - redirecting to status template error: 09260006 Wrapped Exception (with status template): 09260005 Failed to execute script '/org/alfresco/slingshot/documentlibrary/activity.post.json.js (in classpath store file:/usr/local/opt/Alfresco/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/templates/webscripts)': 09260004 JSONObject["fileName"] not found.
org.alfresco.web.scripts.WebScriptException: 09260006 Wrapped Exception (with status template): 09260005 Failed to execute script '/org/alfresco/slingshot/documentlibrary/activity.post.json.js (in
classpath store file:/usr/local/opt/Alfresco/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/templates/webscripts)': 09260004 JSONObject["fileName"] not found.

muthukimoses
Champ in-the-making
Champ in-the-making
am also getting this error:
Failed to create new space due to error: 11160003 Access Denied. The system is currently in read-only mode.

it was working fine a few hours ago.