Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Wiki Markup
If you see error messages about  ERROR \[activities.feed.AbstractFeedGenerator\] Exception during generation of feeds
you need a custom-scheduled-action-services-context.xml file. See the post [http://forums.alfresco.com/en/viewtopic.php?f=9&t=13093&p=43250&hilit=abstractfeedgenerator#p43250]

Using Alfresco share:

1. if the port is not 8080, replace all the reference to port 8080 under webapps/share and webapps/alfresco/wsdl to share to the new port

2. to enable the sharepoint protocol support, make sure in amps directory there are alfresco-recordsmanagement.amp and vti-module.amp. Run apply_amps.bat sh in alfresco root directory. Please be aware that it will apply those amps to the alfresco.war file, clean up the webapps\alfresco directory. Next time you restart alfresco, that directory will be regenerated. All changes made directly in webapps/alfresco directory will be lost and have to be remade.

Troubleshooting:

If an error occurs while running the apply_amp.sh program on "Caused by: java.util.MissingResourceException: Bundle de.schlichtherle.io.DefaultRaesZipDetector not found", add the following line in the apply_amp.sh script:

export JAVA_HOME="/usr/local/jdk1.6.0"

also change "java -jar " to "$JAVA_HOME/bin/java -jar"

Then rerun the apply_amp.sh program