01-08-2008 02:14 PM
01-13-2008 06:44 PM
Hi
Well, we'd hope we can get you up and running without having to take a trip to the local bookshop!
It's not clear to me exactly what's going wrong with the startup script, other than the iptables redirection commands being very unhappy! I suspect it might be a copy/paste problem from either our wiki or a document perhaps, as some of those apostrophes look suspect in the output.
Could you post what you've done so far please (i.e. if there's anything you've manually edited). Perhaps posting the alfresco script would also help, as would the contents of the Alfresco.log file, if one is created.
Thanks,
Mike
01-17-2008 02:39 PM
01-17-2008 03:35 PM
01-24-2008 01:37 PM
01-24-2008 06:31 PM
01-28-2008 07:21 PM
export ALFRESCO_HOME=/opt/alfresco
export CATALINA_BASE=/opt/alfresco/tomcat
export CATALINA_HOME=/opt/alfresco/tomcat
export PIDFILE=/var/run/alfresco
export LOGFILE=/var/log/alfresco/alfresco.log
# Set any default JVM values
export JAVA_OPTS='-Xms128m -Xmx512m -server -Djava.io.tmpdir=/var/lib/alfresco/tmp'
cd "$ALFRESCO_HOME"
sudo -H -u alfresco sh $CATALINA_HOME/bin/startup.sh…what do you get?02-02-2008 11:19 PM
INFO: Deploying web application archive alfresco.war
14:03:58,458 ERROR [web.context.ContextLoader] Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'luceneFullTextSearchIndexer' defined in class path resource [alfresco/co
re-services-context.xml]……..Caused by: java.net.UnknownHostException: laptop: laptopsudo hostname localhost15:12:22,498 ERROR [web.context.ContextLoader] Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serverConnector' defined in class path resource [alfresco/core-services-context.xml]: Invocation of init method failed; nested exception is java.io.IOException: Cannot bind to URL [rmi://localhost:50500/alfresco/jmxrmi]: javax.naming.NameAlreadyBoundException: alfresco/jmxrmi [Root exception is java.rmi.AlreadyBoundException: alfresco/jmxrmi]
Caused by:
java.io.IOException: Cannot bind to URL [rmi://localhost:50500/alfresco/jmxrmi]: javax.naming.NameAlreadyBoundException: alfresco/jmxrmi [Root exception is java.rmi.AlreadyBoundException: alfresco/jmxrmi]
02-02-2008 11:28 PM
02-05-2008 05:36 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.