cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco 3.4.d upgrade to 4.0.d -> Problem with Alfresco Explorer

matteo84
Champ in-the-making
Champ in-the-making
I upgraded from Alfresco 3.4.d (community) to Alfresco 4.0.d (community). The upgrade process didn't show any errors.

The CIFS access and all the APIs, webscripts etc work fine. Also the Share app works. But when I try to access the /alfresco web app (Explorer) I get the error:
java.lang.ClassNotFoundException - org.apache.opencmis.browser.BrowseServlet from BaseClassLoader

I found out that this class is present in the previous version (3.4.d) in the opencmis-test-browser library. This lib doesn't exist in the 4.0.d version.

Can anyone help me with that? Why am I getting this error? Any idea how to fix it?

Thank you.
1 REPLY 1

matteo84
Champ in-the-making
Champ in-the-making
The problem was in the web.xml where I was using the old package for the BrowseServlet. It has changed from org.apache.opencmis.browser.BrowseServlet to org.apache.chemistry.opencmis.browser.BrowseServlet