Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.

...

*Installing the license file: * you will have to create tomcat\shared\classes\alfresco\extension\license directory yourself.

...

if you see an error about JAXB 2.0 API during start up, cp the file jaxb-api-2.1.jar from alfresco.war's \WEB-INF\lib<tt> to tomcat\endorsed directory and restart the serverunmigrated-wiki-markup

If you see error messages about&nbsp; 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 to the new port

...

Download the tar.gz file from http://www.swftools.org/&nbsp;andImage Removed follow the instruction in the INSTALL file (basically running configure and make install to install the binaries in the path).

...

Download the latest (stable) rpm version of OpenOffice for linux at http://download.openoffice.orgImage Removed

unpack and go to the RPMS directory and type rpm -ivh *.rpm.

the default installation directory is probably /opt/

change the tomcat/shared/classes/alfresco/extension/bootstrap/openoffice-startup-context.xml file and set the openOfficeStartupCommand as      unmigrated-wiki-markup

<value><\!\[CDATA\[/opt/openoffice.org3/program/soffice.bin "-accept=socket,host=localhost,port=8100;urp;StarOffice.\
ServiceManager" "-env:UserInstallation=file:////opt/openoffice.org3" \ -nologo \ -headless \ -nofirststartwizard \ -nocrashrep \ -norestore\]\]\
></value>
note: 3E uses a different format, but the same idea.

Restart alfresco and make sure there is no error or warning in alfresco.log about the swftools or openoffice.
 

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:

...