Re: Jahia & JMS Installation Problem

Serge Huber <[email protected]>
Newsgroups gmane.comp.cms.jahia.install
Message-ID <[email protected]>
Ok ghislain,

This is because we had a non-serializeable class in 4.0.6 and it's been 
fixed.

Regards,
  Serge Huber.

ghislain.cussonneau wrote:

> Yes I'm running 2 Tomcat on the same server on different ports for all 
> the services
> My problem is a bug on Jahia 4.0.6 on Solaris 2.8 !
>  
> My config is
>  
>         .                                     .
>         .                  Jahia 4.0.6        .
> CLIENT <-> HTTP Server <-> CMS Consultation <---> SGBD
> IE 6.0  .  Apache 2.0.54|          ^         |.   PostgreSQL
>         .               |          |         |.   7.4.7.000
>         .               |         JMS        |.
>         .               |         0.7.6.1    |.
>         .               |          ^         |.
>         .               |          |         |.
>         .               '--> CMS  Edition <--'.
>                              Jahia 4.0.6
>  
> I've test with the 4.0.6 b6061 (CVS) and everything go well with this 
> configuration !
>  
> ------------------------------------------------------------------------
>
> 	  	
> >
> > 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)/
> >
> >
>
>  
>  
> *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)/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.