lean-mind / huella-positiva

6 stars 3 forks source link

Register a volunteer #7

Closed mariasoria closed 1 year ago

mariasoria commented 1 year ago
Marius9595 commented 1 year ago

This feature was implemented and works as expected through Requests (CODE 201 and Database record appears):

image

image

image

Marius9595 commented 1 year ago

However, Test declared about this feature are failing. The reason is the following: java.lang.NoClassDefFoundError: Could not initialize class org.codehaus.groovy.vmplugin.v7.Java7

In GitHub, I've found a possible solution: https://github.com/abashev/vfs-s3/issues/71

I have tried to apply this, but another error is raised...

java.lang.reflect.InaccessibleObjectException: Unable to make protected void java.lang.Object.finalize() throws java.lang.Throwable accessible: module java.base does not "opens java.lang"

I need help to figure out what is the root of the problem

Could someone check this to fix it in order to close this task?