[dspace-tech] DSpace 5.9 Java version

2018-08-07 Thread grant . jackson
Hi, I am upgrading from DSpace 5.6 Mirage2 to 5.9 Mirage2 in our test environment (from dspace-5.9-src-release.tar.gz). The following steps appear to be successful. $ mvn package -Dmirage2.on=true $ ant update However, the following step throws an exception. $ cd [dspace] $ bin/dspace

Re: [dspace-tech] Server requests login often

2018-08-07 Thread Cameron, Jacob
Thanks Stuart. I’ll check that. It was working great and about 2 weeks ago, it went a little off. -- Please excuse any typing errors or grammatical mistakes. I’m sending this message from a mobile device. Jake Cameron, BCS(UNB) Systems Support Specialist III Information Systems and Technical

Re: [dspace-tech] Server requests login often

2018-08-07 Thread Stuart A. Yeates
Have you checked that your dspace server knows what URL it's on? If not, it can issue cookies for the wrong domain which get ignored, so login doesn't work. cheers stuart -- ...let us be heard from red core to black sky On 8 August 2018 at 09:52, Cameron, Jacob wrote: > Hi Everyone, > > > >

[dspace-tech] Server requests login often

2018-08-07 Thread Cameron, Jacob
Hi Everyone, Windows Server 2008 R2, Java 1.8.171, Tomcat 7.0.56, DSpace 6. Our instance of DSpace randomly requests people login when going from screen to screen and no matter what I haven't been able to figure out why. There are 4GB memory assigned to DSpace/Tomcat, and the heap is nowhere

Re: [dspace-tech] Hide collection from Recent Submissions

2018-08-07 Thread Terry Brady
The following fragment enables the display of recent items by default. https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace/config/spring/api/discovery.xml#L142-L150 You could selectively enable the recent items on specific communities rather than the whole repository. Looking at the recent

Re: [dspace-tech] dSpace 7 - AIP import

2018-08-07 Thread Tim Donohue
Hi Julius, It looks like you already got an answer to this on Slack as well. But, just to verify/validate the answer here. DSpace 7 will support the same command line tools as DSpace 6 (including the package importer/exporter, AIP import/export, etc). DSpace 7 is built on the same backend.

Re: [dspace-tech] error in resetting/creating eperson password

2018-08-07 Thread Claudia Jürgen
Hello, my guess is, that you have not configured your email settings properly. At this point the system tries to send an email. You can check whether it is working with the command line operation: [dspace]/bin/dspace test-email see

[dspace-tech] dSpace 7 - AIP import

2018-08-07 Thread julius . gruber
We (Technical University Vienna) are about to move the data in our “homegrown” institutional repository to dSpace. We are planning to use DSpace7. Inspired by this article ( https://duraspace.org/migrating-to-dspace/ ) we want to use AIPs (Archival Information Packages) to migrate the data.

[dspace-tech] Re: How does XSD caching for AIP ingest work?

2018-08-07 Thread julius . gruber
hi Alan, I am also having difficulties finding the right xsd files on the net. Please let me know if you can email me the set of xsd files for dspace 6. Thank you Julius Am Dienstag, 12. September 2017 11:23:56 UTC+2 schrieb Alan Orth: > > Hello, > > I'm doing quite a few AIP imports

[dspace-tech] error in resetting/creating eperson password

2018-08-07 Thread Ze Victor Harry
hello there i am running dspace 6.3 in windows 10 and when i try to create eperson everything works fine but when i try to reset/create password i get this error " Reset password Sorry, an error has occurred when the system try to send email with instructions. Return to the Administer EPeople

[dspace-tech] Re: Mirage2 & xmlui "file not found" error

2018-08-07 Thread Sorin Solomon
Thanks for the recommendation, Enes. I will check the issue, tomorrow, I'm already out of the office for today. Just wanted to remind you that I did manage to compile the DSpace. It's only the css that is not loading, so the site looks odd and is unusable. Will update tomorrow. Sorin On

[dspace-tech] Hide collection from Recent Submissions

2018-08-07 Thread Mark Ehle
Folks - We would like to hide a collection from the Recent Submissions section. Is that possible? Thanks - Mark Ehle Willard Library Battle Creek, MI -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/ ---

[dspace-tech] Re: Mirage2 & xmlui "file not found" error

2018-08-07 Thread eneshukic via DSpace Technical Support
Hi Sorin, I was able to resolve this issue: 1. Make sure that you have the latest Bower version 1.8.4 installed on your machine (npm install -g bower). 2. Change Bower version in package.json (dspace-xmlui-mirage2\src\main\webapp). 3. Build again. mvn -U clean package

Re: [dspace-tech] Retrieve Dspace current page URL

2018-08-07 Thread Vusani Mutshinya
Hi Paul, Many thanks. That did the charm. Regards ~Vusani On Tuesday, 7 August 2018 13:52:52 UTC+2, Paul Münch wrote: > > Hello, > > for our customisation we added in 'global-variable.xsl' a variable for > this purpose: > >

Re: [dspace-tech] Retrieve Dspace current page URL

2018-08-07 Thread Paul Münch
Hello, for our customisation we added in 'global-variable.xsl' a variable for this purpose: Kind regards, Paul Münch Am 07.08.2018 um 09:45 schrieb Vusani Mutshinya: > Good day, > > I am theming our implementation of Dspace, have done a lot. Working > through a tutorial in this link >

[dspace-tech] Item now shown on public

2018-08-07 Thread evi susanti
hi! I have a problem on dspace. after submitting the item and doing it until the upload and complete process. Items cannot appear on home automatically. Likewise, if you search it based on the author, you don't find it. Items can be checked through the Archived Submissions menu. Thank you very

[dspace-tech] Re: Mirage2 & xmlui "file not found" error

2018-08-07 Thread eneshukic via DSpace Technical Support
Hi Sorin and Tim, I have tried to rebuild one of my instances yesterday and I am getting the same error. mvn -U clean package -Dmirage2.on=true -Dmirage2.deps.included=false My output where the error occurs looks like this: [INFO] -- (Mirage2)

Re: [dspace-tech] Mirage2 & xmlui "file not found" error

2018-08-07 Thread Sorin Solomon
Hi, Tim. I followed the instructions carefully, hope I installed the right versions. Here's the full picture: *Ubuntu:* No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 18.04.1 LTS Release:18.04 Codename: bionic *Java:* openjdk version "1.8.0_171"

[dspace-tech] Retrieve Dspace current page URL

2018-08-07 Thread Vusani Mutshinya
Good day, I am theming our implementation of Dspace, have done a lot. Working through a tutorial in this link https://wiki.duraspace.org/pages/viewpage.action?pageId=19006017#app-switcher , I have managed to get the Community list to expand and collapse. Although the tutorial uses character I