Thomas Graham
Thomas Graham
based on reading the comments, it seems that this is now abandonware.. Is there a working installation?
Thanks so much! Working on giving this a try and will let you know.
I think I resolved my own issue above. It took me quite a while to figure out how to perm change ulimit -n and -u.. Maybe worth adding this to...
Unfortunately, I am still stuck at this point: $ datawaveWebStart && datawaveWebTest [DW-INFO] - Starting Wildfly [DW-INFO] - Polling for EAR deployment status every 4 seconds (15 attempts max) --...
Sorry if I am spamming.. I am a chemist by training and quite intrigued by this tools ability to ingest xml/json. A lot of my work is focused on doing...
> It appears that, for some reason, the DW web services are not deploying successfully. Please check $WILDFLY_HOME/standalone/log/server.log, and share the first occurrences of errors/stacktraces that appear there. Subsequent errors...
This might have already been dealt with under https://github.com/NationalSecurityAgency/datawave/issues/672 Trying this..
Thanks, I changed: $WILDFLY_HOME/standalone/configuration/standalone-full.xml line 549 max-threads="48" to max-threads="128" ``` ``` I then ran: $ allStop $ datawaveWebStart && datawaveWebTest Tail of the readout: ******************************************************************************************************** Overall Summary ******************************************************************************************************** Test Count:...
For step 4 on: https://code.nsa.gov/datawave/docs/2.9/tour/ingest-basics#step-1-define-the-data-type $ ./ingest-tv-shows.sh --download-only --outfile ~/more-tv-shows.json [DW-INFO] - Writing json records to /home/schrogpu/more-tv-shows.json [DW-INFO] - Downloading show data: 'Veep' File "", line 1 import sys,json;data=json.loads(sys.stdin.read()); print...
I think the bug is caused by the fact that our endpoint doesn't have one of these strings in it: fn matches_azure_responses_base_url(base_url: &str) -> bool { let base = base_url.to_ascii_lowercase();...