cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco and virtual tomcat

blizzard
Champ in-the-making
Champ in-the-making
Hi,

I'm running an alfresco 2.1 WCM setup which is on server 192.168.0.100 and a virtual_tomcat on another server.

The virtual_tomcat setup is set to connect to the alfresco server on 50500 . It has also the correct settings in alfresco-virtserver.properties file.

So far, so good but when I try to preview a simple web project (based on alfresco's wiki) I get the following:

Alfresco server side:
19:02:20,634 WARN  [RemoteInvocationTraceInterceptor] Processing of RmiServiceExporter remote call resulted in fatal exception: org.alfresco.service.cmr.remote.AVMRemoteTransport.queryStoresPropertyKey
org.alfresco.repo.security.authentication.AuthenticationException: Missing ticket for TICKET_075914bf0ffd97f5e4602d68ed434d3ff30cb89a


Virtual tomcat side:
Dec 4, 2007 7:23:36 PM org.springframework.remoting.rmi.RmiClientInterceptor handleRemoteConnectFailure
WARNING: Could not connect to RMI service [rmi://192.168.0.100:50500/avm] - retrying
Dec 4, 2007 7:23:41 PM org.springframework.remoting.rmi.RmiClientInterceptor handleRemoteConnectFailure
WARNING: Could not connect to RMI service [rmi://192.168.0.100:50500/authentication] - retrying
Dec 4, 2007 7:28:01 PM org.alfresco.catalina.host.AVMHostConfig updateVirtualWebapp


At first you might say that 192.168.0.100:50500 is not bound but it is.

The blocking firewall scenario is definitely out of question.

Any other ideeas about what might cause this?

Thanks,
CS
1 REPLY 1

jcox
Champ in-the-making
Champ in-the-making
It's hard to tell from the portion of the logfiles that are posted,
but it seems that the virt server cannot see the alfresco webapp.

Did you set the avm.remote.host and alfresco.virtserver.domain property?
See:

http://wiki.alfresco.com/wiki/Virtualization_Server_FAQ#Can_the_virtualization_server_be_on_a_differ...

- Jon