Search code examples
alfrescoports

Alfresco callling wrong ports after applying amps


Hello i am having a very strange problem that happens when i apply amps in my local alfresco installation. The process of applying amps goes smoothly, and alfresco starts up normally, but if i try to open share the following exception happens:

2014-05-27 17:53:49,205  INFO  [webscripts.connector.RemoteClient] [http-apr-8584-exec-5] Exception calling (GET) http://localhost:8080/alfresco/s/remoteadm/has/alfresco/site-data/template-types/org/alfresco/simple-guest.xml?s=sitestore

Has anyone got any ideas why is this happening? I know for sure that the problem is in the port share is trying to call, because i do not have it set up on 8080, but i do not know why is share calling this port?

Thanks!


Solution

  • Your AMP file must contain one share-config-custom.xml under which one of the config is pointing to this 8080 port. This issue is most probably because of that only.

    1. So, extract your entire AMP.
    2. Check for that 8080 port reference.
    3. Replace it with port you are using for alfresco.
    4. Again create AMP.
    5. Apply new AMP (Change version of AMP to next version)

    Hope this will solve your issue.