Hi, I installed Artemis Active MQ 2.8 and saw the following exception in the logs when I tried starting the service. I've amended the configuration files under <install Dir>/bin/clustered/etc to ensure the instance is reachable from the AWS EC2 Instance that this is installed on, But this exception that I see in the logs is puzzling to me. Can anyone shed some lights on this please. Appreciate all the help.
This is strack trace of the exception I see 2019-05-20 10:46:27,327 ERROR [org.apache.activemq.artemis.core.server] AMQ224000: Failure in initialisation: io.netty.channel.unix.Errors$NativeIoException: bind(..) failed: Cannot assign requested address at io.netty.channel.unix.Errors.newIOException(Errors.java:122) [netty-all-4.1.34.Final.jar:4.1.34.Final] at io.netty.channel.unix.Socket.bind(Socket.java:287) [netty-all-4.1.34.Final.jar:4.1.34.Final] at io.netty.channel.epoll.AbstractEpollChannel.doBind(AbstractEpollChannel.java:686) [netty-all-4.1.34.Final.jar:4.1.34.Final] at io.netty.channel.epoll.EpollServerSocketChannel.doBind(EpollServerSocketChannel.java:70) [netty-all-4.1.34.Final.jar:4.1.34.Final] at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:563) [netty-all-4.1.34.Final.jar:4.1.34.Final] at io.netty.channel.DefaultChannelPipeline$HeadContext.bind(DefaultChannelPipeline.java:1332) [netty-all-4.1.34.Final.jar:4.1.34.Final] at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:488) [netty-all-4.1.34.Final.jar:4.1.34.Final] at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:473) [netty-all-4.1.34.Final.jar:4.1.34.Final] at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:984) [netty-all-4.1.34.Final.jar:4.1.34.Final] at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:259) [netty-all-4.1.34.Final.jar:4.1.34.Final] at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:366) [netty-all-4.1.34.Final.jar:4.1.34.Final] at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-all-4.1.34.Final.jar:4.1.34.Final] at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404) [netty-all-4.1.34.Final.jar:4.1.34.Final] at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:333) [netty-all-4.1.34.Final.jar:4.1.34.Final] at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:905) [netty-all-4.1.34.Final.jar:4.1.34.Final] at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) [artemis-commons-2.8.0.jar:2.8.0] -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-Dev-f2368404.html
