cancel
Showing results for 
Search instead for 
Did you mean: 

Virtualization Server

augusto
Champ in-the-making
Champ in-the-making
I cant configure my virtual server, an error "No virtualization servers have registered as listeners". How can i fix this problem? My JKD is 1.6
I follow this steps http://wiki.alfresco.com/wiki/Configuring_the_Virtualization_Server, but not resolve my problem.

What can i do?
my alfresco version is 2.2
3 REPLIES 3

gmatyi
Champ in-the-making
Champ in-the-making
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 so

if [ "$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.log

18: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.net
18:59:56,305 WARN  [org.alfresco.web.config.ClientConfigElement] Virtualisation Server not started - reverting to default port: 8180
19:00:13,344 WARN  [org.alfresco.web.config.ClientConfigElement] Virtualisation Server not started - reverting to default IP: 127-0-0-1.ip.alfrescodemo.net
19:00:13,345 WARN  [org.alfresco.web.config.ClientConfigElement] Virtualisation Server not started - reverting to default port: 8180
19:00:26,205 WARN  [org.alfresco.web.config.ClientConfigElement] Virtualisation Server not started - reverting to default IP: 127-0-0-1.ip.alfrescodemo.net
19:00:26,206 WARN  [org.alfresco.web.config.ClientConfigElement] Virtualisation Server not started - reverting to default port: 8180

jottley
Confirmed Champ
Confirmed Champ

gmatyi
Champ in-the-making
Champ in-the-making
thanks, this issue solved the problem.