-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crc32cIntChecksum - Failed to load Circe JNI library #256
Comments
I assume you're not adding pulsar4s-circe to your build?
…On Mon, 14 Dec 2020 at 12:13, Colin Bester ***@***.***> wrote:
I am using the jackson dependency in my sbt file
name := "pulsarc"
version := "0.1"
scalaVersion := "2.13.4"
libraryDependencies += "com.sksamuel.pulsar4s" %% "pulsar4s-jackson" % "2.7.0"
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3"
and am using intellij idea ide. On running (settings use java 8 to run
app) my simple test app I get the following error message which is
confusing as I am not using Circe library. Is Circe used somewhere behind
the scenes?
[pulsar-client-io-1-1] Crc32cIntChecksum - Failed to load Circe JNI library. Falling back to Java based CRC32c provider
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#256>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFVSGQQDWVN55ZJZMKBE43SUZITJANCNFSM4U3EE7VQ>
.
|
I can't see anything in the jackson module that would pull it down.
…On Mon, 14 Dec 2020 at 12:16, Stephen Samuel (Sam) ***@***.***> wrote:
I assume you're not adding pulsar4s-circe to your build?
On Mon, 14 Dec 2020 at 12:13, Colin Bester ***@***.***>
wrote:
> I am using the jackson dependency in my sbt file
>
> name := "pulsarc"
> version := "0.1"
> scalaVersion := "2.13.4"
> libraryDependencies += "com.sksamuel.pulsar4s" %% "pulsar4s-jackson" % "2.7.0"
> libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3"
>
> and am using intellij idea ide. On running (settings use java 8 to run
> app) my simple test app I get the following error message which is
> confusing as I am not using Circe library. Is Circe used somewhere behind
> the scenes?
>
> [pulsar-client-io-1-1] Crc32cIntChecksum - Failed to load Circe JNI library. Falling back to Java based CRC32c provider
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#256>, or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAFVSGQQDWVN55ZJZMKBE43SUZITJANCNFSM4U3EE7VQ>
> .
>
|
Ok here we are, it's nothing to do with the Scala Circe json library, but
this
https://github.com/trevorr/circe
Which I assume pulsar itself is using.
…On Mon, 14 Dec 2020 at 12:17, Stephen Samuel (Sam) ***@***.***> wrote:
I can't see anything in the jackson module that would pull it down.
On Mon, 14 Dec 2020 at 12:16, Stephen Samuel (Sam) ***@***.***>
wrote:
> I assume you're not adding pulsar4s-circe to your build?
>
> On Mon, 14 Dec 2020 at 12:13, Colin Bester ***@***.***>
> wrote:
>
>> I am using the jackson dependency in my sbt file
>>
>> name := "pulsarc"
>> version := "0.1"
>> scalaVersion := "2.13.4"
>> libraryDependencies += "com.sksamuel.pulsar4s" %% "pulsar4s-jackson" % "2.7.0"
>> libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3"
>>
>> and am using intellij idea ide. On running (settings use java 8 to run
>> app) my simple test app I get the following error message which is
>> confusing as I am not using Circe library. Is Circe used somewhere behind
>> the scenes?
>>
>> [pulsar-client-io-1-1] Crc32cIntChecksum - Failed to load Circe JNI library. Falling back to Java based CRC32c provider
>>
>> —
>> You are receiving this because you are subscribed to this thread.
>> Reply to this email directly, view it on GitHub
>> <#256>, or unsubscribe
>> <https://github.com/notifications/unsubscribe-auth/AAFVSGQQDWVN55ZJZMKBE43SUZITJANCNFSM4U3EE7VQ>
>> .
>>
>
|
No, I have not included circe. Here's my simple code:
Looking at link you sent now. |
You thinking the pulsar java library? |
Yep. I'd imagine it's looking for the JNI version and falling back.
Hadoop and Avro do similar things for other JNI libraries.
…On Mon, 14 Dec 2020 at 12:23, Colin Bester ***@***.***> wrote:
Which I assume pulsar itself is using.
You thinking the pulsar java library?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#256 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFVSGTSHUDDDJWGRLC5NYLSUZJ3ZANCNFSM4U3EE7VQ>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using the jackson dependency in my sbt file
and am using intellij idea ide. On running (settings use java 8 to run app) my simple test app I get the following error message which is confusing as I am not using Circe library. Is Circe used somewhere behind the scenes?
The text was updated successfully, but these errors were encountered: