Time |
S |
Nick |
Message |
05:20 |
|
|
Guest27291 joined #dvn |
06:24 |
|
|
Guest27291 joined #dvn |
06:29 |
|
|
Guest27291 left #dvn |
15:33 |
|
|
bnsnwork joined #dvn |
15:34 |
|
pdurbin |
bnsnwork: mornin' |
15:34 |
|
bnsnwork |
morning |
15:35 |
|
pdurbin |
i had to kill glassfish with -9 this morning. with apache i run `service httpd status` before killing it. i wonder how to do this in glassfish |
15:35 |
|
pdurbin |
i tried `asadmin list-applications` but it seemed to hang |
15:36 |
|
bnsnwork |
there's no "status" option in the init script, so it'll be an asadmin command if anything |
15:37 |
|
pdurbin |
hmm. is there an official init script for glassfish? do we write our own? |
15:37 |
|
bnsnwork |
the one we have looks pretty home-grown |
15:37 |
|
pdurbin |
yeah, i'm pretty sure it is |
15:38 |
|
pdurbin |
i believe it's in our installers guide |
15:39 |
|
pdurbin |
yeah, here it is: f. RedHat startup file for glassfish, example | Guides - http://guides.thedata.org/book/f-redhat-startup-file-glassfish-example |
15:42 |
|
pdurbin |
i'm messing with solr and getting this: <lst name="responseHeader"><int name="status">400</int><int name="QTime">1</int></lst><lst name="error"><str name="msg">ERROR: [doc=hdl:1902.1/UTVMBVNGMX] unknown field 'date'</str><int name="code">400</int></lst> |
15:59 |
|
pdurbin |
there we go... for now i'll use manufacturedate_dt ... http://dvn-5.hmdc.harvard.edu:8983/solr/collection1/browse |
15:59 |
|
pdurbin |
https://github.com/dvn/solrpoc/commit/3d2227213d6be7a4eb733c8d3ccbd1f74b8f4746 |
16:06 |
|
bnsnwork |
"asadmin generate-jvm-report" seems like it might be useful as a status-like command |
16:31 |
|
pdurbin |
bnsnwork: hmm, yeah, maybe show the output of "System load on the available processors for the last minute" |
20:08 |
|
pdurbin |
ok, i just updated my solr ticket: https://redmine.hmdc.harvard.edu/issues/2656#note-4 |
20:56 |
|
pdurbin |
oh, cool, the solr example i've been looking at is mirrored to github: https://github.com/apache/lucene-solr/tree/trunk/solr/example |
20:58 |
|
pdurbin |
and it shows where the schema comes from. "manu" and "manufacturedate_dt" date are here: https://github.com/apache/lucene-solr/blob/trunk/solr/example/solr/collection1/conf/solrconfig.xml |
20:59 |
|
pdurbin |
and "manu" is also here: https://github.com/apache/lucene-solr/blob/trunk/solr/example/solr/collection1/conf/schema.xml |
20:59 |
|
pdurbin |
i'll need to work out the schema for dvn... author, production date, distributor, etc. |
21:00 |
|
pdurbin |
anyway from here i think i'd like to switch gears to the actual java: http://wiki.apache.org/solr/Solrj |
21:00 |
|
pdurbin |
that is, add and query documents from within dvn or at least our template app: https://github.com/IQSS/iqss-javaee-template |