[dspace-tech] Re: JavaScript heap out of memory

2021-11-09 Thread David Brian Holt
Never mind. I fixed this. You can easily change the memory settings in the desktop app for Docker. It works beautifully after changing it from 2GB to 4GB. David On Tuesday, November 9, 2021 at 10:53:11 AM UTC-8 David Brian Holt wrote: > I'm attempting to try out Dspace 7.1 using Do

[dspace-tech] JavaScript heap out of memory

2021-11-09 Thread David Brian Holt
I'm attempting to try out Dspace 7.1 using Docker but I'm getting this error message when building the Angular UI. "FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - Javascript heap out of memory" I using a MacBook Pro with 8GB of RAM and running no other applications.

[dspace-tech] Elsevier Acquires BePress

2017-08-02 Thread David Brian Holt
For law school institutional repositories, this is HUGE news. https://scholarlykitchen.sspnet.org/2017/08/02/elsevier-acquires-bepress/ This really might be an amazing opportunity for projects like Dspace. If the platform was able to match what BePress has been doing with law reviews/journal

[dspace-tech] Getting error when building Dspace 6 with Mirage2 on Centos 7

2017-06-19 Thread David Brian Holt
I'm getting this error when I try to install Dspace 6 with Mirage2 on Centos. Any suggestions? Failed to execute goal de.saumya.mojo:gem-maven-plugin:1.0.6:initialize (default) on project xmlui -mirage2: Execution default of goal de.saumya.m

[dspace-tech] Re: [Dspace-tech] problem building dspace 5.x

2017-06-19 Thread David Brian Holt
I'm having this same problem. Any suggestions? I'm trying to install Dspace 6 (with Mirage2) on Centos 7. This is the error I'm getting: Failed to execute goal de.saumya.mojo:gem-maven-plugin:1.0.6:initialize (default) on project xmlui-m

[dspace-tech] Re: Need help fixing Apache proxy

2017-05-23 Thread David Brian Holt
Thank you for responding. I was finally able to get it fixed. Somehow nginx was installed on this server and was interfering with my Apache settings. It's working now. :) Thanks! -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group.

[dspace-tech] Need help fixing Apache proxy

2017-05-23 Thread David Brian Holt
Somehow I ended up breaking my Apache proxy and I can't figure out how. This is my domain: http://lgbtqbib.org You'll notice it simply displays the "It Works" Apache page. When you try to navigate to http://lgbtqbib.org:8080/xmlui the Dspace site will load correctly. This is the proxy section

[dspace-tech] Re: Need help figuring out Dspace problem on AWS

2017-05-15 Thread David Brian Holt
And this is my Jetty log: WARN [org.dspace.services.email.EmailServiceImpl] Couldn't get an email session from environment: null INFO [org.dspace.services.email.EmailServiceImpl] Initializing an email session from configuration. INFO [org.springframework.beans.factory.support.DefaultListabl

[dspace-tech] Re: Need help figuring out Dspace problem on AWS

2017-05-15 Thread David Brian Holt
This is what I'm seeing in my Apache error log: [Mon May 15 18:59:18.306473 2017] [mpm_event:notice] [pid 6186:tid 140707596781440] AH00489: Apache/2.4.18 (Ubuntu) configured -- resuming normal operat$ [Mon May 15 18:59:18.306494 2017] [core:notice] [pid 6186:tid 140707596781440] AH00094: Comma

[dspace-tech] Need help figuring out Dspace problem on AWS

2017-05-15 Thread David Brian Holt
I've been trying to figure this out all morning and I'm stuck. Hoping someone can help. Amazon accidentally deleted my AWS instance but then restored it. Since then, I haven't been able to get my Dspace site running. When I restart Jetty9 and Apache2 everything looks normal but I can't acces

[dspace-tech] Re: [Dspace-tech] Default settings for items per page and ascending/descending sorting

2017-04-06 Thread David Brian Holt
What's the current state of this? Is there an easy way to change the number of items to display while browsing? David -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it

[dspace-tech] SWORD installation error

2017-04-04 Thread David Brian Holt
I know this must be a stupid mistake but I can't figure out what. I'm playing around with the SWORDv2 webapp (because someone is frustrated that they can't upload multiple files at once) but I'm getting this error message:

[dspace-tech] Automatically updated controlled vocabulary

2017-03-23 Thread David Brian Holt
I've been asked to look to see if this is possible and I haven't been able to find anything on point in the documentation. Some of the librarians using our Dspace installation want to be able to add to a controlled vocabulary list "on-the-list". For example, when you enter in a subject heading

[dspace-tech] Batch uploading bitstreams before adding metadata

2017-02-27 Thread David Brian Holt
I'm using Dspace in a rather unique way - to create an annotated bibliography that will eventually be used to create a print publication. I've been reading the documentation on doing batch uploads but it doesn't really appear to do what I'm trying to do here. I want to be able to batch upload

Re: [dspace-tech] Adding label to dc.relations.uri

2017-02-15 Thread David Brian Holt
That worked perfectly! Thank you SO much! -- You received this message 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+unsubscr...@googlegroups.com. To post to this

Re: [dspace-tech] Adding label to dc.relations.uri

2017-02-15 Thread David Brian Holt
handle URL's in their own metadata fields or embedded in > descriptive text. > > On Tue, Feb 14, 2017 at 4:22 PM, David Brian Holt > wrote: > >> This might be impossible but I thought I'd ask. My team uses the >> dc.relations.uri field to add links to wher

Re: [dspace-tech] Adding line break to abstract field

2017-02-14 Thread David Brian Holt
he   in the otherwise statement. > > It is possible that is getting triggered by trailing space in your > metadata. > > On Tue, Feb 14, 2017 at 3:26 PM, David Brian Holt > wrote: > >> OK, I'm making some progress on this. I used a closed tag rather >> than

[dspace-tech] Adding label to dc.relations.uri

2017-02-14 Thread David Brian Holt
This might be impossible but I thought I'd ask. My team uses the dc.relations.uri field to add links to where a document also exists (in our case: Westlaw and Lexis). The issue is that we don't want the URL to display, but rather a label (for example, 2016 WL 12345). Is that simply impossibl

Re: [dspace-tech] Adding line break to abstract field

2017-02-14 Thread David Brian Holt
OK, I'm making some progress on this. I used a closed tag rather than and that seemed to work but I'm still getting an extra space on the new line. Here is what I have right now: > > xmlui.dri2xhtml.METS-1.0.item-description

Re: [dspace-tech] Adding line break to abstract field

2017-02-14 Thread David Brian Holt
to get a sense of how it works. > > If that succeeds, use the SplitOnAllNewlines implementation to recursively > find all newlines. > > Terry > > > On Tue, Feb 14, 2017 at 1:02 PM, David Brian Holt > wrote: > >> I

Re: [dspace-tech] Adding line break to abstract field

2017-02-14 Thread David Brian Holt
wrote: > > The substring-before/substring-after logic in the initial code you shared > would be the approach to find the insertion point for the line > break/paragraph break. > > On Tue, Feb 14, 2017 at 10:31 AM, David Brian Holt > wrote: > >> I'm using Mirage2 on D

Re: [dspace-tech] Adding line break to abstract field

2017-02-14 Thread David Brian Holt
act field into 2 separate > dc.description.abstract entries rather than relying on the XSLT to parse > for newlines. > > To help troubleshoot this issue, which version of DSpace are you running > and which theme are you using? > > On Mon, Feb 13, 2017 at 1:52 PM, David

Re: [dspace-tech] Re: Adding URL to item record

2017-02-14 Thread David Brian Holt
it is used by JSPUI or a specific XMLUI theme. > > On Mon, Feb 13, 2017 at 3:38 PM, David Brian Holt > wrote: > >> This is probably a stupid question but what is the difference between >> the webui.itemdisplay.default section in dspace.cfg and the > match="dim:dim

[dspace-tech] Re: Adding URL to item record

2017-02-13 Thread David Brian Holt
This is probably a stupid question but what is the difference between the webui.itemdisplay.default section in dspace.cfg and the in item-view.xsl? -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and

[dspace-tech] Adding line break to abstract field

2017-02-13 Thread David Brian Holt
What's the easiest method to do this? I see the instructions here but it looks like they're outdated: https://wiki.duraspace.org/pages/viewpage.action?pageId=19006441 Thanks, David -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group

[dspace-tech] Adding URL to item record

2017-02-13 Thread David Brian Holt
I'm trying to add a clickable field (perhaps using dc.relation.uri) to provide a URL that is related to the item. How do I do this? I added another div tag in the template:

[dspace-tech] Why is this appearing on the feedback form?

2017-01-27 Thread David Brian Holt
I'm seeing an odd message on my feedback form. I did a grep search to see where this (FeedbackForm.para1) appears and I found it referenced in the messages.xml files (all except for the one in English). Any idea why this is displaying? See screenshot.

Re: [dspace-tech] Re: Final steps in setting up DNS and changing ports and root directory on Jetty

2016-12-30 Thread David Brian Holt
I'm getting an error when I try to use that proxy reverse setting. This is what I have there right now: ProxyPreserveHost On # Servers to proxy the connection, or; # List of application servers: # Usage: # ProxyPass / http://[IP Addr.]:[port]/ # ProxyPassReverse / http://[IP

Re: [dspace-tech] Email registration settings

2016-12-27 Thread David Brian Holt
Hope this help > Andrea > > > > > Inviato dal mio dispositivo Samsung > > > Messaggio originale > Da: David Brian Holt > > Data: 27/12/2016 19:25 (GMT+01:00) > A: DSpace Technical Support > > Oggetto: [dspace-tech] Email registration sett

[dspace-tech] Email registration settings

2016-12-27 Thread David Brian Holt
OK, this is my last task before this goes into production. I want users to be able to register via the link in Dspace. The problem I'm having, however, is that I have forwarded port 8080 to 80 (using iptables) and changed the root directory in Jetty in to xmlui. When a user tries to register

[dspace-tech] Re: Final steps in setting up DNS and changing ports and root directory on Jetty

2016-12-23 Thread David Brian Holt
OK, I did some more testing on this today. Simply changing the folder name in /var/lib/jetty9/webapps from /xmlui to /ROOT was the cause of my email problem. So I went back and renamed the folder back to xmlui. As you can see though, there appears to be some problem. It looks like the CSS st

[dspace-tech] Re: Final steps in setting up DNS and changing ports and root directory on Jetty

2016-12-23 Thread David Brian Holt
I'm wondering if that was the correct way to change my root directory in Jetty9. It certainly was simple and easy but I suspect that may cause other problems, right? I also noticed that I can successfully send an email from the dspace command line tool but when I try to register a new user I

[dspace-tech] Re: Final steps in setting up DNS and changing ports and root directory on Jetty

2016-12-23 Thread David Brian Holt
Thank you all SO much! I was able to get everything fixed. I changed my ROOT directory for Jetty9 by simply renaming the /xmlui folder to /ROOT and then restarted. Once I removed /xmlui from the Apache proxy settings everything just worked beautifully! I can now get started on my actual archi

Re: [dspace-tech] Re: Final steps in setting up DNS and changing ports and root directory on Jetty

2016-12-22 Thread David Brian Holt
This is probably a really stupid question, but is this problem due to me having "localhost" in my dspace.cfg settings? Also, from where does the system pull the URL for the "URI" entry? -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" gro

Re: [dspace-tech] Re: Final steps in setting up DNS and changing ports and root directory on Jetty

2016-12-22 Thread David Brian Holt
Wow! So much help and so quickly! Thank you both! The trailing slash seems to have resolved that recursion problem. For some reason though, some of the styling is being stripped out. Here is my site: http://35.166.62.251:8080/xmlui/ Here is my domain: http://lgbtqbib.org/ BTW, do either o

[dspace-tech] Re: Final steps in setting up DNS and changing ports and root directory on Jetty

2016-12-22 Thread David Brian Holt
Thank you so much for responding! I'm getting a 404 error when I try that: Problem accessing /xmluixmlui/. Reason: Not Found Here is what I entered into the 000-default.conf file: # The ServerName directive sets the request scheme, hostname and port that # the server uses to identify its

[dspace-tech] Final steps in setting up DNS and changing ports and root directory on Jetty

2016-12-22 Thread David Brian Holt
OK, I'm finished with one Dspace project and now working on another. I have Dspace 6 successfully running on Ubuntu 16.04 on Amazon's AWS: http://35.166.163.205:8080/xmlui/ I previously had an Omeka-based site here but thought that Dspace is more suited for what I needed to get done. The last

Re: [dspace-tech] How to modify summary item display in XMLUI

2016-12-16 Thread David Brian Holt
Can you tell me how I'd do the same with the dc.subject element? When I tried it I had multiple subjects listed on the same line. I'd like to have a line break after each entry. This is what I have right now: xmlui.dri2xhtml.METS-1.0.item-subject

Re: [dspace-tech] How to modify summary item display in XMLUI

2016-12-16 Thread David Brian Holt
Thank you both so much! -- You received this message 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+unsubscr...@googlegroups.com. To post to this group, send email

[dspace-tech] How to modify summary item display in XMLUI

2016-12-15 Thread David Brian Holt
Sorry to be such a pest on this forum this week. I'm VERY close to being done with this project. Thank you to everyone who has helped me! I have one last issue that I've been asked to resolve. We want to display the "dc:subject" and "dc:type" metadata fields in the item summary view on XMLUI

[dspace-tech] Re: Broken image links with Mirage2 and Jetty9

2016-12-14 Thread David Brian Holt
Never mind on this. I just put the full path in the page_structure.xsl. -- You received this message 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+unsubscr...@goo

[dspace-tech] Re: Broken image links with Mirage2 and Jetty9

2016-12-14 Thread David Brian Holt
Still trying to figure this one out. Should I be using Tomcat rather than Jetty? -- You received this message 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+unsubs

[dspace-tech] Broken image links with Mirage2 and Jetty9

2016-12-13 Thread David Brian Holt
I'm using Jetty9 rather than Tomcat and noticed that there are broken image links in Mirage2. I think it is due to this issue: https://jira.duraspace.org/browse/DS-3289 I see a solution here: https://netsuke.wordpress.com/2008/08/22/maven-jetty-plugin-and-double-slashes-in-the-url/ but I don'

[dspace-tech] Re: Unknown media filter specified - "PDF Text Extractor"

2016-12-13 Thread David Brian Holt
e. > > rebuild and restart tomcat, and see if that helps. > Bill > > On Tuesday, December 13, 2016 at 12:54:48 PM UTC-6, David Brian Holt wrote: >> >> After solving my installation issue, I have been uploading some OCR-ed >> PDFs and Word documents to test for full-tex

[dspace-tech] Re: Unknown media filter specified - "PDF Text Extractor"

2016-12-13 Thread David Brian Holt
Thank you! I tried that but it didn't appear to help. Also, has anyone else also experience missing images with Mirage2? The little logos in the header and footer are missing when I installed it. Thanks again, David -- You received this message because you are subscribed to the Google Gro

[dspace-tech] I messed up. How do I add SLF4J to classpath?

2016-12-13 Thread David Brian Holt
I'm sorry to be asking for so much. I think I really messed things up now. I wanted to install the Mirage2 theme and tried to run Maven again but now I'm getting this error that it's missing the class "slf4j". How do I fix that? dspace@lb9-media:~/dspace-6.0-release$ mvn package Warning: JAV

[dspace-tech] Unknown media filter specified - "PDF Text Extractor"

2016-12-13 Thread David Brian Holt
After solving my installation issue, I have been uploading some OCR-ed PDFs and Word documents to test for full-text search. I edited my crontab file to include all my daily/weekly scripts (including index-discovery and filter-media) but I noticed that when I try to run "dspace filter-media" I

[dspace-tech] Re: Required metadata field 'dc.title' doesn't exist

2016-12-12 Thread David Brian Holt
I solved this problem following the instructions located here: https://jira.duraspace.org/browse/DS-2408 -- You received this message 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

[dspace-tech] Re: Required metadata field 'dc.title' doesn't exist

2016-12-12 Thread David Brian Holt
BTW, this is the error I get when I try to create an administrator. The database seems to be working correctly.

[dspace-tech] Re: Required metadata field 'dc.title' doesn't exist

2016-12-09 Thread David Brian Holt
I figured out how to edit the jetty startup script to run as the "dspace" user. That didn't fix my issue. On Friday, December 9, 2016 at 3:26:26 PM UTC-8, David Brian Holt wrote: > > BTW, I noticed that the java process is running under the user "jetty". > Is

[dspace-tech] Re: Required metadata field 'dc.title' doesn't exist

2016-12-09 Thread David Brian Holt
BTW, I noticed that the java process is running under the user "jetty". Is that right? If not, how do I fix that? Thanks, David On Friday, December 9, 2016 at 3:00:48 PM UTC-8, David Brian Holt wrote: > > I just installed Dspace 6 and I'm getting this error message when

[dspace-tech] Required metadata field 'dc.title' doesn't exist

2016-12-09 Thread David Brian Holt
I just installed Dspace 6 and I'm getting this error message when I launch a webapp. I emailed helix84 off-list (sorry about that!) and he responded that it is a database problem. He said that: "Both error messages indicate some unexpected problem with the database. > java.lang.NullPointerExc

[dspace-tech] Re: Running Jetty as different user, problems uploading file

2016-12-08 Thread David Brian Holt
OK, I changed the user that runs Jetty (by editing the jetty script in the init.d directory and changing the JETTY_USER to "postgres", the same user I created when I installed). Now I'm getting a different error when I upload.

[dspace-tech] Running Jetty as different user, problems uploading file

2016-12-08 Thread David Brian Holt
I'm a noob so forgive me if this is a stupid question. I'm getting an error when trying to attach a file to a Dspace item record. After reading some previous posts, I think it is caused by a permissions error but I'm lost as to how I fix it. This is the error stack: Java stacktrace: java.i

[dspace-tech] Problems with install - can't get Tomcat to start webapp

2016-12-06 Thread David Brian Holt
I'm having problems getting Dspace to run. I carefully followed the installation instructions and was able to reach the end without hitting any errors. When, however, I try to launch xmlui (or any of the other webapps) I get a 404 error. Any ideas what could be causing this? I copied all the