HiWe are in the middle of setting up Alfreso. The administration interfaceseems to work flawlessly, yet we are unable to use the "preview website"function.We tried to follow, as closesly as possible the instrutions provided inthis tutorial, for setting up alfresco with the default tomcat server etc.http://wiki.alfresco.com/wiki/Installing_Labs_3_Stable_on_Debian_EtchEverything appeared to be in working order, and the admin-interfaces wasavailable.The we followed this tutorial to set up a site:http://www.alfresco.com/products/ecm/enttrial/files/getting_started_with_wcm_for_enterprise3_1.pdfAt the end of this tutorial it was suggested to preview our new site, byclicking the "preview site" button on this page:http://<ip adress of server>/alfresco/faces/jsp/browse/browse.jspWe got directed tohttp://alfrescosample.www--sandbox.127-0-0-1.ip.alfrescodemo.net:8180/,which of course didn't resolve to anything sensible, so we put up a dnsentry. Now when we try to connect to this address, the connection simplytimes out, with no informations whatsoever of what the problem could be.We have tried various theories, but to no avail. There is someexceptions in the logs that may hint at what's wrong (or they might not,who knows).The only part of the log that hints at an error (to us), is:
Sep 22, 2009 1:57:49 PM
org.springframework.remoting.rmi.RmiClientInterceptor
handleRemoteConnectFailure
WARNING: Could not connect to RMI service
[rmi://localhost:50500/authentication] - retrying
java.lang.reflect.InvocationTargetException
from Catalina.log, that appears from time to time. But there may beother things of relevance, which we are not knowledgeable enough to beaware of. The logs are pasted herehttp://pastie.org/627252 (alfresco.log)http://pastie.org/627254 (catalina.out)We have tried to make a host entry on a local machine, and tried to set a wildcard domain in our dns server as suggested in this document:http://wiki.alfresco.com/wiki/Configuring_the_Virtualization_ServerAfter that we still get a timeout/stall when trying to access the page.Specifically we have tried to insert a host page on a local machine with the following entry (192.168.1.222 is the server):192.168.1.222 alfrescosample.www–sandbox.127-0-0-1.ip.alfrescodemo.net
and inserted the following lines in a bind config file
*.ip.localdomain.lan IN A 192.168.1.222
ip.localdomain.lan IN A 192.168.1.222
*.ip.alfrescodemo.net IN A 192.168.1.222
and inserted alfresco.virtserver.domain=ip.localdomain.lan
in/opt/alfresco/virtual-tomcat/conf/alfresco-virtserver.properties
We got no changes after this. Still a stall and eventually a timeout when trying to access:http://alfrescosample.www--sandbox.127-0-0-1.ip.alfrescodemo.net:8180I hope that somebody can help. Any suggestions are appreciated.