[jira] [Commented] (ARTEMIS-4036) mqtt client receive 131 code

2022-11-10 Thread Justin Bertram (Jira)


[ 
https://issues.apache.org/jira/browse/ARTEMIS-4036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17631828#comment-17631828
 ] 

Justin Bertram commented on ARTEMIS-4036:
-

None of these {{ERROR}} messages say, "Error processing control packet." They 
are all related to clients using the core protocol attempting to connect to 
acceptors which don't support it.

The {{WARN}} messages are related to the broker cleaning up resources from a 
failed session.

I don't see anything related to the problem you've reported here.

Without more details there's really nothing to be done here. Therefore, I'm 
resolving this as "Cannot Reproduce." If you can provide sufficient details for 
an investigation or ideally a reproducible test-case feel free to re-open the 
issue.

> mqtt client receive 131 code
> 
>
> Key: ARTEMIS-4036
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4036
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>Affects Versions: 2.25.0
>Reporter: gongping.zhu
>Priority: Major
>
> sometimes mqtt client connect the server ; it will receive The Server 
> Disconnected the client. Disconnect RC: 131



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (ARTEMIS-4036) mqtt client receive 131 code

2022-11-02 Thread gongping.zhu (Jira)


[ 
https://issues.apache.org/jira/browse/ARTEMIS-4036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17627534#comment-17627534
 ] 

gongping.zhu commented on ARTEMIS-4036:
---

2022-11-01 13:54:48,205 ERROR [org.apache.activemq.artemis.core.server] 
AMQ224096: Error setting up connection from /47.101.154.149:55358 to 
/172.22.35.99:5672; protocol CORE not found in map: [AMQP]
2022-11-01 13:54:48,205 ERROR [org.apache.activemq.artemis.core.server] 
AMQ224096: Error setting up connection from /47.101.154.149:38734 to 
/172.22.35.99:1883; protocol CORE not found in map: [MQTT] 

2022-11-01 17:04:19,146 ERROR [org.apache.activemq.artemis.core.server] 
AMQ224096: Error setting up connection from /101.133.147.20:41770 to 
/172.22.35.99:61613; protocol CORE not found in map: [STOMP]

2022-11-01 17:37:17,198 WARN  [org.apache.activemq.artemis.core.server] 
AMQ222107: Cleared up resources for session c6313c66-59c8-11ed-a15c-aeb104d0d5a5
2022-11-01 17:37:17,198 WARN  [org.apache.activemq.artemis.core.server] 
AMQ222061: Client connection failed, clearing up resources for session 
c6313c67-59c8-11ed-a15c-aeb104d0d5a5

 

 

> mqtt client receive 131 code
> 
>
> Key: ARTEMIS-4036
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4036
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>Affects Versions: 2.25.0
>Reporter: gongping.zhu
>Priority: Major
>
> sometimes mqtt client connect the server ; it will receive The Server 
> Disconnected the client. Disconnect RC: 131



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (ARTEMIS-4036) mqtt client receive 131 code

2022-10-12 Thread Justin Bertram (Jira)


[ 
https://issues.apache.org/jira/browse/ARTEMIS-4036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17616762#comment-17616762
 ] 

Justin Bertram commented on ARTEMIS-4036:
-

A return code {{131}} (i.e. {{0x83}}) can be sent to a client if a packet is 
handled while the client's internal session is in the process of stopping or 
some other unforeseen error occurred while processing the packet. The latter 
will be accompanied by a corresponding {{ERROR}} message in the log saying 
something like "Error processing control packet" along with an exception and a 
logging code of 834002. Do you see any log entries like this?

> mqtt client receive 131 code
> 
>
> Key: ARTEMIS-4036
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4036
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>Affects Versions: 2.25.0
>Reporter: gongping.zhu
>Priority: Major
>
> sometimes mqtt client connect the server ; it will receive The Server 
> Disconnected the client. Disconnect RC: 131



--
This message was sent by Atlassian Jira
(v8.20.10#820010)