Skip to content
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

[Bug] org.influxdb.InfluxDBException: java.lang.ClassCastException: org.msgpack.value.impl.ImmutableLongValueImpl #8163

Closed
2 of 3 tasks
liangxp opened this issue Nov 21, 2021 · 3 comments
Labels
backend OAP backend related. bug Something isn't working and you are sure it's a bug! no update The owner doesn't provide further feedback. TBD To be decided later, need more discussion or input.
Milestone

Comments

@liangxp
Copy link

liangxp commented Nov 21, 2021

Search before asking

  • I had searched in the issues and found no similar issues.

Apache SkyWalking Component

OAP server (apache/skywalking)

What happened

run startup.sh exception

What you expected to happen

`
2021-11-21 20:20:26,394 - org.apache.skywalking.oap.server.starter.OAPServerBootstrap - 57 [main] ERROR [] - java.lang.ClassCastException: org.msgpack.value.impl.ImmutableLongValueImpl cannot be cast to org.msgpack.value.ImmutableMapValue
org.influxdb.InfluxDBException: java.lang.ClassCastException: org.msgpack.value.impl.ImmutableLongValueImpl cannot be cast to org.msgpack.value.ImmutableMapValue
at org.influxdb.InfluxDBException.buildExceptionForErrorState(InfluxDBException.java:191) ~[influxdb-java-2.15.jar:?]
at org.influxdb.impl.InfluxDBImpl.execute(InfluxDBImpl.java:806) ~[influxdb-java-2.15.jar:?]
at org.influxdb.impl.InfluxDBImpl.executeQuery(InfluxDBImpl.java:795) ~[influxdb-java-2.15.jar:?]
at org.influxdb.impl.InfluxDBImpl.query(InfluxDBImpl.java:552) ~[influxdb-java-2.15.jar:?]
at org.apache.skywalking.oap.server.storage.plugin.influxdb.InfluxClient.connect(InfluxClient.java:77) ~[storage-influxdb-plugin-8.8.1.jar:8.8.1]
at org.apache.skywalking.oap.server.storage.plugin.influxdb.InfluxStorageProvider.start(InfluxStorageProvider.java:140) ~[storage-influxdb-plugin-8.8.1.jar:8.8.1]
at org.apache.skywalking.oap.server.library.module.BootstrapFlow.start(BootstrapFlow.java:49) ~[library-module-8.8.1.jar:8.8.1]
at org.apache.skywalking.oap.server.library.module.ModuleManager.init(ModuleManager.java:60) ~[library-module-8.8.1.jar:8.8.1]
at org.apache.skywalking.oap.server.starter.OAPServerBootstrap.start(OAPServerBootstrap.java:43) [server-starter-8.8.1.jar:8.8.1]
at org.apache.skywalking.oap.server.starter.OAPServerStartUp.main(OAPServerStartUp.java:23) [server-starter-8.8.1.jar:8.8.1]
Caused by: java.lang.ClassCastException: org.msgpack.value.impl.ImmutableLongValueImpl cannot be cast to org.msgpack.value.ImmutableMapValue
at org.influxdb.InfluxDBException.buildExceptionForErrorState(InfluxDBException.java:187) ~[influxdb-java-2.15.jar:?]
... 9 more

`

How to reproduce

storage with InfluxDB
version: v8.8.1

Anything else

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@liangxp liangxp added the bug Something isn't working and you are sure it's a bug! label Nov 21, 2021
@wu-sheng
Copy link
Member

Which InfluxDB version are you using? We have tested this in every PRs. No error shows up.

@wu-sheng wu-sheng added backend OAP backend related. TBD To be decided later, need more discussion or input. labels Nov 21, 2021
@wu-sheng
Copy link
Member

wu-sheng commented Dec 8, 2021

No update in 3 weeks.

@wu-sheng wu-sheng closed this as completed Dec 8, 2021
@wu-sheng wu-sheng added the no update The owner doesn't provide further feedback. label Dec 8, 2021
@wu-sheng wu-sheng added this to the 9.0.0 milestone Dec 8, 2021
@leeyxq
Copy link

leeyxq commented Dec 12, 2021

me too, version of influxdb 2.1.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend OAP backend related. bug Something isn't working and you are sure it's a bug! no update The owner doesn't provide further feedback. TBD To be decided later, need more discussion or input.
Projects
None yet
Development

No branches or pull requests

3 participants