l*****b 发帖数: 82 | 1 When I start Jboss 4.0.4, it keep throwing UDP exceptions. However, it never
happened before. Do you know what is root cause? There is also some issue
about the naming server port: 1099. When I use program to check the port
1099, it always return true even the JBoss is not up yet. I am not sure they
are relative.
2008-12-10 10:27:57,311 WARN [org.jgroups.protocols.UDP] packet from /193.32
.21.76:32793 has different version (") from ours (0227). This may cause
problems
2008-12-10 10:27:57,311 |
g*****g 发帖数: 34805 | 2 jgroups should be your caching.
never
they
32
io.
【在 l*****b 的大作中提到】 : When I start Jboss 4.0.4, it keep throwing UDP exceptions. However, it never : happened before. Do you know what is root cause? There is also some issue : about the naming server port: 1099. When I use program to check the port : 1099, it always return true even the JBoss is not up yet. I am not sure they : are relative. : 2008-12-10 10:27:57,311 WARN [org.jgroups.protocols.UDP] packet from /193.32 : .21.76:32793 has different version (") from ours (0227). This may cause : problems : 2008-12-10 10:27:57,311
|
A**o 发帖数: 1550 | 3 likely. and it seems like typical versioning hell
【在 g*****g 的大作中提到】 : jgroups should be your caching. : : never : they : 32 : io.
|
l*****b 发帖数: 82 | 4 Thank you to all.
Hi, goodbug, it will be appreciated if you could give me more details. Thx. |
g*****g 发帖数: 34805 | 5 I used hibernate and tree cache before and sometimes some jgroups error
were throwed. So I know it's caching problem. You can update related
libs to see if the problem goes away. And if there's no functional problem,
you can also config log4j to ignore it if that's annoying.
【在 l*****b 的大作中提到】 : Thank you to all. : Hi, goodbug, it will be appreciated if you could give me more details. Thx.
|
s******e 发帖数: 493 | 6 jgroup is a multicast protocol library used by many distributed cache
implementation.
Checking your enviroment to see if you have some distributed cache backed by
jgroup. As many already suggested, you can try to upgrade your jgroup
library to solve this mismatch. Also eying compatability issue you might
meet... |