Just so I'm sure I understand correctly, you are running both Jahia on the same server ?

Disconnects to the JMS server only happens when there is a problem communicating between the two Jahia instances. If you are running both Jahia's on the same server, do you have seperate ports for your Tomcat installs ?

And if it's not on one server, you need to replace the rmi://localhost:1099 with the appropriate host:port

Regards,
 Serge Huber.

ghislain.cussonneau wrote:

No, there's no problem in JMS log.
It seems that the 2 Jahia's server can't connect to JMS server.
------------------------------------------------------------------------

                
>
> This might happen if there was a problem on the JMS server. Check it's
> console output to see if you get any errors.
>
> Regards,
> Serge Huber.
>
> ghislain.cussonneau wrote:
>
> > HELP !!!
> >
> > My config is :
> >
> > Sun Solaris 8.0
> > Jahia 4.0.6
> > PostgreSQL 7.4.7.000
> > OpenJMS 0.7.6.1
> > Apache 2.0.54
> >
> > I try to install two Jahia servers : one for authoring, one for reading.
> > I read the "Jahia Clustering HOW-TO", but without success for OpenJMS
> > integration.
> >
> > When I start the two Jahia Servers, I've got this entries in the two
> > catalina.out logs :
> >
> > 22040 [main] DEBUG - JMSHubConsumer successfully instanciated!
> > 22095 [main] DEBUG - JMS Hub successfully set as a listenenr on topic
> > [jahiaCache-true]
> > 22095 [main] INFO - JMS Message Consumer successfully initialized!
> > Ready to receive message.
> > 22102 [main] DEBUG - JMSHubPublisherHandler successfully instanciated!
> > 22118 [main] DEBUG - Message Publisher successfully initialized on on
> > topic [jahiaCache-true]
> > 22119 [main] INFO - JMSHubPublisher successfully initialized!
> > 22119 [main] INFO - JMS Message Publisher successfully started.
> >
> > So it seems to be OK... But when I publish some contents or pages on
> > the authoring server, the modifications are not reloaded on the
> > reading server and I've got lots of errors in the log that says the
> > Message Publisher to be not connect !
> >
> > 1972730 [http-8080-Processor8] DEBUG - Removed the entry
> > [Delete_ContentContainer_164] from cache [LockPrerequisitesResultMap]!
> > 1972730 [http-8080-Processor8] DEBUG - The Message Publisher is not
> > connected. Message dropped.
> > [...]
> > 1972878 [http-8080-Processor8] DEBUG - Entry [1062_1] could not be
> > found in cache [FieldCache]!
> > 1972884 [http-8080-Processor8] DEBUG - Adding key
> > [PAGE-39:vubadm:fr###2] into cache [HTMLCache, cache size before set=3
> > 1972884 [http-8080-Processor8] DEBUG - The Message Publisher is not
> > connected. Message dropped.
> >
> > WHY ?
> >
> > The Jahia.properties contains
> >
> > ### JMS Cache Settings ###############
> > org.jahia.cache.jmsCacheActivated = true
> > org.jahia.cache.jmsCacheInitialContextFactory =
> > org.exolab.jms.jndi.InitialContextFactory
> > org.jahia.cache.jmsCacheContextProviderURL =
> > rmi\://localhost\:1099/
> > org.jahia.cache.jmsCacheTopicConnectionFactoryName =
> > JmsTopicConnectionFactory
> > org.jahia.cache.jmsCacheTopicName = jahiaCache
> > #org.jahia.cache.jmsCacheMaxMessagesInPackage = 2000
> > org.jahia.cache.jmsServerLookupSleepTime = 10000
> > And the openjms.xml contains
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > Thanks In Advance
> >
> > *Ghislain CUSSONNEAU*
> > /DIRR/DPIL/CIS
> > /
> > /CAP 44, Rue Marcel Sembat
> > /
> > /44000 Nantes/
> > *02 51 84 48 80*
> >
> >
> > /Accédez au courrier électronique de La Poste : www.laposte.net ;/
> > /3615 LAPOSTENET (0,34 /mn) ; tél : 08 92 68 13 50 (0,34/mn)/
>
>

*Ghislain CUSSONNEAU*
/DIRR/DPIL/CIS
/
/CAP 44, Rue Marcel Sembat
/
/44000 Nantes/
*02 51 84 48 80*
/CRIL Technology
/
/Technoparc de l'Aubinière
/
/44000 Nantes/
*02 51 89 64 50*


/Accédez au courrier électronique de La Poste : www.laposte.net ;/
/3615 LAPOSTENET (0,34 /mn) ; tél : 08 92 68 13 50 (0,34/mn)/


Reply via email to