cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with uploading documents on Share

jaakkoo
Champ in-the-making
Champ in-the-making
Hello,

I'm new to alfresco, and been working with it for few days now. I started with trying out with the windows version of alfresco and it worked "ok". Now i installed and configured alfresco (3.2) on ubuntu 8.04 Server. Everything seemed to work fine, i'm able to access the alfresco folderhierarchy via webdav and so on. But the major problem at the moment is that i can't upload documents trough Alfresco Share. Uploading documents trough Alfresco Exlporer works fine. I checked the alfresco.log and found some Wrapped Exception problems. Seems like the executeScript -method can't find the upload.post.js -file. Maybe i've missed some configuration file or something..

Here's the error i got from the alfresco.log:

10:47:42,405 ERROR [org.alfresco.web.scripts.AbstractRuntime] Exception from executeScript - redirecting to status template error: 07200004 Wrapped Exception (with status template): 07200003 Failed to execute script '/org/alfresco/repository/upload/upload.post.js (in classpath store file:/opt/Alfresco/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/templates/webscripts)': null
org.alfresco.web.scripts.WebScriptException: 07200004 Wrapped Exception (with status template): 07200003 Failed to execute script '/org/alfresco/repository/upload/upload.post.js (in classpath store file:/opt/Alfresco/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/templates/webscripts)': null
        at org.alfresco.web.scripts.AbstractWebScript.createStatusException(AbstractWebScript.java:613)
        at org.alfresco.web.scripts.DeclarativeWebScript.execute(DeclarativeWebScript.java:165)
        at org.alfresco.repo.web.scripts.RepositoryContainer$2.execute(RepositoryContainer.java:357)
        at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:326)
        at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecute(RepositoryContainer.java:407)
.
.
.

The backtrace is so long that i won't paste it completly. I tried to find answers with google, but found nothing.

Edit: somehow i managed to copy-paste only half of the error message..?
2 REPLIES 2

jaakkoo
Champ in-the-making
Champ in-the-making
Ok, i figured something out now.

The problem is restricted to documents. I can upload .jpg files and so on. So the problem must be with executor or something.. And right after i figured out that, it's a .doc related problem i Googled: http://forums.alfresco.com/en/viewtopic.php?f=47&t=20283

jaakkoo
Champ in-the-making
Champ in-the-making
Problem solved,

The problem was that the open office was outdated (2.4). So i upgraded it to OOO 3.01 and everything started to work.