Re: Geronimo Clustering

2010-03-19 Thread Shashij

Thanks kevan from reply. 
I have put it at correct place in my config file.

Any other changes reuiqred in my configuration? Any guess why it is not
working?

Thanks and Regards,
-Shashank
-- 
View this message in context: 
http://n3.nabble.com/Geronimo-Clustering-tp462058p463400.html
Sent from the Users mailing list archive at Nabble.com.


Re: Geronimo Clustering

2010-03-19 Thread Kevan Miller

On Mar 19, 2010, at 1:07 AM, Shashij wrote:

> 2. Updated config.xml with:
> 
>  
>name=Geronimo
>jvmRoute=node01
>  
> 
> 
> ** What is correct sectio to add above lines ??


In var/config/config.xml add the gbean to the tomcat6 module. 


   

  name=Geronimo
  jvmRoute=node01

   
...
   

--kevan






Geronimo Clustering

2010-03-19 Thread Shashij

Hi,

I am trying to configure Geronimo (geronimo-tomcat6-javaee5-2.1.4/)
clustering. I have referred link:
http://cwiki.apache.org/confluence/display/GMOxDOC21/Tomcat+Native+Clustering

Machines in cluster: test1.geronimoha.com and test2.geronimoha.com

I have done following:
1. Added line below in web.xml of application.
|

2. Updated config.xml with:

  
name=Geronimo
jvmRoute=node01
  


** What is correct sectio to add above lines ??


3. Geronimo.xml
http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1";>


Admin
2.1
war


/test/Admin

geronimo-properties-realm



  
  

  

  


TomcatCluster

org.apache.catalina.ha.tcp.SimpleTcpCluster

managerClassName=org.apache.catalina.ha.session.DeltaManager
expireSessionsOnShutdown=false
useDirtyFlag=true
notifyListenersOnReplication=true


ReplicationValve


ClusterSessionListener


TomcatGroupChannel



org.apache.catalina.tribes.group.GroupChannel


TomcatMembership


TomcatReceiver



TomcatChannelInterceptor



org.apache.catalina.tribes.membership.McastService

mcastAddr=228.0.0.4
mcastPort=45564
mcastFrequency=500
mcastDropTime=3000



org.apache.catalina.tribes.transport.nio.NioReceiver

tcpListenAddress=192.168.1.10
tcpListenPort=4001
tcpSelectorTimeout=100
tcpThreadCount=6



org.apache.catalina.tribes.transport.ReplicationTransmitter

replicationMode=pooled
waitForAck=true



org.apache.catalina.ha.tcp.ReplicationValve
filter=.*\.gif;.*\.js;.*\.css;.*\.png;.*\.jpeg;.*\.jpg;.*\.htm;.*\.html;.*\.txt;

JvmRouteBinderValve



org.apache.catalina.ha.session.JvmRouteBinderValve
enabled=true


org.apache.catalina.ha.session.ClusterSessionListener

JvmRouteSessionIDBinderListener



org.apache.catalina.ha.session.JvmRouteSessionIDBinderListener


org.apache.catalina.tribes.group.interceptors.TcpFailureDetector




I have checked Geronimo logs (Geronimo.log and Geronimo.out) but didn’t see
anything related to cluster.

Also when I do tcpdump, I see below message:

19:17:08.740833 IP test1.geronimoha.com.45564 >
reserved-multicast-range-NOT-delegated.example.com.45564: UDP, length 69
19:17:09.244830 IP test1.geronimoha.com.45564 >
reserved-multicast-range-NOT-delegated.example.com.45564: UDP, length 69

Is that all I need to do?
Do I need to use machine IP in Geronimo (tcpListenAddress=192.168.1.10)?

Any help in configuring Geronimo cluster is appreciated.

To see if it is working, I have changed name of machine from URL. But it
went to login page again.


Thanks and Regards,
Shashank
-- 
View this message in context: 
http://n3.nabble.com/Geronimo-Clustering-tp462057p462057.html
Sent from the Users mailing list archive at Nabble.com.


Geronimo Clustering

2010-03-19 Thread Shashij

Hi,

I am trying to configure Geronimo (geronimo-tomcat6-javaee5-2.1.4/)
clustering. I have referred link:
http://cwiki.apache.org/confluence/display/GMOxDOC21/Tomcat+Native+Clustering

Machines in cluster: test1.geronimoha.com and test2.geronimoha.com

I have done following:
1. Added line below in web.xml of application.
|

2. Updated config.xml with:

  
name=Geronimo
jvmRoute=node01
  


** What is correct sectio to add above lines ??


3. Geronimo.xml
http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1";>


Admin
2.1
war


/test/Admin

geronimo-properties-realm



  
  

  

  


TomcatCluster

org.apache.catalina.ha.tcp.SimpleTcpCluster

managerClassName=org.apache.catalina.ha.session.DeltaManager
expireSessionsOnShutdown=false
useDirtyFlag=true
notifyListenersOnReplication=true


ReplicationValve


ClusterSessionListener


TomcatGroupChannel



org.apache.catalina.tribes.group.GroupChannel


TomcatMembership


TomcatReceiver



TomcatChannelInterceptor



org.apache.catalina.tribes.membership.McastService

mcastAddr=228.0.0.4
mcastPort=45564
mcastFrequency=500
mcastDropTime=3000



org.apache.catalina.tribes.transport.nio.NioReceiver

tcpListenAddress=192.168.1.10
tcpListenPort=4001
tcpSelectorTimeout=100
tcpThreadCount=6



org.apache.catalina.tribes.transport.ReplicationTransmitter

replicationMode=pooled
waitForAck=true



org.apache.catalina.ha.tcp.ReplicationValve
filter=.*\.gif;.*\.js;.*\.css;.*\.png;.*\.jpeg;.*\.jpg;.*\.htm;.*\.html;.*\.txt;

JvmRouteBinderValve



org.apache.catalina.ha.session.JvmRouteBinderValve
enabled=true


org.apache.catalina.ha.session.ClusterSessionListener

JvmRouteSessionIDBinderListener



org.apache.catalina.ha.session.JvmRouteSessionIDBinderListener


org.apache.catalina.tribes.group.interceptors.TcpFailureDetector




I have checked Geronimo logs (Geronimo.log and Geronimo.out) but didn’t see
anything related to cluster.

Also when I do tcpdump, I see below message:

19:17:08.740833 IP test1.geronimoha.com.45564 >
reserved-multicast-range-NOT-delegated.example.com.45564: UDP, length 69
19:17:09.244830 IP test1.geronimoha.com.45564 >
reserved-multicast-range-NOT-delegated.example.com.45564: UDP, length 69

Is that all I need to do?
Do I need to use machine IP in Geronimo (tcpListenAddress=192.168.1.10)?

Any help in configuring Geronimo cluster is appreciated.

To see if it is working, I have changed name of machine from URL. But it
went to login page again.


Thanks and Regards,
Shashank
-- 
View this message in context: 
http://n3.nabble.com/Geronimo-Clustering-tp462058p462058.html
Sent from the Users mailing list archive at Nabble.com.


Re: Geronimo clustering by Terracotta

2008-04-02 Thread Ch Praveena
Hi all,

This mail is to inform you that our company have choosen Jboss rather
than Geronimo. I am feeling bad to say you the reason is improper clustering
support available with Geronimo. Clustering with Terracotta seemed to be
with very enthusiastic features but there is no proper documentation given
about the implementation.

  But I hope atleast within the earliest time, we would have the
proper documentation.


Thanks,



On 25/03/2008, Ch Praveena <[EMAIL PROTECTED]> wrote:
>
> Hi Jeff,
>
> Please find a bit updated documentation about the steps i ve followed in
> clustering G 2.1 by Terracotta 2.5.2...
> I found that Terracotta is a best suit for all my requirements. But, I am
> not able to find a proper way about to resolve the issue for clustering G by
> Terracotta.
>
> I know that you are the key person in Tomcat- Geronimo integration. So, I
> think you can find some proper way for clustering Geronimo with Terracotta
> 2.5.2.
>
> I am not able to trace any proper and easy documentation for Tomcat 6.0
> clustering. I have gone through
> http://tomcat.apache.org/tomcat-6.0-doc/cluster-howto.html  . But still
> getting many doubts. Please help me out to make this task easy.
>
> Thanks
>
>
>
> On 12/03/2008, Ch Praveena <[EMAIL PROTECTED]> wrote:
> >
> > Hi Jeff,
> >
> >  I have been looking for your reply to find the location where i can
> > get the documentation related to  Geronimo plugin hosted at Terracotta. And
> > i ve tried clustering G 2.1 by Terracotta 2.5.2 version and found an error.
> > I have documented the steps i ve followed based on the article,
> > http://cwiki.apache.org/GMOxDEV/clustering-geronimo-with-open-terracotta.html#ClusteringGeronimowithOpenTerracotta-installgeronimo
> >  Please find it as an attachment.
> >
> > I am very anxiously waiting for your response..
> >
> >
> >
> >
> > On 11/03/2008, Jeff Genender <[EMAIL PROTECTED]> wrote:
> > >
> > > Yes that should work.
> > >
> > >
> > > Jeff
> > >
> > >
> > > Ch Praveena wrote:
> > > >
> > > > Hi Jeff,
> > > >
> > > > Please confirm me the  suitable option of Terracotta version (I am
> > > > trying currently with 2.5.2) for clustering Geronimo 2.1
> > > > --
> > > > Regards,
> > > >
> > > > Praveena Chalamcharla,
> > > > Securview
> > >
> >
> >
> >
> > --
> > Regards,
> >
> > Praveena Chalamcharla,
> > Securview
> >
>
>
>
> --
> Regards,
>
> Praveena Chalamcharla,
> Securview




-- 
Regards,

Praveena Chalamcharla,
Securview


Geronimo clustering

2008-03-05 Thread Ch Praveena
Hi,

   I would like to know if anyone have compared the clustering features of
geronimo 2.1 with Jboss standard version (4.3).. And please let me know any
articles written by geronimo regarding clustering support , comparing with
jboss   (i ve seen comparing features of Geronimo with jboss..  )

-- 
Regards,

Praveena Chalamcharla,
Securview


Geronimo clustering

2008-03-05 Thread Ch Praveena
Hi,

  I came to know that there are different types of clustering Geronimo.. Our
applications are mostly based on POJO deployment.. Which method of
clustering suits better.. pl suggest me at the earliest


-- 
Regards,

Praveena Chalamcharla,
Securview


Re: Where i can find Geronimo Clustering and HA level of support?

2007-08-24 Thread Orion Letizi

Here is the link to instructions on how to use Terracotta with Geronimo:

 
http://cwiki.apache.org/GMOxDEV/clustering-geronimo-with-open-terracotta.html

We're also currently working on a Geronimo plugin for Terracotta which will
let you install Terracotta clustering support from the Geronimo admin
console.

--Orion


djencks wrote:
> 
> 
> On Aug 23, 2007, at 11:53 AM, legolas wrote:
> 
>>
>> Hi
>> Thank you for reading my post
>> I have some question regarding geronimo clustering  and fail over  
>> recovery
>> support.
>>
>> 1-Is there any built-in clustering support for geronimo in application
>> server level, like what we can see in GlassFish?
> 
> There are several efforts to provide various clustering solutions for  
> geronimo. I haven't tried any of them.  I don't know if any  
> instructions are up to date. Two that I know of are
> 
> WADI with jetty.  This provides web session clustering.  There are  
> some instructions at http://cwiki.apache.org/confluence/display/ 
> GMOxDEV/Clustering+Configuration+for+Jetty
> 
> Terracotta. I don't know much of anything about this but I think  
> there are some instructions at the terracotta site.
> 
> Tomcat native clustering
> 
> I think Jeff Genender has been working on another solution but I'm  
> afraid I don't know anything about it.
> 
>>
>> 2-Is there facilities for deploying and administration of multiple  
>> nodes in
>> a Geronimo cluster?
> 
> Gianny has talked about such a facility at least for WADI but I'm not  
> aware of any implementations.  There could be one I don't know about.
> 
> thanks
> david jencks
> 
>>
>>
>> Thanks
>>
>>
>> -- 
>> View this message in context: http://www.nabble.com/Where-i-can- 
>> find-Geronimo-Clustering-and-HA-level-of-support-- 
>> tf4319263s134.html#a12299683
>> Sent from the Apache Geronimo - Users mailing list archive at  
>> Nabble.com.
>>
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Where-i-can-find-Geronimo-Clustering-and-HA-level-of-support--tf4319263s134.html#a12317647
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.



Re: Where i can find Geronimo Clustering and HA level of support?

2007-08-24 Thread David Jencks


On Aug 23, 2007, at 11:53 AM, legolas wrote:



Hi
Thank you for reading my post
I have some question regarding geronimo clustering  and fail over  
recovery

support.

1-Is there any built-in clustering support for geronimo in application
server level, like what we can see in GlassFish?


There are several efforts to provide various clustering solutions for  
geronimo. I haven't tried any of them.  I don't know if any  
instructions are up to date. Two that I know of are


WADI with jetty.  This provides web session clustering.  There are  
some instructions at http://cwiki.apache.org/confluence/display/ 
GMOxDEV/Clustering+Configuration+for+Jetty


Terracotta. I don't know much of anything about this but I think  
there are some instructions at the terracotta site.


Tomcat native clustering

I think Jeff Genender has been working on another solution but I'm  
afraid I don't know anything about it.




2-Is there facilities for deploying and administration of multiple  
nodes in

a Geronimo cluster?


Gianny has talked about such a facility at least for WADI but I'm not  
aware of any implementations.  There could be one I don't know about.


thanks
david jencks




Thanks


--
View this message in context: http://www.nabble.com/Where-i-can- 
find-Geronimo-Clustering-and-HA-level-of-support-- 
tf4319263s134.html#a12299683
Sent from the Apache Geronimo - Users mailing list archive at  
Nabble.com.






Where i can find Geronimo Clustering and HA level of support?

2007-08-23 Thread legolas

Hi
Thank you for reading my post
I have some question regarding geronimo clustering  and fail over recovery
support.

1-Is there any built-in clustering support for geronimo in application
server level, like what we can see in GlassFish?

2-Is there facilities for deploying and administration of multiple nodes in
a Geronimo cluster?


Thanks


-- 
View this message in context: 
http://www.nabble.com/Where-i-can-find-Geronimo-Clustering-and-HA-level-of-support--tf4319263s134.html#a12299683
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.



Re: Geronimo clustering

2006-07-18 Thread Krishnakumar B
; >> received within 60 seconds.
>> >> [*> ] 93%  25s Starting
>> >> geronimo/servlets-examp...14:19:30,001 INFO  [DeltaManager] Manager
>> >> [/servlets-examples-cluster]; session state send
>> >>  at 7/12/06 2:19 PM received in 578 ms.
>> >> [***] 100%  25s Startup complete
>> >> [snip]
>> >>
>> >>
>> >> *3)* Added to Node1 console log when node2 is started
>> >>
>> >> 14:19:28,953 INFO  [SimpleTcpCluster] Replication member
>> >>
>> 
added:org.apache.catalina.cluster.mcast.McastMember[tcp://yy.yy.yy.yy:4001,catalina,yy.yy.yy.yy,4001,
>>
>> >> alive=0]
>> >>
>> >> *4)* Nothing is reflected in the console log when when adding values
>> >> to the session via the servlet.
>> >>
>> >> *5)* This gets added to node2 console when node1 is stopped..
>> >>
>> >> 14:24:40,720 INFO  [SimpleTcpCluster] Received member
>> >>
>> 
disappeared:org.apache.caalina.cluster.mcast.McastMember[tcp://xx.xx.xx.xx:4001,catalina,xx.xx.xx.xx,4
>>
>> >>
>> >> 01, alive=360688]
>> >>
>> >> *6)* Failover of session data works as expected..
>> >>
>> >>
>> >> -Dave-
>> >>
>> >> Krishnakumar B wrote:
>> >>> hi Dave,
>> >>>
>> >>> Thanks for ur note.
>> >>>
>> >>> I have done these checks. I get these messages in second cluster
>> >>> member where failover occurs.
>> >>>
>> >>> 14:53:21,003 INFO  [DeltaManager] Manager
>> >>> [/servlets-examples-cluster]: skipping state transfer. No members
>> >>> active in cluster group.
>> >>> 15:10:34,700 WARN  [JvmRouteBinderValve] No engine jvmRoute attribute
>> >>> configured
>> >>> 15:10:34,720 WARN  [JvmRouteBinderValve] No engine jvmRoute attribute
>> >>> configured
>> >>>
>> >>> Does this mean something is wrong? I get one session value
>> failover to
>> >>> second server. All cluster members are active.
>> >>>
>> >>> Regards
>> >>> Krish
>> >>>
>> >>> I have configured jvmRoute
>> >>> On 7/11/06, Dave Colasurdo <[EMAIL PROTECTED]> wrote:
>> >>>> Krish,
>> >>>>
>> >>>>  A few things to check..
>> >>>>
>> >>>> 1) jvmRoute is unique for each node
>> >>>> 2) The value used in jvmRoute agrees with the value set in the
>> mod-jk
>> >>>> configuration (e.g. jvmRoute=node1, jvmRoute=node2,  and
>> >>>> worker.loadbalancer.balance_workers=node1,node2,
>> >>>> worker.node1.port=8009,
>> >>>> etc.)
>> >>>> 3) Deployment plan for each node has the correct IP address for each
>> >>>> node (in 2 spots in the xml)
>> >>>> 4) You are using the most recent deployment *5.5.15* deployment plan
>> >>>> that includes JVMRouteBinderValve...  Latest plan and instructions
>> >>>> available at: http://cwiki.apache.org/GMOxDOC11/clustering.html
>> >>>> 5) Verify that both machines are truly on the same subnet..  Both
>> >>>> machines should use the same subnet mask.  The network portion of
>> the
>> >>>> addresses should be identical when the subnet mask is bitwise ANDed
>> >>>> with
>> >>>> each of the individual IP addresses.
>> >>>> 6) You are using the same browser instance for the whole test.
>> Clear
>> >>>> the cookie cache in the browser before the test.
>> >>>>
>> >>>> -Dave-
>> >>>>
>> >>>>
>> >>>> Krishnakumar B wrote:
>> >>>> > hi,
>> >>>> >
>> >>>> > Have set the required properties in app, jvmRoute etc..
>> >>>> >
>> >>>> > The log shows this
>> >>>> >
>> >>>> > 16:46:03,810 INFO  [JvmRouteBinderValve] JvmRouteBinderValve
>> started
>> >>>> > 16:46:04,175 INFO  [DeltaManager] Register manager
>> >>>> > /servlet-examples-cluster to cluster element unknown with name
>> >>>> > /servlet-examples-cluster
>> >>>> > 1

Re: Geronimo clustering

2006-07-13 Thread Dave Colasurdo
] No engine jvmRoute attribute
>>> configured
>>>
>>> Does this mean something is wrong? I get one session value 
failover to

>>> second server. All cluster members are active.
>>>
>>> Regards
>>> Krish
>>>
>>> I have configured jvmRoute
>>> On 7/11/06, Dave Colasurdo <[EMAIL PROTECTED]> wrote:
>>>> Krish,
>>>>
>>>>  A few things to check..
>>>>
>>>> 1) jvmRoute is unique for each node
>>>> 2) The value used in jvmRoute agrees with the value set in the 
mod-jk

>>>> configuration (e.g. jvmRoute=node1, jvmRoute=node2,  and
>>>> worker.loadbalancer.balance_workers=node1,node2,
>>>> worker.node1.port=8009,
>>>> etc.)
>>>> 3) Deployment plan for each node has the correct IP address for each
>>>> node (in 2 spots in the xml)
>>>> 4) You are using the most recent deployment *5.5.15* deployment plan
>>>> that includes JVMRouteBinderValve...  Latest plan and instructions
>>>> available at: http://cwiki.apache.org/GMOxDOC11/clustering.html
>>>> 5) Verify that both machines are truly on the same subnet..  Both
>>>> machines should use the same subnet mask.  The network portion of 
the

>>>> addresses should be identical when the subnet mask is bitwise ANDed
>>>> with
>>>> each of the individual IP addresses.
>>>> 6) You are using the same browser instance for the whole test.  
Clear

>>>> the cookie cache in the browser before the test.
>>>>
>>>> -Dave-
>>>>
>>>>
>>>> Krishnakumar B wrote:
>>>> > hi,
>>>> >
>>>> > Have set the required properties in app, jvmRoute etc..
>>>> >
>>>> > The log shows this
>>>> >
>>>> > 16:46:03,810 INFO  [JvmRouteBinderValve] JvmRouteBinderValve 
started

>>>> > 16:46:04,175 INFO  [DeltaManager] Register manager
>>>> > /servlet-examples-cluster to cluster element unknown with name
>>>> > /servlet-examples-cluster
>>>> > 16:46:04,176 INFO  [DeltaManager] Starting clustering manager at
>>>> > /servlet-examples-cluster
>>>> > 16:46:04,176 INFO  [DeltaManager] Manager
>>>> [/servlet-examples-cluster]:
>>>> > skipping state transfer. No members active in cluster group.
>>>> >
>>>> > Does this message mean something is not correct.
>>>> > 16:46:04,176 INFO  [DeltaManager] Manager
>>>> [/servlet-examples-cluster]:
>>>> > skipping state transfer. No members active in cluster group.
>>>> >
>>>> > I still get only 1 value replicated.
>>>> >
>>>> > Regards
>>>> > Krish
>>>> >
>>>> >
>>>> > On 7/10/06, Santosh Koti <[EMAIL PROTECTED]> wrote:
>>>> >>
>>>> >>
>>>> >> Hi Krishna,
>>>> >>
>>>> >> Well , can u do this way:
>>>> >>
>>>> >> 1) Stop both ur servers
>>>> >> 2) Start server server1
>>>> >> 3) Aftter server server1 is up, start ur server 2
>>>> >> 4) in ur server2 startup console, u should something like
>>>> >> deltamanager[/contextroot]...
>>>> >>
>>>> >> 5)Chk ur app...?
>>>> >> 6) Have u set jvmroute in config.xml of server2..?
>>>> >>
>>>> >> PS: U shd not get smething like jvmRoute2 bind /whatever 
else...?!!

>>>> >>
>>>> >>
>>>> >>
>>>> >> Thanks,
>>>> >> Santosh.
>>>> >> "Don't talk about yourself; it will be done when you leave. "
>>>> >>
>>>> >>
>>>> >> -Original Message-
>>>> >> From: Krishnakumar B [mailto:[EMAIL PROTECTED]
>>>> >> Sent: Monday, July 10, 2006 3:55 PM
>>>> >> To: user@geronimo.apache.org
>>>> >> Subject: Geronimo clustering
>>>> >>
>>>> >> Hi,
>>>> >>
>>>> >> I am trying out geronimo clustering example. I seem to have a
>>>> problem
>>>> >> with Session Failover.
>>>> >>
>>>> >> I am using Apache HTTP server 2.0.58 and mod_jk 1.2.15 and
>>>> geronimo 1.1
>>>> >>
>>>> >> I create two session variables in server 1 - server1-1 = 1 &
>>>> server1-2 =
>>>> >> 2
>>>> >> I stop server1. Only server1-2 = 2 replicated in server 2.
>>>> >> Now i add a new variable in server2 server2-1 = 1
>>>> >> Now i start server1
>>>> >> Now i stop server2
>>>> >> I should have server1-1=1, server1-2=2 and server2-1=1 in server1
>>>> >> Instead i have only server2-1=1 in server1
>>>> >>
>>>> >> I am not sure if i am doing something wrong. I have set 
jvmRoute in
>>>> >> config.xml, given correct IP address in cluster application 
plan and

>>>> >> setup workers.properties.
>>>> >>
>>>> >> I get these messages in server2
>>>> >> 15:38:37,452 WARN  [JvmRouteBinderValve] No engine jvmRoute
>>>> attribute
>>>> >> configured!
>>>> >> and
>>>> >> 15:30:57,791 INFO  [DeltaManager] Manager
>>>> >> [/servlets-examples-cluster]: skipping state transfer. No members
>>>> >> active in cluster group.
>>>> >> though both members of cluster are up and i am able to ping both
>>>> >> machines. there are in same subnet.
>>>> >>
>>>> >> Thanks for any pointers...
>>>> >>
>>>> >> Regards
>>>> >> Krish
>>>> >>
>>>> >>  CAUTION - Disclaimer *
>>>> >> This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION
>>>> intended
>>>> >> solely for the use of the addressee(s). If you are not the 
intended

>>>> >> recipient, please notify the sender by e-mail and delete the
>>>> original
>>>> >> message. Further, you are not to copy, disclose, or distribute 
this
>>>> >> e-mail or its contents to any other person and any such 
actions are
>>>> >> unlawful. This e-mail may contain viruses. Infosys has taken 
every

>>>> >> reasonable precaution to minimize this risk, but is not liable
>>>> for any
>>>> >> damage you may sustain as a result of any virus in this 
e-mail. You
>>>> >> should carry out your own virus checks before opening the 
e-mail or

>>>> >> attachment. Infosys reserves the right to monitor and review the
>>>> >> content of all messages sent to or from this e-mail address.
>>>> Messages
>>>> >> sent to or from this e-mail address may be stored on the Infosys
>>>> >> e-mail system.
>>>> >> ***INFOSYS End of Disclaimer INFOSYS***
>>>> >>
>>>> >
>>>> >
>>>>
>>>
>>>
>>
>>
>
>






Re: Geronimo clustering

2006-07-13 Thread Krishnakumar B
.html
>>>> 5) Verify that both machines are truly on the same subnet..  Both
>>>> machines should use the same subnet mask.  The network portion of the
>>>> addresses should be identical when the subnet mask is bitwise ANDed
>>>> with
>>>> each of the individual IP addresses.
>>>> 6) You are using the same browser instance for the whole test.  Clear
>>>> the cookie cache in the browser before the test.
>>>>
>>>> -Dave-
>>>>
>>>>
>>>> Krishnakumar B wrote:
>>>> > hi,
>>>> >
>>>> > Have set the required properties in app, jvmRoute etc..
>>>> >
>>>> > The log shows this
>>>> >
>>>> > 16:46:03,810 INFO  [JvmRouteBinderValve] JvmRouteBinderValve started
>>>> > 16:46:04,175 INFO  [DeltaManager] Register manager
>>>> > /servlet-examples-cluster to cluster element unknown with name
>>>> > /servlet-examples-cluster
>>>> > 16:46:04,176 INFO  [DeltaManager] Starting clustering manager at
>>>> > /servlet-examples-cluster
>>>> > 16:46:04,176 INFO  [DeltaManager] Manager
>>>> [/servlet-examples-cluster]:
>>>> > skipping state transfer. No members active in cluster group.
>>>> >
>>>> > Does this message mean something is not correct.
>>>> > 16:46:04,176 INFO  [DeltaManager] Manager
>>>> [/servlet-examples-cluster]:
>>>> > skipping state transfer. No members active in cluster group.
>>>> >
>>>> > I still get only 1 value replicated.
>>>> >
>>>> > Regards
>>>> > Krish
>>>> >
>>>> >
>>>> > On 7/10/06, Santosh Koti <[EMAIL PROTECTED]> wrote:
>>>> >>
>>>> >>
>>>> >> Hi Krishna,
>>>> >>
>>>> >> Well , can u do this way:
>>>> >>
>>>> >> 1) Stop both ur servers
>>>> >> 2) Start server server1
>>>> >> 3) Aftter server server1 is up, start ur server 2
>>>> >> 4) in ur server2 startup console, u should something like
>>>> >> deltamanager[/contextroot]...
>>>> >>
>>>> >> 5)Chk ur app...?
>>>> >> 6) Have u set jvmroute in config.xml of server2..?
>>>> >>
>>>> >> PS: U shd not get smething like jvmRoute2 bind /whatever else...?!!
>>>> >>
>>>> >>
>>>> >>
>>>> >> Thanks,
>>>> >> Santosh.
>>>> >> "Don't talk about yourself; it will be done when you leave. "
>>>> >>
>>>> >>
>>>> >> -Original Message-
>>>> >> From: Krishnakumar B [mailto:[EMAIL PROTECTED]
>>>> >> Sent: Monday, July 10, 2006 3:55 PM
>>>> >> To: user@geronimo.apache.org
>>>> >> Subject: Geronimo clustering
>>>> >>
>>>> >> Hi,
>>>> >>
>>>> >> I am trying out geronimo clustering example. I seem to have a
>>>> problem
>>>> >> with Session Failover.
>>>> >>
>>>> >> I am using Apache HTTP server 2.0.58 and mod_jk 1.2.15 and
>>>> geronimo 1.1
>>>> >>
>>>> >> I create two session variables in server 1 - server1-1 = 1 &
>>>> server1-2 =
>>>> >> 2
>>>> >> I stop server1. Only server1-2 = 2 replicated in server 2.
>>>> >> Now i add a new variable in server2 server2-1 = 1
>>>> >> Now i start server1
>>>> >> Now i stop server2
>>>> >> I should have server1-1=1, server1-2=2 and server2-1=1 in server1
>>>> >> Instead i have only server2-1=1 in server1
>>>> >>
>>>> >> I am not sure if i am doing something wrong. I have set jvmRoute in
>>>> >> config.xml, given correct IP address in cluster application plan and
>>>> >> setup workers.properties.
>>>> >>
>>>> >> I get these messages in server2
>>>> >> 15:38:37,452 WARN  [JvmRouteBinderValve] No engine jvmRoute
>>>> attribute
>>>> >> configured!
>>>> >> and
>>>> >> 15:30:57,791 INFO  [DeltaManager] Manager
>>>> >> [/servlets-examples-cluster]: skipping state transfer. No members
>>>> >> active in cluster group.
>>>> >> though both members of cluster are up and i am able to ping both
>>>> >> machines. there are in same subnet.
>>>> >>
>>>> >> Thanks for any pointers...
>>>> >>
>>>> >> Regards
>>>> >> Krish
>>>> >>
>>>> >>  CAUTION - Disclaimer *
>>>> >> This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION
>>>> intended
>>>> >> solely for the use of the addressee(s). If you are not the intended
>>>> >> recipient, please notify the sender by e-mail and delete the
>>>> original
>>>> >> message. Further, you are not to copy, disclose, or distribute this
>>>> >> e-mail or its contents to any other person and any such actions are
>>>> >> unlawful. This e-mail may contain viruses. Infosys has taken every
>>>> >> reasonable precaution to minimize this risk, but is not liable
>>>> for any
>>>> >> damage you may sustain as a result of any virus in this e-mail. You
>>>> >> should carry out your own virus checks before opening the e-mail or
>>>> >> attachment. Infosys reserves the right to monitor and review the
>>>> >> content of all messages sent to or from this e-mail address.
>>>> Messages
>>>> >> sent to or from this e-mail address may be stored on the Infosys
>>>> >> e-mail system.
>>>> >> ***INFOSYS End of Disclaimer INFOSYS***
>>>> >>
>>>> >
>>>> >
>>>>
>>>
>>>
>>
>>
>
>



Re: Geronimo clustering

2006-07-12 Thread Dave Colasurdo
[SimpleTcpCluster] Received member 
disappeared:org.apache.caalina.cluster.mcast.McastMember[tcp://xx.xx.xx.xx:4001,catalina,xx.xx.xx.xx,4 


01, alive=360688]

*6)* Failover of session data works as expected..


-Dave-

Krishnakumar B wrote:

hi Dave,

Thanks for ur note.

I have done these checks. I get these messages in second cluster
member where failover occurs.

14:53:21,003 INFO  [DeltaManager] Manager
[/servlets-examples-cluster]: skipping state transfer. No members
active in cluster group.
15:10:34,700 WARN  [JvmRouteBinderValve] No engine jvmRoute attribute
configured
15:10:34,720 WARN  [JvmRouteBinderValve] No engine jvmRoute attribute
configured

Does this mean something is wrong? I get one session value failover to
second server. All cluster members are active.

Regards
Krish

I have configured jvmRoute
On 7/11/06, Dave Colasurdo <[EMAIL PROTECTED]> wrote:

Krish,

 A few things to check..

1) jvmRoute is unique for each node
2) The value used in jvmRoute agrees with the value set in the mod-jk
configuration (e.g. jvmRoute=node1, jvmRoute=node2,  and
worker.loadbalancer.balance_workers=node1,node2, 
worker.node1.port=8009,

etc.)
3) Deployment plan for each node has the correct IP address for each
node (in 2 spots in the xml)
4) You are using the most recent deployment *5.5.15* deployment plan
that includes JVMRouteBinderValve...  Latest plan and instructions
available at: http://cwiki.apache.org/GMOxDOC11/clustering.html
5) Verify that both machines are truly on the same subnet..  Both
machines should use the same subnet mask.  The network portion of the
addresses should be identical when the subnet mask is bitwise ANDed 
with

each of the individual IP addresses.
6) You are using the same browser instance for the whole test.  Clear
the cookie cache in the browser before the test.

-Dave-


Krishnakumar B wrote:
> hi,
>
> Have set the required properties in app, jvmRoute etc..
>
> The log shows this
>
> 16:46:03,810 INFO  [JvmRouteBinderValve] JvmRouteBinderValve started
> 16:46:04,175 INFO  [DeltaManager] Register manager
> /servlet-examples-cluster to cluster element unknown with name
> /servlet-examples-cluster
> 16:46:04,176 INFO  [DeltaManager] Starting clustering manager at
> /servlet-examples-cluster
> 16:46:04,176 INFO  [DeltaManager] Manager 
[/servlet-examples-cluster]:

> skipping state transfer. No members active in cluster group.
>
> Does this message mean something is not correct.
> 16:46:04,176 INFO  [DeltaManager] Manager 
[/servlet-examples-cluster]:

> skipping state transfer. No members active in cluster group.
>
> I still get only 1 value replicated.
>
> Regards
> Krish
>
>
> On 7/10/06, Santosh Koti <[EMAIL PROTECTED]> wrote:
>>
>>
>> Hi Krishna,
>>
>> Well , can u do this way:
>>
>> 1) Stop both ur servers
>> 2) Start server server1
>> 3) Aftter server server1 is up, start ur server 2
>> 4) in ur server2 startup console, u should something like
>> deltamanager[/contextroot]...
>>
>> 5)Chk ur app...?
>> 6) Have u set jvmroute in config.xml of server2..?
>>
>> PS: U shd not get smething like jvmRoute2 bind /whatever else...?!!
>>
>>
>>
>> Thanks,
>> Santosh.
>> "Don't talk about yourself; it will be done when you leave. "
>>
>>
>> -Original Message-
>> From: Krishnakumar B [mailto:[EMAIL PROTECTED]
>> Sent: Monday, July 10, 2006 3:55 PM
>> To: user@geronimo.apache.org
>> Subject: Geronimo clustering
>>
>> Hi,
>>
>> I am trying out geronimo clustering example. I seem to have a 
problem

>> with Session Failover.
>>
>> I am using Apache HTTP server 2.0.58 and mod_jk 1.2.15 and 
geronimo 1.1

>>
>> I create two session variables in server 1 - server1-1 = 1 & 
server1-2 =

>> 2
>> I stop server1. Only server1-2 = 2 replicated in server 2.
>> Now i add a new variable in server2 server2-1 = 1
>> Now i start server1
>> Now i stop server2
>> I should have server1-1=1, server1-2=2 and server2-1=1 in server1
>> Instead i have only server2-1=1 in server1
>>
>> I am not sure if i am doing something wrong. I have set jvmRoute in
>> config.xml, given correct IP address in cluster application plan and
>> setup workers.properties.
>>
>> I get these messages in server2
>> 15:38:37,452 WARN  [JvmRouteBinderValve] No engine jvmRoute 
attribute

>> configured!
>> and
>> 15:30:57,791 INFO  [DeltaManager] Manager
>> [/servlets-examples-cluster]: skipping state transfer. No members
>> active in cluster group.
>> though both members of cluster are up and i am able to ping both
>> machines. there are in same subnet.
>>
>> Th

Re: Geronimo clustering

2006-07-12 Thread Dave Colasurdo
e-

Krishnakumar B wrote:

hi Dave,

Thanks for ur note.

I have done these checks. I get these messages in second cluster
member where failover occurs.

14:53:21,003 INFO  [DeltaManager] Manager
[/servlets-examples-cluster]: skipping state transfer. No members
active in cluster group.
15:10:34,700 WARN  [JvmRouteBinderValve] No engine jvmRoute attribute
configured
15:10:34,720 WARN  [JvmRouteBinderValve] No engine jvmRoute attribute
configured

Does this mean something is wrong? I get one session value failover to
second server. All cluster members are active.

Regards
Krish

I have configured jvmRoute
On 7/11/06, Dave Colasurdo <[EMAIL PROTECTED]> wrote:

Krish,

 A few things to check..

1) jvmRoute is unique for each node
2) The value used in jvmRoute agrees with the value set in the mod-jk
configuration (e.g. jvmRoute=node1, jvmRoute=node2,  and
worker.loadbalancer.balance_workers=node1,node2, worker.node1.port=8009,
etc.)
3) Deployment plan for each node has the correct IP address for each
node (in 2 spots in the xml)
4) You are using the most recent deployment *5.5.15* deployment plan
that includes JVMRouteBinderValve...  Latest plan and instructions
available at: http://cwiki.apache.org/GMOxDOC11/clustering.html
5) Verify that both machines are truly on the same subnet..  Both
machines should use the same subnet mask.  The network portion of the
addresses should be identical when the subnet mask is bitwise ANDed with
each of the individual IP addresses.
6) You are using the same browser instance for the whole test.  Clear
the cookie cache in the browser before the test.

-Dave-


Krishnakumar B wrote:
> hi,
>
> Have set the required properties in app, jvmRoute etc..
>
> The log shows this
>
> 16:46:03,810 INFO  [JvmRouteBinderValve] JvmRouteBinderValve started
> 16:46:04,175 INFO  [DeltaManager] Register manager
> /servlet-examples-cluster to cluster element unknown with name
> /servlet-examples-cluster
> 16:46:04,176 INFO  [DeltaManager] Starting clustering manager at
> /servlet-examples-cluster
> 16:46:04,176 INFO  [DeltaManager] Manager [/servlet-examples-cluster]:
> skipping state transfer. No members active in cluster group.
>
> Does this message mean something is not correct.
> 16:46:04,176 INFO  [DeltaManager] Manager [/servlet-examples-cluster]:
> skipping state transfer. No members active in cluster group.
>
> I still get only 1 value replicated.
>
> Regards
> Krish
>
>
> On 7/10/06, Santosh Koti <[EMAIL PROTECTED]> wrote:
>>
>>
>> Hi Krishna,
>>
>> Well , can u do this way:
>>
>> 1) Stop both ur servers
>> 2) Start server server1
>> 3) Aftter server server1 is up, start ur server 2
>> 4) in ur server2 startup console, u should something like
>> deltamanager[/contextroot]...
>>
>> 5)Chk ur app...?
>> 6) Have u set jvmroute in config.xml of server2..?
>>
>> PS: U shd not get smething like jvmRoute2 bind /whatever else...?!!
>>
>>
>>
>> Thanks,
>> Santosh.
>> "Don't talk about yourself; it will be done when you leave. "
>>
>>
>> -Original Message-
>> From: Krishnakumar B [mailto:[EMAIL PROTECTED]
>> Sent: Monday, July 10, 2006 3:55 PM
>> To: user@geronimo.apache.org
>> Subject: Geronimo clustering
>>
>> Hi,
>>
>> I am trying out geronimo clustering example. I seem to have a problem
>> with Session Failover.
>>
>> I am using Apache HTTP server 2.0.58 and mod_jk 1.2.15 and 
geronimo 1.1

>>
>> I create two session variables in server 1 - server1-1 = 1 & 
server1-2 =

>> 2
>> I stop server1. Only server1-2 = 2 replicated in server 2.
>> Now i add a new variable in server2 server2-1 = 1
>> Now i start server1
>> Now i stop server2
>> I should have server1-1=1, server1-2=2 and server2-1=1 in server1
>> Instead i have only server2-1=1 in server1
>>
>> I am not sure if i am doing something wrong. I have set jvmRoute in
>> config.xml, given correct IP address in cluster application plan and
>> setup workers.properties.
>>
>> I get these messages in server2
>> 15:38:37,452 WARN  [JvmRouteBinderValve] No engine jvmRoute attribute
>> configured!
>> and
>> 15:30:57,791 INFO  [DeltaManager] Manager
>> [/servlets-examples-cluster]: skipping state transfer. No members
>> active in cluster group.
>> though both members of cluster are up and i am able to ping both
>> machines. there are in same subnet.
>>
>> Thanks for any pointers...
>>
>> Regards
>> Krish
>>
>>  CAUTION - Disclaimer *
>> This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended
>&g

Re: Geronimo clustering

2006-07-12 Thread Dave Colasurdo
ailover occurs.

14:53:21,003 INFO  [DeltaManager] Manager
[/servlets-examples-cluster]: skipping state transfer. No members
active in cluster group.
15:10:34,700 WARN  [JvmRouteBinderValve] No engine jvmRoute attribute
configured
15:10:34,720 WARN  [JvmRouteBinderValve] No engine jvmRoute attribute
configured

Does this mean something is wrong? I get one session value failover to
second server. All cluster members are active.

Regards
Krish

I have configured jvmRoute
On 7/11/06, Dave Colasurdo <[EMAIL PROTECTED]> wrote:

Krish,

 A few things to check..

1) jvmRoute is unique for each node
2) The value used in jvmRoute agrees with the value set in the mod-jk
configuration (e.g. jvmRoute=node1, jvmRoute=node2,  and
worker.loadbalancer.balance_workers=node1,node2, worker.node1.port=8009,
etc.)
3) Deployment plan for each node has the correct IP address for each
node (in 2 spots in the xml)
4) You are using the most recent deployment *5.5.15* deployment plan
that includes JVMRouteBinderValve...  Latest plan and instructions
available at: http://cwiki.apache.org/GMOxDOC11/clustering.html
5) Verify that both machines are truly on the same subnet..  Both
machines should use the same subnet mask.  The network portion of the
addresses should be identical when the subnet mask is bitwise ANDed with
each of the individual IP addresses.
6) You are using the same browser instance for the whole test.  Clear
the cookie cache in the browser before the test.

-Dave-


Krishnakumar B wrote:
> hi,
>
> Have set the required properties in app, jvmRoute etc..
>
> The log shows this
>
> 16:46:03,810 INFO  [JvmRouteBinderValve] JvmRouteBinderValve started
> 16:46:04,175 INFO  [DeltaManager] Register manager
> /servlet-examples-cluster to cluster element unknown with name
> /servlet-examples-cluster
> 16:46:04,176 INFO  [DeltaManager] Starting clustering manager at
> /servlet-examples-cluster
> 16:46:04,176 INFO  [DeltaManager] Manager [/servlet-examples-cluster]:
> skipping state transfer. No members active in cluster group.
>
> Does this message mean something is not correct.
> 16:46:04,176 INFO  [DeltaManager] Manager [/servlet-examples-cluster]:
> skipping state transfer. No members active in cluster group.
>
> I still get only 1 value replicated.
>
> Regards
> Krish
>
>
> On 7/10/06, Santosh Koti <[EMAIL PROTECTED]> wrote:
>>
>>
>> Hi Krishna,
>>
>> Well , can u do this way:
>>
>> 1) Stop both ur servers
>> 2) Start server server1
>> 3) Aftter server server1 is up, start ur server 2
>> 4) in ur server2 startup console, u should something like
>> deltamanager[/contextroot]...
>>
>> 5)Chk ur app...?
>> 6) Have u set jvmroute in config.xml of server2..?
>>
>> PS: U shd not get smething like jvmRoute2 bind /whatever else...?!!
>>
>>
>>
>> Thanks,
>> Santosh.
>> "Don't talk about yourself; it will be done when you leave. "
>>
>>
>> -Original Message-
>> From: Krishnakumar B [mailto:[EMAIL PROTECTED]
>> Sent: Monday, July 10, 2006 3:55 PM
>> To: user@geronimo.apache.org
>> Subject: Geronimo clustering
>>
>> Hi,
>>
>> I am trying out geronimo clustering example. I seem to have a problem
>> with Session Failover.
>>
>> I am using Apache HTTP server 2.0.58 and mod_jk 1.2.15 and geronimo 
1.1

>>
>> I create two session variables in server 1 - server1-1 = 1 & 
server1-2 =

>> 2
>> I stop server1. Only server1-2 = 2 replicated in server 2.
>> Now i add a new variable in server2 server2-1 = 1
>> Now i start server1
>> Now i stop server2
>> I should have server1-1=1, server1-2=2 and server2-1=1 in server1
>> Instead i have only server2-1=1 in server1
>>
>> I am not sure if i am doing something wrong. I have set jvmRoute in
>> config.xml, given correct IP address in cluster application plan and
>> setup workers.properties.
>>
>> I get these messages in server2
>> 15:38:37,452 WARN  [JvmRouteBinderValve] No engine jvmRoute attribute
>> configured!
>> and
>> 15:30:57,791 INFO  [DeltaManager] Manager
>> [/servlets-examples-cluster]: skipping state transfer. No members
>> active in cluster group.
>> though both members of cluster are up and i am able to ping both
>> machines. there are in same subnet.
>>
>> Thanks for any pointers...
>>
>> Regards
>> Krish
>>
>>  CAUTION - Disclaimer *
>> This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended
>> solely for the use of the addressee(s). If you are not the intended
>> recipient, please notify the sender by e-mail and delete the or

Re: Geronimo clustering

2006-07-11 Thread Krishnakumar B

hi Dave,

Thanks for ur note.

I have done these checks. I get these messages in second cluster
member where failover occurs.

14:53:21,003 INFO  [DeltaManager] Manager
[/servlets-examples-cluster]: skipping state transfer. No members
active in cluster group.
15:10:34,700 WARN  [JvmRouteBinderValve] No engine jvmRoute attribute
configured
15:10:34,720 WARN  [JvmRouteBinderValve] No engine jvmRoute attribute
configured

Does this mean something is wrong? I get one session value failover to
second server. All cluster members are active.

Regards
Krish

I have configured jvmRoute
On 7/11/06, Dave Colasurdo <[EMAIL PROTECTED]> wrote:

Krish,

 A few things to check..

1) jvmRoute is unique for each node
2) The value used in jvmRoute agrees with the value set in the mod-jk
configuration (e.g. jvmRoute=node1, jvmRoute=node2,  and
worker.loadbalancer.balance_workers=node1,node2, worker.node1.port=8009,
etc.)
3) Deployment plan for each node has the correct IP address for each
node (in 2 spots in the xml)
4) You are using the most recent deployment *5.5.15* deployment plan
that includes JVMRouteBinderValve...  Latest plan and instructions
available at: http://cwiki.apache.org/GMOxDOC11/clustering.html
5) Verify that both machines are truly on the same subnet..  Both
machines should use the same subnet mask.  The network portion of the
addresses should be identical when the subnet mask is bitwise ANDed with
each of the individual IP addresses.
6) You are using the same browser instance for the whole test.  Clear
the cookie cache in the browser before the test.

-Dave-


Krishnakumar B wrote:
> hi,
>
> Have set the required properties in app, jvmRoute etc..
>
> The log shows this
>
> 16:46:03,810 INFO  [JvmRouteBinderValve] JvmRouteBinderValve started
> 16:46:04,175 INFO  [DeltaManager] Register manager
> /servlet-examples-cluster to cluster element unknown with name
> /servlet-examples-cluster
> 16:46:04,176 INFO  [DeltaManager] Starting clustering manager at
> /servlet-examples-cluster
> 16:46:04,176 INFO  [DeltaManager] Manager [/servlet-examples-cluster]:
> skipping state transfer. No members active in cluster group.
>
> Does this message mean something is not correct.
> 16:46:04,176 INFO  [DeltaManager] Manager [/servlet-examples-cluster]:
> skipping state transfer. No members active in cluster group.
>
> I still get only 1 value replicated.
>
> Regards
> Krish
>
>
> On 7/10/06, Santosh Koti <[EMAIL PROTECTED]> wrote:
>>
>>
>> Hi Krishna,
>>
>> Well , can u do this way:
>>
>> 1) Stop both ur servers
>> 2) Start server server1
>> 3) Aftter server server1 is up, start ur server 2
>> 4) in ur server2 startup console, u should something like
>> deltamanager[/contextroot]...
>>
>> 5)Chk ur app...?
>> 6) Have u set jvmroute in config.xml of server2..?
>>
>> PS: U shd not get smething like jvmRoute2 bind /whatever else...?!!
>>
>>
>>
>> Thanks,
>> Santosh.
>> "Don't talk about yourself; it will be done when you leave. "
>>
>>
>> -Original Message-
>> From: Krishnakumar B [mailto:[EMAIL PROTECTED]
>> Sent: Monday, July 10, 2006 3:55 PM
>> To: user@geronimo.apache.org
>> Subject: Geronimo clustering
>>
>> Hi,
>>
>> I am trying out geronimo clustering example. I seem to have a problem
>> with Session Failover.
>>
>> I am using Apache HTTP server 2.0.58 and mod_jk 1.2.15 and geronimo 1.1
>>
>> I create two session variables in server 1 - server1-1 = 1 & server1-2 =
>> 2
>> I stop server1. Only server1-2 = 2 replicated in server 2.
>> Now i add a new variable in server2 server2-1 = 1
>> Now i start server1
>> Now i stop server2
>> I should have server1-1=1, server1-2=2 and server2-1=1 in server1
>> Instead i have only server2-1=1 in server1
>>
>> I am not sure if i am doing something wrong. I have set jvmRoute in
>> config.xml, given correct IP address in cluster application plan and
>> setup workers.properties.
>>
>> I get these messages in server2
>> 15:38:37,452 WARN  [JvmRouteBinderValve] No engine jvmRoute attribute
>> configured!
>> and
>> 15:30:57,791 INFO  [DeltaManager] Manager
>> [/servlets-examples-cluster]: skipping state transfer. No members
>> active in cluster group.
>> though both members of cluster are up and i am able to ping both
>> machines. there are in same subnet.
>>
>> Thanks for any pointers...
>>
>> Regards
>> Krish
>>
>>  CAUTION - Disclaimer *
>> This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended
>> solely for the use of the add

Re: Geronimo clustering

2006-07-11 Thread Dave Colasurdo

Krish,

 A few things to check..

1) jvmRoute is unique for each node
2) The value used in jvmRoute agrees with the value set in the mod-jk 
configuration (e.g. jvmRoute=node1, jvmRoute=node2,  and 
worker.loadbalancer.balance_workers=node1,node2, worker.node1.port=8009, 
etc.)
3) Deployment plan for each node has the correct IP address for each 
node (in 2 spots in the xml)
4) You are using the most recent deployment *5.5.15* deployment plan 
that includes JVMRouteBinderValve...  Latest plan and instructions 
available at: http://cwiki.apache.org/GMOxDOC11/clustering.html
5) Verify that both machines are truly on the same subnet..  Both 
machines should use the same subnet mask.  The network portion of the 
addresses should be identical when the subnet mask is bitwise ANDed with 
each of the individual IP addresses.
6) You are using the same browser instance for the whole test.  Clear 
the cookie cache in the browser before the test.


-Dave-


Krishnakumar B wrote:

hi,

Have set the required properties in app, jvmRoute etc..

The log shows this

16:46:03,810 INFO  [JvmRouteBinderValve] JvmRouteBinderValve started
16:46:04,175 INFO  [DeltaManager] Register manager
/servlet-examples-cluster to cluster element unknown with name
/servlet-examples-cluster
16:46:04,176 INFO  [DeltaManager] Starting clustering manager at
/servlet-examples-cluster
16:46:04,176 INFO  [DeltaManager] Manager [/servlet-examples-cluster]:
skipping state transfer. No members active in cluster group.

Does this message mean something is not correct.
16:46:04,176 INFO  [DeltaManager] Manager [/servlet-examples-cluster]:
skipping state transfer. No members active in cluster group.

I still get only 1 value replicated.

Regards
Krish


On 7/10/06, Santosh Koti <[EMAIL PROTECTED]> wrote:



Hi Krishna,

Well , can u do this way:

1) Stop both ur servers
2) Start server server1
3) Aftter server server1 is up, start ur server 2
4) in ur server2 startup console, u should something like
deltamanager[/contextroot]...

5)Chk ur app...?
6) Have u set jvmroute in config.xml of server2..?

PS: U shd not get smething like jvmRoute2 bind /whatever else...?!!



Thanks,
Santosh.
"Don't talk about yourself; it will be done when you leave. "


-Original Message-
From: Krishnakumar B [mailto:[EMAIL PROTECTED]
Sent: Monday, July 10, 2006 3:55 PM
To: user@geronimo.apache.org
Subject: Geronimo clustering

Hi,

I am trying out geronimo clustering example. I seem to have a problem
with Session Failover.

I am using Apache HTTP server 2.0.58 and mod_jk 1.2.15 and geronimo 1.1

I create two session variables in server 1 - server1-1 = 1 & server1-2 =
2
I stop server1. Only server1-2 = 2 replicated in server 2.
Now i add a new variable in server2 server2-1 = 1
Now i start server1
Now i stop server2
I should have server1-1=1, server1-2=2 and server2-1=1 in server1
Instead i have only server2-1=1 in server1

I am not sure if i am doing something wrong. I have set jvmRoute in
config.xml, given correct IP address in cluster application plan and
setup workers.properties.

I get these messages in server2
15:38:37,452 WARN  [JvmRouteBinderValve] No engine jvmRoute attribute
configured!
and
15:30:57,791 INFO  [DeltaManager] Manager
[/servlets-examples-cluster]: skipping state transfer. No members
active in cluster group.
though both members of cluster are up and i am able to ping both
machines. there are in same subnet.

Thanks for any pointers...

Regards
Krish

 CAUTION - Disclaimer *
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended 
solely for the use of the addressee(s). If you are not the intended 
recipient, please notify the sender by e-mail and delete the original 
message. Further, you are not to copy, disclose, or distribute this 
e-mail or its contents to any other person and any such actions are 
unlawful. This e-mail may contain viruses. Infosys has taken every 
reasonable precaution to minimize this risk, but is not liable for any 
damage you may sustain as a result of any virus in this e-mail. You 
should carry out your own virus checks before opening the e-mail or 
attachment. Infosys reserves the right to monitor and review the 
content of all messages sent to or from this e-mail address. Messages 
sent to or from this e-mail address may be stored on the Infosys 
e-mail system.

***INFOSYS End of Disclaimer INFOSYS***






Re: Geronimo clustering

2006-07-10 Thread Krishnakumar B

hi,

Have set the required properties in app, jvmRoute etc..

The log shows this

16:46:03,810 INFO  [JvmRouteBinderValve] JvmRouteBinderValve started
16:46:04,175 INFO  [DeltaManager] Register manager
/servlet-examples-cluster to cluster element unknown with name
/servlet-examples-cluster
16:46:04,176 INFO  [DeltaManager] Starting clustering manager at
/servlet-examples-cluster
16:46:04,176 INFO  [DeltaManager] Manager [/servlet-examples-cluster]:
skipping state transfer. No members active in cluster group.

Does this message mean something is not correct.
16:46:04,176 INFO  [DeltaManager] Manager [/servlet-examples-cluster]:
skipping state transfer. No members active in cluster group.

I still get only 1 value replicated.

Regards
Krish


On 7/10/06, Santosh Koti <[EMAIL PROTECTED]> wrote:



Hi Krishna,

Well , can u do this way:

1) Stop both ur servers
2) Start server server1
3) Aftter server server1 is up, start ur server 2
4) in ur server2 startup console, u should something like
deltamanager[/contextroot]...

5)Chk ur app...?
6) Have u set jvmroute in config.xml of server2..?

PS: U shd not get smething like jvmRoute2 bind /whatever else...?!!



Thanks,
Santosh.
"Don't talk about yourself; it will be done when you leave. "


-Original Message-
From: Krishnakumar B [mailto:[EMAIL PROTECTED]
Sent: Monday, July 10, 2006 3:55 PM
To: user@geronimo.apache.org
Subject: Geronimo clustering

Hi,

I am trying out geronimo clustering example. I seem to have a problem
with Session Failover.

I am using Apache HTTP server 2.0.58 and mod_jk 1.2.15 and geronimo 1.1

I create two session variables in server 1 - server1-1 = 1 & server1-2 =
2
I stop server1. Only server1-2 = 2 replicated in server 2.
Now i add a new variable in server2 server2-1 = 1
Now i start server1
Now i stop server2
I should have server1-1=1, server1-2=2 and server2-1=1 in server1
Instead i have only server2-1=1 in server1

I am not sure if i am doing something wrong. I have set jvmRoute in
config.xml, given correct IP address in cluster application plan and
setup workers.properties.

I get these messages in server2
15:38:37,452 WARN  [JvmRouteBinderValve] No engine jvmRoute attribute
configured!
and
15:30:57,791 INFO  [DeltaManager] Manager
[/servlets-examples-cluster]: skipping state transfer. No members
active in cluster group.
though both members of cluster are up and i am able to ping both
machines. there are in same subnet.

Thanks for any pointers...

Regards
Krish

 CAUTION - Disclaimer *
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely 
for the use of the addressee(s). If you are not the intended recipient, please 
notify the sender by e-mail and delete the original message. Further, you are 
not to copy, disclose, or distribute this e-mail or its contents to any other 
person and any such actions are unlawful. This e-mail may contain viruses. 
Infosys has taken every reasonable precaution to minimize this risk, but is not 
liable for any damage you may sustain as a result of any virus in this e-mail. 
You should carry out your own virus checks before opening the e-mail or 
attachment. Infosys reserves the right to monitor and review the content of all 
messages sent to or from this e-mail address. Messages sent to or from this 
e-mail address may be stored on the Infosys e-mail system.
***INFOSYS End of Disclaimer INFOSYS***



RE: Geronimo clustering

2006-07-10 Thread Santosh Koti


Hi Krishna,

Well , can u do this way:

1) Stop both ur servers
2) Start server server1
3) Aftter server server1 is up, start ur server 2
4) in ur server2 startup console, u should something like
deltamanager[/contextroot]...

5)Chk ur app...?
6) Have u set jvmroute in config.xml of server2..?

PS: U shd not get smething like jvmRoute2 bind /whatever else...?!!



Thanks,
Santosh.
"Don't talk about yourself; it will be done when you leave. "


-Original Message-
From: Krishnakumar B [mailto:[EMAIL PROTECTED]
Sent: Monday, July 10, 2006 3:55 PM
To: user@geronimo.apache.org
Subject: Geronimo clustering

Hi,

I am trying out geronimo clustering example. I seem to have a problem
with Session Failover.

I am using Apache HTTP server 2.0.58 and mod_jk 1.2.15 and geronimo 1.1

I create two session variables in server 1 - server1-1 = 1 & server1-2 =
2
I stop server1. Only server1-2 = 2 replicated in server 2.
Now i add a new variable in server2 server2-1 = 1
Now i start server1
Now i stop server2
I should have server1-1=1, server1-2=2 and server2-1=1 in server1
Instead i have only server2-1=1 in server1

I am not sure if i am doing something wrong. I have set jvmRoute in
config.xml, given correct IP address in cluster application plan and
setup workers.properties.

I get these messages in server2
15:38:37,452 WARN  [JvmRouteBinderValve] No engine jvmRoute attribute
configured!
and
15:30:57,791 INFO  [DeltaManager] Manager
[/servlets-examples-cluster]: skipping state transfer. No members
active in cluster group.
though both members of cluster are up and i am able to ping both
machines. there are in same subnet.

Thanks for any pointers...

Regards
Krish

 CAUTION - Disclaimer *
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely 
for the use of the addressee(s). If you are not the intended recipient, please 
notify the sender by e-mail and delete the original message. Further, you are 
not to copy, disclose, or distribute this e-mail or its contents to any other 
person and any such actions are unlawful. This e-mail may contain viruses. 
Infosys has taken every reasonable precaution to minimize this risk, but is not 
liable for any damage you may sustain as a result of any virus in this e-mail. 
You should carry out your own virus checks before opening the e-mail or 
attachment. Infosys reserves the right to monitor and review the content of all 
messages sent to or from this e-mail address. Messages sent to or from this 
e-mail address may be stored on the Infosys e-mail system.
***INFOSYS End of Disclaimer INFOSYS***


Geronimo clustering

2006-07-10 Thread Krishnakumar B

Hi,

I am trying out geronimo clustering example. I seem to have a problem
with Session Failover.

I am using Apache HTTP server 2.0.58 and mod_jk 1.2.15 and geronimo 1.1

I create two session variables in server 1 - server1-1 = 1 & server1-2 = 2
I stop server1. Only server1-2 = 2 replicated in server 2.
Now i add a new variable in server2 server2-1 = 1
Now i start server1
Now i stop server2
I should have server1-1=1, server1-2=2 and server2-1=1 in server1
Instead i have only server2-1=1 in server1

I am not sure if i am doing something wrong. I have set jvmRoute in
config.xml, given correct IP address in cluster application plan and
setup workers.properties.

I get these messages in server2
15:38:37,452 WARN  [JvmRouteBinderValve] No engine jvmRoute attribute
configured!
and
15:30:57,791 INFO  [DeltaManager] Manager
[/servlets-examples-cluster]: skipping state transfer. No members
active in cluster group.
though both members of cluster are up and i am able to ping both
machines. there are in same subnet.

Thanks for any pointers...

Regards
Krish


Re: Geronimo Clustering support

2005-12-20 Thread Dave Colasurdo

James,

  Hot off the press, here is a link to an example application that 
describes how to use tomcat clustering within geronimo.  This is the 
precursor to WADI..


http://opensource2.atlassian.com/confluence/oss/display/GERONIMO/Geronimo+Clustering+Example

-Dave-


James Ho Chan wrote:
I understand that Geronimo Clustering support will be available in 
version 1.0, does anyone know when this stable version is available? I 
also understand that clustering feature will be provided by WADI, it 
mainly focus on clustering in Web side, does anyone know what will 
Geronimo version 1.0 will finally offer in terms of clustering in 
different aspect (web, EJB, activemq, and etc)?
 
In addition, in Geronimo M5 version, activemq 3.2 already provide the 
clustering feature, does it mean that Geronimo already support 
clustering in the JMS area, or some work still need to be done, what 
kind of steps I need to configure so that it can support JMS clustering?
Same question also apply to Tomcat 5, it already support clustering, 
what steps I need to configure?
 
Thanks

James


Geronimo Clustering support

2005-12-19 Thread James Ho Chan



I understand that Geronimo Clustering support will 
be available in version 1.0, does anyone know when this stable version is 
available? I also understand that clustering feature will be provided by WADI, 
it mainly focus on clustering in Web side, does anyone know what will Geronimo 
version 1.0 will finally offer in terms of clustering in different aspect (web, 
EJB, activemq, and etc)?
 
In addition, in Geronimo M5 version, activemq 3.2 
already provide the clustering feature, does it mean that Geronimo already 
support clustering in the JMS area, or some work still need to be done, what 
kind of steps I need to configure so that it can support JMS clustering?Same 
question also apply to Tomcat 5, it already support clustering, what steps I 
need to configure?
 
ThanksJames