09-19-2008 12:55 PM
09-19-2008 02:01 PM
Install pdf2swf to enable the Flash preview functionality. Make sure you use the last development snapshots because 0.8.1 from 2007-02-28 does not support some functionalities Alfresco needs to render the preview.
09-19-2008 02:34 PM
11-03-2008 07:30 AM
11-03-2008 04:30 PM
11-03-2008 05:21 PM
Turns out, for me it was a browser issue. Works fine in IE 7, but doesn't work with Firefox 3.0. Firefox being my main browser of course.Make sure you've got Flash 9 installed for Firefox - it's a separate download from the IE7 one.
11-04-2008 03:25 AM
#!/bin/sh
# Start or stop Alfresco server
# Set the following to where Tomcat is installed
ALF_HOME=/opt/Alfresco
cd "$ALF_HOME"
APPSERVER="${ALF_HOME}/tomcat"
export JAVA_HOME=/usr/lib/jvm/java-6-sun-1.6.0.10/
# Set any default JVM values
export JAVA_OPTS='-Xms128m -Xmx512m -XX:MaxPermSize=128m -server'
# Following only needed for Sun JVMs before to 1.5 update 8
export JAVA_OPTS="${JAVA_OPTS} -XX:CompileCommand=exclude,org/apache/lucene/index/IndexReader\$1,doBody -XX:CompileCommand=exclude,org/alfresco/repo/search/impl/lucene/index/IndexInfo\$Merger,mergeIndexes -XX:CompileCommand=exclude,org/alfresco/repo/search/impl/lucene/index/IndexInfo\$Merger,mergeDeletions"
#
if [ "$1" = "start" ]; then
if [ -r "$ALF_HOME"/start_oo.sh ]; then
sh "$ALF_HOME"/start_oo.sh
fi
"${APPSERVER}/bin/startup.sh"
# if [ -r ./virtual_start.sh ]; then
# sh ./virtual_start.sh
# fi
elif [ "$1" = "stop" ]; then
"${APPSERVER}/bin/shutdown.sh"
# if [ -r ./virtual_start.sh ]; then
# sh ./virtual_stop.sh
# fi
if [ -r "$ALF_HOME"/start_oo.sh ]; then
killall soffice.bin
fi
fi/opt/openoffice.org3/program/soffice "-accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager" "-env:UserInstallation=file:////opt/openoffice.org3" -nologo -headless -nofirststartwizard -nocrashrep -norestore &CompilerOracle: exclude org/apache/lucene/index/IndexReader$1.doBody
CompilerOracle: exclude org/alfresco/repo/search/impl/lucene/index/IndexInfo$Merger.mergeIndexes
CompilerOracle: exclude org/alfresco/repo/search/impl/lucene/index/IndexInfo$Merger.mergeDeletions
4-Nov-2008 3:11:49 AM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
4-Nov-2008 3:11:50 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 7573 ms
4-Nov-2008 3:11:51 AM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
4-Nov-2008 3:11:51 AM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.23
4-Nov-2008 3:11:51 AM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
4-Nov-2008 3:11:57 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive share.war
03:12:28,874 INFO [web.site.FrameworkHelper] Successfully Initialized Web Framework
4-Nov-2008 3:12:29 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive alfresco.war
03:15:15,823 INFO [config.xml.XMLConfigService$PropertyConfigurer] Loading properties file from class path resource [alfresco/file-servers.properties]
03:16:51,377 INFO [domain.schema.SchemaBootstrap] Schema managed by database dialect org.hibernate.dialect.MySQLInnoDBDialect.
03:16:57,314 INFO [domain.schema.SchemaBootstrap] No changes were made to the schema.
03:17:15,006 User:System INFO [repo.admin.ConfigurationChecker] The Alfresco root data directory ('dir.root') is: /opt/Alfresco/alf_data
03:17:15,524 User:System INFO [admin.patch.PatchExecuter] Checking for patches to apply …
03:17:18,011 User:System INFO [admin.patch.PatchExecuter] No patches were required.
03:17:18,030 User:System INFO [repo.module.ModuleServiceImpl] Found 0 module(s).
03:17:24,726 User:System INFO [service.descriptor.DescriptorService] Alfresco JVM - v1.6.0_10-b33; maximum heap size 506.313MB
03:17:24,730 User:System INFO [service.descriptor.DescriptorService] Alfresco started (Labs): Current version 3.0.0 (b 1164) schema 131 - Installed version 3.0.0 (b 1164) schema 131
03:17:26,480 User:System WARN [alfresco.linkvalidation.LinkValidationServiceImpl] LinkValidationService Update is not running (virtualization server not registered or started)
4-Nov-2008 3:18:35 AM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
4-Nov-2008 3:18:36 AM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
4-Nov-2008 3:18:37 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 407283 ms
11-04-2008 11:03 AM
When I load a document (click on a document from the document library), it loads a page, the flash applet loads and the little arrows in the middle just keep spinning forever.
This only happens when I upload documents processed by OOo (.doc, .odt, .pdf). Images are handled perfectly by the flash preview.
11-07-2008 09:36 AM
11-07-2008 09:48 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.