question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

IODispatcherTest failed tests and Error:Hash of jdk.unsupported

See original GitHub issue

Describe the bug(s):

After running mvn clean and mvn package i get the error (using release 5.0.1):

Error: Hash of jdk.unsupported (1fd4ffb477c0fb59022daeab3a0bf32a4681e8f8d540396f3641503915fd54ca) differs to expected hash (2f3dae909f60914354efbc2acbff4a6c976ac1fb47851afa737262816b828381) recorded in java.base
[ERROR] Command execution failed.

On another machine in docker, we get the following error:

Failed tests: 
  IODispatcherTest.testJsonQueryBadUtf8:1899->testJsonQuery:4986->testJsonQuery:4966->testJsonQuery0:4993->lambda$testJsonQuery0$38:5079->lambda$testJsonQuery$37:4974->sendAndReceive:4862->sendAndReceive:4895->sendAndReceive:4946 Error at: 208, local=10
  IODispatcherTest.testJsonQueryLimitColumnsUtf8:2398->testJsonQuery:4986->testJsonQuery:4966->testJsonQuery0:4993->lambda$testJsonQuery0$38:5079->lambda$testJsonQuery$37:4974->sendAndReceive:4862->sendAndReceive:4895->sendAndReceive:4946 Error at: 213, local=24
  IODispatcherTest.testJsonUtf8EncodedColumnName:3250->testJsonQuery:4966->testJsonQuery0:4993->lambda$testJsonQuery0$38:5079->lambda$testJsonQuery$37:4974->sendAndReceive:4862->sendAndReceive:4895->sendAndReceive:4946 Error at: 208, local=19
  IODispatcherTest.testJsonUtf8EncodedQuery:3279->testJsonQuery:4986->testJsonQuery:4966->testJsonQuery0:4993->lambda$testJsonQuery0$38:5079->lambda$testJsonQuery$37:4974->sendAndReceive:4862->sendAndReceive:4895->sendAndReceive:4946 Error at: 220, local=31

Tests run: 4192, Failures: 4, Errors: 0, Skipped: 6

complete log file for first error: https://gist.github.com/CatspersCoffee/4bc593bbc9326ccb70074b73184f994c

complete log file for second set of test errors: https://gist.github.com/mortenpi/65741ee47038b0b698d6df8159449118

To Reproduce installed and cloned as per the instructions: https://github.com/questdb/questdb Tested using master branch and also release 5.0.1 both produce the same errors respectively.

Environment please see links above, complete environment details provided.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
mpsqcommented, Jul 31, 2020

The tests are now passing on master even when locale is set to POSIX.

1reaction
mpsqcommented, Jun 30, 2020

@mortenpi thanks for the extra details / highlighting the issues we have with this.

After testing on Ubuntu 20.04 (via Docker):

  1. mvn clean package bug confirmed
  2. mvn clean package -DskipTests bug confirmed

We will look into those issues 😉.

This is not Ubuntu related, it is happening on all distros/OS:

  1. Confirmed and fixed in #471
Read more comments on GitHub >

github_iconTop Results From Across the Web

Springboot Wildfly 10 deployment error jdk.unsupported ...
We are using wildfly 11. and the max version of spring boot we could use is 2.3.11 without this issue. starting from 2.3.12,...
Read more >
Application built against Spring Framework 5.3 breaks ...
This is a very much a WildFly problem where a WildFly-specific deployment hint is necessary for the jdk.unsupported module to be visible on...
Read more >
Spring incompatibility with old versions of JBoss affects IBM ...
Symptom. For a description of the problem, see Springboot Wildfly 10 deployment error jdk.unsupported module not found.
Read more >
Root module resolution in jdk9 - Oracle Communities
I'm beginning to look at the JDK 9 impact on our source base. I'm trying to understand if we ... root jdk.unsupported jrt:/jdk.unsupported....
Read more >
Springboot Wildfly 10 deployment error jdk.unsupported ...
We are using wildfly 11. and the max version of spring boot we could use is 2.3.11 without this issue. starting from 2.3.12,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found