Hi!I'm newbee with the alfresco. I have the same trouble.I installed the Alfresco-Labs-3c-Linux-x86-Install on ubuntu. After installing I modified the alfresco.sh according soif [ "$1" = "start" ]; then
"${APPSERVER}/bin/startup.sh"
if [ -r ./virtual_start.sh ]; then
sh ./virtual_start.sh
fi
# if [ -r "$ALF_HOME"/start_oo.sh ]; then
# "$ALF_HOME"/start_oo.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
The alfresco works well on localhost:8080, but the virtualisaion server isn't started. I see these lines in the alfresco.log18:53:06,614 WARN [org.alfresco.linkvalidation.LinkValidationServiceImpl] LinkValidationService Update is not running (virtualization server not registered or started)18:59:56,304 WARN [org.alfresco.web.config.ClientConfigElement] Virtualisation Server not started - reverting to default IP: 127-0-0-1.ip.alfrescodemo.net18:59:56,305 WARN [org.alfresco.web.config.ClientConfigElement] Virtualisation Server not started - reverting to default port: 818019:00:13,344 WARN [org.alfresco.web.config.ClientConfigElement] Virtualisation Server not started - reverting to default IP: 127-0-0-1.ip.alfrescodemo.net19:00:13,345 WARN [org.alfresco.web.config.ClientConfigElement] Virtualisation Server not started - reverting to default port: 818019:00:26,205 WARN [org.alfresco.web.config.ClientConfigElement] Virtualisation Server not started - reverting to default IP: 127-0-0-1.ip.alfrescodemo.net19:00:26,206 WARN [org.alfresco.web.config.ClientConfigElement] Virtualisation Server not started - reverting to default port: 8180