cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to retrieve mimetypes information from alfresco

mbarrerag
Champ in-the-making
Champ in-the-making
Hello,

I have a problem when i try to change the properties of any document, on the page shows something like this:


An error has occured in the Share component: /share/service/components/form.
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: 02050010 Failed to process template org/alfresco/components/form/form.get.html.ftl
Server: Alfresco Spring WebScripts - v1.0.0 (Release 1071) schema 1.000
Time: 05/03/2014 13:12:25
Click here to view full technical information on the error.
Exception: org.alfresco.error.AlfrescoRuntimeException - 02050021 Failed processing dictionary information from Alfresco: 02050020 Unable to retrieve mimetypes information from Alfresco: 404


And in console this is the last stack trace:

Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at freemarker.ext.beans.BeansWrapper.invokeMethod(BeansWrapper.java:870)
        at freemarker.ext.beans.BeanModel.invokeThroughDescriptor(BeanModel.java:277)
        at freemarker.ext.beans.BeanModel.get(BeanModel.java:184)
        … 112 more
Caused by: org.alfresco.error.AlfrescoRuntimeException: 02050013 Failed processing dictionary information from Alfresco: 02050012 Unable to retrieve mimetypes information from Alfresco: 404
        at org.alfresco.web.scripts.MimetypesQuery.getMimetypes(MimetypesQuery.java:214)
        at org.alfresco.web.scripts.MimetypesQuery.getDisplaysByMimetype(MimetypesQuery.java:78)
        … 119 more


Please any help you can provide i will appreciate!

Thanks!
1 REPLY 1

mbarrerag
Champ in-the-making
Champ in-the-making
I just have solved this issue, it seems that i having mixed some files from enterprise and community editions. Just regeneriting Alfresco.war and Shared.war works again!.

Best Regards