xiaopao2014
xiaopao2014
is this issue fixed? i try with the 1.5.12 version ,still got this issue
command: opengrok-indexer -J=-Djava.util.logging.config.file=/home/llbeing/opengrok/etc/logging.properties -J=-Xmx8g -a /home/llbeing/opengrok/dist/lib/opengrok.jar -- -c /usr/local/bin/ctags -s /home/llbeing/opengrok_source -d /home/llbeing/opengrok/data -H -P -S -G -W /home/llbeing/opengrok/etc/configuration.xml -U http://localhost:8080/source > ./logout.log logFile: https://drive.google.com/file/d/171_XDJg0etm7eRDVnF2PBEzAw0EcY4Aw/view?usp=sharing problem file:https://drive.google.com/file/d/1FlJocecYxNBmMoXF-v9T7oQgMZ83Tzx4/view?usp=sharing
but see from log that it's something with the file length issue. It‘s acceptable for me that if opengrok-index get success without this files Caused by: org.apache.lucene.util.BytesRefHash$MaxBytesLengthExceededException: bytes can be...
As i check history, there is some old issue about this. I think, if we use HttpUriFetcher just according Fetcher interface, you can still change the implement code as you...