Re: [dspace-tech] item deleted

2020-06-26 Thread Jeffrey Sheldon
Saul, This generally takes some minor detective work within the main dspace.log files. If you know the item ID, that makes it easier. In Linux, I would do something along the lines of: grep "delete_item:item_id=12345" dspace.log.2020.06.26 Only substitute the item ID and only search the log

Re: [dspace-tech] The term "legacy" in Statistics

2020-04-21 Thread Jeffrey Sheldon
Is DS-4066 not related? https://jira.lyrasis.org/browse/DS-4066 This patch will be introduced with the 6.4 rollout despite much earlier target dates. https://wiki.lyrasis.org/display/DSPACE/DSpace+6.4+Release+Status There will be a new command for migrating pre-6.x statistics: https://wiki.ly

Re: [dspace-tech] pgcrypto not installed error

2020-02-11 Thread Jeffrey Sheldon
Jose, The most common problem I've seen with this is related the pgcrypto extension being installed with a superuser account and database that aren't the same as what's being used by the DSpace installation. The documentation isn't explicit about this as I recall. For instance, if your DSpace

[dspace-tech] Re: Workflow email notices rejected

2020-02-03 Thread Jeffrey Sheldon
x27;t head any issues with email between DSpace 1.x - 5.x. Only 6. -Jeff From: Tim Donohue Sent: Monday, February 3, 2020 1:38 PM To: Jeffrey Sheldon; dspace-tech@googlegroups.com Subject: Re: Workflow email notices rejected Hi Jeffrey, You might want to

[dspace-tech] Workflow email notices rejected

2020-02-03 Thread Jeffrey Sheldon
All, I recently upgraded to DSpace 6 and have noticed different behavior with respect to email configuration as seen in DSpace 5. I'm using a trusted and open SMTP relay which doesn't require authentication. Therefore, I have mail.server populated and mail.server.username and mail.server.pass

Re: [dspace-tech] Re: LDAP Login issues - DSpace v5

2019-07-30 Thread Jeffrey Sheldon
Michael, Glad to hear that things have improved! xmlui.force.ssl should only apply to content through the web frontend if you have an SSL cert configured for your webserver software. Setting that attribute to "true" makes it automatically kick in following the independent process of making a

Re: [dspace-tech] Re: LDAP Login issues - DSpace v5

2019-07-29 Thread Jeffrey Sheldon
Michael, Although I'm sure you've verified all the config aspects, does your LDAP server use SSL? authentication-ldap.provider_url = ldaps://intranet.mpba.mp.br:636/ I don't believe there are any case-specific issues with respect to search_context, but every example I've seen (and used) had lo

Re: [dspace-tech] SOLR statistics core stores values ip: "0:0:0:0:0:0:0:1" and dns: "0:0:0:0:0:0:0:1"

2017-08-30 Thread Jeffrey Sheldon
Evelthon, Are you using ModProxy with Apache HTTPD? It sounds like the IP information isn't being handed over properly. If this is the case, as it once was for me, search dspace.cfg for "useProxies". You can read more on this here: https://wiki.duraspace.org/display/DSDOC5x/SOLR+Statistics

[dspace-tech] Re: Statistics: Invalid content type

2017-05-26 Thread Jeffrey Sheldon
today at debugging this, but any thoughts which can help me narrow the scope are appreciated. -Jeff From: dspace-tech@googlegroups.com on behalf of Jeffrey Sheldon Sent: Wednesday, May 24, 2017 1:49 PM To: dspace-tech@googlegroups.com Subject: [dspace

[dspace-tech] Statistics: Invalid content type

2017-05-24 Thread Jeffrey Sheldon
Folks, Our usage statistics abruptly stopped working yesterday despite no major changes having taken place in our DSpace 5.3/XMLUI installation. If I choose to view statistics, nothing is displayed. Rather, I receive the following errors in catalina.out after clicking on the associated action

[dspace-tech] Postgres Best Practices

2017-04-20 Thread Jeffrey Sheldon
dspace-tech, I periodically revisit my postgres.conf file and find myself re-researching ideal parameters for configuration. This document has always been useful towards that end: https://wiki.postgresql.org/wiki/Tuning_Your_PostgreSQL_Server However, I don't recall seeing a breakdown of Pos

Re: [dspace-tech] LDAP Authentication

2016-11-22 Thread Jeffrey Sheldon
Don, I would recommend enabling both LDAP and Password authentication, at least long enough to log in under the older administrator account and promote any accounts created through LDAP logins (or create a temporary one to feel things out). You can configure for both like so in config/modules/a

Re: [dspace-tech] Setting thumbnail

2016-06-07 Thread Jeffrey Sheldon
As a follow-up to Tim's comments, note that there's no easy way to delete or hide thumbnails on a large scale once created. Use this feature judiciously as once you have them, they become part of your site identity. -Jeff On Jun 7, 2016, at 09:04, Tim Donohue mailto:tdono...@duraspace.org>> w

[dspace-tech] Importing Statistics into SOLR

2016-05-19 Thread Jeffrey Sheldon
Back in December, I emailed here about a missing chunk of statistics. helix84 gave a hopeful response: https://groups.google.com/d/msg/dspace-tech/-FRxo2TXoJw/Pg7Rh2FVCAAJ However, I'm confused about what stats-log-converter and stats-log-importer are actually doing. I was able to use stats-lo

[dspace-tech] Re: Boolean default in Discovery search

2016-05-18 Thread Jeffrey Sheldon
This might answer my question: https://wiki.apache.org/solr/SchemaXml#Default_query_parser_operator Is this the "correct" way to specify this change? -Jeff From: dspace-tech@googlegroups.com on behalf of Jeffrey Sheldon Sent: Wednesd

[dspace-tech] Boolean default in Discovery search

2016-05-18 Thread Jeffrey Sheldon
Folks, I noticed that the search.operator attribute in dspace.cfg became depreciated with Discovery. However, I don't see a provision to define default search boolean logic. Perhaps I'm missing something obvious? Example searches (showing that SOLR honors capital boolean arguments included i

[dspace-tech] Importing Statistics into SOLR

2016-04-29 Thread Jeffrey Sheldon
Back in December, I emailed here about a missing chunk of statistics. helix84 gave a hopeful response: https://groups.google.com/d/msg/dspace-tech/-FRxo2TXoJw/Pg7Rh2FVCAAJ However, I'm confused about what stats-log-converter and stats-log-importer are actually doing. I was able to use stats-lo

[dspace-tech] Discovery search results & unreadable characters

2016-03-30 Thread Jeffrey Sheldon
For the sake of archival and support purposes, below is an email exchange I had with Tim regarding PDFs that contain unclean OCR text and Discovery search results. I accidentally replied to him directly rather than to the list. -- Tim, Is there a way to "hide" blurbs where OCR data isn't clea

[dspace-tech] Searching metadata that contains a backslash

2016-02-03 Thread Jeffrey Sheldon
Folks, Some of our faculty are experimenting with metadata searches where the data contains a backslash. In both Lucene and SOLR, backslashes are a reserved character which need to be escaped (ie. search\\term) or, with the entire search term, wrapped in quotes (ie. "search\term"). This is pe

Re: [dspace-tech] Direct SOLR query returns "0" for Item page views

2015-12-30 Thread Jeffrey Sheldon
database table or always read through SOLR queries on the fly? -Jeff From: ivan.ma...@gmail.com on behalf of helix84 Sent: Wednesday, December 30, 2015 2:33 AM To: Jeffrey Sheldon Cc: dspace-tech@googlegroups.com Subject: Re: [dspace-tech] Direct SOLR q

Re: [dspace-tech] Direct SOLR query returns "0" for Item page views

2015-12-29 Thread Jeffrey Sheldon
.nlm.nih.gov/,,, -Jeff ________ From: dspace-tech@googlegroups.com on behalf of Jeffrey Sheldon Sent: Wednesday, December 23, 2015 9:43 AM To: dspace-tech@googlegroups.com Subject: Re: [dspace-tech] Direct SOLR query returns "0" for Item page views

Re: [dspace-tech] Direct SOLR query returns "0" for Item page views

2015-12-23 Thread Jeffrey Sheldon
ivan.ma...@gmail.com on behalf of helix84 Sent: Tuesday, December 22, 2015 8:13 PM To: Jeffrey Sheldon Cc: dspace-tech@googlegroups.com Subject: Re: [dspace-tech] Direct SOLR query returns "0" for Item page views Hi, just a few superficial observations: 1) The results match what

[dspace-tech] Direct SOLR query returns "0" for Item page views

2015-12-22 Thread Jeffrey Sheldon
Folks, We've been using a handful of in-house scripts to directly query SOLR in order to monitor Item views, bitstream downloads, and generate various statistics reports. This was working fine up through DSpace 3.3, however, following our upgrade to DSpace 4.3 this past June, it was discovered

Re: [dspace-tech] 5.3 migration script drops columns from 4.3 database

2015-11-18 Thread Jeffrey Sheldon
.x migration doesn't go as smoothly as expected. But, we hope automating these database migrations will help us to *avoid* these database-level oddities in the future (the manual process was just too prone to human accidents or errors). Good luck, Tim On 11/18/2015 3:32 PM, Jeffrey Sheldon wrote:

Re: [dspace-tech] 5.3 migration script drops columns from 4.3 database

2015-11-18 Thread Jeffrey Sheldon
> It looks like you have a too long value for something, but don't > actually see too many varchar(48) columns in my 5.x database, so I'm not > sure where this is falling over. Hopefully someone with more experience > with the db migrations will help. Thanks for the feedback, Andrea. Since the va

Re: [dspace-tech] 5.3 migration script drops columns from 4.3 database

2015-11-17 Thread Jeffrey Sheldon
iptLauncher.java:226) at org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:78) dspace@host:/klib/app/dspace/5.3-jeff/bin$ Thanks for your time and assistance. -Jeff From: Andrea Schweer Sent: Tuesday, November 17, 2015 3:54 PM

[dspace-tech] 5.3 migration script drops columns from 4.3 database

2015-11-17 Thread Jeffrey Sheldon
Folks, I noticed in our DSpace 5.3 trials that a Java exception was being thrown whenever I tried to access any link which includes /admin/epeople. Essentially, the resource isn't found. I ran a number of upgrade tests and discovered that the table "eperson" remained intact after a DSpace dep

[dspace-tech] Mirage 1 + DSpace 5.x + Browse

2015-10-19 Thread Jeffrey Sheldon
Folks, I'm running a test instance of DSpace 5.3 with Discovery enabled and Mirage2 support compiled in, but running an up-to-date Mirage1 theme for the time being. This install is an upgrade from our DSpace 4.3 production site where we have Discovery disabled. Using DSpace 5.3 with Discov