[dspace-tech] Re: Database migrate problem while upgrading from 4.0 to 7.2

2022-02-28 Thread Night Librarian
Thank you very much, Tim. The first part is fixed. I replaced the 7.2 update-sequences.sql by the dspace-4.x version and now it works great: *$ ./dspace database update-sequences* Running org/dspace/storage/rdbms/sqlmigration/postgres/update-sequences.sql update-sequences complete

Re: [dspace-tech] Re: Dspace 7.2 build:prod fails to build the expected dist/server directory.

2022-02-28 Thread Eric Montague
I found the problem. I use NSSM to manage the front end service. NSSM for front end Upon closer inspection, I discovered that the arguments for node changed from     "serve:ssr": "node *dist/server*" in 7.1 to     "serve:ssr": "node *dist/server/main*" in 7.2 Once I  used the correct arguments

[dspace-tech] Re: Database migrate problem while upgrading from 4.0 to 7.2

2022-02-28 Thread 'Tim Donohue' via DSpace Technical Support
Hi, Unfortunately, since you are on such an old version of DSpace (v4), the newer DSpace 7 "update-sequences" scripts *will not work on your database until you successfully upgrade. *Instead, to update sequences on a database that's currently compatible with DSpace 4.x, you would need to manu

[dspace-tech] Re: Dspace 7 - Angular Front End not working

2022-02-28 Thread 'Tim Donohue' via DSpace Technical Support
Hi Zel, In order to help you, we'd need more information on what is "not working". More specifically, we'd need you to find the underlying error messages, either in the UI or in the backend (it may be one or the other). To troubleshoot DSpace 7 and find the underlying error messages, see our

[dspace-tech] Re: extract metadata and doi import

2022-02-28 Thread 'Tim Donohue' via DSpace Technical Support
DSpace 7 only supports limited import sources at this time. It's not possible to enable others, unless you create code to do the import yourself. For more information, see https://wiki.lyrasis.org/display/DSDOC7x/Live+Import+from+external+sources It is possible that DSpace 7.3 (due in June) mi

[dspace-tech] Re: Dspace 7.2 build:prod fails to build the expected dist/server directory.

2022-02-28 Thread 'Tim Donohue' via DSpace Technical Support
Hi Eric, Have you tried running the app via "yarn run serve:ssr" after that "yarn build:prod"? Does it result in errors? I did want to note that the build process between 7.1 and 7.2 *did change*. So, it's not unexpected for the resulting "dist" folder to be bigger...because we changed the b

[dspace-tech] Re: 500 Hal Browser error

2022-02-28 Thread 'Tim Donohue' via DSpace Technical Support
Hi Tianyi, Have you modified the DSpace "log4j2.xml" configuration file in some manner? From the limited information you've provided, it sounds like Tomcat is telling you that the log4j2.xml is somehow "invalid": https://github.com/DSpace/DSpace/blob/dspace-7.2/dspace/config/log4j2.xml You sh

[dspace-tech] Re: ISSNs for Repositories

2022-02-28 Thread al...@vt.edu
Dave, Thank you for clarifying that the ISSN enables creation of an repository level record for OCLC. Anne On Friday, February 25, 2022 at 11:10:58 AM UTC-5 dbig...@gmail.com wrote: > Yes, The Digital Collection Gateway is an excellent tool to get the items > in the repository into OCLC. Gett

[dspace-tech] Dspace 7 - Angular Front End not working

2022-02-28 Thread Zel Cole
Hi, I just installed dspace 7 backend successfully, I here by have some issues while using the the dspace7 frontend, I am now using this version of https://github.com/4Science/dspace-angular. To make sure I have a successful setup, I tried the frontend and backend with http connection, an