fleimgruber

Results 167 comments of fleimgruber

@josegar74 thanks for checking back! It seems you missed or misunderstood the "Edit" in my comment: I managed to delete the file via curl, in the way you outlined (what...

Thanks for testing! Then I think my issue is that the resource was added with the "http" setting, so it also tries to remove it with that value even though...

This had to do with our reverse proxy settings and automatic redirects. It works with setting "https" as you suggested and also the Port setting needed to be changed to...

This is what I see in the server logs, note that this is the Docker deployment mentioned in https://github.com/geonetwork/core-geonetwork/issues/7563#issuecomment-1895748585: ``` 2024-02-08T12:10:07,398 ERROR [geonetwork] - I/O error writing PNG file! javax.imageio.IIOException:...

If someone could give pointers on how to provide more meaningful parsing errors (instead of the cryptic one above) in the GeoNetwork logs e.g. by using some utility in https://github.com/geonetwork/core-geonetwork/tree/main/schemas/iso19115-3.2018...

@josegar74 thanks for checking back! I am running geonetwork in a docker container via https://github.com/geonetwork/docker-geonetwork/tree/main/4.4.1. What is the recommended approach to make such errors visible in the docker container logs?...

@josegar74 quick update: I went ahead and tried to reproduce the error locally with a unit test, please see https://github.com/fleimgruber/core-geonetwork/commit/f7dbda7032f1017719c7547b569a1c881e33520c. I based it off of the 4.4.1 tag. Analysis: The...

Thanks, in https://github.com/geonetwork/core-geonetwork/issues/7563#issuecomment-1895748585 I was already looking at docker logs and also looked at Jetty logs from within the container both as you mentioned. I could not find more context...

Thanks for local testing! Coming back to the logs: I would like to understand more about where in the code the logging happens and to which file to look for...

Ah, I see, thanks for clarification. This is what I see in the docker container: ``` jetty@52f612a1cab1:~$ ls -la logs total 40 drwxr-xr-x 2 jetty jetty 4096 Jan 17 13:15...