Re: [dspace-tech] Re: disable browse subject tree

2024-03-27 Thread 'Bill Tantzen' via DSpace Technical Support
I discovered this setting in config.yml, and documented here: https://wiki.lyrasis.org/display/DSDOC7x/User+Interface+Configuration - filter: 'subject' vocabulary: 'srsc' enabled: false Setting this to false in tandem with the setting in dspace.cfg noted above will get rid of any

[dspace-tech] submission status icon is never green

2023-10-13 Thread 'Bill Tantzen' via DSpace Technical Support
dspace 7.6 backend/frontend In my submission form, in the first describe section, the status icon is initially the yellow '!' warning. It never becomes the green checkmark even if all metadata is entered correctly. Initially, I thought the problem might be related to:

Re: [dspace-tech] Re: Possible to configure maximum embargo length?

2023-06-06 Thread 'Bill Tantzen' via DSpace Technical Support
That's it! Perfect, thank you. ~~Bill On Tue, Jun 6, 2023 at 10:50 AM Mohammad S. AlMutairi wrote: > Check line no. 38 in [dspace]/config/spring/api/access-conditions.xml > > On Tuesday, June 6, 2023 at 6:18:15 PM UTC+3 tant...@umn.edu wrote: > >> I would like to resurrect this question from a

Re: [dspace-tech] Differences in search result on items between DSpace 6.3 an DSpace 7.5

2023-03-02 Thread 'Bill Tantzen' via DSpace Technical Support
There is a companion setting in discovery.cfg which limits the number of characters that are actually stored in the solr index; initially, that is also set to 10 characters. Simply set this to a higher count, or -1 for unlimited. Hope that helps! ~~Bill On Thu, Mar 2, 2023 at 7:52 AM

[dspace-tech] DSpace 7 with apache tomcat 10

2023-02-17 Thread 'Bill Tantzen' via DSpace Technical Support
Just wondering if anybody is using apache tomcat 10x with their DSpace 7x installation. Any problems? Thanks, ~~Bill -- Human wheels spin round and round While the clock keeps the pace... -- John Mellencamp Bill Tantzen

[dspace-tech] Tika temp directory

2023-01-30 Thread 'Bill Tantzen' via DSpace Technical Support
All, Is the temp directory used by the tika text extractor configurable? By default it uses /tmp, but I would like to set it to somewhere that I control, and that has more available space. Thanks for any advice! ~~Bill -- Human wheels spin round and round While the clock keeps the pace... --

[dspace-tech] Error on login

2022-11-15 Thread 'Bill Tantzen' via DSpace Technical Support
DSpace v7.3 In my DSpace log, I noticed the following error on login (in my case Shibboleth, although I'm not sure it's related...). This is seemingly harmless(?). That is, an eperson gets logged in and proceeds normally, but the error is bothersome. Indeed, the metadata field mentioned

[dspace-tech] Re: 'submitted by' in dc.provenance

2022-11-11 Thread 'Bill Tantzen' via DSpace Technical Support
A little further info here -- I should add that the items are being submitted to collections without a workflow. This seems to be where 'Submitted by' is added to the provenance text (based on the firstStep variable). Do items need to go through a workflow to have this text added? Possibly

[dspace-tech] 'submitted by' in dc.provenance

2022-11-10 Thread 'Bill Tantzen' via DSpace Technical Support
In DSpace 7.4, newly submitted items do not contain a 'Submitted by' field in dc.provenance. Is there a way to configure what gets placed in provenance metadata? Thanks! ~~Bill -- Human wheels spin round and round While the clock keeps the pace... -- John Mellencamp

[dspace-tech] Results per Page choices

2022-11-09 Thread 'Bill Tantzen' via DSpace Technical Support
In DSpace 7, is it possible to adjust the choices and default values in the "Results Per Page" dropdown on Community pages, Browse by pages, etc? A link to the documentation would be perfect! Thanks, ~~Bill -- Human wheels spin round and round While the clock keeps the pace... -- John

[dspace-tech] scope search by community

2022-11-07 Thread 'Bill Tantzen' via DSpace Technical Support
In DSpace 7.4, is it possible to search within a community/collection from that community/collection page? Or is the only option to go to /search page and scope by community/collection there? That's how it appears to me, but I want to make sure there is not a configuration that I am overlooking.

[dspace-tech] item access conditions step configuration

2022-10-28 Thread 'Bill Tantzen' via DSpace Technical Support
In DSpace 7.4, I would like to NOT display the Access Conditions step on my "Edit bitstream" form. It is not enabled in my definition, nor anywhere else in item-submission.xml (according to the documentation, it is disabled by default). However, I still see dropdowns for Access condition type

[dspace-tech] UntypedItemComponent in version 7.4

2022-10-11 Thread 'Bill Tantzen' via DSpace Technical Support
I was super excited to see the UntypedItemComponent among the themeable components in the custom theme of the newly released version 7.4. However, it does not appear to work (it does not override the component in the app directory). Other components in my theme are displaying properly, so my

[dspace-tech] submission metadata default values

2022-09-15 Thread 'Bill Tantzen' via DSpace Technical Support
In DSpace 7.3 item submission, is it possible to set a default value for a metadata field and remove it from the input form? For instance, for a Thesis collection, I would like to remove the Type field from the input form, but set dc.type = "thesis" for all items submitted to this collection. I

[dspace-tech] Sort by dc.date.available

2022-08-24 Thread 'Bill Tantzen' via DSpace Technical Support
In DSpace 7.3, I am attempting to add a sort option to the workspaceConfiguration (to sort recent submissions) based on dc.date.available I have added and referenced a SortFieldConfiguration bean: After rebuilding the search index, the sort does not work. A

Re: [dspace-tech] Re: DSpace 7.3, multiple custom themes

2022-08-24 Thread 'Bill Tantzen' via DSpace Technical Support
from a different theme and directory is leveraged. I will continue to experiment. ~~Bill On Wed, Aug 24, 2022 at 8:19 AM Mark H. Wood wrote: > On Wed, Aug 24, 2022 at 07:38:22AM -0500, 'Bill Tantzen' via DSpace > Technical Support wrote: > > Thanks Mark! > > So, just to be c

Re: [dspace-tech] Re: DSpace 7.3, multiple custom themes

2022-08-24 Thread 'Bill Tantzen' via DSpace Technical Support
thought I did give it the listableObjectComponent special treatment, but I will check again... I no doubt missed something if you were successful. ~~Bill On Wed, Aug 24, 2022 at 6:34 AM Mark H. Wood wrote: > On Tue, Aug 23, 2022 at 02:42:03PM -0500, 'Bill Tantzen' via DSpace > Technical S

[dspace-tech] Re: DSpace 7.3, multiple custom themes

2022-08-23 Thread 'Bill Tantzen' via DSpace Technical Support
OK, here is some further info: The correct ItemPageComponent is being selected correctly, but the UntypedItemComponent is the piece that is incorrect. UntypedItemComponent is NOT in the custom theme directory, so maybe it is not themeable? Has anybody fooled around with this? My goal is to

[dspace-tech] DSpace 7.3, multiple custom themes

2022-08-23 Thread 'Bill Tantzen' via DSpace Technical Support
I'm experimenting with creating custom themes for a couple of communities and collections. I have a default theme with all the components in 'custom', along with a theme for a specific community, and one for a specific collection. My theme config is like so: themes: - name: 'community_a'

[dspace-tech] solr statistics utilities

2022-08-19 Thread 'Bill Tantzen' via DSpace Technical Support
All, Can somebody explain the difference between: stats-util --export and solr-export-statistics and when and why I might choose one over the other? I routinely use solr-export-statistics to backup my solr stats, but stats-util --export seems to do the same thing? Thanks, ~~Bill -- Human

Re: [dspace-tech] Re: Edit bitstream page configuration

2022-08-19 Thread 'Bill Tantzen' via DSpace Technical Support
Nope, I still have only the two bundles I mentioned. But 7.4 will be the earliest we go public with 7.x, so I'm going to assume I'll be good then. ~~Bill On Thu, Aug 18, 2022 at 4:07 PM 'Tim Donohue' via DSpace Technical Support < dspace-tech@googlegroups.com> wrote: > Hi Bill, > > Good find!

Re: [dspace-tech] Re: Edit bitstream page configuration

2022-08-17 Thread 'Bill Tantzen' via DSpace Technical Support
Tim, Right, my users were hoping to have the dropdown populated with some common bundle names, but typing them in will work as a fallback. ~~Bill On Wed, Aug 17, 2022 at 4:01 PM 'Tim Donohue' via DSpace Technical Support < dspace-tech@googlegroups.com> wrote: > Hi Bill, > > If you are on 7.3, on

Re: [dspace-tech] Re: Edit actions not contextualized based on admin rights

2022-08-17 Thread 'Bill Tantzen' via DSpace Technical Support
Thanks, I looked (but overlooked those). ~~Bill On Wed, Aug 17, 2022 at 3:49 PM DSpace Technical Support < dspace-tech@googlegroups.com> wrote: > Hi Bill, > > These are known bugs which still exist in 7.3. See these bug tickets: > > https://github.com/DSpace/dspace-angular/issues/1482 >

[dspace-tech] url-encoding in export

2022-08-17 Thread 'Bill Tantzen' via DSpace Technical Support
In DSpace 5x (or 7x for that matter) when exporting to SAF: [dspace]/bin/dspace export --type=COLLECTION --id=collectionID_or_handle --dest=/path/to/destination --number=seq_num (see

[dspace-tech] dspace 7 bitstream display

2022-08-17 Thread 'Bill Tantzen' via DSpace Technical Support
When viewing an item, the number of bitstreams that are displayed appears to be limited to 5, along with a 'more' button. Is this number configurable, and if so, can somebody point me to the documentation on how to change this? Thanks, ~~Bill -- Human wheels spin round and round While the

[dspace-tech] Edit bitstream page configuration

2022-08-11 Thread 'Bill Tantzen' via DSpace Technical Support
In DSpace 7, when adding a new bitstream to an existing item, I would like to populate the Bundle dropdown with a list of types, for instance, METADATA, THUMBNAIL, CC-LICENSE, TEXT, ORIGINAL, etc. Currently, the dropdown appears to contain only the bundle types that exist in the item already (I

[dspace-tech] Edit actions not contextualized based on admin rights

2022-08-10 Thread 'Bill Tantzen' via DSpace Technical Support
In DSpace7, the actions that a logged in user may perform seem not be contextualized according to the admin groups to which they belong, for instance: When logged in as an eperson with any community admin capacity, that user has the options Edit -> Community, Collection, or Items. The resulting

Re: [dspace-tech] dspace 7 default license

2022-08-10 Thread 'Bill Tantzen' via DSpace Technical Support
Right, and I really don't want markup in a txt file... On Wed, Aug 10, 2022 at 7:08 AM Mark H. Wood wrote: > On Tue, Aug 09, 2022 at 02:20:02PM -0500, 'Bill Tantzen' via DSpace > Technical Support wrote: > > In DSpace 7.3, the displayed license text does not respect the l

[dspace-tech] admin sidebar theming

2022-08-09 Thread 'Bill Tantzen' via DSpace Technical Support
All, Is the admin sidebar themeable (it's not in the custom theme...)? At the very least, I have been tasked with replacing the default logo with one from our institution. Thanks for any advice! ~~Bill -- Human wheels spin round and round While the clock keeps the pace... -- John Mellencamp

[dspace-tech] dspace 7 default license

2022-08-09 Thread 'Bill Tantzen' via DSpace Technical Support
All, In DSpace 7.3, the displayed license text does not respect the line breaks and extra whitespace in default.license (as it did in v5.10). Is this a theming issue? Is there a way to reintroduce the line breaks for readability? Thanks for any advice! ~~Bill -- Human wheels spin round and

Re: [dspace-tech] DSpace 7 item theming

2022-08-03 Thread 'Bill Tantzen' via DSpace Technical Support
ip! ~~Bill On Wed, Aug 3, 2022 at 7:04 AM Mark H. Wood wrote: > On Tue, Aug 02, 2022 at 09:34:40AM -0500, 'Bill Tantzen' via DSpace > Technical Support wrote: > > Mark, > > I'll give it a try -- my understanding was that only things from the > custom > > theme were theme

Re: [dspace-tech] DSpace 7 item theming

2022-08-02 Thread 'Bill Tantzen' via DSpace Technical Support
022 at 12:43:46PM -0500, 'Bill Tantzen' via DSpace > Technical Support wrote: > > This seems like a pretty basic problem, but I have not been able to find > a > > solution. If documentation exists, please point it out to me! > > > > I would like to add / remove / re-orde

[dspace-tech] DSpace 7 item theming

2022-08-01 Thread 'Bill Tantzen' via DSpace Technical Support
This seems like a pretty basic problem, but I have not been able to find a solution. If documentation exists, please point it out to me! I would like to add / remove / re-order the metadata on the simple item view page for a custom theme. I have discovered

Re: [dspace-tech] Error in frontend build

2022-06-27 Thread 'Bill Tantzen' via DSpace Technical Support
g couldn't be downloaded? > > Overall, I'm not aware of this error. That said it is possible it is > harmless (since everything else succeeds) as it's possible it's an optional > dependency that is failing to install. > > Tim > -- > *From:* 'Bill Tant

[dspace-tech] Error in frontend build

2022-06-27 Thread 'Bill Tantzen' via DSpace Technical Support
When installing the dspace 7.3 frontend, install throws an error. This is seemingly harmless so far?? It does not prevent 'yarn build:prod' from completing normally, and the frontend appears to function normally, but I'm naturally suspicious of (and curious about) the error. Anybody else

Re: [dspace-tech] DSpace 7 SSL - ui and backend on one domain name

2022-06-21 Thread 'Bill Tantzen' via DSpace Technical Support
Mark, It looks as if your setup is similar to mine, but your apache directives are a bit different from the ones suggested in the installation docs ( https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace) for both the frontend and the backend -- can you comment on your tweaks? ~~Bill On Tue,

Re: [dspace-tech] Solr error when initializing DSpace's search core

2022-06-15 Thread 'Bill Tantzen' via DSpace Technical Support
near the top of search/conf/solrconfig.xml, try this (original config commented out): see if that helps! ~~Bill On Wed, Jun 15, 2022 at 4:59 PM Thiago Cavalcanti wrote: > Hello, Bill. > > Yes, that's the case. I'm running DSpace 7.2.1 and Solr 9.0.0. > > Thanks in

Re: [dspace-tech] Solr error when initializing DSpace's search core

2022-06-15 Thread 'Bill Tantzen' via DSpace Technical Support
Thiago, What version of DSpace? If you are on v7.x and have recently upgraded to solr v9.0.0 there are a few tweaks you need to make in the search core's solrconfig.xml (I can fill you in if this is the case). ~~Bill On Wed, Jun 15, 2022 at 3:33 PM Thiago Cavalcanti wrote: > Hi there. > > I

Re: [dspace-tech] mirage2 build problems

2022-05-13 Thread 'Bill Tantzen' via DSpace Technical Support
ok at a DSpace 5.x port of this Mirage 2 pull > request for some time, but you might be able to draw some inspiration from > the changes there on your own in the meantime... > > Regards, > > On Thu, May 12, 2022 at 6:14 PM 'Bill Tantzen' via DSpace Technical > Support wr

Re: [dspace-tech] mirage2 build problems

2022-05-12 Thread 'Bill Tantzen' via DSpace Technical Support
t; From now on, if I need to make any changes to Mirage2, I will do it from: > > dspace-xmlui/src/main/webapp/themes/Mirage2 > > That got me over the issue. > > -Jose > > On Thu, May 12, 2022 at 9:56 AM 'Bill Tantzen' via DSpace Technical > Support wrote: > >> I a

[dspace-tech] mirage2 build problems

2022-05-12 Thread 'Bill Tantzen' via DSpace Technical Support
I am recently required to rebuild my v5.10 instance with mirage2, and I'm encountering the same problems as many others here since torquebox.org is out of action. Does anybody have any tips? One major problem is that I cannot install rvm as root -- can I use rbenv as an alternative? Following

Re: [dspace-tech] administrator actions in 7.2

2022-02-09 Thread 'Bill Tantzen' via DSpace Technical Support
n 7.1. If it's your 7.2 root folder, > it should always run 7.2. > > Essentially, I'd first look more closely at the JSON config you are > passing to PM2. It sounds like PM2 is either running yarn from the wrong > folder, or somehow getting confused by your config. > >

Re: [dspace-tech] administrator actions in 7.2

2022-02-09 Thread 'Bill Tantzen' via DSpace Technical Support
sing to PM2. It sounds like PM2 is either running yarn from the wrong > folder, or somehow getting confused by your config. > > Tim > ------ > *From:* 'Bill Tantzen' via DSpace Technical Support < > dspace-tech@googlegroups.com> > *Sent:* We

Re: [dspace-tech] administrator actions in 7.2

2022-02-09 Thread 'Bill Tantzen' via DSpace Technical Support
s there. Something seems "off", and it sounds to me like > your Backend is either not trusting the frontend, or your Backend is > silently erroring out every time you try to login. > > Tim > > > > -- > *From:* 'Bill Tantzen' via DSpace Technical Support

Re: [dspace-tech] administrator actions in 7.2

2022-02-08 Thread 'Bill Tantzen' via DSpace Technical Support
ection >> admin (of any community/collection), and based on your permissions, it'll >> show appropriate menus. So, for a SiteAdmin, all menus should be displayed. >> >> I *doubt*​ it's that code that's to blame...as this is the first time >> I've heard of this behavior &am

[dspace-tech] administrator actions in 7.2

2022-02-08 Thread 'Bill Tantzen' via DSpace Technical Support
Configuration question I guess. I am a member of the Administrators group. However when I log in, most of the administrator actions on the sidebar are not available to me (for instance, create a community/collection, access control, administer workflow etc). The only options available are

[dspace-tech] warning on ant install

2022-02-07 Thread 'Bill Tantzen' via DSpace Technical Support
In DSpace 7.2, I am seeing the following warning when executing ant update. It seemingly does not hurt anything, but I'm just curious... [java] FlywayDB Version: 6.5.7 [java] 2022-02-07 12:22:31,196 WARN org.dspace.services.sessions.StatelessRequestServiceImpl @ Request interceptor

[dspace-tech] Configurable Workflow question

2021-12-17 Thread 'Bill Tantzen' via DSpace Technical Support
I appear to have a permissions problem with configurable workflow in DSpace v5.10 There is a user who has the roles: COLLECTION_1709_WORKFLOW_ROLE_editor COLLECTION_1709_ADMIN COLLECTION_1709_SUBMIT When the user attempts to claim a workflow task associated with this collection, the following

[dspace-tech] Authentication with Shibboleth

2021-04-26 Thread 'Bill Tantzen' via DSpace Technical Support
All, So far, I have not been able to authenticate users via Shibboleth. I have found this issue: DS-4396 . Is this where the issue of shib login currently stands? An

[dspace-tech] Re: running the frontend over ssl

2021-04-22 Thread 'Bill Tantzen' via DSpace Technical Support
Still experimenting with this issue, and I have a little more info: curl --verbose gives a few more details and everything looks OK... My recollection is that this worked fine in previous betas. curl --verbose https://:4000/ Trying xxx.xxx.xxx.xxx... * TCP_NODELAY set * Connected to

[dspace-tech] Shibboleth setup for DSpace7

2021-04-21 Thread 'Bill Tantzen' via DSpace Technical Support
Is there updated documentation on how to configure dspace 7 for shibboleth? Thanks! ~~ Bill -- Human wheels spin round and round While the clock keeps the pace... -- John Mellencamp Bill TantzenUniversity of Minnesota Libraries

[dspace-tech] question on dc.identifier.uri in dspace 7

2021-04-20 Thread 'Bill Tantzen' via DSpace Technical Support
In an early build of my backend, I had dspace.ui.url = https://.edu:3000 now, it is simply dspace.ui.url = https://.edu After rebuilding, redeploying, and restarting the server, my dc.identifier.uri's are all still displaying with :3000. I have cleaned my dspace directory aggressively, and

[dspace-tech] running the frontend over ssl

2021-04-20 Thread 'Bill Tantzen' via DSpace Technical Support
I'm having problems getting the frontend to work over ssl. I have verified that it starts and runs with ssl: false on port 4000. I have added valid .key and .pem files to config/ssl and simply changed ssl to true, rebuilt, and started via pm2 The build completes without an error, and

[dspace-tech] informal survey regarding bitstream limits and sizes

2021-04-15 Thread 'Bill Tantzen' via DSpace Technical Support
Sorry for the duplication -- I originally sent this to dspace-community, but I it did not generate a great deal of discussion, so I thought I would take my chances here: If you have a minute, I am trying to get a feel for some of the larger (reasonable) bitstreams the community is currently

Re: [dspace-tech] Withdrawn Items

2020-10-29 Thread 'Bill Tantzen' via DSpace Technical Support
A little followup on this -- in our case this is the result of specific bitstream (not item) urls in the google search index. When interpreting these urls in BitstreamReader.java, DSpace responds with a 302 Found response and redirects to the request-a-copy page regardless of whether or not the

Re: [dspace-tech] Withdrawn Items

2020-10-28 Thread 'Bill Tantzen' via DSpace Technical Support
Coincidentally, I just received a complaint about this behavior myself... We are running DSpace v5.10 and xmlui as well. The withdrawn items are in google search results and the link in google is to the Request a copy page. This explains how the user is able to obtain the link to the Request a

[dspace-tech] DSpace 7 new item page question

2020-07-22 Thread 'Bill Tantzen' via DSpace Technical Support
DSpace 7, beta 3: On the "new item" submission form, there is a button labeled "Lookup" next to the Author fields that leads to a popup search form. Sorry if I'm missing something in the documentation, but what's that all about (and how do I enable it)? Cheers! ~~ Bill -- Human wheels spin

[dspace-tech] Re: Shibboleth login on dspace 7 fails with Safari

2020-07-15 Thread 'Bill Tantzen' via DSpace Technical Support
I should add that I experience the same results when logging into the HAL browser; works on Firefox and Chrome, fails in the same way with Safari. This used to work on beta 2. ~~ Bill On Tue, Jul 14, 2020 at 4:09 PM Bill Tantzen wrote: > My client is at https://ui.lib.umn.edu:3000 and the REST

[dspace-tech] Shibboleth login on dspace 7 fails with Safari

2020-07-14 Thread 'Bill Tantzen' via DSpace Technical Support
My client is at https://ui.lib.umn.edu:3000 and the REST API at rest.lib.umn.edu. My apache shib configuration is as described at https://wiki.lyrasis.org/display/DSPACE/DSpace+7+Shibboleth+Configuration. I can login with Firefox and Chrome, but when logging in with Safari, the REST server

[dspace-tech] Re: problems with dspace-angular-beta3

2020-07-10 Thread 'Bill Tantzen' via DSpace Technical Support
Hi all! A little followup information regarding my problems getting dspace-angular-beta03 up and running. The client works if it is installed and running on my localhost:4000 against the test api at dspace7.4science.cloud. Running the client on localhost on any other port, or against my own

[dspace-tech] problems with dspace-angular-beta3

2020-07-09 Thread 'Bill Tantzen' via DSpace Technical Support
Sorry for cross posting, but autocomplete tricked me into posting this on dspace-devel... Anyway Out of the box, my angular client works fine against the test REST server. However, when I run the client against my own REST server, every OPTIONS request generates a response code 403. (which

Re: [dspace-tech] Re: metadata element="identifier" qualifier="handle" is missing in pageMeta or DRI

2020-05-20 Thread 'Bill Tantzen' via DSpace Technical Support
Well, I can't specifically answer your question, but I can verify that this element exists in v5.10 in the ! On Tue, May 19, 2020 at 5:46 PM euler wrote: > Dear All, > > I would like to reiterate my query about why there is no metadata > element="identifier" qualifier="handle" in the pageMeta