Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-2623

Unable to change process-id mechanism from process-id-uuid to process-id-socket-binding on transaction

    XMLWordPrintable

Details

    • Hide

      1) bin/standalone.sh
      2) bin/jboss-cli.sh --connect and execute the following

      /socket-binding-group=standard-sockets/socket-binding=txn-socket-process-id/:add(port=4714)
      /subsystem=transactions:write-attribute(name=process-id-uuid,value=false)
      /subsystem=transactions:write-attribute(name=process-id-socket-binding,value=txn-socket-process-id)
      

      3) restart the jboss-as

      Show
      1) bin/standalone.sh 2) bin/jboss-cli.sh --connect and execute the following /socket-binding-group=standard-sockets/socket-binding=txn-socket-process-id/:add(port=4714) /subsystem=transactions:write-attribute(name=process-id-uuid,value=false) /subsystem=transactions:write-attribute(name=process-id-socket-binding,value=txn-socket-process-id) 3) restart the jboss-as

    Description

      https://bugzilla.redhat.com/show_bug.cgi?id=1036739
      process-id mechanism can not be changed from process-id-uuid to process-id-socket-binding.

      The following ERROR occurred at JBoss start-up:

      ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 44) JBAS014613: Operation ("add") failed - address: ([("subsystem" => "transactions")]) - failure description: "JBAS014746: process-id-uuid may not be null"
      

      The root reason is it does not check the PROCESS_ID_UUID if defined when booting the coreEnvironment service in TransactionSubsytemAdd.

      Attachments

        Issue Links

          Activity

            People

              hhovsepy@redhat.com Hayk Hovsepyan
              zfeng@redhat.com Zheng Feng
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: