Dmitry Litvintsev
Dmitry Litvintsev
An update. On trying to reproduce the problem. when using, curl exact command ``` [litvinse@fnisd1 scitokens]$ curl -L --capath /etc/grid-security/certificates --cert /tmp/x509up_u8637 --cacert /tmp/x509up_u8637 --key /tmp/x509up_u8637 -Tjunk https://fndcaitb4.fnal.gov:2880/pnfs/fnal.gov/usr/test/litvinse/world_readable/scratch/junk.3 ``` I...
To me the question is - should dCache remove broken file resulted in failed upload. Is it a good idea and would it play nice with `gfal-copy` which would also...
Here is how `globus-url-copy` behaves: 1. ctr_c in the middle of transfer: ``` [litvinse@fnisd1 scitokens]$ globus-url-copy -vb file:////`pwd`/junk gsiftp://fndcaitb4.fnal.gov//pnfs/fnal.gov/usr/test/litvinse/world_readable/scratch/junk.gsiftp Source: file://///home/litvinse/scitokens/ Dest: gsiftp://fndcaitb4.fnal.gov//pnfs/fnal.gov/usr/test/litvinse/world_readable/scratch/ junk -> junk.gsiftp ^C 163577856 bytes 26.24...
Carlos, what are the effects of it? Are transfers failing? (and yes change of any parameters on layout or dcache.conf files require restart of the domain affected)
@paulmillar yes, the null pointer is in bytecode enhanced code ``` public static int dnGetstate(TransferManagerHandler objPC) { if (objPC.dnFlags > 0 && objPC.dnStateManager != null && !objPC.dnStateManager.isLoaded((Persistable)objPC, 9)) return objPC.dnStateManager.getIntField((Persistable)objPC,...
As stack trace indicates this seems to have to do with Kafka. So I did: ``` webdav.enable.kafka=false ``` and I see no NPE and delete succeeds. @mksahakyan may be you...
@paulmillar and @mksahakyan I have looked at the code in DoorRequestMessageSerializer.java And I modified it like so: ``` JSONArray subject = new JSONArray(); // data.getSubject().getPrincipals().forEach(s -> subject.put(s)); data.getSubject().getPrincipals() .stream() .filter(s...
Paul, I build RPM from master ``` mvn clean package -am -pl packages/fhs -P rpm ``` and I deployed it using ``` rpm -Uvh --force ... ``` I have been...
I just re-installed having removed everything in classes directory: ``` 2405 2022-09-23 08:54:26 cd /usr/share/dcache/classes/ 2406 2022-09-23 08:54:27 ls -al 2407 2022-09-23 08:54:35 dcache stop 2408 2022-09-23 08:55:27 rm -rf...
Thank you @mksahakyan for fixing this issue