cancel
Showing results for 
Search instead for 
Did you mean: 

alfresco share breaks after fresh install

emaxt6
Champ in-the-making
Champ in-the-making
- Fresh Alfresco install 3.3 form exe installer
- changed port to 80 during install
- alfresco standard web client works
- alfresco share produces this exception when accessed



org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.springframework.extensions.surf.exception.PlatformRuntimeException: 03160001 Unable to retrieve object: slingshot.site.configuration of type: configuration
   org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:659)
   org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:552)
   javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
   javax.servlet.http.HttpServlet.service(HttpServlet.java:717)


root cause

org.springframework.extensions.surf.exception.PlatformRuntimeException: 03160001 Unable to retrieve object: slingshot.site.configuration of type: configuration
   org.springframework.extensions.surf.ObjectPersistenceService.getObject(ObjectPersistenceService.java:130)
   org.springframework.extensions.surf.ModelObjectService.getObject(ModelObjectService.java:507)
   org.springframework.extensions.surf.ModelObjectService.getConfiguration(ModelObjectService.java:135)
   org.springframework.extensions.surf.site.SiteUtil.getSiteConfiguration(SiteUtil.java:99)
   org.springframework.extensions.surf.support.AbstractRequestContext.getSiteConfiguration(AbstractRequestContext.java:138)
   org.springframework.extensions.surf.mvc.ThemeInterceptor.preHandle(ThemeInterceptor.java:66)
   org.springframework.web.servlet.handler.WebRequestHandlerInterceptorAdapter.preHandle(WebRequestHandlerInterceptorAdapter.java:54)
   org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:761)
   org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:716)
   org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:647)
   org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:552)
   javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
   javax.servlet.http.HttpServlet.service(HttpServlet.java:717)



any advices?
2 REPLIES 2

sselvan
Champ in-the-making
Champ in-the-making
I am also facing the same issue. If you have any updates/solution - please let me know.

Appreciate your help!

loftux
Star Contributor
Star Contributor
http://www.google.se/search?q=site:forums.alfresco.com+change+port+number

You would also have to update the remote connector named alfresco in share-config-custom.xml in web-extension
Sample config can be found in webscript-framework-config-custom.xml.sample, but from 3.3 you need to place it in share-config-custom.xml. Just copy the section in there and edit server name and port number as needed.