0 Replies Latest reply on Oct 17, 2012 2:42 PM by dinesh_hyd

    PING error?

    dinesh_hyd

      I am in the procees of migrating my app from jboss 4 to jboss7. Seeing the following error in logs after server startup.

       

      jgroups is being used in the project. Looks like the below property is causing the error. Any suggestions on how to get rid of this error

       

      UDP(mcast_port=60000;ucast_send_buf_size=800000;ucast_recv_buf_size=150000):PING(timeout=2000;num_initial_members=3;up_thread=true;down_thread=true;):MERGE2(min_interval=1000000;max_interval=2000000):FD(shun=true;up_thread=true;down_thread=true;timeout=54000000;max_tries=5):pbcast.NAKACK(gc_lag=50;retransmit_timeout=300,600,1200,2400,4800;max_xmit_size=8192;up_thread=true;down_thread=true):pbcast.STABLE(desired_avg_gossip=2000000;up_thread=true;down_thread=true):UNICAST:FRAG(frag_size=8192;down_thread=true;up_thread=true):pbcast.GMS:VIEW_ENFORCER:QUEUE

       

       

       

      (MSC service thread 1-2) the following properties in PING are not recognized: {up_thread=true, down_thread=true}: java.lang.IllegalArgumentException: the following properties in PING are not recognized: {up_thread=true, down_thread=true}

      at org.jgroups.stack.Configurator.createLayer(Configurator.java:460) [jgroups-3.0.9.Final-redhat-1.jar:3.0.9.Final-redhat-1]

      at org.jgroups.stack.Configurator.createProtocols(Configurator.java:393) [jgroups-3.0.9.Final-redhat-1.jar:3.0.9.Final-redhat-1]

      at org.jgroups.stack.Configurator.setupProtocolStack(Configurator.java:88) [jgroups-3.0.9.Final-redhat-1.jar:3.0.9.Final-redhat-1]

      at org.jgroups.stack.Configurator.setupProtocolStack(Configurator.java:55) [jgroups-3.0.9.Final-redhat-1.jar:3.0.9.Final-redhat-1]

      at org.jgroups.stack.ProtocolStack.setup(ProtocolStack.java:465) [jgroups-3.0.9.Final-redhat-1.jar:3.0.9.Final-redhat-1]

      at org.jgroups.JChannel.init(JChannel.java:795) [jgroups-3.0.9.Final-redhat-1.jar:3.0.9.Final-redhat-1]

      at org.jgroups.JChannel.<init>(JChannel.java:166) [jgroups-3.0.9.Final-redhat-1.jar:3.0.9.Final-redhat-1]

      at org.jgroups.JChannel.<init>(JChannel.java:146) [jgroups-3.0.9.Final-redhat-1.jar:3.0.9.Final-redhat-1]

      at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3392) [jbossweb-7.0.16.Final-redhat-1.jar:]

      at org.apache.catalina.core.StandardContext.start(StandardContext.java:3850) [jbossweb-7.0.16.Final-redhat-1.jar:]

      at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:90) [jboss-as-web-7.1.2.Final-redhat-1.jar:7.1.2.Final-redhat-1]

      at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)

      at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746)

      at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [rt.jar:1.6.0_34]

      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0_34]

      at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_34]