Re: [dspace-tech] install dspace 7 backend -- blocked mirror

2021-04-20 Thread 'Tim Donohue' via DSpace Technical Support
Hi Paul, Please use 7.0 Beta 5, as that's the latest code. Beta 4.1 is no longer supported/recommended. https://wiki.lyrasis.org/display/DSDOC7x/Release+Notes#ReleaseNotes-7.0Beta5ReleaseNotes Thanks, Tim From: dspace-tech@googlegroups.com on behalf of paulw.

Re: [dspace-tech] DSpace 7.0 beta5 - Invalid CSRF token

2021-04-20 Thread 'Tim Donohue' via DSpace Technical Support
Hi Armin, I've just added a few hints on CSRF errors to the Installation docs here: https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace#InstallingDSpace-CommonInstallationIssues Could you double check the settings mentioned there? (Since it sounds like you are running / accessing everyth

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

2021-04-20 Thread 'Tim Donohue' via DSpace Technical Support
Hi Bill, dc.identifier.uri is a metadata field. So, it doesn't automatically change values if you change dspace.ui.url. You'd have to update the value of dc.identifier.uri in bulk using either a database query or using the Batch Metadata Editing tool. So, in DSpace 7 you'd change this field i

Re: [dspace-tech] DSpace 7 Beta5 Backend Rebuild with maven

2021-04-21 Thread 'Tim Donohue' via DSpace Technical Support
Hello Kosmas, If you've previously run a Beta 4 build on that machine, then I'd recommend first running a mvn clean This will reset/cleanup your Beta 4 build. After that, run the usual mvn package If that doesn't work, you could try running "mvn -U package", forcing Maven to check for upda

Re: [dspace-tech] Authentication with Shibboleth

2021-04-26 Thread 'Tim Donohue' via DSpace Technical Support
Hi Bill, Are you referring to DSpace 7 Beta 5? If so, there is a known issue with Shibboleth authentication right nowwe accidentally broke it between Beta 4 and Beta 5. Here's the bug ticket: https://github.com/DSpace/dspace-angular/issues/1108 And here's the PR that should​ fix it: https

Re: [dspace-tech] DSpace7b5: Cross-Origin Request Blocked

2021-05-04 Thread 'Tim Donohue' via DSpace Technical Support
Hi Armin, That's unexpected...but, let me ask a few questions to make sure I understand your setup correctly & am not making assumptions. 1) I'm assuming both​ the UI and the backend are running on the same machine/server? That's the only way you can run them both on 'localhost' under HTTP...

Re: [dspace-tech] Webapp deployment error in Dspace 7 beta 5

2021-05-13 Thread 'Tim Donohue' via DSpace Technical Support
Mateo, It sounds like something is "invalid" in your `config/spring/` directory in generalit could be that you have a config or two from Beta 4 that are now conflicting with your attempt to install Beta 5 over Beta 4. You might simply try removing that entire 'config/spring/' directory, and

Re: [dspace-tech] dspace 7.0

2021-05-17 Thread 'Tim Donohue' via DSpace Technical Support
Hi Ciprian & all, A date for 7.0 has not yet been set as we are still analyzing & estimating the fixes for all issues reported during Testathon & during a separate accessibility analysis (for compatibility with WCAG 2.1 AA guidenlines) . While no major issues have been found, many small issues

Re: [dspace-tech] Error in Dspace 7 beta 5

2021-05-19 Thread 'Tim Donohue' via DSpace Technical Support
Hi Anupta, I've just added a section to our "Troubleshoot an error" page specific to DSpace 7.x: https://wiki.lyrasis.org/display/DSPACE/Troubleshoot+an+error#Troubleshootanerror-DSpace7.x(orabove) Please look at that guide, as it'll walk you through how to find error messages in DSpace 7.x (w

Re: [dspace-tech] Dspace 7

2021-07-02 Thread 'Tim Donohue' via DSpace Technical Support
Hi Nicolas, I searched Google for the (english translation of that) error message and found this: https://stackoverflow.com/a/42319270/3750035 It sounds like it might be an HTTPS issue. Perhaps either your backend isn't running HTTPS (which is required), or maybe the frontend is sending HTTP

Re: [dspace-tech] URI Permanent link

2021-07-12 Thread 'Tim Donohue' via DSpace Technical Support
Hi Nicolas, Similar to DSpace 6 (and below), in DSpace 7 the "permanent URI" is built based on the "handle.canonical.prefix" setting in your configuration: https://github.com/DSpace/DSpace/blob/main/dspace/config/dspace.cfg#L252 and stored in the "dc.identifier.uri" field for each object (Comm

Re: [dspace-tech] DSPACE 7 - REST API

2021-08-04 Thread 'Tim Donohue' via DSpace Technical Support
Hi Nicolas, You'd likely want the /api/discover/search endpoint, with the "workspace" configuration applied. See the Contract at: https://github.com/DSpace/RestContract/blob/main/search-endpoint.md#workspace Tim From: dspace-tech@googlegroups.com on behalf of

Re: [dspace-tech] DSpace 7.0

2021-08-04 Thread 'Tim Donohue' via DSpace Technical Support
You may want to double check your Angular UI configurations. That error almost seems to be saying it's hitting an infinite loop while trying to contact your REST API. Maybe your "rest" settings in your environment.prod.ts are incorrect, or point at a URL that is redirecting elsewhere? You als

Re: [dspace-tech] DSpace 7.0

2021-08-10 Thread 'Tim Donohue' via DSpace Technical Support
Hi Kosmas, Copying the dspace-tech list back in as I am not available for one-on-one support. Please continue to use the mailing list for all questions. If your Angular UI is hanging (not fully loading), that usually means there's an error on the client side (i.e. in your browser). Often, the p

Re: [dspace-tech] dspace configuration help

2021-08-10 Thread 'Tim Donohue' via DSpace Technical Support
Hi Ciprian, According to the first error you listed, the UI is attempting to contact the backend REST API using this URL: https://elibrary.uaic.ro:8443/server/api Does that URL respond for you? (It doesn't respond for me.) If it's a valid REST API, it should return a JSON response which links

Re: [dspace-tech] dspace configuration help

2021-08-11 Thread 'Tim Donohue' via DSpace Technical Support
Hi Ciprian, To modify the homepage, see the official Documentation section on customizing the Home Page News here: https://wiki.lyrasis.org/display/DSDOC7x/User+Interface+Customization#UserInterfaceCustomization-CustomizeHomePageNews There are additional customization guides on that page as wel

Re: [dspace-tech] DSpace 7.0

2021-08-11 Thread 'Tim Donohue' via DSpace Technical Support
Hi Kosmas, If it ran on Beta 4 but doesn't run now, it's likely a misconfiguration error. Between Beta 4 and 7.0 we added additional security, namely CSRF protections. So, I'd guess you likely are hitting this error or something similar: https://wiki.lyrasis.org/display/DSDOC7x/Installing+DS

Re: [dspace-tech] Re: Dsapce 7 error on yarn start

2021-08-12 Thread 'Tim Donohue' via DSpace Technical Support
Hi Jaya, I googled that error, and it seems that a "exit code 137" from yarn means that you ran out of memory (and/or swap space). See for example: https://jcutrer.com/javascript/yarn-build-exit-code-137 I think​ you are going to need at least 2GB of memory to build the app. If somehow that

Re: [dspace-tech] Question about deploying OAI webapp in DSpace 7

2021-08-12 Thread 'Tim Donohue' via DSpace Technical Support
Hi Euler, You cannot Proxy the same path to two different locations. So, you are correct that doing something like this for the backend... ProxyPass / ajp://localhost:8009/ ProxyPassReverse / ajp://localhost:8009/ Would directly conflict with this setting for the frontend... ProxyPass / http:

Re: [dspace-tech] Re: Dsapce 7 error on yarn start

2021-08-18 Thread 'Tim Donohue' via DSpace Technical Support
Hi Jaya, We'd need you to look for a more specific error message. There's a large number of reasons why an upload may fail, and likely there was a different error that caused the failure, either in the UI or on the backend. Here's a guide for locating errors in DSpace 7: https://wiki.lyrasis.o

Re: [dspace-tech] DSpace 7 REST API

2021-08-18 Thread 'Tim Donohue' via DSpace Technical Support
Hi Kosmas, See the REST Contract section on CSRF tokens: https://github.com/DSpace/RestContract/blob/main/csrf-tokens.md Simply put, the CSRF Tokens will be sent to you in a prior GET request (and they may be updated at any time, so your client code needs to watch for them). The CSRF token wi

Re: [dspace-tech] DSpace 7 REST API

2021-08-19 Thread 'Tim Donohue' via DSpace Technical Support
Hi Kosmas, You don't need to send any special request to generate the CSRF token...it's generated automatically on your first GET request and sent to you in the response. The request you send doesn't matter. What matters is that you need to watch for an HTTP Header named "DSPACE-XSRF-TOKEN" s

Re: [dspace-tech] Cannot Upload document to new Item - Upload Failed

2021-08-19 Thread 'Tim Donohue' via DSpace Technical Support
Hi Mathieu, If you can authenticate successfully & create other object (Communities/Collections), that implies that your main setup is correct​. If you had major configuration errors in your local.cfg (on backend) and/or environment.prod.ts (on frontend), then you would not be able to authentic

[dspace-tech] Re: DSpace 7 update issue

2021-08-23 Thread 'Tim Donohue' via DSpace Technical Support
Hi Dale, It looks like you have an outdated Spring configuration file in your config directory: /apps/Discoverarchive/config/spring/api/bte.xml That "bte.xml" file should be deleted, as the BTE import framework was removed in DSpace 7. Tim From: dspace-tech@goo

Re: [dspace-tech] Cannot Upload document to new Item - Upload Failed

2021-08-24 Thread 'Tim Donohue' via DSpace Technical Support
Thanks for the note, Mathieu. I was not aware of that myself. I just added a brief note to the Installation guide's Tomcat section here: https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace#InstallingDSpace-ServletEngine(ApacheTomcat9,Jetty,CauchoResinorequivalent) See the bullet that sta

[dspace-tech] NOTICE: DSpace issue tracker is moving from JIRA to GitHub Issues on August 30

2021-08-24 Thread 'Tim Donohue' via DSpace Technical Support
All, Over a year ago, the DSpace 7 team moved all development activities into GitHub Projects and Issues. On August 30, we will finalize this migration by moving all historical DSpace tickets from JIRA to GitHub Issues.

Re: [dspace-tech] DSpace 7 CORS Error

2021-08-25 Thread 'Tim Donohue' via DSpace Technical Support
Hi Sean, Your "dspace.ui.url" setting on the backend is incorrect. This MUST be the public URL of the UI...and it appears you are publicly accesing the UI using a different URL in your browser. When you do this, the backend will throw a CORS error because it ONLY trusts clients listed in eith

Re: [dspace-tech] DSpace 7 CORS Error

2021-08-26 Thread 'Tim Donohue' via DSpace Technical Support
Hi Sean, The problem is not obvious to me based on the information you've provided to us. Just to verify... * In your frontend configs (environment.*.ts) * UI section should likely say localhost, as this is where your Node/Angular app is running locally. This is the only setting of

Re: [dspace-tech] Ldap Error:

2021-08-31 Thread 'Tim Donohue' via DSpace Technical Support
Hi Juan, The main error there says "failed_login:no DN found for user [username]". The DSpace error you are seeing is occurring BEFORE it even checks the login...which tends to imply that one of your configurations may be wrong (either the "search.user", "search.password", "object_context" or "

[dspace-tech] Re: NOTICE: DSpace issue tracker is moving from JIRA to GitHub Issues on August 30

2021-08-31 Thread 'Tim Donohue' via DSpace Technical Support
All, I wanted to report that the migration to GitHub Issues has completed. All historical JIRA tickets (dating back to 1.x.x) have been migrated into https://github.com/DSpace/DSpace/issues For those interested in taking a look, here's a few extra details: * All old JIRA issues were impor

[dspace-tech] Re: Error when I try migrate database from ver 4.x to 7

2021-09-07 Thread 'Tim Donohue' via DSpace Technical Support
Hello, The INSERT that seems to be failing is this one: https://github.com/DSpace/DSpace/blob/main/dspace-api/src/main/resources/org/dspace/storage/rdbms/sqlmigration/postgres/V5.0_2014.09.26__DS-1582_Metadata_For_All_Objects.sql#L44-L52 The purpose of that statement is to migrate Community metad

Re: [dspace-tech] Dspace 7 Front end error

2021-09-13 Thread 'Tim Donohue' via DSpace Technical Support
Hi Keith, If PM2 is throwing an odd error, I'd recommend starting basic first.. Try and simply run "yarn start" from the commandline for the UI. This will build the UI for production and start it on port 4000 (by default). This also will often provide you with a more useful error if the UI s

[dspace-tech] Re: DSpace 7 REST API schema definition for use in Postman

2021-09-15 Thread 'Tim Donohue' via DSpace Technical Support
Hi Daryl, Yes, one exists here: https://github.com/DSpace-Labs/DSpace7RestTutorial/tree/master/postman-config It was shared during the OR2021 Workshop in June in these slides (see the REST API section of that workshop starting on slide 76): https://tinyurl.com/or2021-dspace7-workshop The full

Re: [dspace-tech] Dspace 7.0 Plugins

2021-09-15 Thread 'Tim Donohue' via DSpace Technical Support
Hi Juan, No, these plugins do not yet exist. A full list of 7.0 features is in the Release Notes: https://wiki.lyrasis.org/display/DSDOC7x/Release+Notes Currently planned​ features in future 7.x release are listed at: https://wiki.lyrasis.org/display/DSPACE/DSpace+Release+7.0+Status#DSpaceRele

Re: [dspace-tech] Dspace 7 new bitstream on item error

2021-09-15 Thread 'Tim Donohue' via DSpace Technical Support
Hi Juan, Please also check to see if the REST API is throwing an error response back to you when you attempt an upload. These will appear in the "Network" tab of your browser's DevTools. Usually these are also logged on the backend, but it's possible there's an error that occurs so early on i

Re: [dspace-tech] DSpace 7 OAI error

2021-09-15 Thread 'Tim Donohue' via DSpace Technical Support
Hi Juan, See the comments about that "oai.identifier.prefix" setting in the oai.cfg file: https://github.com/DSpace/DSpace/blob/main/dspace/config/modules/oai.cfg#L36 You usually don't need to specify that, as DSpace attempts to find your UI's hostname dynamically. But, if it cannot, then you

Re: [dspace-tech] Dspace 7 new bitstream on item error

2021-09-16 Thread 'Tim Donohue' via DSpace Technical Support
Hi Euler & all, We've verified there is a bug in uploading bitstreams to existing Items​. A ticket exists here https://github.com/DSpace/dspace-angular/issues/1286 As of today, it's been assigned & work will start immediately -- hopefully, a fix will be ready in the next week or two. (This b

Re: [dspace-tech] Build Failure upgrading from 6.3 to 7.0

2021-09-17 Thread 'Tim Donohue' via DSpace Technical Support
Hi Lewatle, Please double check that you are running Java 11, and that Maven is using Java 11 (i.e. "mvn -v" should report Java 11 is in use). The "Caused by" portion of the error you shared says... Caused by: org.codehaus.plexus.compiler.CompilerException: error: release version 11 not suppo

Re: [dspace-tech] Dspace 7 Front end error

2021-09-17 Thread 'Tim Donohue' via DSpace Technical Support
Hi Keith, Take a look at the hints/tips in our Installation Docs for "No _links section found at.." errors: https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace#InstallingDSpace-%22No_linkssectionfoundat...%22errorfromUserInterface It sounds like your UI cannot "see" your REST API at htt

Re: [dspace-tech] visibility element for fields in submission forms

2021-09-20 Thread 'Tim Donohue' via DSpace Technical Support
Hi Franziska, Yes, there are a number of features on our TODO list for 7.0, and some sort of "type-bind" support is one of them. See the full prioritized list of TODO features here: https://wiki.lyrasis.org/display/DSPACE/DSpace+Release+7.0+Status#DSpaceRelease7.0Status-Whatfeaturesarecomingina

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

2021-09-22 Thread 'Tim Donohue' via DSpace Technical Support
Hi Gavin, Could you look for errors on the backend or in your browser's dev tools? Those are the easiest ways to narrow down the problem. Here's a guide for finding those errors in either the front or backend: https://wiki.lyrasis.org/display/DSPACE/Troubleshoot+an+error#Troubleshootanerror-DS

Re: [dspace-tech] REST API HTTPS Configuration

2021-09-22 Thread 'Tim Donohue' via DSpace Technical Support
Hi Charlotte, At this time, the Docker scripts available in the DSpace codebase only support development on localhost​. They are meant simply as examples and a way to demo / try out DSpace -- they cannot be used in any Production like scenarios. See also the warning in the README for those sc

Re: [dspace-tech] Re: DSpace 7 API search by lastModified date

2021-09-22 Thread 'Tim Donohue' via DSpace Technical Support
Hi Omar & Ben, The DSpace 7 REST API can support​ Solr/Lucene style queries, provided that it's URL encoded. So, this sort of search by lastModified date is already supported for Items​ as the lastModified date of an Item is indexed in Solr (as the Solr field "lastModified"), see: https://gith

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

2021-09-22 Thread 'Tim Donohue' via DSpace Technical Support
Hi Gavin, I'm a bit lost in the info you've provided as it's not clear to me whether you are able to access the REST API from your browser, or not. Are the errors you are seeing related to accessing the UI or the REST API in your browser? Can you verify that you are able to see the REST API i

Re: [dspace-tech] Re: yarn start source / destination address when opening firewall

2021-09-22 Thread 'Tim Donohue' via DSpace Technical Support
Hi, Unfortunately, I don't think this is a question we can help answer. The IP of your DSpace site depends on the IP of your server. DSpace doesn't control the IP at all, rather the IP address is decided by your server's OS & networking setup (and the DNS it is using). You may want to ask yo

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

2021-09-22 Thread 'Tim Donohue' via DSpace Technical Support
Hi Gavin, Huh, this is an odd one. Nothing is jumping out in your description here as being obviously "off/wrong". Just to verify, that "browser" directory is embedded? in a JAR...it's not supposed to exist separately under "/server", so that's definitely not the issue here. I've double chec

Re: [dspace-tech] Re: yarn start source / destination address when opening firewall

2021-09-23 Thread 'Tim Donohue' via DSpace Technical Support
Hi, What port you want to open depends on how you want to run the User Interface. If you are running a non-Production instance, using "yarn start" is OK, and then yes​ it's going to use port 4000 by default. However, for Production installs, we recommend using a process manager like PM2 to he

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

2021-09-23 Thread 'Tim Donohue' via DSpace Technical Support
Hi Gavin, I'm running the latest and greatest code (pre-7.1), so my MANIFEST.MF might have slightly different versions than yours, but here's what mine says: Manifest-Version: 1.0 Created-By: Maven Archiver 3.4.0 Build-Jdk-Spec: 11 Specification-Title: DSpace Server Webapp:: Local Customizations

Re: [dspace-tech] Abridged summary of dspace-tech@googlegroups.com - 13 updates in 6 topics

2021-09-23 Thread 'Tim Donohue' via DSpace Technical Support
Hi David, When deciding between v6 and v7, the first thing you likely need to be aware of is that 7.0 does NOT (yet) have all the same features as 6.x. That means there are many 6.x features that are still being ported to 7.x (little by little over several 7.x releases). Here's the list of pri

Re: [dspace-tech] FileNotFound

2021-09-24 Thread 'Tim Donohue' via DSpace Technical Support
Hi Nicolas, Is there anything else on your system that could be moving files from that assetstore directory? Maybe an overzealous virus scanner has put some files in quarantine or something? Or did you recently migrate this assetstore directory from another location and perhaps miss copying o

Re: [dspace-tech] FileNotFound

2021-09-24 Thread 'Tim Donohue' via DSpace Technical Support
Hi Nicolas, Since there's a common thread that the missing files were all created via the REST API, you may want to review your REST API creation process. It is always possible that your script for creating files via the REST API was not calling the REST API properly to upload the files (resul

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

2021-09-28 Thread 'Tim Donohue' via DSpace Technical Support
Hi Mathieu, OAI-PMH Collection harvesting is not yet fully implemented in the DSpace 7 UI. So, the error you are seeing may relate to the fact that the feature doesn't yet exist. That said, we are working on building this feature right now, so it's likely going to be in 7.1. Here's the ticke

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

2021-09-30 Thread 'Tim Donohue' via DSpace Technical Support
Hi Gavin, No. To clarify, there's two types of OAI-PMH support in DSpace 6.x, and v7.0 only supports one. * DSpace provides its own OAI-PMH interface so that external applications can harvest from​ DSpace. This is supported in 6.x and in 7.0. * DSpace also provides an OAI-PMH harvester,

Re: [dspace-tech] Database upgrade error / Dspace 7 loading continuously

2021-10-01 Thread 'Tim Donohue' via DSpace Technical Support
Hi Lewatle, Since you are upgrading​ to DSpace 7, you must run: ./dspace database migrate ignored The "ignored" part is very important...as it ensures some previously ignored migrations (for 6.x) are run (as they are now required for 7.x). See the upgrade step #9(c): https://wiki.lyrasis.org/

Re: [dspace-tech] Database upgrade error / Dspace 7 loading continuously

2021-10-04 Thread 'Tim Donohue' via DSpace Technical Support
Hi Lewatle, It's hard to say what exactly could be causing that problem. It might have to do with Solr not working or setup properly, or it could even be that the frontend is having issues communicating with the backend. The best way to debug the issue would be to locate the exact error message

[dspace-tech] Re: DSPACE7 no _links section found in production mode

2021-10-04 Thread 'Tim Donohue' via DSpace Technical Support
Hi Jan, We have a guide for that error here: https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace#InstallingDSpace-%22No_linkssectionfoundat...%22errorfromUserInterface That said, your REST API at https://sulis53.zcu.cz/server/ "looks correct" to me, and you can see that it has a "_links

[dspace-tech] Re: dspace 7 upgrade database errors

2021-10-04 Thread 'Tim Donohue' via DSpace Technical Support
Hi, Do you happen to know if you were using the Configurable/XML Workflow in DSpace 6.x? Or did you use the older "traditional" three-step workflow approval process? The reason I ask is that this failing migration seems like it is specific to the older three-step workflow approval process...s

Re: [dspace-tech] Re: dspace 7 upgrade database errors

2021-10-04 Thread 'Tim Donohue' via DSpace Technical Support
4, 2021 at 11:42 AM 'Tim Donohue' via DSpace Technical Support mailto:dspace-tech@googlegroups.com>> wrote: Hi, Do you happen to know if you were using the Configurable/XML Workflow in DSpace 6.x? Or did you use the older "traditional" three-step workflow approval p

Re: [dspace-tech] Re: dspace 7 upgrade database errors

2021-10-04 Thread 'Tim Donohue' via DSpace Technical Support
ce Technical Support mailto:dspace-tech@googlegroups.com>> Subject: Re: [dspace-tech] Re: dspace 7 upgrade database errors Thank you Tim. My library is using the xmlui interface and still uses the original workflow. I noticed the following line was uncommented. I have the sword v

Re: [dspace-tech] Local Metadata Definition Syntax

2021-10-04 Thread 'Tim Donohue' via DSpace Technical Support
Hi Zhongping, I'd recommend just avoiding "." and "_" in metadata field names. Obviously "." is not allowed as that's the usual field separator. But, "_" is sometimes used as a secondary separator, especially when using Authority control or similar (which DSpace 7 uses a little more than v6).

[dspace-tech] Re: Import without files

2021-10-06 Thread 'Tim Donohue' via DSpace Technical Support
Have you checked your dspace logs for error messages? A guide for doing so can be found at https://wiki.lyrasis.org/display/DSPACE/Troubleshoot+an+error Essentially, we don't have enough information to help out. Your command looks correct at a glance, but we don't know what is in your AIPs an

Re: [dspace-tech] Database Load into Dspace 7

2021-10-08 Thread 'Tim Donohue' via DSpace Technical Support
Hi Keith, You will need to run the database migration script, as detailed in the Upgrade Guide, step 9: "./dspace database migrate ignored". https://wiki.lyrasis.org/display/DSDOC7x/Upgrading+DSpace#UpgradingDSpace-UpgradingtheBackend(ServerAPI) Without running that command, the backend may th

[dspace-tech] Re: Invalid CSRF token

2021-10-12 Thread 'Tim Donohue' via DSpace Technical Support
Hi Farid, All non-GET / modifying requests to the v7 REST API *require* a valid CSRF token to be passed. You can find information about how to obtain the CSRF token (it's usually sent back to you on your first GET, but may be updated after login/logout, etc) and how to send it back in our REST

[dspace-tech] Re: How to use packeger to copy/restore structure of a big repository?

2021-10-12 Thread 'Tim Donohue' via DSpace Technical Support
Hi, Just a quick note on migration. If you are simply migrating your DSpace content from one server to another, you don't need to use the packager or similar tools. Instead, just copy over the following: * Copy your entire database contents to your new database (e.g. for Postgres, use tools li

[dspace-tech] Re: DSPACE7 no _links section found in production mode

2021-10-12 Thread 'Tim Donohue' via DSpace Technical Support
This issue is puzzling to me, as it sounds like it should work. It makes me wonder if there's a possible SSL Certificate "trust" issuewhere the frontend (running on Node.js) is not *trusting* the SSL Certificate that your backend is returning. We *have* seen this before, but in the past it

Re: [dspace-tech] Re: Seemingly crazy catch 22 Dspace DB migration loop question!!!

2021-10-14 Thread 'Tim Donohue' via DSpace Technical Support
Hi Steven, What does your "dspace database info" command return? We'd need more information here to help debug it. This seems like a very odd error to me as well, as that migration was initially added in 5.7 and ported to 6.1... so, if you were already running 6.1 or above, this migration shoul

Re: [dspace-tech] Re: Seemingly crazy catch 22 Dspace DB migration loop question!!!

2021-10-15 Thread 'Tim Donohue' via DSpace Technical Support
Hi Steven, I apologize, but I haven't had time to get back to this yet. It is definitely an odd error to be occurring, as I would have expected this migration to have run before​ you attempted an upgrade to 7.0. One option might be to go back to your 6.x site and run the "dspace database migr

Re: [dspace-tech] MVN Package not working

2021-10-18 Thread 'Tim Donohue' via DSpace Technical Support
It looks like you didn't run Maven from the directory where you downloaded DSpace. See the error message it returned: "Please verify you invoked Maven from the correct directory" Tim From: 'CENTRAL LIBRARY' via DSpace Technical Support Sent: Thursday, October 7

Re: [dspace-tech] Re: Seemingly crazy catch 22 Dspace DB migration loop question!!!

2021-10-18 Thread 'Tim Donohue' via DSpace Technical Support
Hi Steven, Ok, I understand the frustration. Honestly, I've very confused how this migration was never triggered earlier...as there was a time (in 5.x days) when it was not​ "ignored" / out of order and it should have been triggered by a simple "dspace database migrate" at that time. One other

Re: [dspace-tech] Re: DSPACE7 no _links section found in production mode

2021-10-19 Thread 'Tim Donohue' via DSpace Technical Support
Hi all, Since it sounds like several folks have hit on this thread, I want to stress that this "no _links section found in production mode" error can be caused by a variety of issues​​. Unfortunately, this error simply means that your Frontend cannot communicate with your Backend. Therefore,

Re: [dspace-tech] DSpace partially works

2021-10-19 Thread 'Tim Donohue' via DSpace Technical Support
Hi Stevenson, A 500 error usually means there's an error in the backend's logs (dspace.log or Tomcat logs). Here's a guide for finding error messages in DSpace 7: https://wiki.lyrasis.org/display/DSPACE/Troubleshoot+an+error#Troubleshootanerror-DSpace7.x(orabove) My guess is that you'll find a

Re: [dspace-tech] Re: Dspace 7 beta - 5: Error fetching sub-communities and Error fetching sub-collections

2021-10-19 Thread 'Tim Donohue' via DSpace Technical Support
See our Troubleshooting guide for hints/tips on finding the underlying error that DSpace may be throwing: https://wiki.lyrasis.org/display/DSPACE/Troubleshoot+an+error#Troubleshootanerror-DSpace7.x(orabove) Once you find the error, check our common installation issues at: https://wiki.lyrasis.o

Re: [dspace-tech] No assetstore shown on angular web interface after upgrade / DSpace 6.3 to 7.0

2021-10-21 Thread 'Tim Donohue' via DSpace Technical Support
Please check for errors in either the UI or backend logs. Here's a guide for that: https://wiki.lyrasis.org/display/DSPACE/Troubleshoot+an+error#Troubleshootanerror-DSpace7.x(orabove) It's difficult to provide advice on fixing this problem if we don't know where the problem resides. The error

Re: [dspace-tech] Re: dspace 7 bitstreams

2021-10-21 Thread 'Tim Donohue' via DSpace Technical Support
Hi, Your DSpace log looks to have several exceptions in it. The main one looks to be this one... Caused by: java.lang.NoSuchMethodError: 'java.lang.String org.apache.tomcat.util.http.FastHttpDateFormat.formatDate(long)' Are you using Tomcat 9 as required for DSpace 7? That error seems to say

Re: [dspace-tech] (7.0) Bitstreams missing after Simple Archive Import

2021-10-21 Thread 'Tim Donohue' via DSpace Technical Support
Hi Tyler, Are there any errors in the backend logs (dspace.log or Tomcat logs)? If you aren't seeing errors from the commandline process, it's possible they are showing up in the logs instead. Tim From: dspace-tech@googlegroups.com on behalf of Tyler Mobley

Re: [dspace-tech] new group with add/delete permission for SUBMIT-Group

2021-10-22 Thread 'Tim Donohue' via DSpace Technical Support
Hi Franziska, Currently, only Collection Admins can manage Collection groups or permissions. There's no way to assign group management permissions without giving the user at least Collection Admin permissions (or Community Admin or full Admin). Tim From: dspace-

Re: [dspace-tech] No assetstore shown on angular web interface after upgrade / DSpace 6.3 to 7.0

2021-10-22 Thread 'Tim Donohue' via DSpace Technical Support
Hi Lewatle, Your one screenshot shows a ton of CORS errors. That's a common issue, see this for help: https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace#InstallingDSpace-%22XMLHttpRequest..hasbeenblockedbyCORSpolicy%22or%22CORSerror%22or%22InvalidCORSrequest%22 To answer your question

Re: [dspace-tech] (7.0) Bitstreams missing after Simple Archive Import

2021-10-22 Thread 'Tim Donohue' via DSpace Technical Support
I don't believe permissions in the Zip would have an impact. You may also want to double check that the Zip file is structured as described in Simple Archive Format: https://wiki.lyrasis.org/display/DSDOC7x/Importing+and+Exporting+Items+via+Simple+Archive+Format#ImportingandExportingItemsviaSimpl

Re: [dspace-tech] error upload

2021-10-22 Thread 'Tim Donohue' via DSpace Technical Support
Hi, A 500 error from the REST API means that the backend has hit an error. You will need to check the DSpace logs or Tomcat logs for details on what that error is. Again, see the troubleshooting guide at: https://wiki.lyrasis.org/display/DSPACE/Troubleshoot+an+error#Troubleshootanerror-DSpace7

Re: [dspace-tech] Cannot Upload Bitstream when Editing Existing Item

2021-10-25 Thread 'Tim Donohue' via DSpace Technical Support
Hi, No, what you've found is a bug in 7.0. We've fixed it in 7.1 (which should be out next week, due on Nov 1), and it's already fixed on the demo site. Tim From: dspace-tech@googlegroups.com on behalf of Zhongping Yan Sent: Friday, October 22, 2021 4:16 PM T

Re: [dspace-tech] Re: Erro dspace oai

2021-10-25 Thread 'Tim Donohue' via DSpace Technical Support
Hi, A 500 error means there's a backend error in the logs. Please check your dspace logs and/or Tomcat logs for error messages there. We'd need the full error message to help debug a 500 error. Here's the guide for checking your logs for errors: https://wiki.lyrasis.org/display/DSPACE/Trouble

Re: [dspace-tech] No assetstore shown on angular web interface after upgrade / DSpace 6.3 to 7.0

2021-10-25 Thread 'Tim Donohue' via DSpace Technical Support
Hi Lewatle, You seem to be seeing the "No _links section found at.." error which we have tips/hints about in our Common Installation Issues at: https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace#InstallingDSpace-%22No_linkssectionfoundat...%22errorfromUserInterface As of today, on the "

Re: [dspace-tech] Re: DSPACE7 no _links section found in production mode

2021-10-25 Thread 'Tim Donohue' via DSpace Technical Support
tely, you could upgrade to the latest "main" branch of the frontend & backend. Or, you could manually download the script via this PR: https://github.com/DSpace/dspace-angular/pull/1368 Tim ________________ From: 'Tim Donohue' via DSpace Technical Suppo

Re: [dspace-tech] email address, discovery module, statistics on DSpace 7

2021-10-25 Thread 'Tim Donohue' via DSpace Technical Support
Answers inline below (in red text)... From: dspace-tech@googlegroups.com on behalf of Joshua Kim Sent: Monday, October 25, 2021 11:34 AM To: DSpace Technical Support Subject: [dspace-tech] email address, discovery module, statistics on DSpace 7 Hi, I would li

Re: [dspace-tech] Dspace 7.1

2021-10-26 Thread 'Tim Donohue' via DSpace Technical Support
Hi, 7.1 is due on Nov 1 as promised. I still expect that to be the case. Anything not completed in time will be pushed to the 7.2 board. (So, yes, there's a lot currently on the 7.1 board that will not be done for 7.1...I'll be reorganizing the boards later this week to be more accurate.) Tim

Re: [dspace-tech] Bitstream Architect - connect to multiple data stores

2021-10-26 Thread 'Tim Donohue' via DSpace Technical Support
Hi Tianyi, Currently, there are no plans on the Roadmap to change bitstream storage behavior in DSpace. The planned 7.x features can all be found at https://wiki.lyrasis.org/display/DSPACE/DSpace+Release+7.0+Status#DSpaceRelease7.0Status-Whatfeaturesarecominginalater7.xrelease?7.x The Roadmap

Re: [dspace-tech] Request a Copy - Downloadlink instead of Mail Attachement

2021-10-29 Thread 'Tim Donohue' via DSpace Technical Support
Hi Alexander, I suspect others would be interested in such a feature if you or anyone else would be interested in building it (or hiring a service provider to build it on your behalf). Currently though, it's not on the immediate 7.x Ro

Re: [dspace-tech] Myth: Site Admin lost periodically

2021-11-01 Thread 'Tim Donohue' via DSpace Technical Support
While this is a guess, it's possible​ for your CSRF Token to get "out of sync" temporarily, causing a temporary authentication failure. The CSRF token is a security token which validates your connection to the REST API. If your token stored in your browser is out of sync with the one your REST

Re: [dspace-tech] Dspace 7.1 Upgrade instructions missing step

2021-11-02 Thread 'Tim Donohue' via DSpace Technical Support
Hi Mathieu, Thanks for the note! It looks like we had two steps out of order...the configuration step was listed as #6 (after the "ant update"). I just swapped them around and added a note about making your your existing local.cfg is kept. Tim From: dspace-tec

[dspace-tech] Re: Dspace 7.1 installation

2021-11-03 Thread 'Tim Donohue' via DSpace Technical Support
Hi Nurzhan, There's no need to register anywhere to setup an account in your DSpace. Once your DSpace site is installed, you have full control over all registrations yourself. During the DSpace *backend* installation (step 14), you should have already created your initial Administrator Accoun

Re: [dspace-tech] Problem on accessing front page on local Network

2021-11-03 Thread 'Tim Donohue' via DSpace Technical Support
Hi, Based on your Apache settings, you have Apache responding to port 80 (default HTTP). So, the UI would be available at http://172.21.6.150 (and not on port 4000). Apache should redirect requests to that port 80 URL to your UI running on port 4000. If you hit issues, I'd highly recommend f

Re: [dspace-tech] Dspace 7.0 -> 7.1 Upgrade Error -- tomcat returns 404

2021-11-04 Thread 'Tim Donohue' via DSpace Technical Support
Hi Tyler, I don't believe you are seeing a corrupted JAR, as under that "Error starting child." message, you are seeing this "Caused by" error: Caused by: java.lang.RuntimeException: Failure during ServletContext initialisation: Error creating bean with name 'org.dspace.app.sherpa.SHERPAServi

[dspace-tech] Re: Internal System Error

2021-11-05 Thread 'Tim Donohue' via DSpace Technical Support
An Internal System Error means there was a backend error that occurred. You'd need to send the backend error stacktrace/message to this list for anyone to be able to help. Here's our guide for finding these backend errors: https://wiki.lyrasis.org/display/DSPACE/Troubleshoot+an+error Tim On

[dspace-tech] Re: How can i install Dspace Cris 7 from Dspace 7

2021-11-05 Thread 'Tim Donohue' via DSpace Technical Support
Hi Toipx, DSpace-CRIS and DSpace are two separate systems & cannot be "installed" on each other. - The DSpace-CRIS system is an open-source system built/maintained/supported by 4Science, and their documentation can be found at https://wiki.lyrasis.org/display/DSPACECRIS/ If you nee

Re: [dspace-tech] REST API DSpace 7.1

2021-11-08 Thread 'Tim Donohue' via DSpace Technical Support
Hi Kosmas, You can find information on logging in directly to the REST API in our REST Contract documentation at https://github.com/DSpace/RestContract/blob/main/authentication.md Tim From: dspace-tech@googlegroups.com on behalf of Kosmas Kaifel Sent: Monday,

Re: [dspace-tech] DSpace 5-7 migration, handles

2021-11-08 Thread 'Tim Donohue' via DSpace Technical Support
Hi Jan, The easiest way is to just do an upgrade from 5.x -> 7.x instead of migrating data. https://wiki.lyrasis.org/display/DSDOC7x/Upgrading+DSpace Since you are moving to a new machine, there may be a few extra steps here prior to the upgrade that I'd recommend: * Install Postgres on t

[dspace-tech] Re: Trouble in installing Dspace7.0 in ubuntu 18.04

2021-11-08 Thread 'Tim Donohue' via DSpace Technical Support
Hi, I'd recommend using the official installation instructions at https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace as it looks like you are following an unofficial guide (and we cannot promise that other site is accurate). As part of the official install guide, we also have a sectio

Re: [dspace-tech] Error on homepage

2021-11-09 Thread 'Tim Donohue' via DSpace Technical Support
Hi, I'd recommend checking your UI and backend for possible error messages. Here's a troubleshooting guide for how to do that: https://wiki.lyrasis.org/display/DSPACE/Troubleshoot+an+error#Troubleshootanerror-DSpace7.x(orabove) We also have several common error messages that may be found (in e

Re: [dspace-tech] Error on homepage

2021-11-10 Thread 'Tim Donohue' via DSpace Technical Support
Hi Jaware, The messages you sent in your last email can be ignored safely as they are not the root problem. The 404 response from "google.analytics.key" is just saying that you haven't yet configured that configuration on your backend. It will not cause any problems & can be ignored. The "Whi

Re: [dspace-tech] DSpace index discovery not completed on DSpace 7.1

2021-11-10 Thread 'Tim Donohue' via DSpace Technical Support
Hi Lewatle, Those errors seem to all be startup/restart issues with your application. The Solr issue is in our common installation issue: https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace#InstallingDSpace-Solrrespondswith%22Expectedmimetypeapplication/octet-streambutgottext/html%22(404N

  1   2   3   4   5   6   >