Eugeny Romanchenko

Results 8 comments of Eugeny Romanchenko

Good day. Any news about this issue? We launch Dependency Check into docker container. When we migrate from gradle:jdk8 into gradle:jdk11, we faced the same problem. Despite specifying the data...

@jeremylong thanks. It's work. Is it possible to pass the path to the data directory to the plugin as a command line parameter? Not in build.gradle properties.

@spanierm The initial problem is most likely due to the fact that the interaction mechanism or the format of the internal database changed in Java 11. And in the directory...

Thank you for suggesting a workaround. But for some reason it stopped working for us today. There were problems in authorization again with an error from the first message.

@omueller logs are the same ``` Started POST "/users/sign_in" for 10.60.12.152 at 2021-07-12 07:21:47 +0000 ArgumentError (marshal data too short): lib/gitlab/middleware/read_only/controller.rb:50:in `call' lib/gitlab/middleware/read_only.rb:18:in `call' lib/gitlab/middleware/same_site_cookies.rb:27:in `call' lib/gitlab/middleware/handle_malformed_strings.rb:21:in `call' lib/gitlab/middleware/basic_health_check.rb:25:in `call'...

@crud42 what version of the database are you using? https://docs.gitlab.com/ee/install/requirements.html#database > The support of PostgreSQL 11 has been dropped. Make sure to update your database to version 12 before updating...

We have also encountered this problem. I think it is related to the fact that some libraries for transitive dependencies do not have their versions specified. As an example. Our...

@sameersbn First of all, we would like to express our gratitude to you and everyone who helps to keep this project up to date. Relatively recently in our company there...