Skip to main content

When I try to do test connection or deploy the app, I am getting ConnectionException: null

 

org.mule.runtime.api.connection.ConnectionException: null

 org.mule.runtime.api.connection.ConnectionException: null

 Caused by: com.rabbitmq.client.ShutdownSignalException: connection error

  at com.rabbitmq.utility.ValueOrException.getValue(ValueOrException.java:66)

  at com.rabbitmq.utility.BlockingValueOrException.uninterruptibleGetValue(BlockingValueOrException.java:36)

  at com.rabbitmq.client.impl.AMQChannel$BlockingRpcContinuation.getReply(AMQChannel.java:502)

  at com.rabbitmq.client.impl.AMQConnection.start(AMQConnection.java:326)

  at com.rabbitmq.client.impl.recovery.RecoveryAwareAMQConnectionFactory.newConnection(RecoveryAwareAMQConnectionFactory.java:64)

  at com.rabbitmq.client.impl.recovery.AutorecoveringConnection.init(AutorecoveringConnection.java:156)

  at com.rabbitmq.client.ConnectionFactory.newConnection(ConnectionFactory.java:1213)

  at com.rabbitmq.client.ConnectionFactory.newConnection(ConnectionFactory.java:1170)

  at com.rabbitmq.client.ConnectionFactory.newConnection(ConnectionFactory.java:1128)

  at com.rabbitmq.client.ConnectionFactory.newConnection(ConnectionFactory.java:1321)

  at com.mule.extensions.amqp.internal.connection.provider.GenericConnectionProvider.connect(GenericConnectionProvider.java:155)

  at com.mule.extensions.amqp.internal.connection.provider.GenericConnectionProvider.connect(GenericConnectionProvider.java:75)

  at org.mule.runtime.module.extension.internal.runtime.config.ClassLoaderConnectionProviderWrapper.connect(ClassLoaderConnectionProviderWrapper.java:60)

  at org.mule.runtime.core.internal.connection.ConnectionUtils.connect(ConnectionUtils.java:49)

  at org.mule.runtime.core.internal.connection.AbstractConnectionProviderWrapper.connect(AbstractConnectionProviderWrapper.java:64)

  at org.mule.runtime.core.internal.connection.ErrorTypeHandlerConnectionProviderWrapper.connect(ErrorTypeHandlerConnectionProviderWrapper.java:64)

  at org.mule.runtime.core.internal.connection.ConnectionUtils.connect(ConnectionUtils.java:49)

  at org.mule.runtime.core.internal.connection.AbstractConnectionProviderWrapper.connect(AbstractConnectionProviderWrapper.java:64)

  at org.mule.runtime.core.internal.connection.DefaultConnectionProviderWrapper.connect(DefaultConnectionProviderWrapper.java:52)

  at org.mule.runtime.core.internal.connection.CachedConnectionManagementStrategy.createConnection(CachedConnectionManagementStrategy.java:95)

  at org.mule.runtime.core.api.util.func.CheckedSupplier.get(CheckedSupplier.java:25)

  at org.mule.runtime.api.util.LazyValue.get(LazyValue.java:77)

  at org.mule.runtime.core.internal.connection.CachedConnectionManagementStrategy.getConnectionHandler(CachedConnectionManagementStrategy.java:63)

  at org.mule.runtime.core.internal.connection.DefaultConnectionManager.getConnection(DefaultConnectionManager.java:241)

  at org.mule.runtime.core.internal.connection.DefaultConnectionManager.lambda$testConnectivity$1(DefaultConnectionManager.java:160)

  at org.mule.runtime.core.internal.connection.DefaultConnectionManager.doTestConnectivity(DefaultConnectionManager.java:176)

  at org.mule.runtime.core.internal.connection.DefaultConnectionManager.testConnectivity(DefaultConnectionManager.java:152)

  at org.mule.runtime.core.internal.connection.DelegateConnectionManagerAdapter$EagerConnectionManagerAdapter.testConnectivity(DelegateConnectionManagerAdapter.java:176)

  at org.mule.runtime.core.internal.connection.DelegateConnectionManagerAdapter.testConnectivity(DelegateConnectionManagerAdapter.java:98)

  at org.mule.runtime.module.extension.api.tooling.ExtensionConnectivityTestingStrategy.testConnectivity(ExtensionConnectivityTestingStrategy.java:82)

  at org.mule.runtime.core.internal.connectivity.DefaultConnectivityTestingService.testConnection(DefaultConnectivityTestingService.java:88)

  at org.mule.runtime.config.internal.LazyConnectivityTestingService.testConnection(LazyConnectivityTestingService.java:57)

  at com.mulesoft.agent.services.tooling.MuleAgentConnectivityTestingService.testConnection(MuleAgentConnectivityTestingService.java:77)

  at com.mulesoft.agent.external.handlers.tooling.ToolingRequestHandler.lambda$applicationTestConnection$19(ToolingRequestHandler.java:482)

  at com.mulesoft.agent.util.ResponseHelper.response(ResponseHelper.java:88)

  at

3 件の回答
0/9000