fleimgruber

Results 167 comments of fleimgruber

We came up with a test for this, please see https://github.com/fleimgruber/core-geonetwork/commit/ffe9110d2cf55ca832e8b14508c3915e762436f8 used with a WebDAV serving [this](https://github.com/fleimgruber/core-geonetwork/blob/ffe9110d2cf55ca832e8b14508c3915e762436f8/core/src/test/resources/iso19115-3_sample.xml) XML. It fails at https://github.com/fleimgruber/core-geonetwork/blob/ffe9110d2cf55ca832e8b14508c3915e762436f8/core/src/main/java/org/fao/geonet/kernel/datamanager/base/BaseMetadataIndexer.java#L367 because `fullMd` is `null`.

@josegar74 after using "Admin console > Tools > Delete and create data index" from the web UI of the 4.4.1 zip bundle, I am finally seeing the exact same error...

Yes, it is with the metadata I provided. But the "uri" error only occurs with the WebDAV harvester - which I wanted to test as the Docker deployment uses that...

@josegar74 It turns out the wrong XML file was copied from our test server, so we were testing locally with the wrong file, i.e. [sample](https://github.com/fleimgruber/core-geonetwork/blob/b64b62c6cb5f2fdcbf103dde900e50dc2db7b486/core/src/test/resources/iso19115-3_sample.xml), and the production server used...

@josegar74 I added a Minimal Reproducing Example with respect to XML data in https://github.com/fleimgruber/core-geonetwork/commit/58341e24f9e6356b087aeba904cd95b85ea09d19. I also figured out the cause of this issue from the hint "index.xsl; Line#: 1053". It...

@tefra If you think this is a good change then I will create a PR for it.

@tefra could you give me a quick heads up please on where this is best tested? I looked at the testing and exceptions seem to be captured and printed to...

I had a look at what attaching does on Slurm side https://github.com/mil-ad/stui/blob/a5355c76796f1372a39b0d52784e05527b38ad7c/stui/views/jobs.py#L580 and found that the `sattach` command does not show any output either. Will investigate further.

How about using the elisp variable `inferior-julia-program-name` instead?

IMHO, dealing with `PATH` OS specifics is out of the scope of this package.