|
View:
New views
7 Messages
—
Rating Filter:
Alert me
|
|
|
JGroups 2.8.0.CR2 releasedI'm in release mode today... :-)
2.8.0.CR2 can be downloaded from https://sourceforge.net/projects/javagroups/files/. This might take a while, as SourceForge has issues with updates today. As an alternative, you can grab 2.8.0.CR2 from CVS, the tag is JGroups_2_8_0_CR2 -- Bela Ban Lead JGroups / Clustering Team JBoss ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ javagroups-users mailing list javagroups-users@... https://lists.sourceforge.net/lists/listinfo/javagroups-users |
|
|
Re: JGroups 2.8.0.CR2 releasedHello Bela,
I just tried the CR2, but I'm getting this error, org.jgroups.ChannelException: unable to setup the protocol stack: Property assignment of auth_value in org.jgroups.auth.MD5Token with original property value some_auth and converted to null could not be assigned. Exception is java.lang.ClassCastException: org.jgroups.auth.MD5Token cannot be cast to org.jgroups.stack.Protocol .. Caused by: java.lang.Exception: Property assignment of auth_value in org.jgroups.auth.MD5Token with original property value some_auth and converted to null could not be assigned. Exception is java.lang.ClassCastException: org.jgroups.auth.MD5Token cannot be cast to org.jgroups.stack.Protocol at org.jgroups.stack.Configurator.resolveAndAssignField(Configurator.java:659) at org.jgroups.stack.Configurator.resolveAndAssignFields(Configurator.java:626) at org.jgroups.stack.Configurator$ProtocolConfiguration.createLayer(Configurator.java:943) at org.jgroups.stack.Configurator$ProtocolConfiguration.access$000(Configurator.java:837) at org.jgroups.stack.Configurator.createProtocols(Configurator.java:321) at org.jgroups.stack.Configurator.setupProtocolStack(Configurator.java:90) at org.jgroups.stack.Configurator.setupProtocolStack(Configurator.java:56) at org.jgroups.stack.ProtocolStack.setup(ProtocolStack.java:453) at org.jgroups.JChannel.init(JChannel.java:1708) ... 10 more Caused by: java.lang.ClassCastException: org.jgroups.auth.MD5Token cannot be cast to org.jgroups.stack.Protocol at org.jgroups.stack.Configurator.resolveAndAssignField(Configurator.java:653) ... 18 more I've auth defined as following in the stack(TCP/TCPGossip), <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000" max_bytes="400000"/> <AUTH auth_class="org.jgroups.auth.MD5Token" auth_value="some_auth" token_hash="MD5"/> <pbcast.GMS print_local_addr="true" join_timeout="3000" view_bundling="true"/> It works fine in 2.8 CR1 (and worked earlier too) - is there anything I need to change for CR2? Thanks, -vivek On Thu, Oct 1, 2009 at 6:40 AM, Bela Ban <belaban@...> wrote: > I'm in release mode today... :-) > > 2.8.0.CR2 can be downloaded from > https://sourceforge.net/projects/javagroups/files/. > > This might take a while, as SourceForge has issues with updates today. > As an alternative, you can grab 2.8.0.CR2 from CVS, the tag is > JGroups_2_8_0_CR2 > > -- > Bela Ban > Lead JGroups / Clustering Team > JBoss > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > javagroups-users mailing list > javagroups-users@... > https://lists.sourceforge.net/lists/listinfo/javagroups-users > ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ javagroups-users mailing list javagroups-users@... https://lists.sourceforge.net/lists/listinfo/javagroups-users |
|
|
Re: JGroups 2.8.0.CR2 releasedHi,
Anyone figured if this is a problem in 2.8 CR2? Is Auth supported in this release? Thanks, -vivek On Fri, Oct 2, 2009 at 1:27 PM, vivek sar <vivextra@...> wrote: > Hello Bela, > > I just tried the CR2, but I'm getting this error, > > org.jgroups.ChannelException: unable to setup the protocol stack: > Property assignment of auth_value in org.jgroups.auth.MD5Token with > original property value some_auth and converted to null could not be > assigned. Exception is java.lang.ClassCastException: > org.jgroups.auth.MD5Token cannot be cast to org.jgroups.stack.Protocol > .. > Caused by: java.lang.Exception: Property assignment of auth_value in > org.jgroups.auth.MD5Token with original property value some_auth and > converted to null could not be assigned. Exception is > java.lang.ClassCastException: org.jgroups.auth.MD5Token cannot be cast > to org.jgroups.stack.Protocol > at org.jgroups.stack.Configurator.resolveAndAssignField(Configurator.java:659) > at org.jgroups.stack.Configurator.resolveAndAssignFields(Configurator.java:626) > at org.jgroups.stack.Configurator$ProtocolConfiguration.createLayer(Configurator.java:943) > at org.jgroups.stack.Configurator$ProtocolConfiguration.access$000(Configurator.java:837) > at org.jgroups.stack.Configurator.createProtocols(Configurator.java:321) > at org.jgroups.stack.Configurator.setupProtocolStack(Configurator.java:90) > at org.jgroups.stack.Configurator.setupProtocolStack(Configurator.java:56) > at org.jgroups.stack.ProtocolStack.setup(ProtocolStack.java:453) > at org.jgroups.JChannel.init(JChannel.java:1708) > ... 10 more > Caused by: java.lang.ClassCastException: org.jgroups.auth.MD5Token > cannot be cast to org.jgroups.stack.Protocol > at org.jgroups.stack.Configurator.resolveAndAssignField(Configurator.java:653) > ... 18 more > > > I've auth defined as following in the stack(TCP/TCPGossip), > > <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000" > max_bytes="400000"/> > > <AUTH auth_class="org.jgroups.auth.MD5Token" > auth_value="some_auth" > token_hash="MD5"/> > > <pbcast.GMS print_local_addr="true" join_timeout="3000" > view_bundling="true"/> > > > It works fine in 2.8 CR1 (and worked earlier too) - is there anything > I need to change for CR2? > > Thanks, > -vivek > > > On Thu, Oct 1, 2009 at 6:40 AM, Bela Ban <belaban@...> wrote: >> I'm in release mode today... :-) >> >> 2.8.0.CR2 can be downloaded from >> https://sourceforge.net/projects/javagroups/files/. >> >> This might take a while, as SourceForge has issues with updates today. >> As an alternative, you can grab 2.8.0.CR2 from CVS, the tag is >> JGroups_2_8_0_CR2 >> >> -- >> Bela Ban >> Lead JGroups / Clustering Team >> JBoss >> >> >> ------------------------------------------------------------------------------ >> Come build with us! The BlackBerry® Developer Conference in SF, CA >> is the only developer event you need to attend this year. Jumpstart your >> developing skills, take BlackBerry mobile applications to market and stay >> ahead of the curve. Join us from November 9-12, 2009. Register now! >> http://p.sf.net/sfu/devconf >> _______________________________________________ >> javagroups-users mailing list >> javagroups-users@... >> https://lists.sourceforge.net/lists/listinfo/javagroups-users >> > ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ javagroups-users mailing list javagroups-users@... https://lists.sourceforge.net/lists/listinfo/javagroups-users |
|
|
Re: JGroups 2.8.0.CR2 releasedI just returned from my vacation and am going through my emails.
I recall seeing Richard reply to this email, has this been fixed ? I think he fixed it, correct ? vivek sar wrote: > Hello Bela, > > I just tried the CR2, but I'm getting this error, > > org.jgroups.ChannelException: unable to setup the protocol stack: > Property assignment of auth_value in org.jgroups.auth.MD5Token with > original property value some_auth and converted to null could not be > assigned. Exception is java.lang.ClassCastException: > org.jgroups.auth.MD5Token cannot be cast to org.jgroups.stack.Protocol > .. > Caused by: java.lang.Exception: Property assignment of auth_value in > org.jgroups.auth.MD5Token with original property value some_auth and > converted to null could not be assigned. Exception is > java.lang.ClassCastException: org.jgroups.auth.MD5Token cannot be cast > to org.jgroups.stack.Protocol > at org.jgroups.stack.Configurator.resolveAndAssignField(Configurator.java:659) > at org.jgroups.stack.Configurator.resolveAndAssignFields(Configurator.java:626) > at org.jgroups.stack.Configurator$ProtocolConfiguration.createLayer(Configurator.java:943) > at org.jgroups.stack.Configurator$ProtocolConfiguration.access$000(Configurator.java:837) > at org.jgroups.stack.Configurator.createProtocols(Configurator.java:321) > at org.jgroups.stack.Configurator.setupProtocolStack(Configurator.java:90) > at org.jgroups.stack.Configurator.setupProtocolStack(Configurator.java:56) > at org.jgroups.stack.ProtocolStack.setup(ProtocolStack.java:453) > at org.jgroups.JChannel.init(JChannel.java:1708) > ... 10 more > Caused by: java.lang.ClassCastException: org.jgroups.auth.MD5Token > cannot be cast to org.jgroups.stack.Protocol > at org.jgroups.stack.Configurator.resolveAndAssignField(Configurator.java:653) > ... 18 more > > > I've auth defined as following in the stack(TCP/TCPGossip), > > <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000" > max_bytes="400000"/> > > <AUTH auth_class="org.jgroups.auth.MD5Token" > auth_value="some_auth" > token_hash="MD5"/> > > <pbcast.GMS print_local_addr="true" join_timeout="3000" > view_bundling="true"/> > > > It works fine in 2.8 CR1 (and worked earlier too) - is there anything > I need to change for CR2? > > Thanks, > -vivek > > > On Thu, Oct 1, 2009 at 6:40 AM, Bela Ban <belaban@...> wrote: > >> I'm in release mode today... :-) >> >> 2.8.0.CR2 can be downloaded from >> https://sourceforge.net/projects/javagroups/files/. >> >> This might take a while, as SourceForge has issues with updates today. >> As an alternative, you can grab 2.8.0.CR2 from CVS, the tag is >> JGroups_2_8_0_CR2 >> >> -- >> Bela Ban >> Lead JGroups / Clustering Team >> JBoss >> >> >> ------------------------------------------------------------------------------ >> Come build with us! The BlackBerry® Developer Conference in SF, CA >> is the only developer event you need to attend this year. Jumpstart your >> developing skills, take BlackBerry mobile applications to market and stay >> ahead of the curve. Join us from November 9-12, 2009. Register now! >> http://p.sf.net/sfu/devconf >> _______________________________________________ >> javagroups-users mailing list >> javagroups-users@... >> https://lists.sourceforge.net/lists/listinfo/javagroups-users >> >> > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > javagroups-users mailing list > javagroups-users@... > https://lists.sourceforge.net/lists/listinfo/javagroups-users > > -- Bela Ban Lead JGroups / Clustering Team JBoss ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ javagroups-users mailing list javagroups-users@... https://lists.sourceforge.net/lists/listinfo/javagroups-users |
|
|
Re: JGroups 2.8.0.CR2 releasedworks for me with CVS head
vivek sar wrote: > Hello Bela, > > I just tried the CR2, but I'm getting this error, > > org.jgroups.ChannelException: unable to setup the protocol stack: > Property assignment of auth_value in org.jgroups.auth.MD5Token with > original property value some_auth and converted to null could not be > assigned. Exception is java.lang.ClassCastException: > org.jgroups.auth.MD5Token cannot be cast to org.jgroups.stack.Protocol > .. > Caused by: java.lang.Exception: Property assignment of auth_value in > org.jgroups.auth.MD5Token with original property value some_auth and > converted to null could not be assigned. Exception is > java.lang.ClassCastException: org.jgroups.auth.MD5Token cannot be cast > to org.jgroups.stack.Protocol > at org.jgroups.stack.Configurator.resolveAndAssignField(Configurator.java:659) > at org.jgroups.stack.Configurator.resolveAndAssignFields(Configurator.java:626) > at org.jgroups.stack.Configurator$ProtocolConfiguration.createLayer(Configurator.java:943) > at org.jgroups.stack.Configurator$ProtocolConfiguration.access$000(Configurator.java:837) > at org.jgroups.stack.Configurator.createProtocols(Configurator.java:321) > at org.jgroups.stack.Configurator.setupProtocolStack(Configurator.java:90) > at org.jgroups.stack.Configurator.setupProtocolStack(Configurator.java:56) > at org.jgroups.stack.ProtocolStack.setup(ProtocolStack.java:453) > at org.jgroups.JChannel.init(JChannel.java:1708) > ... 10 more > Caused by: java.lang.ClassCastException: org.jgroups.auth.MD5Token > cannot be cast to org.jgroups.stack.Protocol > at org.jgroups.stack.Configurator.resolveAndAssignField(Configurator.java:653) > ... 18 more > > > I've auth defined as following in the stack(TCP/TCPGossip), > > <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000" > max_bytes="400000"/> > > <AUTH auth_class="org.jgroups.auth.MD5Token" > auth_value="some_auth" > token_hash="MD5"/> > > <pbcast.GMS print_local_addr="true" join_timeout="3000" > view_bundling="true"/> > > > It works fine in 2.8 CR1 (and worked earlier too) - is there anything > I need to change for CR2? > > Thanks, > -vivek > > > On Thu, Oct 1, 2009 at 6:40 AM, Bela Ban <belaban@...> wrote: > >> I'm in release mode today... :-) >> >> 2.8.0.CR2 can be downloaded from >> https://sourceforge.net/projects/javagroups/files/. >> >> This might take a while, as SourceForge has issues with updates today. >> As an alternative, you can grab 2.8.0.CR2 from CVS, the tag is >> JGroups_2_8_0_CR2 >> >> -- >> Bela Ban >> Lead JGroups / Clustering Team >> JBoss >> >> >> ------------------------------------------------------------------------------ >> Come build with us! The BlackBerry® Developer Conference in SF, CA >> is the only developer event you need to attend this year. Jumpstart your >> developing skills, take BlackBerry mobile applications to market and stay >> ahead of the curve. Join us from November 9-12, 2009. Register now! >> http://p.sf.net/sfu/devconf >> _______________________________________________ >> javagroups-users mailing list >> javagroups-users@... >> https://lists.sourceforge.net/lists/listinfo/javagroups-users >> >> > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > javagroups-users mailing list > javagroups-users@... > https://lists.sourceforge.net/lists/listinfo/javagroups-users > > -- Bela Ban Lead JGroups / Clustering Team JBoss ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ javagroups-users mailing list javagroups-users@... https://lists.sourceforge.net/lists/listinfo/javagroups-users |
|
|
Re: [jgroups-dev] JGroups 2.8.0.CR2 releasedHi Bela,
Do you have time estimate when 2.8 will be in GA mode ? Thanks David Forget >-----Original Message----- >From: ext Bela Ban [mailto:belaban@...] >Sent: Thursday, October 01, 2009 9:40 AM >To: jg-users; jg-dev >Subject: [jgroups-dev] JGroups 2.8.0.CR2 released > >I'm in release mode today... :-) > >2.8.0.CR2 can be downloaded from >https://sourceforge.net/projects/javagroups/files/. > >This might take a while, as SourceForge has issues with updates today. >As an alternative, you can grab 2.8.0.CR2 from CVS, the tag is >JGroups_2_8_0_CR2 > >-- >Bela Ban >Lead JGroups / Clustering Team >JBoss > > >------------------------------------------------------------------------ >------ >Come build with us! The BlackBerry® Developer Conference in SF, CA >is the only developer event you need to attend this year. Jumpstart your >developing skills, take BlackBerry mobile applications to market and >stay >ahead of the curve. Join us from November 9-12, 2009. Register >now! >http://p.sf.net/sfu/devconf >_______________________________________________ >Javagroups-development mailing list ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ javagroups-users mailing list javagroups-users@... https://lists.sourceforge.net/lists/listinfo/javagroups-users |
|
|
Re: [jgroups-dev] JGroups 2.8.0.CR2 releasedI think this is an old email, is it working in CR3 now ?
vivek sar wrote: > Hello Bela, > > I just tried the CR2, but I'm getting this error, > > org.jgroups.ChannelException: unable to setup the protocol stack: > Property assignment of auth_value in org.jgroups.auth.MD5Token with > original property value some_auth and converted to null could not be > assigned. Exception is java.lang.ClassCastException: > org.jgroups.auth.MD5Token cannot be cast to org.jgroups.stack.Protocol > .. > Caused by: java.lang.Exception: Property assignment of auth_value in > org.jgroups.auth.MD5Token with original property value some_auth and > converted to null could not be assigned. Exception is > java.lang.ClassCastException: org.jgroups.auth.MD5Token cannot be cast > to org.jgroups.stack.Protocol > at org.jgroups.stack.Configurator.resolveAndAssignField(Configurator.java:659) > at org.jgroups.stack.Configurator.resolveAndAssignFields(Configurator.java:626) > at org.jgroups.stack.Configurator$ProtocolConfiguration.createLayer(Configurator.java:943) > at org.jgroups.stack.Configurator$ProtocolConfiguration.access$000(Configurator.java:837) > at org.jgroups.stack.Configurator.createProtocols(Configurator.java:321) > at org.jgroups.stack.Configurator.setupProtocolStack(Configurator.java:90) > at org.jgroups.stack.Configurator.setupProtocolStack(Configurator.java:56) > at org.jgroups.stack.ProtocolStack.setup(ProtocolStack.java:453) > at org.jgroups.JChannel.init(JChannel.java:1708) > ... 10 more > Caused by: java.lang.ClassCastException: org.jgroups.auth.MD5Token > cannot be cast to org.jgroups.stack.Protocol > at org.jgroups.stack.Configurator.resolveAndAssignField(Configurator.java:653) > ... 18 more > > > I've auth defined as following in the stack(TCP/TCPGossip), > > <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000" > max_bytes="400000"/> > > <AUTH auth_class="org.jgroups.auth.MD5Token" > auth_value="some_auth" > token_hash="MD5"/> > > <pbcast.GMS print_local_addr="true" join_timeout="3000" > view_bundling="true"/> > > > It works fine in 2.8 CR1 (and worked earlier too) - is there anything > I need to change for CR2? > > Thanks, > -vivek > > > On Thu, Oct 1, 2009 at 6:40 AM, Bela Ban <belaban@...> wrote: > >> I'm in release mode today... :-) >> >> 2.8.0.CR2 can be downloaded from >> https://sourceforge.net/projects/javagroups/files/. >> >> This might take a while, as SourceForge has issues with updates today. >> As an alternative, you can grab 2.8.0.CR2 from CVS, the tag is >> JGroups_2_8_0_CR2 >> >> -- >> Bela Ban >> Lead JGroups / Clustering Team >> JBoss >> >> >> ------------------------------------------------------------------------------ >> Come build with us! The BlackBerry® Developer Conference in SF, CA >> is the only developer event you need to attend this year. Jumpstart your >> developing skills, take BlackBerry mobile applications to market and stay >> ahead of the curve. Join us from November 9-12, 2009. Register now! >> http://p.sf.net/sfu/devconf >> _______________________________________________ >> javagroups-users mailing list >> javagroups-users@... >> https://lists.sourceforge.net/lists/listinfo/javagroups-users >> >> > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Javagroups-development mailing list > > > -- Bela Ban Lead JGroups / Clustering Team JBoss ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ javagroups-users mailing list javagroups-users@... https://lists.sourceforge.net/lists/listinfo/javagroups-users |
| Free embeddable forum powered by Nabble | Forum Help |