[dspace-tech] Re: MVN Package not working

2021-10-07 Thread Gavin Spomer
It looks like you tried to use Maven from your home directory. You need to cd to the correct directory which is the one you downloaded the DSpace software to. For example, I installed DSpace in /usr/local/. So, for me I do: cd /usr/local/dspace-6.3-release mvn package Hope this helps.

[dspace-tech] Re: Proxy Settings For OAI Harvester In XMLUI

2021-10-06 Thread Gavin Spomer
les via OAI and create the archive / item directories. - Gavin On Tuesday, October 5, 2021 at 9:51:33 AM UTC-7 Gavin Spomer wrote: > I tried using a "fake oai server" for the harvester test in xmlui that was > internal to our university and not only did it output something other t

[dspace-tech] Re: Proxy Settings For OAI Harvester In XMLUI

2021-10-05 Thread Gavin Spomer
mlui harvest test uses (tomcat, local.cfg or ???), I'd really appreciate it. On Monday, October 4, 2021 at 1:32:20 PM UTC-7 Gavin Spomer wrote: > When testing the settings for the harvester in DSpace 6.3 / xmlui, it > eventually times out with error "OAI server could not be reached&

[dspace-tech] Proxy Settings For OAI Harvester In XMLUI

2021-10-04 Thread Gavin Spomer
When testing the settings for the harvester in DSpace 6.3 / xmlui, it eventually times out with error "OAI server could not be reached". I'm guessing it's because of being behind our campus web proxy, but I've configured the host and port in both Tomcat's setenv.sh: JAVA_OPTS="$JAVA_OPTS -Dh

Re: [dspace-tech] Dspace 7 Collection content harvesting from external source

2021-09-30 Thread Gavin Spomer
OAI is not implemented yet? On Tuesday, September 28, 2021 at 7:38:59 AM UTC-7 mkpel...@gmail.com wrote: > Thanks, Tim. For once, this one is not on me! :-D > > I look forward to the released product. It will save my librarians a lot > of time not having to learn a new system. > > All the bes

[dspace-tech] UI Loading Issue; No Relevant Errors In Browser Console, Only dspace.log

2021-09-29 Thread Gavin Spomer
After resolving a couple issues on my own, I'm finally able to view the UI in my browser however it's not fully loading. I saw the pages / sections on User Interface starts to load but then spins (never fully loads)

[dspace-tech] Re: dspace 7 install

2021-09-29 Thread Gavin Spomer
If you need OS-specific instructions, doing a google search is you best bet solution. I found one here: https://hyperlink.co.ke/2020/08/09/install-dspace-7-on-ubuntu-18-04/ But you should also look at the official (not OS-specific) install instructions too, IMO: https://wiki.lyrasis.org

Re: [dspace-tech] Re: Error while running DSpace 7

2021-09-28 Thread Gavin Spomer
Tim's workaround also worked for me. - Gavin On Saturday, September 25, 2021 at 4:04:51 AM UTC-7 NTech wrote: > this worked for me too with user agreements. > > On Wednesday, 4 November 2020 at 03:49:33 UTC+5:30 Tim Donohue wrote: > >> Hi Sheril, >> >> It almost sounds like your DSpace 7 does

Re: [dspace-tech] dspace-angular-error.log Indicates It's Looking For My REST API At The Demo Site

2021-09-27 Thread Gavin Spomer
ironment.common.ts" file directly, > to test configurations are working. We just recommend separating out your > modified configs into "environment.prod.ts" in order to keep your > production configs separated from development/test configs. > > Tim > ---

[dspace-tech] Re: DSpace 7 installation login failed

2021-09-27 Thread Gavin Spomer
Hi Jaware, I had the same issue and for me it was likely caused by having two different versions of openjdk installed. However, in your case I think it might be that you're using Tomcat 10. The installation instructions

[dspace-tech] dspace-angular-error.log Indicates It's Looking For My REST API At The Demo Site

2021-09-24 Thread Gavin Spomer
In my environment.prod.ts file I have: [image: 2021-09-24_13-57-09.png] But my dspace-angular-error.log shows: No _links section found at https://api7.dspace.org/server/api Figuring that https://api7.dspace.org/server/api was likely a default I looked in environment.common.ts and of course

[dspace-tech] Re: Yarn can't see my environment files

2021-09-24 Thread Gavin Spomer
Hi, I'm having this same issue (except with prod, not dev). Do you remember what the syntax error was? My environment.prod.ts file is in the src/environments/ directory, has the same permissions as environment.common.ts and looks downright perfect to me, LOL: [image: 2021-09-24_13-57-09.png]

Re: [dspace-tech] After 7.0 Installation Server / Hal Browser Not Loading CSS Or Javascript

2021-09-24 Thread Gavin Spomer
ion-Vendor: LYRASIS > > Yours should be similar, but the "*-Version" tags might say 7.0 > > Tim > -- > *From:* dspac...@googlegroups.com on behalf > of Gavin Spomer > *Sent:* Thursday, September 23, 2021 12:45 PM > > *To:* DSpace Technical Support

Re: [dspace-tech] After 7.0 Installation Server / Hal Browser Not Loading CSS Or Javascript

2021-09-23 Thread Gavin Spomer
ce-community/c/-JKj_xrgLYM/m/VjAA0BnYBQAJ > ). > > I don't see any email messages since 7.0 was released (on Aug 2) that are > similar...so, this is definitely an odd one. I'm hoping *maybe*​ someone > else on this list will notice something that I might be overlooking...

Re: [dspace-tech] After 7.0 Installation Server / Hal Browser Not Loading CSS Or Javascript

2021-09-22 Thread Gavin Spomer
hen I think we'd need more info > regarding your configuration, setup, etc. It's unclear to me exactly how > you've configured your REST API's local.cfg and the UI's > environment.prod.ts, and even whether you've set these both up with HTTPS > or are tr

Re: [dspace-tech] After 7.0 Installation Server / Hal Browser Not Loading CSS Or Javascript

2021-09-22 Thread Gavin Spomer
also should verify that both you and > the server running the frontend can access the REST APIif there's a > proxy or firewall blocking access to the REST API that'd definitely be an > issue. > > Good luck, and let us know what you find on this list. > >

[dspace-tech] After 7.0 Installation Server / Hal Browser Not Loading CSS Or Javascript

2021-09-21 Thread Gavin Spomer
Just did an install of 7.0 and the /server page isn't loading css or js. When I view source and click on the hyperlinks for any css or js, I get 404's from tomcat. The css and js files all seem to be in a subdirectory of a directory named "browser", I used the find utility from the command line