Sarbjit Parmar's Hello World
  • Business
  • Technology
  • vAnsh LLC
  • About
  • Contact
  • HW

JBOSS Configuration - Issue Resolution

10/23/2013

0 Comments

 
While configuring Informatica MDM 9.5.1, I ran into this exception which was found in the log file cmxserver.log.

Caused by: org.jgroups.ChannelException: failed to start protocol stack 
         at org.jgroups.JChannel.startStack(JChannel.java:1617)
         at org.jgroups.JChannel.connect(JChannel.java:429)
         at org.jboss.cache.RPCManagerImpl.start(RPCManagerImpl.java:371)
         ...
93 more
Caused by: java.lang.Exception: problem creating sockets(bind_addr=/*.0.0.*, mcast_addr=230.1.1.1:46000)
         at org.jgroups.protocols.UDP.start(UDP.java:389)
         at org.jgroups.stack.Configurator.startProtocolStack(Configurator.java:129)
         at org.jgroups.stack.ProtocolStack.startStack(ProtocolStack.java:402)
         at org.jgroups.JChannel.startStack(JChannel.java:1614)
         ...
95 more
Caused by: java.net.SocketException: Cannot assign requested address
         at java.net.PlainDatagramSocketImpl.socketSetOption(Native Method)
         at java.net.PlainDatagramSocketImpl.setOption(PlainDatagramSocketImpl.java:309)
..........

The Informatica KB's along with other articles on the web point to passing the following parameter to the run.sh file:- -Djava.net.preferIPv4Stack=true. This however, did not resolve the issue for us the problem however got resolved when the JBOSS engineer also added the following setting:-

-Djboss.partition.udpGroup=*.0.0.* -Djboss.partition.name=HUBDEV -Djboss.messaging.ServerPeerID=1

A situation that does not arise often, so worth recording on the logs to remember later.
0 Comments

    About Sarbjit Parmar

    A practitioner with technical and business knowledge in areas of  Data Management( Online transaction processing, data modeling(relational, hierarchical, dimensional, etc.), S/M/L/XL/XXL & XML data, application design, batch processing, analytics(reporting + some statistical analysis), MBA+DBA), Project Management / Product/Software Development Life Cycle Management.

    Archives

    March 2018
    May 2016
    January 2015
    March 2014
    February 2014
    January 2014
    October 2013
    September 2013

    Categories

    All
    Acid
    Analytical Query
    Bigdata
    Columnar Database
    Compression
    Database
    Database Recovery
    Data Warehouse
    Data Warehouse
    Hierarchy
    Infogbright
    Informatica
    Interview
    Jboss
    Jgroups
    Job Scheduling
    Linux
    Mdm
    Metadata
    Normalization
    Oracle
    Performance Tuning
    Pivot
    PL/SQL
    Redo
    Repository
    Scheduler
    Siperian
    Sql
    Undo

    RSS Feed

Proudly powered by Weebly
  • Business
  • Technology
  • vAnsh LLC
  • About
  • Contact
  • HW