You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by "nodece (via GitHub)" <gi...@apache.org> on 2023/08/02 05:05:52 UTC

[GitHub] [pulsar] nodece opened a new issue, #20915: [Bug] java.lang.NoSuchMethodError: int com.scurrilous.circe.checksum.Crc32cIntChecksum.computeChecksum

nodece opened a new issue, #20915:
URL: https://github.com/apache/pulsar/issues/20915

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar.
   
   
   ### Version
   
   Pulsar 3.0.0
   
   ### Minimal reproduce step
   
   Unable to reproduce in the new project.
   
   
   
   ### What did you expect to see?
   
   It works fine.
   
   
   ### What did you see instead?
   
   ```
   2023-08-02T13:01:34,848+0800 [main] WARN  org.apache.pulsar.client.impl.ProducerImpl - [persistent://pulsar/default/my-topic] [standalone-0-0] error while create opSendMsg by batch message container
   java.lang.NoSuchMethodError: 'int com.scurrilous.circe.checksum.Crc32cIntChecksum.computeChecksum(org.apache.pulsar.shade.io.netty.buffer.ByteBuf)'
   	at org.apache.pulsar.common.protocol.Commands.serializeCommandSendWithSize(Commands.java:1650) ~[pulsar-client-3.0.0.jar:3.0.0]
   	at org.apache.pulsar.common.protocol.Commands.newSend(Commands.java:568) ~[pulsar-client-3.0.0.jar:3.0.0]
   	at org.apache.pulsar.common.protocol.Commands.newSend(Commands.java:515) ~[pulsar-client-3.0.0.jar:3.0.0]
   	at org.apache.pulsar.client.impl.ProducerImpl.sendMessage(ProducerImpl.java:854) ~[pulsar-client-3.0.0.jar:3.0.0]
   	at org.apache.pulsar.client.impl.BatchMessageContainerImpl.createOpSendMsg(BatchMessageContainerImpl.java:255) ~[pulsar-client-3.0.0.jar:3.0.0]
   	at org.apache.pulsar.client.impl.ProducerImpl.batchMessageAndSend(ProducerImpl.java:2166) ~[pulsar-client-3.0.0.jar:3.0.0]
   	at org.apache.pulsar.client.impl.ProducerImpl.triggerFlush(ProducerImpl.java:2107) ~[pulsar-client-3.0.0.jar:3.0.0]
   	at org.apache.pulsar.client.impl.TypedMessageBuilderImpl.send(TypedMessageBuilderImpl.java:85) ~[pulsar-client-3.0.0.jar:3.0.0]
   ```
   
   If I open a new project, it works fine, I'm not sure what happened.
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
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: commits-unsubscribe@pulsar.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Bug] java.lang.NoSuchMethodError: int com.scurrilous.circe.checksum.Crc32cIntChecksum.computeChecksum [pulsar]

Posted by "lhotari (via GitHub)" <gi...@apache.org>.
lhotari commented on issue #20915:
URL: https://github.com/apache/pulsar/issues/20915#issuecomment-1870145539

   For Gradle and shadow plugin, this is the workaround: https://github.com/apache/bookkeeper/issues/3511


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] nodece commented on issue #20915: [Bug] java.lang.NoSuchMethodError: int com.scurrilous.circe.checksum.Crc32cIntChecksum.computeChecksum

Posted by "nodece (via GitHub)" <gi...@apache.org>.
nodece commented on issue #20915:
URL: https://github.com/apache/pulsar/issues/20915#issuecomment-1661507231

   <img width="382" alt="image" src="https://github.com/apache/pulsar/assets/16235121/8ba966ae-3190-4954-a243-8425e6d30185">
   
   The `pulsar-client:3.0.0` includes this package.


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] nodece commented on issue #20915: [Bug] java.lang.NoSuchMethodError: int com.scurrilous.circe.checksum.Crc32cIntChecksum.computeChecksum

Posted by "nodece (via GitHub)" <gi...@apache.org>.
nodece commented on issue #20915:
URL: https://github.com/apache/pulsar/issues/20915#issuecomment-1661797958

   Perhaps it's Maven's problem, now it works fine.
   


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] nodece closed issue #20915: [Bug] java.lang.NoSuchMethodError: int com.scurrilous.circe.checksum.Crc32cIntChecksum.computeChecksum

Posted by "nodece (via GitHub)" <gi...@apache.org>.
nodece closed issue #20915: [Bug] java.lang.NoSuchMethodError: int com.scurrilous.circe.checksum.Crc32cIntChecksum.computeChecksum
URL: https://github.com/apache/pulsar/issues/20915


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org