Uploaded image for project: 'JGroups'
  1. JGroups
  2. JGRP-1848

SASL GSSAPI requires client_password to be set

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 3.4.5, 3.5
    • None
    • None

    Description

      SASL GSSAPI requires client_password to be set otherwise faisl with NPE:

      Caused by: java.lang.NullPointerException
              at org.jgroups.protocols.SASL.init(SASL.java:179)
              at org.jgroups.stack.ProtocolStack.initProtocolStack(ProtocolStack.java:861)
              at org.jgroups.stack.ProtocolStack.setup(ProtocolStack.java:481)
              at org.jgroups.JChannel.init(JChannel.java:849)
              at org.jgroups.JChannel.<init>(JChannel.java:159)
              at org.jgroups.JChannel.<init>(JChannel.java:129)
              at org.infinispan.remoting.transport.jgroups.JGroupsTransport.buildChannel(JGroupsTransport.java:373)
              ... 124 more
      

      GSSAPI shouldn't require neither login nor passowrd and should use those provided in referred login module (if it's set).

      Attachments

        Activity

          People

            ttarrant@redhat.com Tristan Tarrant
            vjuranek@redhat.com Vojtech Juranek
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: