Re: [dspace-tech] Re: Change password of existing user on terminal or backend

2023-08-22 Thread Mark H. Wood
modify an EPerson -m,--email the user's email address, empty for none -n,--netid network ID associated with the person, empty for none -s,--surname the person's actual last or family name -t,--telephone te

Re: [dspace-tech] Request assistance for Shibboleth integration with NGINX or DSpace integration with Apache

2023-08-21 Thread Mark H. Wood
ginx, but I find that asking Google for "shibboleth nginx" returned many promising hits. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.ulib.iupui.edu -- All m

Re: [dspace-tech] Re: pm2 restarts

2023-08-21 Thread Mark H. Wood
the sysadmin for whatever reason, and normal system shutdown. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.ulib.iupui.edu -- All messages to this mailing list

Re: [dspace-tech] Issue with Two Dspace servers with common NAS for bitstore (assetstore)

2023-08-21 Thread Mark H. Wood
reading at https://solr.apache.org/guide/solr/latest/deployment-guide/solr-control-script-reference.html#collections-and-cores and get some practice with a non-production cloud first. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W

Re: [dspace-tech] pm2 start dspace-ui.json from root user?

2023-08-11 Thread Mark H. Wood
which uses OpenRC for startup, so I have a configuration script for this in '/etc/conf.d/'. One minor unpleasant result is that, if I want to interact with that PM2 instance, I have to 'su' to its account. Not a big deal, just an annoyance that I have to remember. -- Ma

Re: [dspace-tech] Re: Dspace 7 Email configuration - Not showing subject

2023-08-07 Thread Mark H. Wood
-- > All messages to this mailing list should adhere to the Code of Conduct: > https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx > --- > You received this message because you are subscribed to the Google Groups > "DSpace Technical Support" group. > To unsubscribe from t

Re: [dspace-tech] Issue with Two Dspace servers with common NAS for bitstore (assetstore)

2023-08-03 Thread Mark H. Wood
ld appreciate hearing the details and your experience. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.ulib.iupui.edu -- All messages to this mailing list should adhere t

Re: [dspace-tech] Issue with Two Dspace servers with common NAS for bitstore (assetstore)

2023-07-25 Thread Mark H. Wood
ould anyone please clarify, if someone has done & configured load balancing > or HA between two Dspace servers using shared storage (NAS). > Please guide me to take this forward. I have not attempted this. But I think that the two instances must also share a single Solr instance.

Re: [dspace-tech] Collection number and name mapping

2023-07-25 Thread Mark H. Wood
AND f.qualifier IS NULL; > On Tue, Jul 25, 2023 at 11:49 AM Mark H. Wood wrote: > > > On Tue, Jul 25, 2023 at 05:48:38AM -0700, Benneth wrote: > > > Please which table in dspace postgreqsl can i find the mapping of all > > > collec

Re: [dspace-tech] Collection number and name mapping

2023-07-25 Thread Mark H. Wood
USING(metadata_schema_id) WHERE s.short_id = 'dc' AND f.element = 'title' AND f.qualifier IS NULL; -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317

Re: [dspace-tech] Re: DSpace collection export maximum size

2023-07-25 Thread Mark H. Wood
space: command not found Unless that directory (bin) is part of your shell's PATH, it won't be searched for commands. Try './dspace -h'. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indian

Re: [dspace-tech] yarn merge-i18n doesn't merge *deletions* from en.json5 file?

2023-07-12 Thread Mark H. Wood
tend, and localization code would consult an ordered list of catalogs until the key is found. I haven't yet had time to work out how to do this using the available facilities. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755

Re: [dspace-tech] Re: Shibboleth on DSpace 7.2 won't work for unknown reasons

2023-06-30 Thread Mark H. Wood
n) Server at ... Port 443 > > After resetting to the state before these changes the service runs normally > again (still without Shibboleth of course).Is it possible that it is > somehow due to the module? I don't know exactly, because our DSpace was > originally installed b

Re: [dspace-tech] Re: Shibboleth on DSpace 7.2 won't work for unknown reasons

2023-06-29 Thread Mark H. Wood
That's the other side of the mapping. Here we are using attributePrefix='AJP_' and it works. We do not set ShibUseHeaders. Tomcat will strip the prefix and pass the attributes through in the Request. But Tomcat must be configured to accept more than the default set of attribu

Re: [dspace-tech] Dspace 7 angular on production

2023-06-28 Thread Mark H. Wood
script. It needs a Javascript engine to execute. Node wraps some useful features around the V8 Javascript engine. Yes, for a browser session the code is all sent to the browser and executes there. But to support search engines, dspace-angular also needs to be able to render pages itself. --

Re: [dspace-tech] If I can use Dspace to run a senarionof sharing data sets.

2023-06-26 Thread Mark H. Wood
ined period. Dspace > logs the entire interaction between the two Persons. https://wiki.lyrasis.org/display/DSDOC7x/Request+a+Copy This works by emailing a copy to the requester (if approved). I do not know what is logged by the copy request code. -- Mark H. Wood Lead Technology Analyst Univ

Re: [dspace-tech] Problem with Internationalization (i18n)

2023-06-16 Thread Mark H. Wood
. There may be a deeper problem. And all that I really know about Klaro is that it seems to take care of cookie management. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.

Re: [dspace-tech] Re: DSpace 7.5 Problem with the cleanup operation

2023-06-13 Thread Mark H. Wood
D; after that I just copy/paste each command and watch for errors, including those noted in the comments. This procedure isn't *quite* right yet to be scripted, but it works for me. I sometimes find that there are multiple bitstreams with this problem. Unfortunately, the cleanup tool exits af

Re: [dspace-tech] Edit News-Dspace 7.5

2023-06-08 Thread Mark H. Wood
under discussion. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.ulib.iupui.edu -- All messages to this mailing list should adhere to the Code of Conduct: https://www.l

Re: [dspace-tech] Migration Help from 6.3 to 7.5

2023-06-02 Thread Mark H. Wood
s at: https://wiki.lyrasis.org/display/DSDOC7x/Upgrading+DSpace If that is incorrect or incomplete, please tell us about the specific problem(s) you found. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis,

Re: [dspace-tech] DSpace 7.5 - SAFBuilder is not importing the data

2023-05-31 Thread Mark H. Wood
kind of issue this is, until you tell us what happens. Did SAFBuilder fail? what were the messages? Did import of the SAF bundle fail? what were the messages? what does the log say? -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indi

Re: [dspace-tech] Re: dspace-7.5. angular-ui gives no response

2023-05-23 Thread Mark H. Wood
holarworks7.5/"; Executive summary: open one connection to Node at a time and tear it down after use. I have Node running on port 4075 because I sometimes have multiple versions running concurrently and need to spread them across different ports. I may not need *all* of those non-default setting

Re: [dspace-tech] [DSpace Angular] Adding new modules & routes to RouterModule from a theme

2023-04-14 Thread Mark H. Wood
single 'div' providing a basic description of the repo. plus links to further reading and a 'mailto:'. The close coupling between stock and theme led me to leave this commit message: Add a link and an About page. This required adding the route in the main ro

Re: [dspace-tech] Set up Dspace 7.2

2023-04-13 Thread Mark H. Wood
impossible to get a consistent backup of most database products' content by saving their raw files. The assetstore can be backed up as-is. You will also want to back up 'config/' and its subdirectories. You should also consider https://wiki.lyrasis.org/display/DSDOC7x/AIP+Backup

Re: [dspace-tech] Installation Dspace 7.5

2023-04-12 Thread Mark H. Wood
On Wed, Apr 12, 2023 at 07:05:20AM -0700, LSBU wrote: > Hello, I recently discovered DSpace and would like to have the installation > manual for DSpace 7.5 on Ubuntu 22 https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace -- Mark H. Wood Lead Technology Analyst University L

Re: [dspace-tech] Disk partitioning for DSpace 7

2023-04-12 Thread Mark H. Wood
lity to readily add capacity if you need it. Always give your systems a thorough inspection for capacity as annual budget time approaches. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapoli

Re: [dspace-tech] Edit home page of DSpace Angular

2023-04-11 Thread Mark H. Wood
ail.com That text is in 'src/app/home-page/home-news/home-news.component.html'. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.ulib.iupui.edu -- All messages t

Re: [dspace-tech] Re: Cover Pages with 7.x?

2023-04-05 Thread Mark H. Wood
anFactory.java:542) > > > > ~[spring-beans-5.3.20.jar:5.3.20] > > at > > org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) > > > > ~[spring-beans-5.3.20.jar:5.3.20] > > at

Re: [dspace-tech] DSpace 6.4 : Metadata based permission

2023-03-27 Thread Mark H. Wood
2023 at 7:29:47 PM UTC+5:30 Mark H. Wood wrote: > > > On Fri, Mar 24, 2023 at 01:35:08AM -0700, Arunendra MB wrote: > > > There are multiple collections: Collection A,B,C..., each having its own > > > sets of metadata but only one metadata M in common. > > >

Re: [dspace-tech] DSpace 6.4 : Metadata based permission

2023-03-24 Thread Mark H. Wood
or after submission is complete. o during batch ingestion with SAF, by specifying PERMISSIONS in the 'contents' file. (This applies to bitstreams but not, IIRC, to the item as a whole.) o using a tool (such as a curation task) to examine items in the collection and adjust th

Re: [dspace-tech] error index-discovery

2023-03-23 Thread Mark H. Wood
.java:98) > > this was produced by using the following command sudo /dspace/bin/dspace > index-discovery -b I would look backward in the log for a previous problem with connecting to the database. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue

Re: [dspace-tech] Re: DSpace 7.5 intermittent errors with patch operations

2023-03-23 Thread Mark H. Wood
In hope of seeing a proper fix for the transaction lifetime conflict, I've filed an Issue for consideration relative to DSpace 8: https://github.com/DSpace/DSpace/issues/8731 -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Mich

Re: [dspace-tech] Re: OCID Authentication and groups

2023-03-23 Thread Mark H. Wood
Any session which is authenticated using OIDC will be granted membership in +# these groups. +#authentication-oidc.login.specialgroup = groupname -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-2

Re: [dspace-tech] Re: DSpace 7.5 intermittent errors with patch operations

2023-03-22 Thread Mark H. Wood
also to be able to commit work (closing a transaction) whenever it modifies one of those entities. I suppose that one could work around this by draining the sequence into a List and then reloading them one at a time for processing, but how inefficient that is! -- Mark H. Wood Lead Technology An

Re: [dspace-tech] Is it possible to update jQuery in xmlui in dspace 5?

2023-03-21 Thread Mark H. Wood
s, but there will be a certain amount of "try updating the files and see what breaks." I can say that I've had very little trouble upgrading jQuery UI *within* major release 1, which may or may not be representative. I'm sorry that I don't have better news for you. -- Mar

Re: [dspace-tech] Re: OCID Authentication and groups

2023-03-21 Thread Mark H. Wood
On Tue, Mar 21, 2023 at 10:08:13AM -0400, Mark H. Wood wrote: > On Mon, Mar 20, 2023 at 09:27:49PM -0700, Gabriela wrote: > > Am I missing something or there is no way to automatically add new users > > (created with OIDC Authentication) to a group ? I feel a need to a

Re: [dspace-tech] Re: OCID Authentication and groups

2023-03-21 Thread Mark H. Wood
> "DSpace Technical Support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to dspace-tech+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/dspace-tech/0577ce8e-

Re: [dspace-tech] Creating Submission Workflows

2023-02-24 Thread Mark H. Wood
(or ignore the faulty mapping if you apply the patch). > -----Original Message- > From: Mark H. Wood,UL 0115A,+1 317 274 0749, On Behalf Of > Mark H. Wood > Sent: February 23, 2023 6:41 AM > To: dspace-tech@googlegroups.com > Subject: Re: [dspace-tech] Creating Submission W

Re: [dspace-tech] DSpace 7.x Best practice for creating custom themes?

2023-02-23 Thread Mark H. Wood
o extend the 'dspace' theme, copying the components that I want to modify and creating new ones as needed. The thought of being able to use 'git' to help merge changes is an attractive one. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue

Re: [dspace-tech] Creating Submission Workflows

2023-02-23 Thread Mark H. Wood
On Thu, Feb 23, 2023 at 08:29:49AM -0500, Mark H. Wood wrote: > On Wed, Feb 22, 2023 at 05:55:05PM +, Cameron, Jacob wrote: > > Hello, > > > > DSpace 7.4, Tomcat 9.6, Postgres 13. > > > > I've created 5 new workflows. 4 of the 5 work fine. The 5th o

Re: [dspace-tech] Creating Submission Workflows

2023-02-23 Thread Mark H. Wood
r > org.apache.catalina.loader.ParallelWebappClassLoader @25cc7470) This happened to me as well. You have mapped that submission-name to the Handle of an Item, not a Collection, in 'config/item-submission.xml'. -- Mark H. Wood Lead Technology Analyst University Li

Re: [dspace-tech] Migrating sharded SOLR statistics to DSPACE 7.4

2023-02-16 Thread Mark H. Wood
This could be done much more simply and organically, without involving DSpace code at all, using Time Routed Aliases, but TRA requires Solr Cloud, which runs a bit differently. Is the benefit of sharding (whatever that actually is) worth the trouble to set up a (possibly degenera

Re: [dspace-tech] DSpace 5.X: Switching auth method from LDAP to Shibboleth

2023-02-10 Thread Mark H. Wood
27;m only guessing here, but it appears that the Shibboleth attribute that you are using for netid has different values for the same account than the LDAP attribute that you have been using. Does your IDP offer another attribute which tracks the LDAP service's attribute? -- Mark H.

Re: [dspace-tech] Dspace 7 and PostgreSQL version

2023-02-08 Thread Mark H. Wood
I'll be trying out PostgreSQL v15 with DSpace when it's stabilized on Gentoo, and I will be very much surprised if there are any incompatibilities. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indiana

Re: [dspace-tech] New Line in I18n Message Json

2023-02-08 Thread Mark H. Wood
eing discarded by the rules of HTML rendering. You could try using an HTML "br" element. If it works, please tell us. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-

Re: [dspace-tech] Issue with database migration 6.3 to 7.4

2023-02-03 Thread Mark H. Wood
bout that in > old notes from that upgrade. Seeing that PostgreSQL v9 is EOL and v10 has had its last release, upgrading is probably a good idea anyway. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indi

Re: [dspace-tech] SOLR import from Dspace 5 to Dspace 7

2023-02-01 Thread Mark H. Wood
erhaps the 'usage-statistics.dbfile' configuration property is undefined or incorrect. Does it *log* an error saying that the geo database file is missing or could not be loaded? Another possibility is that the process loading the stat.s lacks sufficient permission to open the geo database

Re: [dspace-tech] Re: Statistics ip lists obsolete and update script not working

2023-01-23 Thread Mark H. Wood
e is a PR for a new source: https://github.com/DSpace/DSpace/pull/2892 -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.ulib.iupui.edu -- All messages to this mailing li

Re: [dspace-tech] Re: Statistics ip lists obsolete and update script not working

2023-01-23 Thread Mark H. Wood
use drags all of Ant into the DSpace runtime. Maybe we should be using Commons HttpComponents, which is found in a number of places in DSpace, instead? -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapol

Re: [dspace-tech] High traffic / DDoS / fail2ban

2023-01-19 Thread Mark H. Wood
et made the time to explore these options in depth. What we do here is to keep an eye on response time with 'monit'. If monit thinks DSpace is sick or has died, it kills and restarts Tomcat. That is kind of drastic but it does shed an excessive load. -- Mark H. Wood Lead Technology An

Re: [dspace-tech] Modifying Themes DSpace 7.4

2023-01-06 Thread Mark H. Wood
rvices just as most OS-provided daemons are run. So, someone else may be your best bet for detailed advice on how most sites develop and run DSpace 7. > On Fri, Jan 6, 2023 at 7:40 AM Mark H. Wood wrote: > > > On Thu, Jan 05, 2023 at 09:56:54AM -0500, Sarah Butash wrote: >

Re: [dspace-tech] Modifying Themes DSpace 7.4

2023-01-06 Thread Mark H. Wood
un, but I don't know when I can trust this so I usually restart it anyway. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.ulib.iupui.edu -- All messages to th

Re: [dspace-tech] DSpace beta version

2023-01-04 Thread Mark H. Wood
d from the 'main' branch if you want the current development version. We try to keep the 'main' branch always in a runnable state, but it may be unstable or broken in some areas. Problem reports are always welcome, as are patches. -- Mark H. Wood Lead Technology Analyst U

Re: [dspace-tech] edit email content

2023-01-03 Thread Mark H. Wood
hat? The email template files are in 'config/emails'. Edit as needed. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.ulib.iupui.edu -- All messages to this

Re: [dspace-tech] Guidlines for Installing Dspace 7 on Ubuntu 22.04

2022-11-22 Thread Mark H. Wood
nstalling+DSpace -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.ulib.iupui.edu -- All messages to this mailing list should adhere to the Code of Conduct: https://www.ly

Re: [dspace-tech] Kill java processes (dspace/webapps/oai)

2022-11-10 Thread Mark H. Wood
how those processes of yours are run, then you'll need to find out what is monitoring them and use that to control their states. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 4620

Re: [dspace-tech] Filter media running for 4 days is it normal process?

2022-11-07 Thread Mark H. Wood
-i 12345/2 ... This should be faster than running each item separately. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.ulib.iupui.edu -- All messages to this mailing l

Re: [dspace-tech] Filter media running for 4 days is it normal process?

2022-11-04 Thread Mark H. Wood
es seem a bit long. Is the CPU very busy? Is the machine doing much swapping? Or perhaps the command doesn't have enough heap and is spending most of its time garbage-collecting. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indi

Re: [dspace-tech] Re: DSpace 5.4 - tomcat stuck at org.apache.catalina.startup.Catalina start after edit of robots.txt file

2022-11-04 Thread Mark H. Wood
t;- Oracle and Oracle listener are up and running, but not showing any > >connections from DSpace. > >- I've rebooted the server, but the problem persists. > > > > Our DSpace 5.4 instance is dead in the water, but the only think I changed > > before

Re: [dspace-tech] Re: Is it advised to comment out ehcache updateCheck

2022-11-02 Thread Mark H. Wood
..@oakland.edu wrote: > > > Hello, > > > > In this update from Alan > > https://alanorth.github.io/cgspace-notes/2017-09/#2017-09-12, it is > > suggested that setting this updateCheck="false" resolves an issue of > > frequent calls to terracotta (we are

Re: [dspace-tech] Change column name on a full item page on DSpace 7

2022-10-26 Thread Mark H. Wood
ink that the submission label might be just clutter to most of the people who want the full view. I think that many users of the full view would be justly unhappy if the precise field names were *replaced* with vague labels. Metadata fields have specific definitions in standards documents, identif

Re: [dspace-tech] Eternal error when i try to add a new user in the page jspui

2022-10-25 Thread Mark H. Wood
on, nobody can help you. You may find the troubleshooting guide helpful: https://wiki.lyrasis.org/display/DSPACE/Troubleshoot+an+error In particular, see "Finding the Error Message in your Log Files". Thank you for including the software versions in your report. -- Mark H. Wood Lead Tec

Re: [dspace-tech] Apache Commons Text vulnerability

2022-10-20 Thread Mark H. Wood
loped, but currently it is believed that this issue does not affect DSpace. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.ulib.iupui.edu -- All messages to this mailing l

Re: [dspace-tech] How to update from Dspace 6 to 7

2022-10-14 Thread Mark H. Wood
On Fri, Oct 14, 2022 at 11:39:56AM +0300, walakira Jibril Derrick wrote: > Good morning Team any one to help with the steps for upgrading to dspace 7 https://wiki.lyrasis.org/display/DSDOC7x/Upgrading+DSpace -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Pur

Re: [dspace-tech] External Database Setup

2022-10-13 Thread Mark H. Wood
check is whether the DBMS is rejecting the connection from a different host because it is not permitted by the *DBMS* configuration. The error report from 'ant' and the DBMS log file should show whether this is the case. -- Mark H. Wood Lead Technology Analyst University Library India

Re: [dspace-tech] Index fail message after upgrading from Dspace 6.2 to 7.3

2022-10-12 Thread Mark H. Wood
ssage because you are subscribed to the Google Groups > >> "DSpace Technical Support" group. > >> To unsubscribe from this group and stop receiving emails from it, send an > >> email to dspace-tech...@googlegroups.com. > >> To view this discussion

Re: [dspace-tech] error

2022-10-12 Thread Mark H. Wood
s will complete it. > Le lundi 10 octobre 2022 à 16:00:04 UTC+2, Mark H. Wood a écrit : > > > On Mon, Oct 10, 2022 at 02:00:22AM -0700, Smail GUELLAL wrote: > > > Hello everyone! > > > I installed Dspace 6.3 successfully, the java version is jdk java 1.8.0 > > ,

Re: [dspace-tech] error

2022-10-10 Thread Mark H. Wood
leshoot+an+error It may be all that you need to solve the problem. If, after that, you still need help, please bring as much information about the failure as you can get from your log files and observation of the problem. We'll be happy to assist you. -- Mark H. Wood Lead Technology Analyst

Re: [dspace-tech] Importing/Registering item links as bitstream in Dspace 7.3

2022-10-03 Thread Mark H. Wood
incorporated into the registration code. Whether there is any value in this idea depends on your interest in creating some glue code and whether you want DSpace to have an independent copy of the content. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue Uni

Re: [dspace-tech] Handle-server cannot start

2022-09-27 Thread Mark H. Wood
. I haven't figured out why the JAR is not installed. I can't find it in my development/test instances. The 'log/handle-server.log' is probably the best place to be looking for clues, should there be further problems. > Mark H. Wood a következőt írta (2022. szeptemb

Re: [dspace-tech] dspace 7.x and support for node js v18

2022-09-27 Thread Mark H. Wood
quot;, +"webpack": "^5.74.0", "webpack-bundle-analyzer": "^4.4.0", "webpack-cli": "^4.2.0", "webpack-dev-server": "^4.5.0" I will bring up the question of *official support*. > Knowing this would

[dspace-tech] Re: [dspace-community] Question about Dspace 6.X

2022-09-27 Thread Mark H. Wood
ou can use 'psql' to access any database in the cluster, without a password. You can set the password for the DBMS superuser role. (The OS user might have a different name in your system. 'postgres' is what the Gentoo Linux package for PostgreSQL installs.) --

Re: [dspace-tech] Handle-server cannot start

2022-09-26 Thread Mark H. Wood
rently using the command's name itself. If not found that way, it looks the command up in the older 'launcher.xml' which maps it to the implementing class. So the ServiceManager will always log this warning for a command which is defined in launcher.xml. If the real issue is logged

Re: [dspace-tech] Flyway migrations quirky

2022-09-26 Thread Mark H. Wood
he Administrator group is missing. And I just the other day ran into one where the tables were built but there was no Site, which crashed rather early in startup. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michi

Re: [dspace-tech] Changing the create Collection and create Community pages programmatically

2022-09-16 Thread Mark H. Wood
e that > this would provide the key to understanding how all of these fields are > converted into HTML, either dynamically via .ts files or statically via xml > files. item-submission.xml is read in dspace-api/app/util/SubmissionConfigReader. submission-forms.xml is read in dspace-api/app/

Re: [dspace-tech] DSpace 7.x issues with classloader and customisations in additions-7.x.jar

2022-09-12 Thread Mark H. Wood
t; (under the Additions module section) I don't see why that wouldn't work for 7.x as well. IIRC the fix in 6.x was to unpack the JAR into 'WEB-INF/classes'. That should work too. This should be happening automatically, but if not, you can just do it manually until the probl

Re: [dspace-tech] New user registration stopped working

2022-09-09 Thread Mark H. Wood
ow to fix it? That message really should say "Ask your DSpace administrator to look in the log files for this problem." Do you see anything relevant in 'log/dspace.log' at the time of the error? It is always helpful to include the version of DSpace that you are using. -

Re: [dspace-tech] Dspace issue 7

2022-09-01 Thread Mark H. Wood
ion-CustomizeLogoinHeader https://wiki.lyrasis.org/display/DSDOC7x/User+Interface+Customization#UserInterfaceCustomization-CustomizeHomePageNews -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis,

Re: [dspace-tech] Re: Not able to upload file in Dspace 7.3

2022-08-30 Thread Mark H. Wood
"file upload failed" doesn't tell us much at all. HOW did it fail? o Did you get an error message? what did it say? Please quote the whole message precisely. o Did it do something, but not what you expected? What did it do? -- Mark H. Wood Lead Technology Analyst Uni

Re: [dspace-tech] Re: Batch Import (.zip) Error

2022-08-26 Thread Mark H. Wood
gle Groups > "DSpace Technical Support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to dspace-tech+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/dspace-tech/182ec14

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

2022-08-24 Thread Mark H. Wood
ponent 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 > > Tech

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

2022-08-24 Thread Mark H. Wood
ity of Minnesota Libraries > 612-626-9949 (U of M)612-325-1777 (cell) > > -- > All messages to this mailing list should adhere to the Code of Conduct: > https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx > --- > You received this message because you are subscribed to th

Re: [dspace-tech] opensaml::SecurityPolicyException at Shibboleth authentication

2022-08-24 Thread Mark H. Wood
Message rejected, was issued in the future. > > Can someone help me out? The first thing I would do is check that your DSpace host system has the correct time (or, at least, has the same time as the Shibboleth host). Many authentication services depend on well-synchronized clocks on all ho

Re: [dspace-tech] Re: Correct permissions prior to using Maven and Ant while installing Dspace 6.3

2022-08-23 Thread Mark H. Wood
ch means "don't accept *any* password". So you need 'sudo' or being superuser to 'su' to 'tomcat'. The account effectively has a password that can never be known or guessed, because nothing will ever encrypt to "!". -- Mark H. Wood Lead Technol

Re: [dspace-tech] dspace 7 default license

2022-08-10 Thread Mark H. Wood
difficulties with abstracts and the like, for which there is an issue on file. I don't think that the same solution will work for all of these. I just point out a general problem. > On Wed, Aug 10, 2022 at 7:08 AM Mark H. Wood wrote: > > > On Tue, Aug 09, 2022 at 02:20:02PM -

Re: [dspace-tech] dspace 7 default license

2022-08-10 Thread Mark H. Wood
like requires some kind of embedded markup. And have we given sufficient thought to the accessibility of the license text? If it's just a single ragged rectangle then this is fairly easy. Structured text is more difficult. -- Mark H. Wood Lead Technology Analyst University Library Indiana Uni

Re: [dspace-tech] DSpace 7 item theming

2022-08-03 Thread Mark H. Wood
ustom/item-page). But I'll find out! I should've said that I'm doing something similar with a custom untyped-item in a theme and it works. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan

Re: [dspace-tech] DSpace 7 item theming

2022-08-02 Thread Mark H. Wood
views in the different themes. > > Is there a way to accomplish this? That is one of the theme-able components, so you can copy the whole component into your themes and reorganize the copies as needed. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue U

Re: [dspace-tech] Re: DSpace 7.2 behind a F5 internal firewall with wildcard certificate

2022-07-08 Thread Mark H. Wood
from the certificate presented by the site, through that cert.'s issuer cert. ("i:" in the certificate chain) via *its* issuer, etc. until it reaches a root certificate that it already trusts. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue Unive

Re: [dspace-tech] Re: DSpace 7.0 Custom Themes (also posted in developers forum)

2022-06-30 Thread Mark H. Wood
On Wed, Jun 29, 2022 at 10:27:47AM -0300, Javier Barcena wrote: > Good morning, I'm working with dspace 7.3, I created a theme based on > custom but I can't compile it with yarn run build:prod. What happens when you try? One of the build tools should be telling you why it fai

Re: [dspace-tech] DSpace-Cris 7 Create Collection error

2022-06-27 Thread Mark H. Wood
cc2b2803-48d7-4a23-89ba-99e4577f9031 ... > *Caused by: java.sql.SQLException: bad_dublin_core > schema=cris.submission.definition-correction. Metadata field does not > exist!* It looks like you are running DSpace-CRIS but don't have the CRIS-related metadata schema installed. -- Mark H. Wood L

Re: [dspace-tech] Unable to submit an item

2022-06-22 Thread Mark H. Wood
or 'diff -u' between the stock 'DIM2DataCite.xsl' and your modified one may help you to find the problem. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 ww

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

2022-06-21 Thread Mark H. Wood
try to pool connections to it. I should review these settings to see if I really need them all. o I have separate ProxyPass and ProxyPassReverse, rather than tucking it all into the second , because the single-argument form doesn't take options. > On Tue, Jun 21, 2

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

2022-06-21 Thread Mark H. Wood
onfiguration "not work"? What errors do you see? What behavior? Is there anything relevant in the backend log? the frontend log? the browser console? -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street I

Re: [dspace-tech] Re: SOLR error update dspace 5.2 -> 6.3 -> 7.0 ,

2022-06-14 Thread Mark H. Wood
7;t consult my own instance of Solr for a precise answer. I've made quite a bit of custom configuration here to make Solr deploy itself in conformance to the Linux Filesystem Hierarchy Standard and OpenRC, so the log files are where I configured them to go, not the stock location. -- Ma

Re: [dspace-tech] Error index-discovery

2022-05-25 Thread Mark H. Wood
t > java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) > > Seems like something is wrong with key values when the schema change (by > migration) from id (integer) to uuid (string) in items tables maybe? Since Solr is saying that 'search.resourceid'

Re: [dspace-tech] ant fresh_install fails

2022-05-05 Thread Mark H. Wood
f the usual reasons why a file cannot be created. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.ulib.iupui.edu -- All messages to this mailing list should adhere to the

Re: [dspace-tech] Re: Access PostgreSQL apache

2022-03-30 Thread Mark H. Wood
ot; > > > Additional Info: > > my /etc/hosts looks like, > > 127.0.0.1[domain name] > 127.0.0.1localhost > private IPV4[domain name] HTTP 403 means that the server is configured to refuse access to that path by that host on that port. Your HTTP and

Re: [dspace-tech] Database space used

2022-03-23 Thread Mark H. Wood
e 5.10 on a > linux server. https://makandracards.com/makandra/37935-postgresql-show-size-of-all-databases gives a query that will show you the sizes of *all* databases in the cluster. It shouldn't be too hard to alter it to select just the database you want, and to report in other un

Re: [dspace-tech] High availability in DSpace

2022-03-11 Thread Mark H. Wood
o consider setting up Solr Cloud. But I don't know how well that will play with the Solr client type that DSpace uses. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.u

  1   2   3   4   5   >