chenzejun opened a new issue, #5227:
URL: https://github.com/apache/eventmesh/issues/5227

   ### Search before asking
   
   - [x] I had searched in the 
[issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Environment
   
   Mac
   
   ### EventMesh version
   
   master
   
   ### What happened
   
   An exception occured in 
https://github.com/apache/eventmesh/blob/c3d6548eb389a47e7f3f0eb60cca1b716b7ef7cc/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/tcp/client/session/push/SessionPusher.java#L111C1-L112C1
   error message:
   ```
   class org.apache.eventmesh.common.protocol.http.HttpCommand cannot be cast 
to class org.apache.eventmesh.common.protocol.tcp.Package 
(org.apache.eventmesh.common.protocol.http.HttpCommand and 
org.apache.eventmesh.common.protocol.tcp.Package are in unnamed module of 
loader 'app')
   ```
   
   
   ### How to reproduce
   
   1. start event mesh
   2. start a EventMeshTCPClient and subscribe topic test-topic
   3. send a cloud event by EventMeshHttpProducer to topic test-topic
   
   ### Debug logs
   
   ```Java
   An exception occured in 
https://github.com/apache/eventmesh/blob/c3d6548eb389a47e7f3f0eb60cca1b716b7ef7cc/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/tcp/client/session/push/SessionPusher.java#L111C1-L112C1
   error message:
   
   class org.apache.eventmesh.common.protocol.http.HttpCommand cannot be cast 
to class org.apache.eventmesh.common.protocol.tcp.Package 
(org.apache.eventmesh.common.protocol.http.HttpCommand and 
org.apache.eventmesh.common.protocol.tcp.Package are in unnamed module of 
loader 'app')
   ```
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [ ] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct) *


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to