If the Enterprise Edition engine cannot be started and in the console the following error message is written:

Error while starting Axon.ivy Engine org.jgroups.ChannelException: 
    failed to start protocol stack 
    ... 
Caused by: java.net.SocketException: 
    The socket name is not available on this system 
    ...

asked 17.08.2018 at 03:57

SupportIvyTeam's gravatar image

SupportIvyTeam ♦♦
1.4k102118122
accept rate: 77%


Cause

This happens if your system supports IPv6 and you try to bind a cluster node to a IPv4 address.

Solution

Set the following java option

-Djava.net.preferIPv4Stack=true

On Windows use an Ivy launch control file. Change the line

ivy.vm.additional.options=

to

ivy.vm.additional.options=-Djava.net.preferIPv4Stack=true

On Linux modify the serverLauncher.sh script to set java option.

link

answered 17.08.2018 at 03:59

SupportIvyTeam's gravatar image

SupportIvyTeam ♦♦
1.4k102118122
accept rate: 77%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×44
×2
×1

Asked: 17.08.2018 at 03:57

Seen: 1,936 times

Last updated: 17.08.2018 at 03:59