NAKACK messages fills JBoss logs after startup

View: New views
4 Messages — Rating Filter:   Alert me  

NAKACK messages fills JBoss logs after startup

by cenk.oguz :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi All,

I am configuring a third party application based on JBoss, using application clustering with JGroups.

However I am experiencing errormessages in the server logs that I don't quite understand, as below:


==============

:UpHandler (NAKACK):org.jgroups.protocols.pbcast.NAKACK:2009/11/04-14:08:20.416 CET: message did not contain a list (LinkedList) of retransmitted messages: java.lang.IllegalArgumentException: java.io.IOException: java.lang.ArrayStoreException: org.jgroups.stack.IpAddress

==============


What does this message mean? Are the nodes not capable of communicating? We got three nodes on the same machine multicasting eachother.


As for testing multicasting with
org.jgroups.tests.McastReceiverTest and org.jgroups.tests.McastSenderTest, seems to work ok when starting up the sender first. Starting the sender last will instead give me an infinite loop of "Hello from bela" on the receiver side. Is this expected? Using different bind_addr does not make any difference in the application server.

We are using Solaris 10 machines. Used to have 2 or more NICs, but tests with only one interface gives the same result.



BR,
Cenk




ATTENTION:
This e-mail may contain confidential information that is intended solely for the addressee. If you are not the intended recipient, you should delete this message and are hereby notified that any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
javagroups-users mailing list
javagroups-users@...
https://lists.sourceforge.net/lists/listinfo/javagroups-users

Re: NAKACK messages fills JBoss logs after startup

by Bela Ban :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



cenk.oguz@... wrote:

> Hi All,
>
> I am configuring a third party application based on JBoss, using
> application clustering with JGroups.
> However I am experiencing errormessages in the server logs that I don't
> quite understand, as below:
>
> ==============
> :UpHandler
> (NAKACK):org.jgroups.protocols.pbcast.NAKACK:2009/11/04-14:08:20.416 CET:
> message did not contain a list (LinkedList) of retransmitted messages:
> java.lang.IllegalArgumentException: java.io.IOException:
> java.lang.ArrayStoreException: org.jgroups.stack.IpAddress
> ==============

Which version of JGroups ? I cannot find this error message anywhere in
JGroups 2.8 or 2.4...

> What does this message mean? Are the nodes not capable of communicating?
> We got three nodes on the same machine multicasting eachother.
>
> As for testing multicasting with org.jgroups.tests.McastReceiverTest and
> org.jgroups.tests.McastSenderTest, seems to work ok when starting up the
> sender first. Starting the sender last will instead give me an infinite
> loop of "Hello from bela" on the receiver side. Is this expected? Using
> different bind_addr does not make any difference in the application
> server.

No, this is not expected, maybe you have a multicast loop somewhere. Try
changing the -ttl parameter to 1

> We are using Solaris 10 machines. Used to have 2 or more NICs, but tests
> with only one interface gives the same result.

--
Bela Ban
Lead JGroups / Clustering Team
JBoss


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
javagroups-users mailing list
javagroups-users@...
https://lists.sourceforge.net/lists/listinfo/javagroups-users

Re: NAKACK messages fills JBoss logs after startup

by cenk.oguz :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


> Which version of JGroups ? I cannot find this error message anywhere in
> JGroups 2.8 or 2.4...


We are using JGroups 2.2.7

> No, this is not expected, maybe you have a multicast loop somewhere. Try
> changing the -ttl parameter to 1


Had no effect on anything. It's obviously a loop at the receiver. Seems to perceive the response as a new message.

BR,
Cenk







cenk.oguz@... wrote:
> Hi All,
>
> I am configuring a third party application based on JBoss, using
> application clustering with JGroups.
> However I am experiencing errormessages in the server logs that I don't
> quite understand, as below:
>
> ==============
> :UpHandler
> (NAKACK):org.jgroups.protocols.pbcast.NAKACK:2009/11/04-14:08:20.416 CET:
> message did not contain a list (LinkedList) of retransmitted messages:
> java.lang.IllegalArgumentException: java.io.IOException:
> java.lang.ArrayStoreException: org.jgroups.stack.IpAddress
> ==============

Which version of JGroups ? I cannot find this error message anywhere in
JGroups 2.8 or 2.4...

> What does this message mean? Are the nodes not capable of communicating?
> We got three nodes on the same machine multicasting eachother.
>
> As for testing multicasting with org.jgroups.tests.McastReceiverTest and
> org.jgroups.tests.McastSenderTest, seems to work ok when starting up the
> sender first. Starting the sender last will instead give me an infinite
> loop of "Hello from bela" on the receiver side. Is this expected? Using
> different bind_addr does not make any difference in the application
> server.

No, this is not expected, maybe you have a multicast loop somewhere. Try
changing the -ttl parameter to 1

> We are using Solaris 10 machines. Used to have 2 or more NICs, but tests
> with only one interface gives the same result.

--
Bela Ban
Lead JGroups / Clustering Team
JBoss





ATTENTION:
This e-mail may contain confidential information that is intended solely for the addressee. If you are not the intended recipient, you should delete this message and are hereby notified that any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
javagroups-users mailing list
javagroups-users@...
https://lists.sourceforge.net/lists/listinfo/javagroups-users

Re: NAKACK messages fills JBoss logs after startup

by Bela Ban :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Sorry, I don't support 2.2.7 anymore, that's way too old !

I support 2.4.x, 2.6.x and (soon) 2.8.x only

cenk.oguz@... wrote:

>> Which version of JGroups ? I cannot find this error message anywhere in
>> JGroups 2.8 or 2.4...
>>    
>
> We are using JGroups 2.2.7
>
>  
>> No, this is not expected, maybe you have a multicast loop somewhere. Try
>>    
>
>  
>> changing the -ttl parameter to 1
>>    
>
> Had no effect on anything. It's obviously a loop at the receiver. Seems to
> perceive the response as a new message.
>
> BR,
> Cenk
>
>
>
>
>
>
> cenk.oguz@... wrote:
>  
>> Hi All,
>>
>> I am configuring a third party application based on JBoss, using
>> application clustering with JGroups.
>> However I am experiencing errormessages in the server logs that I don't
>> quite understand, as below:
>>
>> ==============
>> :UpHandler
>> (NAKACK):org.jgroups.protocols.pbcast.NAKACK:2009/11/04-14:08:20.416
>>    
> CET:
>  
>> message did not contain a list (LinkedList) of retransmitted messages:
>> java.lang.IllegalArgumentException: java.io.IOException:
>> java.lang.ArrayStoreException: org.jgroups.stack.IpAddress
>> ==============
>>    
>
> Which version of JGroups ? I cannot find this error message anywhere in
> JGroups 2.8 or 2.4...
>
>  
>> What does this message mean? Are the nodes not capable of communicating?
>> We got three nodes on the same machine multicasting eachother.
>>
>> As for testing multicasting with org.jgroups.tests.McastReceiverTest and
>> org.jgroups.tests.McastSenderTest, seems to work ok when starting up the
>> sender first. Starting the sender last will instead give me an infinite
>> loop of "Hello from bela" on the receiver side. Is this expected? Using
>> different bind_addr does not make any difference in the application
>> server.
>>    
>
> No, this is not expected, maybe you have a multicast loop somewhere. Try
> changing the -ttl parameter to 1
>
>  
>> We are using Solaris 10 machines. Used to have 2 or more NICs, but tests
>> with only one interface gives the same result.
>>    
>
>  

--
Bela Ban
Lead JGroups / Clustering Team
JBoss



------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
javagroups-users mailing list
javagroups-users@...
https://lists.sourceforge.net/lists/listinfo/javagroups-users