[dspace-tech] Re: How to make REST API items follow collection workflow on DSpace 7.6

2024-05-15 Thread Lewatle Johannes Phaladi
Hello Tim,

Thanks for the reply, I would like to confirm that there is workflow set on 
collection, it is set by putting eperson on as editors but when receiving 
items from API they just get published, another test done was to add 
another eperson as submitter and do manual deposit using that eperson 
details, the item successfully remained in the workflow awaiting for 
editors to take task, also DSpace send emails to all editors on workflow to 
take task, only via API the items are published directly disregarding set 
workflow.

Please note email received when doing manual deposits :

 

-Original Message-
From: lewa...@email.com
Sent: Wednesday, 15 May 2024 10:49
To: 1...@email.com>; sec...@email.com; th...@email.com; fou...@email.com; 
fi...@email.com 
Subject: 

 

 

A new item has been submitted:

 

Title:Graphical data

Collection:   Research Outputs

Submitted by: Lewatle   Phaladi

 

New task available.

 

To claim this task, please visit your "MyGroup IR"

page:  https://repository.url.ac.za/mydspace

 

Many thanks!

 

The IR Team

Regards,
Lewatle 




On Tuesday 14 May 2024 at 18:54:03 UTC+2 DSpace Technical Support wrote:

> Hi Lewatle,
>
> In DSpace 7, all items will be forced through the Workflow process as long 
> as the Collection has a Workflow enabled.  If the Collection does *not* 
> have a Workflow enabled, then the Items will become immediately available 
> in the system.   This works whether you submit the Item via the User 
> Interface or the REST API (after all, the REST API is how the User 
> Interface submits Items as well). 
>
> To enable a Workflow at the Collection level, you need to set one or more 
> of the workflow "roles" (Editors, Final Editors or Reviewers) on the 
> Collection Edit pages: 
> https://wiki.lyrasis.org/display/DSDOC7x/Edit+Collection#EditCollection-AssignRoles
>   
>   To disable the Workfow, you'd delete these roles if they already exist.
>
> Tim
>
> On Monday, May 13, 2024 at 8:28:14 AM UTC-5 joem...@gmail.com wrote:
>
>> Dear DSpace Tech,
>>
>> I would like to ask how to make REST API comply with workflow on 
>> collection, I have collection where it have editors as explained "Editors 
>> are able to edit the metadata of incoming submissions, and then accept or 
>> reject them." All deposits are expected to remain in the workflow of users 
>> placed as editors but when receiving items from REST API they are jumping 
>> the workflow and get published immediately. Assist in how to set REST API 
>> or DSpace to force items coming from REST API to remain on the task pool 
>> for users to take task and edit items before publishing. On DSpace 6.X 
>> items were remaining on approvers task pool until users take task and 
>> publish or rejecting the submission.
>>
>> Regards,
>> Lewatle 
>>
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/9dfe0026-9e4e-4886-aba4-0b570e08a989n%40googlegroups.com.


[dspace-tech] How to make REST API items follow collection workflow on DSpace 7.6

2024-05-13 Thread Lewatle Johannes Phaladi
Dear DSpace Tech,

I would like to ask how to make REST API comply with workflow on 
collection, I have collection where it have editors as explained "Editors 
are able to edit the metadata of incoming submissions, and then accept or 
reject them." All deposits are expected to remain in the workflow of users 
placed as editors but when receiving items from REST API they are jumping 
the workflow and get published immediately. Assist in how to set REST API 
or DSpace to force items coming from REST API to remain on the task pool 
for users to take task and edit items before publishing. On DSpace 6.X 
items were remaining on approvers task pool until users take task and 
publish or rejecting the submission.

Regards,
Lewatle 

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/34c2915d-ea0d-49d7-ae27-57c6061a68adn%40googlegroups.com.


Re: [dspace-tech] Adding Browse By Items

2024-02-22 Thread Lewatle Johannes Phaladi
Hello Salony, 

Thank you very much, re-indexing discovery step I did not use before and 
after you mentioned it I did use and the browse by list was updated.

Regards,
Lewatle 

On Saturday 17 February 2024 at 08:33:35 UTC+2 Salony Permanand wrote:

> Have you tried index discovery . After applying index discovery-b all 
> options will be visible
>
> On Fri, 16 Feb 2024 at 9:16 PM, Sean Carte  wrote:
>
>> Hi Lewatle
>>
>> I'm not sure if it's the best way to do this, but I edit this file:
>> ~/dspace-angular/src/assets/i18n/en.json5
>>
>> You'll need to edit/add fields for browse.comcol.by, browse.metadata and 
>> menu.section, e.g:
>>
>> this adds the 'By Date Accessioned':
>>   "browse.comcol.by.dateaccessioned": "By Date Accessioned",
>>   "browse.metadata.dateaccessioned": "Date Accessioned",
>>   "browse.metadata.dateaccessioned.breadcrumbs": "Browse by Date 
>> Accessioned",
>>   "menu.section.browse_community_by_dateaccessioned": "By Date 
>> Accessioned",
>>   "menu.section.browse_community_by_dateaccessioned": "By Date 
>> Accessioned",
>>   "menu.section.browse_global_by_dateaccessioned": "By Date Accessioned",
>>
>> Then you'll need to rebuild and deploy.
>>
>> Sean
>>
>> On Fri, 16 Feb 2024 at 15:56, Lewatle Johannes Phaladi  
>> wrote:
>>
>>> Hello Sean and DSpace Team,
>>>
>>> I have attached images detailing changes done up to now trying to 
>>> customize browse by dc fields by adding preferred fields, in dspace.cfg I 
>>> have added few fields and in en.json5 file also updated wording, only 
>>> Department field is updated but not searching metadata related to 
>>> dc.department, the only field that search correct metadata is dc date 
>>> accessioned but its wording not appearing on the menu, By Dateaccessioned 
>>> not visible on the menu.
>>>
>>> Is there any place where I should update to make this fields search 
>>> metadata and show on frontend when user click them.
>>>
>>> Regards,
>>> Lewatle 
>>>
>>> On Friday 12 January 2024 at 10:43:02 UTC+2 Lewatle Johannes Phaladi 
>>> wrote:
>>>
>>>> Hello Sean,
>>>>
>>>> Thanks a lot, I will have a look at those comments as indicated.
>>>>
>>>> Regards,
>>>> Lewatle 
>>>>
>>>> On Friday 12 January 2024 at 10:26:58 UTC+2 Sean Carte wrote:
>>>>
>>>>> Hi Lewatie
>>>>>
>>>>> You'll need to look at the webui.browse.index.* settings in your 
>>>>> dspace.cfg file. The comments therein are helpful.
>>>>>
>>>>> Sean
>>>>>
>>>>> On Thu, 11 Jan 2024 at 14:35, Lewatle Johannes Phaladi <
>>>>> joem...@gmail.com> wrote:
>>>>>
>>>>>> Dear All, 
>>>>>>
>>>>>> Please assist on how to add browse by items , I would like to add 
>>>>>> department field on the following list. The first image below is browse 
>>>>>> by 
>>>>>> from out of box DSpace software, the second picture shows added fields I 
>>>>>> would like to edit DSpace 7.6 installation and put 1 or 2 more fields  
>>>>>>
>>>>>> [image: browse by 1.png]
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> [image: browse by 2.png]
>>>>>>
>>>>>> Regards,
>>>>>> Lewatle 
>>>>>>
>>>>>> -- 
>>>>>> All messages to this mailing list should adhere to the Code of 
>>>>>> Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
>>>>>> --- 
>>>>>> 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...@googlegroups.com.
>>>>>> To view this discussion on the web visit 
>>>>>> https://groups.google.com/d/msgid/dspace-tech/144c8a1f-49dd-47e0-87b5-f9bd4472b9abn%40googlegroups.com
>>>>>>  
>>>>>> <https://groups.google.com/d/msgid/dspace-tech/144c8a1f-49dd-47e0-87b5-f9bd4472b9abn%40googlegroups.com?

Re: [dspace-tech] Adding Browse By Items

2024-02-22 Thread Lewatle Johannes Phaladi
Hello Sean,

Thank you a lot for sharing helpful steps, they have worked, please see 
screenshot below :

[image: image_2024-02-22_103531903.png]
Regards,
Lewatle 




On Friday 16 February 2024 at 17:46:25 UTC+2 Sean Carte wrote:

> Hi Lewatle
>
> I'm not sure if it's the best way to do this, but I edit this file:
> ~/dspace-angular/src/assets/i18n/en.json5
>
> You'll need to edit/add fields for browse.comcol.by, browse.metadata and 
> menu.section, e.g:
>
> this adds the 'By Date Accessioned':
>   "browse.comcol.by.dateaccessioned": "By Date Accessioned",
>   "browse.metadata.dateaccessioned": "Date Accessioned",
>   "browse.metadata.dateaccessioned.breadcrumbs": "Browse by Date 
> Accessioned",
>   "menu.section.browse_community_by_dateaccessioned": "By Date 
> Accessioned",
>   "menu.section.browse_community_by_dateaccessioned": "By Date 
> Accessioned",
>   "menu.section.browse_global_by_dateaccessioned": "By Date Accessioned",
>
> Then you'll need to rebuild and deploy.
>
> Sean
>
> On Fri, 16 Feb 2024 at 15:56, Lewatle Johannes Phaladi  
> wrote:
>
>> Hello Sean and DSpace Team,
>>
>> I have attached images detailing changes done up to now trying to 
>> customize browse by dc fields by adding preferred fields, in dspace.cfg I 
>> have added few fields and in en.json5 file also updated wording, only 
>> Department field is updated but not searching metadata related to 
>> dc.department, the only field that search correct metadata is dc date 
>> accessioned but its wording not appearing on the menu, By Dateaccessioned 
>> not visible on the menu.
>>
>> Is there any place where I should update to make this fields search 
>> metadata and show on frontend when user click them.
>>
>> Regards,
>> Lewatle 
>>
>> On Friday 12 January 2024 at 10:43:02 UTC+2 Lewatle Johannes Phaladi 
>> wrote:
>>
>>> Hello Sean,
>>>
>>> Thanks a lot, I will have a look at those comments as indicated.
>>>
>>> Regards,
>>> Lewatle 
>>>
>>> On Friday 12 January 2024 at 10:26:58 UTC+2 Sean Carte wrote:
>>>
>>>> Hi Lewatie
>>>>
>>>> You'll need to look at the webui.browse.index.* settings in your 
>>>> dspace.cfg file. The comments therein are helpful.
>>>>
>>>> Sean
>>>>
>>>> On Thu, 11 Jan 2024 at 14:35, Lewatle Johannes Phaladi <
>>>> joem...@gmail.com> wrote:
>>>>
>>>>> Dear All, 
>>>>>
>>>>> Please assist on how to add browse by items , I would like to add 
>>>>> department field on the following list. The first image below is browse 
>>>>> by 
>>>>> from out of box DSpace software, the second picture shows added fields I 
>>>>> would like to edit DSpace 7.6 installation and put 1 or 2 more fields  
>>>>>
>>>>> [image: browse by 1.png]
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> [image: browse by 2.png]
>>>>>
>>>>> Regards,
>>>>> Lewatle 
>>>>>
>>>>> -- 
>>>>> All messages to this mailing list should adhere to the Code of 
>>>>> Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
>>>>> --- 
>>>>> 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...@googlegroups.com.
>>>>> To view this discussion on the web visit 
>>>>> https://groups.google.com/d/msgid/dspace-tech/144c8a1f-49dd-47e0-87b5-f9bd4472b9abn%40googlegroups.com
>>>>>  
>>>>> <https://groups.google.com/d/msgid/dspace-tech/144c8a1f-49dd-47e0-87b5-f9bd4472b9abn%40googlegroups.com?utm_medium=email_source=footer>
>>>>> .
>>>>>
>>>> -- 
>> All messages to this mailing list should adhere to the Code of Conduct: 
>> https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
>> --- 
>> 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...@googlegroups.com.
>>
> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/dspace-tech/e84c2545-ceb8-4280-b2bf-266e3ff3a4b2n%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/dspace-tech/e84c2545-ceb8-4280-b2bf-266e3ff3a4b2n%40googlegroups.com?utm_medium=email_source=footer>
>> .
>>
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/3cb3aba7-bfe4-439d-a07d-40a5de6bb9bcn%40googlegroups.com.


[dspace-tech] Re: Subject category control

2024-02-08 Thread Lewatle Johannes Phaladi
Hello Maruan,

Thanks for sharing helpful link.

Regards,
Lewatle 

On Thursday 8 February 2024 at 16:57:16 UTC+2 Maruan Sahyoun wrote:

> Hi,
>
> this is documented in 
> https://wiki.lyrasis.org/display/DSDOC7x/Authority+Control+of+Metadata+Values
>
> BR
> Maruan
> FileAffairs GmbH
>
> Lewatle Johannes Phaladi schrieb am Donnerstag, 8. Februar 2024 um 
> 15:16:48 UTC+1:
>
>> Dear DSpace Tech,
>>
>> Where can one control subject category on DSpace 7.6, the folowing 
>> appears on my frontend without us choosing which subject to appear etc. 
>> Please help :
>>
>>
>> [image: image_2024-02-08_161516579.png]
>>
>> Regards,
>> Lewatle
>>
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/8b1d9736-d17f-40cf-beb0-fb16696a5b86n%40googlegroups.com.


[dspace-tech] Subject category control

2024-02-08 Thread Lewatle Johannes Phaladi
Dear DSpace Tech,

Where can one control subject category on DSpace 7.6, the folowing appears 
on my frontend without us choosing which subject to appear etc. Please help 
:


[image: image_2024-02-08_161516579.png]

Regards,
Lewatle

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/49652471-f0c0-468f-9fbe-b4ae14fe4bdan%40googlegroups.com.


[dspace-tech] Re: Get DSpace 7.6 search box code and use it to other web pages

2024-01-29 Thread Lewatle Johannes Phaladi
Hello Tim,

Thanks a lot for the reply, one wish that this can be included on DSpace 8, 
I will check if there is place where wishes can be posted for the upcoming 
version. Much appreciated for clear reply.

Regards,
Lewatle 

On Friday 26 January 2024 at 18:21:11 UTC+2 DSpace Technical Support wrote:

> Hi Lewatle,
>
> At this time, DSpace does not have a custom Javascript "widget" which 
> allows you to embed the searchbox in another page.  It would be possible to 
> write though, as that widget would just need to make the same REST API 
> calls (to the DSpace backend) that are made from the search box in the 
> DSpace user interface.  Those REST API endpoint calls can be seen in your 
> browser's DevTools as described here: 
> https://wiki.lyrasis.org/display/DSDOC7x/REST+API#RESTAPI-FindingwhichRESTAPIEndpointtouse
>
> So, someone who has a little expertise with Javascript could write a small 
> tool that makes those same REST API calls to run a search in DSpace.  It 
> isn't possible though to just copy the existing searchbox out of DSpace 
> into a different website (as the existing searchbox code is written in 
> Angular and would only work on another site that uses Angular).
>
> Tim
>
> On Friday, January 26, 2024 at 3:20:50 AM UTC-6 joem...@gmail.com wrote:
>
>> Dear All, 
>>
>> How to get code for DSpace search box and use it on any website.
>> [image: dspace 7 search.png]
>> Regards,
>> Lewatle 
>>
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/640c58fd-c214-44d6-bd08-fd1acf3e6cf1n%40googlegroups.com.


[dspace-tech] Get DSpace 7.6 search box code and use it to other web pages

2024-01-26 Thread Lewatle Johannes Phaladi
Dear All, 

How to get code for DSpace search box and use it on any website.
[image: dspace 7 search.png]
Regards,
Lewatle 

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/254a9b0d-8755-4dca-b91f-f4f5a96a9313n%40googlegroups.com.


[dspace-tech] Add SHERPA/RoMEO to external source list

2024-01-24 Thread Lewatle Johannes Phaladi
Dear All,

How to add SHERPA/RoMEO as one of the listed items to the dropdown, please 
see below image :


[image: image_2024-01-24_161140471.png]


Regards,
Lewatle 

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/b4359b16-0831-4b10-9f86-d068265b1f1bn%40googlegroups.com.


[dspace-tech] How to stop DSpace to accept duplicates item / titles

2024-01-17 Thread Lewatle Johannes Phaladi
Dear All,

How to stop DSpace accepting deposits of one item twice especially with 
similar title, I have tested by depositing same item using one title and 
other metadata fields similar but DSpace is accepting that deposit. please 
see the following item deposited twice but DSpace is not recognizing that 
and block the deposit.

[image: image_2024-01-17_151406327.png]

Regards,
Lewatle 

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/f6380c72-1913-4863-894f-ec80dedcaaabn%40googlegroups.com.


Re: [dspace-tech] Community could not be deleted, backend or SQL statement to remove community

2024-01-17 Thread Lewatle Johannes Phaladi
d5e-f0b4-421f-8508-0d3f2228614c 
>> c57b602e-eba3-44a1-8171-0593de52ca4d 
>> org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
>> [GET /server/api/config/properties/websvc.opensearch.svccontext] originated 
>> from /items/d268de6b-baea-4bf5-91be-511104c246bc/full
>> 2024-01-16 07:25:01,741 INFO  a293bd5e-f0b4-421f-8508-0d3f2228614c 
>> aabf604b-3f29-4052-984e-8d1352f23d16 
>> org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
>> [GET /server/api/authz/authorizations/search/object] originated from 
>> /items/d268de6b-baea-4bf5-91be-511104c246bc/full
>> 2024-01-16 07:25:01,741 INFO  a293bd5e-f0b4-421f-8508-0d3f2228614c 
>> fa074cdc-5594-4c4b-815a-daee6b8f6403 
>> org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
>> [GET /server/api/authz/authorizations/search/object] originated from 
>> /items/d268de6b-baea-4bf5-91be-511104c246bc/full
>> 2024-01-16 07:25:01,762 INFO  a293bd5e-f0b4-421f-8508-0d3f2228614c 
>> b5acc14b-bed5-416d-90bf-2b7380b8286b 
>> org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
>> [GET 
>> /server/api/core/bitstreams/5a30fc61-a834-4387-9069-db798a1fe238/thumbnail] 
>> originated from /items/d268de6b-baea-4bf5-91be-511104c246bc/full
>> 2024-01-16 07:25:01,774 INFO  a293bd5e-f0b4-421f-8508-0d3f2228614c 
>> d5704d17-7653-495b-b0af-61f4b76cdbb6 
>> org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
>> [GET /server/api/authz/authorizations/search/object] originated from 
>> /items/d268de6b-baea-4bf5-91be-511104c246bc/full
>> 2024-01-16 07:25:01,792 INFO  a293bd5e-f0b4-421f-8508-0d3f2228614c 
>> 4325f3bd-40b8-422c-bc81-dd18eddc87f1 
>> org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
>> [GET /server/api/authz/authorizations/search/object] originated from 
>> /items/d268de6b-baea-4bf5-91be-511104c246bc/full
>> 2024-01-16 07:25:01,850 INFO  unknown 
>> 5404d848-b9a8-41f8-bedf-16691ae75c4b 
>> org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
>> [GET /server/] originated from unknown
>>
>> Regards,
>> Lewatle 
>> On Friday 12 January 2024 at 10:40:13 UTC+2 Lewatle Johannes Phaladi 
>> wrote:
>>
>>> Hello Jose,
>>>
>>> The community is removed/deleted only for none logged in users but after 
>>> I login still the community appears and when logged out community is not 
>>> visible.
>>>
>>> Regards,
>>> Lewatle 
>>>
>>> On Thursday 11 January 2024 at 17:02:13 UTC+2 Jose Blanco wrote:
>>>
>>>> Hi Lewatle, 
>>>>
>>>> I think it's a complicated thing to do via the database. I would look 
>>>> at the log file and see why it's not letting you delete it via the UI. 
>>>> It might be an item in the collection that is somehow not able to be 
>>>> deleted and if you can find out why that item is not deleting, you 
>>>> might be able to address that issue and then delete the collection. 
>>>> That is my guess. 
>>>>
>>>> -Jose 
>>>>
>>>>
>>>> On Thu, Jan 11, 2024 at 7:08 AM Lewatle Johannes Phaladi 
>>>>  wrote: 
>>>> > 
>>>> > Hi All, 
>>>> > 
>>>> > Is there any SQL statement to remove community, I have failed to 
>>>> remove it from frontend and now I would like to delete this community with 
>>>> its subcommunity using SQL statement please share any statement that might 
>>>> be helpful to delete this community on DSpace 7.6 
>>>> > 
>>>> > Regards, 
>>>> > Lewatle 
>>>> > 
>>>> > -- 
>>>> > All messages to this mailing list should adhere to the Code of 
>>>> Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx 
>>>> > --- 
>>>> > 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...@googlegroups.com. 
>>>> > To view this discussion on the web visit 
>>>> https://groups.google.com/d/msgid/dspace-tech/1d949908-65a1-46f8-aed1-905d0b38fa1an%40googlegroups.com.
>>>>  
>>>>
>>>>
>>>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/5faa9da5-f35c-4b68-9a18-58fe1c280358n%40googlegroups.com.


[dspace-tech] Subject filter and language used when hover mouse cursor

2024-01-16 Thread Lewatle Johannes Phaladi
Hi All,

Where does subject filter retrieve values from and the language used when 
you hover mouse cursor where can it be changed to default English or any 
language available to choose from. please see screenshot below, notice 
Medicin highlighted is not in English where can that be changed to English 
language.

[image: subject filter1.png]
Regards,
Lewatle 

 

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/8a35bda9-a993-435e-900b-9d3a5ab67573n%40googlegroups.com.


Re: [dspace-tech] Community could not be deleted, backend or SQL statement to remove community

2024-01-15 Thread Lewatle Johannes Phaladi
 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/authz/authorizations/search/object] originated from 
/items/d268de6b-baea-4bf5-91be-511104c246bc/full
2024-01-16 07:25:01,671 INFO  a293bd5e-f0b4-421f-8508-0d3f2228614c 
2bf968e4-4222-495f-a40a-34c32aa0f901 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET 
/server/api/core/bundles/31887367-5300-477b-85f2-88a28ef95f1e/bitstreams] 
originated from /items/d268de6b-baea-4bf5-91be-511104c246bc/full
2024-01-16 07:25:01,671 INFO  a293bd5e-f0b4-421f-8508-0d3f2228614c 
35dc107c-d735-4cdd-b324-e521e0fb01fa 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET 
/server/api/core/bundles/28b3cf44-b045-4be5-8321-c773360ce0e8/primaryBitstream] 
originated from /items/d268de6b-baea-4bf5-91be-511104c246bc/full
2024-01-16 07:25:01,685 INFO  a293bd5e-f0b4-421f-8508-0d3f2228614c 
9430023b-565a-4c5b-922b-e00ab66794c2 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET 
/server/api/core/bundles/31887367-5300-477b-85f2-88a28ef95f1e/primaryBitstream] 
originated from /items/d268de6b-baea-4bf5-91be-511104c246bc/full
2024-01-16 07:25:01,686 INFO  a293bd5e-f0b4-421f-8508-0d3f2228614c 
8ac8775e-dcf2-48c0-8cce-6f8de4f43ef7 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET 
/server/api/core/bundles/28b3cf44-b045-4be5-8321-c773360ce0e8/bitstreams] 
originated from /items/d268de6b-baea-4bf5-91be-511104c246bc/full
2024-01-16 07:25:01,688 INFO  a293bd5e-f0b4-421f-8508-0d3f2228614c 
b29d9ba9-46e0-468c-9311-06ac7f9f1558 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET 
/server/api/core/bitstreams/b1d63e27-06a5-4ae5-b188-5cbbe4a4c867/thumbnail] 
originated from /items/d268de6b-baea-4bf5-91be-511104c246bc/full
2024-01-16 07:25:01,705 INFO  a293bd5e-f0b4-421f-8508-0d3f2228614c 
0868a33c-2dfe-4b05-bfff-2bb48889d449 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/config/properties/websvc.opensearch.enable] originated 
from /items/d268de6b-baea-4bf5-91be-511104c246bc/full
2024-01-16 07:25:01,723 INFO  a293bd5e-f0b4-421f-8508-0d3f2228614c 
c57b602e-eba3-44a1-8171-0593de52ca4d 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/config/properties/websvc.opensearch.svccontext] originated 
from /items/d268de6b-baea-4bf5-91be-511104c246bc/full
2024-01-16 07:25:01,741 INFO  a293bd5e-f0b4-421f-8508-0d3f2228614c 
aabf604b-3f29-4052-984e-8d1352f23d16 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/authz/authorizations/search/object] originated from 
/items/d268de6b-baea-4bf5-91be-511104c246bc/full
2024-01-16 07:25:01,741 INFO  a293bd5e-f0b4-421f-8508-0d3f2228614c 
fa074cdc-5594-4c4b-815a-daee6b8f6403 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/authz/authorizations/search/object] originated from 
/items/d268de6b-baea-4bf5-91be-511104c246bc/full
2024-01-16 07:25:01,762 INFO  a293bd5e-f0b4-421f-8508-0d3f2228614c 
b5acc14b-bed5-416d-90bf-2b7380b8286b 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET 
/server/api/core/bitstreams/5a30fc61-a834-4387-9069-db798a1fe238/thumbnail] 
originated from /items/d268de6b-baea-4bf5-91be-511104c246bc/full
2024-01-16 07:25:01,774 INFO  a293bd5e-f0b4-421f-8508-0d3f2228614c 
d5704d17-7653-495b-b0af-61f4b76cdbb6 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/authz/authorizations/search/object] originated from 
/items/d268de6b-baea-4bf5-91be-511104c246bc/full
2024-01-16 07:25:01,792 INFO  a293bd5e-f0b4-421f-8508-0d3f2228614c 
4325f3bd-40b8-422c-bc81-dd18eddc87f1 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/authz/authorizations/search/object] originated from 
/items/d268de6b-baea-4bf5-91be-511104c246bc/full
2024-01-16 07:25:01,850 INFO  unknown 5404d848-b9a8-41f8-bedf-16691ae75c4b 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/] originated from unknown

Regards,
Lewatle 
On Friday 12 January 2024 at 10:40:13 UTC+2 Lewatle Johannes Phaladi wrote:

> Hello Jose,
>
> The community is removed/deleted only for none logged in users but after I 
> login still the community appears and when logged out community is not 
> visible.
>
> Regards,
> Lewatle 
>
> On Thursday 11 January 2024 at 17:02:13 UTC+2 Jose Blanco wrote:
>
>> Hi Lewatle, 
>>
>> I think it's a complicated thing to do via the database. I would look 
>> at the log file and see why it's not letting you delete it via the UI. 
>> It might be an item in the collection that is somehow not able to be 
>> deleted and if you can find out why that item is not deleting, you 
>> might be able to address that issue and then delete the collection. 
>>

Re: [dspace-tech] Adding Browse By Items

2024-01-12 Thread Lewatle Johannes Phaladi
Hello Sean,

Thanks a lot, I will have a look at those comments as indicated.

Regards,
Lewatle 

On Friday 12 January 2024 at 10:26:58 UTC+2 Sean Carte wrote:

> Hi Lewatie
>
> You'll need to look at the webui.browse.index.* settings in your 
> dspace.cfg file. The comments therein are helpful.
>
> Sean
>
> On Thu, 11 Jan 2024 at 14:35, Lewatle Johannes Phaladi  
> wrote:
>
>> Dear All, 
>>
>> Please assist on how to add browse by items , I would like to add 
>> department field on the following list. The first image below is browse by 
>> from out of box DSpace software, the second picture shows added fields I 
>> would like to edit DSpace 7.6 installation and put 1 or 2 more fields  
>>
>> [image: browse by 1.png]
>>
>>
>>
>>
>> [image: browse by 2.png]
>>
>> Regards,
>> Lewatle 
>>
>> -- 
>> All messages to this mailing list should adhere to the Code of Conduct: 
>> https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
>> --- 
>> 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...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/dspace-tech/144c8a1f-49dd-47e0-87b5-f9bd4472b9abn%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/dspace-tech/144c8a1f-49dd-47e0-87b5-f9bd4472b9abn%40googlegroups.com?utm_medium=email_source=footer>
>> .
>>
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/d989c7d6-fa7c-4ba1-88ac-894fec4e9a73n%40googlegroups.com.


Re: [dspace-tech] Community could not be deleted, backend or SQL statement to remove community

2024-01-12 Thread Lewatle Johannes Phaladi
Hello Jose,

The community is removed/deleted only for none logged in users but after I 
login still the community appears and when logged out community is not 
visible.

Regards,
Lewatle 

On Thursday 11 January 2024 at 17:02:13 UTC+2 Jose Blanco wrote:

> Hi Lewatle,
>
> I think it's a complicated thing to do via the database. I would look
> at the log file and see why it's not letting you delete it via the UI.
> It might be an item in the collection that is somehow not able to be
> deleted and if you can find out why that item is not deleting, you
> might be able to address that issue and then delete the collection.
> That is my guess.
>
> -Jose
>
>
> On Thu, Jan 11, 2024 at 7:08 AM Lewatle Johannes Phaladi
>  wrote:
> >
> > Hi All,
> >
> > Is there any SQL statement to remove community, I have failed to remove 
> it from frontend and now I would like to delete this community with its 
> subcommunity using SQL statement please share any statement that might be 
> helpful to delete this community on DSpace 7.6
> >
> > Regards,
> > Lewatle
> >
> > --
> > All messages to this mailing list should adhere to the Code of Conduct: 
> https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
> > ---
> > 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...@googlegroups.com.
> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/dspace-tech/1d949908-65a1-46f8-aed1-905d0b38fa1an%40googlegroups.com
> .
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/5e6696bc-3b1b-4c3b-a1d7-719b51cf4866n%40googlegroups.com.


[dspace-tech] Adding Browse By Items

2024-01-11 Thread Lewatle Johannes Phaladi
Dear All, 

Please assist on how to add browse by items , I would like to add 
department field on the following list. The first image below is browse by 
from out of box DSpace software, the second picture shows added fields I 
would like to edit DSpace 7.6 installation and put 1 or 2 more fields  

[image: browse by 1.png]




[image: browse by 2.png]

Regards,
Lewatle 

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/144c8a1f-49dd-47e0-87b5-f9bd4472b9abn%40googlegroups.com.


[dspace-tech] Community could not be deleted, backend or SQL statement to remove community

2024-01-11 Thread Lewatle Johannes Phaladi
Hi All,

Is there any SQL statement to remove community, I have failed to remove it 
from frontend and now I would like to delete this community with its 
subcommunity using SQL statement please share any statement that might be 
helpful to delete this community on DSpace 7.6

Regards,
Lewatle 

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/1d949908-65a1-46f8-aed1-905d0b38fa1an%40googlegroups.com.


[dspace-tech] Removing Whitelabe error

2024-01-08 Thread Lewatle Johannes Phaladi
Hi DSpace Colleagues,

I am  receiving this error popularly the error is logged and causing 
unwanted report to our firewall, please advise where can I look at to 
resolve the error 
"/server/api/authz/authorizations/search/object?uri=
https://wiredspace.wits.ac.za/server/api/core/sites/b6f2ae36-9919-401c-914f-c51d081794fa=isCollectionAdmin=feature
"


[image: Whitelabel.png]

Regards,
Lewatle 

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/e6068bcd-2c5d-40dd-90a1-0920a9b5c4b7n%40googlegroups.com.


[dspace-tech] Whitelabel error page cause

2024-01-08 Thread Lewatle Johannes Phaladi
Hi DSpace Colleagues,

I am  receiving this error popularly the error is logged and causing 
unwanted report to our firewall, please advise where can I look at to 
resolve the error 
"/server/api/authz/authorizations/search/object?uri=https://wiredspace.wits.ac.za/server/api/core/sites/b6f2ae36-9919-401c-914f-c51d081794fa=isCollectionAdmin=feature;


[image: Whitelabel.png]

Regards,
Lewatle 

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/c2ad38df-02be-4969-ab16-d221a738dc6fn%40googlegroups.com.


[dspace-tech] Add additional DC field to filter : Adminstrative Search

2023-12-06 Thread Lewatle Johannes Phaladi
Dear All,

I would like to add additional dc field to default fields that appears on 
filter, please advise which file to update.

[image: image_2023-12-06_111953923.png]
Regards,
Lewatle 

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/16dca6fb-f954-445e-9ed6-fe882648a148n%40googlegroups.com.


[dspace-tech] Re: Upload / Deposit size limit increase on DSpace 7.6

2023-12-05 Thread Lewatle Johannes Phaladi
Hello Tim,

Thanks a lot, information helped.

Regards,
Lewatle  

On Monday 4 December 2023 at 23:04:27 UTC+2 DSpace Technical Support wrote:

> Hi Lewatle,
>
> See these settings: 
> https://github.com/DSpace/DSpace/blob/dspace-7_x/dspace-server-webapp/src/main/resources/application.properties#L125-L132
>
> You can override either of these settings by specifying a new value in 
> your local.cfg on the backend.
>
> See also the docs for these settings at 
> https://wiki.lyrasis.org/display/DSDOC7x/REST+API#RESTAPI-RESTSpringBootConfiguration
>
> Tim
> On Monday, December 4, 2023 at 7:13:50 AM UTC-6 joem...@gmail.com wrote:
>
>> Hi All,
>>
>> I would like to know where to set upload file increase in DSpace 7.6, 
>> which file name and location should I consider updating upload size 
>> increase. 
>>
>> Regards,
>> Lewatle 
>>
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/9a9981cb-9093-4e69-a8f1-7657f1c1c280n%40googlegroups.com.


[dspace-tech] Upload / Deposit size limit increase on DSpace 7.6

2023-12-04 Thread Lewatle Johannes Phaladi
Hi All,

I would like to know where to set upload file increase in DSpace 7.6, which 
file name and location should I consider updating upload size increase. 

Regards,
Lewatle 

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/9fe68864-8780-436f-a03d-7ad6d6a65173n%40googlegroups.com.


[dspace-tech] Import of zip file not working on DSpace 7.6

2023-11-15 Thread Lewatle Johannes Phaladi
Hi All,

I have tried to use export and import features from DSpace 7.6 the aim was 
to move collection with 600 items to new location on the same DSpace 
installation, export of collection was done successfully, and import also 
shows success message but when I go to collection after running import 
there is no items imported despite success message.

Please help.

Regards,
Lewatle  

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/22c2074f-abe1-4ca1-b415-7c0edae038fdn%40googlegroups.com.


[dspace-tech] Re: Move community with its sub-community and collections on DSpace 7.6

2023-11-06 Thread Lewatle Johannes Phaladi
Hello Tim,

Much appreciated for the respond. I will try community filiator hoping in 
future versions of DSpace we can get the feature to move communities.

Regards,
Lewatle 

On Friday, 3 November 2023 at 18:36:04 UTC+2 DSpace Technical Support wrote:

> Hi Lewatle,
>
> This currently is not possible in the DSpace 7 User Interface.  However, 
> you should be able to use the "Community Filiator" command line tool to 
> change your Community hierarchy in this way.  See the documentation at 
> https://wiki.lyrasis.org/display/DSDOC7x/Managing+Community+Hierarchy
>
> Tim
>
> On Tuesday, October 31, 2023 at 7:22:32 AM UTC-5 joem...@gmail.com wrote:
>
>> Dear DSpace Colleagues,
>>
>> Please help on how to move community with its sub-communities and 
>> collections on DSpace 7.6 to new community on same DSpace frontend. 
>>
>> Regards,
>> Lewatle 
>>
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/c67dfa83-f911-4c4a-b0ee-5eb7c3edf531n%40googlegroups.com.


[dspace-tech] Move community with its sub-community and collections on DSpace 7.6

2023-10-31 Thread Lewatle Johannes Phaladi
Dear DSpace Colleagues,

Please help on how to move community with its sub-communities and 
collections on DSpace 7.6 to new community on same DSpace frontend. 

Regards,
Lewatle 

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/9a0412ad-af0c-4a57-95e2-366842f11a58n%40googlegroups.com.


[dspace-tech] Unable to delete community and its collection on DSpace 7.6

2023-10-30 Thread Lewatle Johannes Phaladi
Hi All,

I once mapped collection to other new collection on DSpace, but now I 
removed the mapping, I am struggling to delete collection or even 
community, the authorizations on both community and collection are deleted, 
still unable to delete collection. Is there any alternative way to force 
deletion of collection or community on DSPace7.6

Regards,
Lewatle 

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/f990738f-593f-4f38-92e7-a95396c95e6fn%40googlegroups.com.


Re: [dspace-tech] How to have customized submission form for different collections on DSpace 7.6

2023-10-12 Thread Lewatle Johannes Phaladi
Hello Jose,

Thanks a lot this will help.

Regards,
Lewatle 

On Wednesday, 11 October 2023 at 16:30:54 UTC+2 Jose Blanco wrote:

> Hi Lewatle,
>
> I think this is the documentation you are looking for:
> https://wiki.lyrasis.org/display/DSDOC7x/Submission+User+Interface
>
> -Jose
>
> On Wed, Oct 11, 2023 at 2:49 AM Lewatle Johannes Phaladi
>  wrote:
> >
> > Dear DSpace Colleagues,
> >
> > When creating customized submission submission form for different 
> collections which steps should I follow? For certain collection users want 
> different field to apply and others they want different fields to be used. 
> I am using DSpace 7.6 version.
> >
> > Regards,
> > Lewatle
> >
> > --
> > All messages to this mailing list should adhere to the Code of Conduct: 
> https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
> > ---
> > 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...@googlegroups.com.
> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/dspace-tech/84b27250-2c39-4f06-89ed-881861f57e70n%40googlegroups.com
> .
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/3c200e0f-1725-4e24-ae61-0440873c131bn%40googlegroups.com.


[dspace-tech] How to have customized submission form for different collections on DSpace 7.6

2023-10-11 Thread Lewatle Johannes Phaladi
Dear DSpace Colleagues,

When creating customized submission submission form for different 
collections which steps should I follow? For certain collection users want 
different field to apply and others they want different fields to be used. 
I am using DSpace 7.6 version.

Regards,
Lewatle 

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/84b27250-2c39-4f06-89ed-881861f57e70n%40googlegroups.com.


[dspace-tech] Re: Web of knowledge or science on DSpace 7.6

2023-10-05 Thread Lewatle Johannes Phaladi
Hello Tim,

Thanks very much, noted on payment and much thanks for the link.

Regards,
Lewatle 
On Wednesday, 4 October 2023 at 17:17:42 UTC+2 DSpace Technical Support 
wrote:

> Hi Lewatle,
>
> DSpace 7 is able to import metadata from Web of Science, provided that you 
> have a paid API key with Clarivate.  See the documentation for this feature 
> at https://wiki.lyrasis.org/pages/viewpage.action?pageId=104566672
>
> Tim
>
> On Wednesday, September 27, 2023 at 7:35:02 AM UTC-5 joem...@gmail.com 
> wrote:
>
>> Hi DSpace Team,
>>
>> Is there any configuration placed for enabling web of science on DSpace 
>> 7.6? I have checked but I found setting on DSpace-CRIS please let me know 
>> if there is a way to intergrade DSpace with WOS.
>>
>> The  info  I got is from this page : 
>> https://wiki.lyrasis.org/pages/viewpage.action?pageId=78163330  
>>
>> Regards,
>> Lewatle
>>
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/477cfd1c-380a-42bd-aa34-0ff33ba044bfn%40googlegroups.com.


[dspace-tech] Web of knowledge or science on DSpace 7.6

2023-09-27 Thread Lewatle Johannes Phaladi
Hi DSpace Team,

Is there any configuration placed for enabling web of science on DSpace 
7.6? I have checked but I found setting on DSpace-CRIS please let me know 
if there is a way to intergrade DSpace with WOS.

The  info  I got is from this page 
: https://wiki.lyrasis.org/pages/viewpage.action?pageId=78163330  

Regards,
Lewatle

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/f06687b4-5e36-4c3e-b517-a7d8f6413af8n%40googlegroups.com.


[dspace-tech] Re: Show number of items next to community and collections on DSpace 7.6

2023-09-13 Thread Lewatle Johannes Phaladi
Hello Mariusz,

Thank you very much for sharing.

Regards,
Lewatle 

On Wednesday, 13 September 2023 at 14:38:50 UTC+2 Technologiczny Informator 
wrote:

> Hi,
>
> that's what you're looking for
>
> https://wiki.lyrasis.org/display/DSDOC7x/Configuration+Reference#ConfigurationReference-ItemCountsinuserinterface
>
> Regards,
> Mariusz
>
> środa, 13 września 2023 o 10:24:42 UTC+2 Lewatle Johannes Phaladi 
> napisał(a):
>
>> Dear All,
>>
>> How to set number of items shown next to community, sub-communities and 
>> collections  in Dspace 7.6
>>
>> example below :
>>
>> [image: coll num.png]
>>
>> Regards,
>> Lewatle 
>>
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/51c603a2-3992-47ec-be5f-1954b57867afn%40googlegroups.com.


[dspace-tech] Show number of items next to community and collections on DSpace 7.6

2023-09-13 Thread Lewatle Johannes Phaladi
Dear All,

How to set number of items shown next to community, sub-communities and 
collections  in Dspace 7.6

example below :

[image: coll num.png]

Regards,
Lewatle 

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/697ae15f-baf0-43b7-89ca-7a5ff75bde05n%40googlegroups.com.


[dspace-tech] Change password of existing user on terminal or backend

2023-08-21 Thread Lewatle Johannes Phaladi
Dear All,

I would like to change or update password for user over command mode, I 
have tried this line of code from bin directory, ./dspace user --modify -m 
e...@example.com --password 202308000 please update where possible.

Regards,
Lewatle 

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/acdc5655-bad9-41d2-a5d6-813a76c3e935n%40googlegroups.com.


[dspace-tech] Re: How to see number of items submitted in last 30 days from one collection

2023-07-19 Thread Lewatle Johannes Phaladi
Hi All,

I got stats by manual steps.

Regards,
Lewatle 
On Tuesday, 18 July 2023 at 21:02:03 UTC+2 Lewatle Johannes Phaladi wrote:

> Hi All,
>
> How to see number of items submitted/deposited in last 30 days from  one 
> collection, this is on DSpace 7.4
>
> Regards,
> Lewatle
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/b4a8617a-4b9f-47e9-9198-c7c4f38f99f9n%40googlegroups.com.


[dspace-tech] How to see number of items submitted in last 30 days from one collection

2023-07-18 Thread Lewatle Johannes Phaladi
Hi All,

How to see number of items submitted/deposited in last 30 days from  one 
collection, this is on DSpace 7.4

Regards,
Lewatle

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/990adeb5-b428-4ea4-851b-781d3a377aacn%40googlegroups.com.


[dspace-tech] Forgot password errors

2023-06-26 Thread Lewatle Johannes Phaladi
Dear All, 

When resetting pwd on DSpace 7.4 I am getting  error, see attached postgres 
log and frontend screenshot error 

We recently migrated our DSpace server to Oracle cloud and this errors 
started to show,  when users tries to reset their passwd they receive 
attached error details.

Regards,
Lewatle 

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/1a8bff52--42cd-ae74-0e94e0f4fcd6n%40googlegroups.com.

 $ vi postgresql-11-main.log
2023-06-20 17:27:51.429 UTC [378729] wiredmin@wiredspace DETAIL:  Key 
(email)=(0...@students.wits.ac.za) already exists.
2023-06-20 17:27:51.429 UTC [378729] wiredmin@wiredspace STATEMENT:  update 
public.registrationdata set email=$1, expires=$2, token=$3 where 
registrationdata_id=$4
2023-06-20 17:27:55.528 UTC [378727] wiredmin@wiredspace ERROR:  duplicate key 
value violates unique constraint "registrationdata_email_key"
2023-06-20 17:27:55.528 UTC [378727] wiredmin@wiredspace DETAIL:  Key 
(email)=(0...@students.wits.ac.za) already exists.
2023-06-20 17:27:55.528 UTC [378727] wiredmin@wiredspace STATEMENT:  update 
public.registrationdata set email=$1, expires=$2, token=$3 where 
registrationdata_id=$4
2023-06-22 23:25:48.812 UTC [404261] wiredmin@wiredspace ERROR:  duplicate key 
value violates unique constraint "registrationdata_email_key"
2023-06-22 23:25:48.812 UTC [404261] wiredmin@wiredspace DETAIL:  Key 
(email)=(9...@students.wits.ac.za) already exists.
2023-06-22 23:25:48.812 UTC [404261] wiredmin@wiredspace STATEMENT:  update 
public.registrationdata set email=$1, expires=$2, token=$3 where 
registrationdata_id=$4
2023-06-22 23:25:52.905 UTC [404216] wiredmin@wiredspace ERROR:  duplicate key 
value violates unique constraint "registrationdata_email_key"
2023-06-22 23:25:52.905 UTC [404216] wiredmin@wiredspace DETAIL:  Key 
(email)=(9...@students.wits.ac.za) already exists.
2023-06-22 23:25:52.905 UTC [404216] wiredmin@wiredspace STATEMENT:  update 
public.registrationdata set email=$1, expires=$2, token=$3 where 
registrationdata_id=$4
2023-06-22 23:26:09.322 UTC [404174] wiredmin@wiredspace ERROR:  duplicate key 
value violates unique constraint "registrationdata_email_key"
2023-06-22 23:26:09.322 UTC [404174] wiredmin@wiredspace DETAIL:  Key 
(email)=(9...@students.wits.ac.za) already exists.
2023-06-22 23:26:09.322 UTC [404174] wiredmin@wiredspace STATEMENT:  update 
public.registrationdata set email=$1, expires=$2, token=$3 where 
registrationdata_id=$4
2023-06-22 23:26:09.324 UTC [404269] wiredmin@wiredspace ERROR:  duplicate key 
value violates unique constraint "registrationdata_email_key"
2023-06-22 23:26:09.324 UTC [404269] wiredmin@wiredspace DETAIL:  Key 
(email)=(9...@students.wits.ac.za) already exists.
2023-06-22 23:26:09.324 UTC [404269] wiredmin@wiredspace STATEMENT:  update 
public.registrationdata set email=$1, expires=$2, token=$3 where 
registrationdata_id=$4
2023-06-22 23:26:11.333 UTC [404199] wiredmin@wiredspace ERROR:  duplicate key 
value violates unique constraint "registrationdata_email_key"
2023-06-22 23:26:11.333 UTC [404199] wiredmin@wiredspace DETAIL:  Key 
(email)=(9...@students.wits.ac.za) already exists.
2023-06-22 23:26:11.333 UTC [404199] wiredmin@wiredspace STATEMENT:  update 
public.registrationdata set email=$1, expires=$2, token=$3 where 
registrationdata_id=$4
2023-06-22 23:26:40.004 UTC [404273] wiredmin@wiredspace ERROR:  duplicate key 
value violates unique constraint "registrationdata_email_key"
2023-06-22 23:26:40.004 UTC [404273] wiredmin@wiredspace DETAIL:  Key 
(email)=(9...@students.wits.ac.za) already exists.
2023-06-22 23:26:40.004 UTC [404273] wiredmin@wiredspace STATEMENT:  update 
public.registrationdata set email=$1, expires=$2, token=$3 where 
registrationdata_id=$4
2023-06-22 23:26:50.247 UTC [404277] wiredmin@wiredspace ERROR:  duplicate key 
value violates unique constraint "registrationdata_email_key"
2023-06-22 23:26:50.247 UTC [404277] wiredmin@wiredspace DETAIL:  Key 
(email)=(9...@students.wits.ac.za) already exists.
2023-06-22 23:26:50.247 UTC [404277] wiredmin@wiredspace STATEMENT:  update 
public.registrationdata set email=$1, expires=$2, token=$3 where 
registrationdata_id=$4
2023-06-22 23:26:52.292 UTC [404268] wiredmin@wiredspace ERROR:  duplicate key 
value violates unique constraint "registrationdata_email_key"
2023-06-22 23:26:52.292 UTC [404268] wiredmin@wiredspace DETAIL:  Key 
(email)=(9...@students.wits.ac.za) already exists.
2023-06-22 23:26:52.292 UTC [404268] wiredmin@wiredspace STATEMENT:  update 
public.registrationdata set email=$1, expires=$2, token=$3 where 

Re: [dspace-tech] Migrated DSpace 7.4 to cloud and deposit and forgot password error

2023-06-13 Thread Lewatle Johannes Phaladi
Dear Thierry,

Much appreciated for help, I have gave user tomcat access and also change 
file permissions but the same remain, I will do upgrade from 7.4 to 7.5 as 
it is latest by next week, if error still persist I will come back to the 
group and report it.

Regards,
Lewatle 

On Tuesday, 6 June 2023 at 16:25:20 UTC+2 Thierry RUGWIZANGOGA wrote:

> Dear Lewatle,
>
> For item deposit, did you check the assetstore ownership and permitions to 
> be tomcat:tomcat and 755 ? 
>
> On Tue, 6 Jun 2023, 14:48 Lewatle Johannes Phaladi,  
> wrote:
>
>> Dear DSpace Colleagues,
>>
>> We have migrated to cloud and when user tries to deposit item they get 
>> the following error, also when one forgot passwords tries to reset it they 
>> get this error,  please share your idea on what to try in order to fix this 
>> problem.
>>
>> [image: submission issues.png]
>>
>>
>>
>>
>>
>> [image: image_2023-06-06_144542599.png]
>>
>> Regards,
>> Lewatle 
>>
>> -- 
>> All messages to this mailing list should adhere to the Code of Conduct: 
>> https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
>> --- 
>> 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...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/dspace-tech/d205c645-2316-4694-a85b-fa75f3dcf422n%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/dspace-tech/d205c645-2316-4694-a85b-fa75f3dcf422n%40googlegroups.com?utm_medium=email_source=footer>
>> .
>>
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/1da4cd37-eaaf-410d-9a75-d28d26602f34n%40googlegroups.com.


[dspace-tech] DSpace REST Authentication is required

2023-06-05 Thread Lewatle Johannes Phaladi
Hi DSpace Team,

The following error is appearing in dspace log file, any idea on how to 
resolve it is appreciated. 

2023-06-01 00:00:01,475 WARN  80f54c34-8917-4862-8f15-89ae52b15e94 
7a5c29d1-0925-4270-a8ae-d7067876d860 
org.dspace.app.rest.exception.DSpaceApiExceptionControllerAdvice @ 
Authentication is required (status:401 exception: Access is denied at: 
org.springframework.security.access.vote.AffirmativeBased.decide(AffirmativeBased.java:73))
2023-06-01 00:00:01,476 INFO  80f54c34-8917-4862-8f15-89ae52b15e94 
d330837d-8065-4a32-bb01-4766ea5f1e23 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/core/sites] originated from /
2023-06-01 00:00:01,636 INFO  80f54c34-8917-4862-8f15-89ae52b15e94 
5a2ac3aa-8785-411b-a0f6-7c4a412e73ef 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/authz/authorizations/search/object] originated from /


Regards,
Lewatle 

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/da710ff7-1158-42e8-b6d6-6314ef8d932bn%40googlegroups.com.


Re: [dspace-tech] REST API "415 Unsupported Media Type"

2023-03-28 Thread Lewatle Johannes Phaladi
Hello Tim,

Thanks a lot for respond.

Regards,
Lewatle 

On Monday, 27 March 2023 at 17:21:08 UTC+2 Tim Donohue wrote:

> Hi,
>
> Usually, a 415 error means you are sending data using an invalid 
> "Content-Type" header.  In most scenarios the content-type should be either 
> "application/json" or "application/json-patch+json" (for PATCH requests).
>
> However, it's difficult to provide better advice without understanding 
> which exact request is returning a 415.
>
> Tim
> ------
> *From:* dspac...@googlegroups.com  on behalf 
> of Lewatle Johannes Phaladi 
> *Sent:* Monday, March 27, 2023 8:44 AM
> *To:* DSpace Technical Support 
> *Subject:* [dspace-tech] REST API "415 Unsupported Media Type" 
>  
> Hi DSpace Tech,
>
> We are getting the following error "415 Unsupported Media Type" while 
> trying to push items using Rest API to DSpace 7.4 
>
> Please advise on how to resolve the error.
>
> Regards,
> Lewatle 
>
> -- 
> All messages to this mailing list should adhere to the Code of Conduct: 
> https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
> --- 
> 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...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/dspace-tech/9c91dacb-24e7-4445-b891-6f116d974ce3n%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/dspace-tech/9c91dacb-24e7-4445-b891-6f116d974ce3n%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/59d6a9ad-3642-4c4a-81af-07030dd10f3en%40googlegroups.com.


[dspace-tech] REST API "415 Unsupported Media Type"

2023-03-27 Thread Lewatle Johannes Phaladi
Hi DSpace Tech,

We are getting the following error "415 Unsupported Media Type" while 
trying to push items using Rest API to DSpace 7.4 

Please advise on how to resolve the error.

Regards,
Lewatle 

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/9c91dacb-24e7-4445-b891-6f116d974ce3n%40googlegroups.com.


[dspace-tech] Re: Enhancing Search for Google scholar on DSpace 7.4

2023-03-23 Thread Lewatle Johannes Phaladi
Dear DSpace Tech Colleagues,

This is confirmation that items from our DSpace site are now found on 
Google Scholar.

Regards,
Lewatle 

On Tuesday, 14 March 2023 at 13:10:15 UTC+2 Lewatle Johannes Phaladi wrote:

> Dear DSpace Colleagues,
>
> On DSpace 7.4 when searching items by titles I am able to find few from 
> Google Scholar https://scholar.google.com, others are not searchable, is 
> there anyway to make Google Scholar to index our site for items to be 
> visible, please see this links that I have followed:
>
> https://wiki.lyrasis.org/display/DSDOC6x/Google+Scholar+Metadata+Mappings
> https://wiki.lyrasis.org/display/DSDOC6x/Search+Engine+Optimization
>
> Regards,
> Lewatle 
>
>
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/58efa041-415a-4d06-92b1-4fb2b1d2a808n%40googlegroups.com.


[dspace-tech] Enhancing Search for Google scholar on DSpace 7.4

2023-03-14 Thread Lewatle Johannes Phaladi
Dear DSpace Colleagues,

On DSpace 7.4 when searching items by titles I am able to find few from 
Google Scholar https://scholar.google.com, others are not searchable, is 
there anyway to make Google Scholar to index our site for items to be 
visible, please see this links that I have followed:

https://wiki.lyrasis.org/display/DSDOC6x/Google+Scholar+Metadata+Mappings
https://wiki.lyrasis.org/display/DSDOC6x/Search+Engine+Optimization

Regards,
Lewatle 


-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/7a8f2726-47f7-43c5-803a-06a20bd9159bn%40googlegroups.com.


[dspace-tech] Re: DSpace REST API access denied

2023-02-16 Thread Lewatle Johannes Phaladi


I have gone through that link and we would like to find the following :

   - We need to know when we authenticate to what endpoint to use and what 
   it is expecting. 
   - When retrieving the collection what endpoint to use and what it is 
   expecting. 
   - When uploading a document what endpoint to use and what it is 
   expecting. 

 


On Thursday, 9 February 2023 at 15:53:47 UTC+2 Lewatle Johannes Phaladi 
wrote:
Hello Tim,

Thanks very much I will read and see if this can be resolved.

Regards,
Lewatle 

On Wednesday, 8 February 2023 at 17:51:06 UTC+2 Tim Donohue wrote:

Hi Lewatle,

When interacting with the DSpace 7 REST API, a CSRF token is *required* to 
be sent with any modifying requests (POST, PUT, etc).  See the 
documentation in our REST contract about this: 
https://github.com/DSpace/RestContract/blob/main/csrf-tokens.md

The error you are seeing is noting that the CSRF token was either invalid 
or missing from the request.

Tim
On Wednesday, February 8, 2023 at 6:25:36 AM UTC-6 joem...@gmail.com wrote:
Hi DSpace Team,

I am integrating DSpace 7 with external site using REST API, I am getting 
the following error, site will be pushing items to DSpace 7 repository, I 
have created collection and added user as admin user to push items to that 
collection using REST API any advise is appreciated :

 [image: rest api error.png]
Also please see the following bottom part of log file:

2023-02-08 14:12:34,633 WARN  8b8d2fb9-8569-4973-9168-b9fbaa0b6015 
4be5c62f-c00d-459a-aa19-5e7bc1a3c971 
org.dspace.app.rest.exception.DSpaceApiExceptionControllerAdvice @ 
Authentication is required (status:401 exception: Access is denied at: 
org.springframework.security.access.vote.AffirmativeBased.decide(AffirmativeBased.java:73))
2023-02-08 14:12:34,927 INFO  8b8d2fb9-8569-4973-9168-b9fbaa0b6015 
566dfe1c-97c9-478a-a7e5-9ed952bfeedf 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/authz/authorizations/search/object] originated from 
/xmlui/browse?type=subject=protein%2Bfolding
2023-02-08 14:12:34,927 INFO  8b8d2fb9-8569-4973-9168-b9fbaa0b6015 
6988db4c-67d2-421c-a5dd-8c17ed903092 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/authz/authorizations/search/object] originated from 
/xmlui/browse?type=subject=protein%2Bfolding
2023-02-08 14:12:34,927 INFO  8b8d2fb9-8569-4973-9168-b9fbaa0b6015 
37aaec75-a8ab-4025-a03e-4e7bb9b403a7 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/authz/authorizations/search/object] originated from 
/xmlui/browse?type=subject=protein%2Bfolding
2023-02-08 14:12:34,928 INFO  8b8d2fb9-8569-4973-9168-b9fbaa0b6015 
06d1084e-3458-44ed-a3cf-b5672829feda 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/authz/authorizations/search/object] originated from 
/xmlui/browse?type=subject=protein%2Bfolding
2023-02-08 14:12:34,931 INFO  8b8d2fb9-8569-4973-9168-b9fbaa0b6015 
932de25e-437b-48ed-a6f4-7bbdfe783320 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/authz/authorizations/search/object] originated from 
/xmlui/browse?type=subject=protein%2Bfolding
2023-02-08 14:12:38,192 INFO  unknown fd90964e-63aa-403f-a1d7-3aa408894d59 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api] originated from /
2023-02-08 14:12:38,208 INFO  b1dc80ab-3b96-4980-b77c-8f5ab83f4724 
914c9aea-0a8b-41f6-9fd3-b33912d212fd 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/authn/status] originated from /
2023-02-08 14:12:38,220 INFO  b1dc80ab-3b96-4980-b77c-8f5ab83f4724 
95337709-2af1-4791-997b-e799d22c2e2f 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api] originated from /
2023-02-08 14:12:38,232 INFO  b1dc80ab-3b96-4980-b77c-8f5ab83f4724 
c87c18c7-ff99-40a2-b085-a2bfe5f7b610 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api] originated from /
2023-02-08 14:12:38,259 INFO  b1dc80ab-3b96-4980-b77c-8f5ab83f4724 
0c08261b-df34-4985-8eaa-3838b66bd616 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/pid/find] originated from /
2023-02-08 14:12:38,274 INFO  b1dc80ab-3b96-4980-b77c-8f5ab83f4724 
a9a14e04-2565-4e5a-aa0e-c0995d0863e5 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/core/items/a237481f-6f19-4ebf-ba71-cc3d28ef7905] 
originated from /
2023-02-08 14:12:38,316 INFO  b1dc80ab-3b96-4980-b77c-8f5ab83f4724 
616f08b5-7fb8-46d1-9c1a-d3251c2a4f51 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api] originated from /
2023-02-08 14:12:38,329 INFO  b1dc80ab-3b96-4980-b77c-8f5ab83f4724 
d514e9d5-1162-4d9e-9fa9-d6dfba06142b 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api] originated

[dspace-tech] Re: DSpace REST API access denied

2023-02-09 Thread Lewatle Johannes Phaladi
Hello Tim,

Thanks very much I will read and see if this can be resolved.

Regards,
Lewatle 

On Wednesday, 8 February 2023 at 17:51:06 UTC+2 Tim Donohue wrote:

>
> Hi Lewatle,
>
> When interacting with the DSpace 7 REST API, a CSRF token is *required* to 
> be sent with any modifying requests (POST, PUT, etc).  See the 
> documentation in our REST contract about this: 
> https://github.com/DSpace/RestContract/blob/main/csrf-tokens.md
>
> The error you are seeing is noting that the CSRF token was either invalid 
> or missing from the request.
>
> Tim
> On Wednesday, February 8, 2023 at 6:25:36 AM UTC-6 joem...@gmail.com 
> wrote:
>
>> Hi DSpace Team,
>>
>> I am integrating DSpace 7 with external site using REST API, I am getting 
>> the following error, site will be pushing items to DSpace 7 repository, I 
>> have created collection and added user as admin user to push items to that 
>> collection using REST API any advise is appreciated :
>>
>>  [image: rest api error.png]
>> Also please see the following bottom part of log file:
>>
>> 2023-02-08 14:12:34,633 WARN  8b8d2fb9-8569-4973-9168-b9fbaa0b6015 
>> 4be5c62f-c00d-459a-aa19-5e7bc1a3c971 
>> org.dspace.app.rest.exception.DSpaceApiExceptionControllerAdvice @ 
>> Authentication is required (status:401 exception: Access is denied at: 
>> org.springframework.security.access.vote.AffirmativeBased.decide(AffirmativeBased.java:73))
>> 2023-02-08 14:12:34,927 INFO  8b8d2fb9-8569-4973-9168-b9fbaa0b6015 
>> 566dfe1c-97c9-478a-a7e5-9ed952bfeedf 
>> org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
>> [GET /server/api/authz/authorizations/search/object] originated from 
>> /xmlui/browse?type=subject=protein%2Bfolding
>> 2023-02-08 14:12:34,927 INFO  8b8d2fb9-8569-4973-9168-b9fbaa0b6015 
>> 6988db4c-67d2-421c-a5dd-8c17ed903092 
>> org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
>> [GET /server/api/authz/authorizations/search/object] originated from 
>> /xmlui/browse?type=subject=protein%2Bfolding
>> 2023-02-08 14:12:34,927 INFO  8b8d2fb9-8569-4973-9168-b9fbaa0b6015 
>> 37aaec75-a8ab-4025-a03e-4e7bb9b403a7 
>> org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
>> [GET /server/api/authz/authorizations/search/object] originated from 
>> /xmlui/browse?type=subject=protein%2Bfolding
>> 2023-02-08 14:12:34,928 INFO  8b8d2fb9-8569-4973-9168-b9fbaa0b6015 
>> 06d1084e-3458-44ed-a3cf-b5672829feda 
>> org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
>> [GET /server/api/authz/authorizations/search/object] originated from 
>> /xmlui/browse?type=subject=protein%2Bfolding
>> 2023-02-08 14:12:34,931 INFO  8b8d2fb9-8569-4973-9168-b9fbaa0b6015 
>> 932de25e-437b-48ed-a6f4-7bbdfe783320 
>> org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
>> [GET /server/api/authz/authorizations/search/object] originated from 
>> /xmlui/browse?type=subject=protein%2Bfolding
>> 2023-02-08 14:12:38,192 INFO  unknown 
>> fd90964e-63aa-403f-a1d7-3aa408894d59 
>> org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
>> [GET /server/api] originated from /
>> 2023-02-08 14:12:38,208 INFO  b1dc80ab-3b96-4980-b77c-8f5ab83f4724 
>> 914c9aea-0a8b-41f6-9fd3-b33912d212fd 
>> org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
>> [GET /server/api/authn/status] originated from /
>> 2023-02-08 14:12:38,220 INFO  b1dc80ab-3b96-4980-b77c-8f5ab83f4724 
>> 95337709-2af1-4791-997b-e799d22c2e2f 
>> org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
>> [GET /server/api] originated from /
>> 2023-02-08 14:12:38,232 INFO  b1dc80ab-3b96-4980-b77c-8f5ab83f4724 
>> c87c18c7-ff99-40a2-b085-a2bfe5f7b610 
>> org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
>> [GET /server/api] originated from /
>> 2023-02-08 14:12:38,259 INFO  b1dc80ab-3b96-4980-b77c-8f5ab83f4724 
>> 0c08261b-df34-4985-8eaa-3838b66bd616 
>> org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
>> [GET /server/api/pid/find] originated from /
>> 2023-02-08 14:12:38,274 INFO  b1dc80ab-3b96-4980-b77c-8f5ab83f4724 
>> a9a14e04-2565-4e5a-aa0e-c0995d0863e5 
>> org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
>> [GET /server/api/core/items/a237481f-6f19-4ebf-ba71-cc3d28ef7905] 
>> originated from /
>> 2023-02-08 14:12:38,316 INFO  b1dc80ab-3b96-4980-b77c-8f5ab83f4724 
>> 616f08b5-7fb8-46d1-9c1a-d3251c2a4f51 
>> org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
>> [GET /server/api] originated from /
>> 2023-02-08 14:12:38,329 INFO  b1dc80ab-3b96-4980-b77c-8f5ab83f4724 
>> d514e9d5-1162-4d9e-9fa9-d6dfba06142b 
>> org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
>> [GET /server/api] originated from /
>> 2023-02-08 14:12:38,340 INFO  b1dc80ab-3b96-4980-b77c-8f5ab83f4724 
>> 6b23926e-4ff3-4508-b5e7-4f67421c6a8b 
>> org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ 

[dspace-tech] DSpace REST API access denied

2023-02-08 Thread Lewatle Johannes Phaladi
Hi DSpace Team,

I am integrating DSpace 7 with external site using REST API, I am getting 
the following error, site will be pushing items to DSpace 7 repository, I 
have created collection and added user as admin user to push items to that 
collection using REST API any advise is appreciated :

 [image: rest api error.png]
Also please see the following bottom part of log file:

2023-02-08 14:12:34,633 WARN  8b8d2fb9-8569-4973-9168-b9fbaa0b6015 
4be5c62f-c00d-459a-aa19-5e7bc1a3c971 
org.dspace.app.rest.exception.DSpaceApiExceptionControllerAdvice @ 
Authentication is required (status:401 exception: Access is denied at: 
org.springframework.security.access.vote.AffirmativeBased.decide(AffirmativeBased.java:73))
2023-02-08 14:12:34,927 INFO  8b8d2fb9-8569-4973-9168-b9fbaa0b6015 
566dfe1c-97c9-478a-a7e5-9ed952bfeedf 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/authz/authorizations/search/object] originated from 
/xmlui/browse?type=subject=protein%2Bfolding
2023-02-08 14:12:34,927 INFO  8b8d2fb9-8569-4973-9168-b9fbaa0b6015 
6988db4c-67d2-421c-a5dd-8c17ed903092 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/authz/authorizations/search/object] originated from 
/xmlui/browse?type=subject=protein%2Bfolding
2023-02-08 14:12:34,927 INFO  8b8d2fb9-8569-4973-9168-b9fbaa0b6015 
37aaec75-a8ab-4025-a03e-4e7bb9b403a7 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/authz/authorizations/search/object] originated from 
/xmlui/browse?type=subject=protein%2Bfolding
2023-02-08 14:12:34,928 INFO  8b8d2fb9-8569-4973-9168-b9fbaa0b6015 
06d1084e-3458-44ed-a3cf-b5672829feda 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/authz/authorizations/search/object] originated from 
/xmlui/browse?type=subject=protein%2Bfolding
2023-02-08 14:12:34,931 INFO  8b8d2fb9-8569-4973-9168-b9fbaa0b6015 
932de25e-437b-48ed-a6f4-7bbdfe783320 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/authz/authorizations/search/object] originated from 
/xmlui/browse?type=subject=protein%2Bfolding
2023-02-08 14:12:38,192 INFO  unknown fd90964e-63aa-403f-a1d7-3aa408894d59 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api] originated from /
2023-02-08 14:12:38,208 INFO  b1dc80ab-3b96-4980-b77c-8f5ab83f4724 
914c9aea-0a8b-41f6-9fd3-b33912d212fd 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/authn/status] originated from /
2023-02-08 14:12:38,220 INFO  b1dc80ab-3b96-4980-b77c-8f5ab83f4724 
95337709-2af1-4791-997b-e799d22c2e2f 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api] originated from /
2023-02-08 14:12:38,232 INFO  b1dc80ab-3b96-4980-b77c-8f5ab83f4724 
c87c18c7-ff99-40a2-b085-a2bfe5f7b610 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api] originated from /
2023-02-08 14:12:38,259 INFO  b1dc80ab-3b96-4980-b77c-8f5ab83f4724 
0c08261b-df34-4985-8eaa-3838b66bd616 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/pid/find] originated from /
2023-02-08 14:12:38,274 INFO  b1dc80ab-3b96-4980-b77c-8f5ab83f4724 
a9a14e04-2565-4e5a-aa0e-c0995d0863e5 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/core/items/a237481f-6f19-4ebf-ba71-cc3d28ef7905] 
originated from /
2023-02-08 14:12:38,316 INFO  b1dc80ab-3b96-4980-b77c-8f5ab83f4724 
616f08b5-7fb8-46d1-9c1a-d3251c2a4f51 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api] originated from /
2023-02-08 14:12:38,329 INFO  b1dc80ab-3b96-4980-b77c-8f5ab83f4724 
d514e9d5-1162-4d9e-9fa9-d6dfba06142b 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api] originated from /
2023-02-08 14:12:38,340 INFO  b1dc80ab-3b96-4980-b77c-8f5ab83f4724 
6b23926e-4ff3-4508-b5e7-4f67421c6a8b 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api] originated from /
2023-02-08 14:12:38,895 INFO  b1dc80ab-3b96-4980-b77c-8f5ab83f4724 
35240db7-2438-4a2a-9d6c-0dcbc40a0d9f 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/system/scripts/metadata-export] originated from /
2023-02-08 14:12:38,895 INFO  b1dc80ab-3b96-4980-b77c-8f5ab83f4724 
805d66ed-f6b6-46d9-8a88-4a21bb639c70 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/discover/browses] originated from /
2023-02-08 14:12:38,895 INFO  b1dc80ab-3b96-4980-b77c-8f5ab83f4724 
5506289b-d6c6-45a1-9c09-7dc5207abeea 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request 
[GET /server/api/core/sites] originated from /
2023-02-08 14:12:38,897 WARN  b1dc80ab-3b96-4980-b77c-8f5ab83f4724 
35240db7-2438-4a2a-9d6c-0dcbc40a0d9f 

[dspace-tech] Re: Change end user agreement to English on user registration

2023-01-04 Thread Lewatle Johannes Phaladi
Hello,

Thank you very much, this will clearly help.

Regards,
Lewatle 

On Wednesday, 4 January 2023 at 14:46:38 UTC+2 alo...@gmail.com wrote:

> Hi Lewatle ,
>
>
> [dspace-angular]src/app/info/end-user-agreement/end-user-agreement-content/end-user-agreement-content.component.html
>
> [dspace-angular]/src/app/info/privacy/privacy-content/privacy-content.component.html
>
> To disable/enable both, you need to edit 
> [dspace-angular]/config/config.prod.yml and go to the bottom of the file.
>
> [image: 2023-01-04_12-58-17.jpg]
>
> Regards,
> On Wednesday, January 4, 2023 at 11:53:59 AM UTC+3 joem...@gmail.com 
> wrote:
>
>> The bottom part message I found in src/assets/i18n/en.json5 
>>  "info.end-user-agreement.accept": "I have read and I agree to the End 
>> User Agreement",
>>
>> inside config.yml  can you share which portion need to be disabled and 
>> the file name that contain the dummy text in future when I have EUA to 
>> update.
>>
>> Regards,
>> Lewatle 
>>
>> On Wednesday, 4 January 2023 at 10:00:20 UTC+2 Lewatle Johannes Phaladi 
>> wrote:
>>
>>> Hi,
>>>
>>> Thanks a lot.
>>>
>>> Regards,
>>> Lewatle 
>>>
>>> On Tuesday, 3 January 2023 at 23:20:03 UTC+2 alo...@gmail.com wrote:
>>>
>>>> Hi  Lewatle,
>>>>
>>>> That text is just a space filler. Read about what it is and why it's 
>>>> used here https://www.lipsum.com ... You need to add your own end user 
>>>> agreement there or you can just disable it from appearing in 
>>>> config.prod.yml until you get your EUA ready to be added.
>>>>
>>>>
>>>> On Tuesday, January 3, 2023 at 2:12:09 PM UTC+3 joem...@gmail.com 
>>>> wrote:
>>>>
>>>>> Dear DSpace Team,
>>>>>
>>>>> On DSpace 7.4, how do you change to English  for end user license, 
>>>>> that page appears when new user register account on DSpace, please see 
>>>>> screenshot below in addition : 
>>>>>
>>>>> [image: image_2023-01-03_131149002.png]
>>>>>
>>>>> Regards,
>>>>> Lewatle 
>>>>>
>>>>>
>>>>>
>>>>>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/b3642e19-900f-4eff-b745-8dac5aab98f4n%40googlegroups.com.


[dspace-tech] Re: Change end user agreement to English on user registration

2023-01-04 Thread Lewatle Johannes Phaladi
The bottom part message I found in src/assets/i18n/en.json5 
 "info.end-user-agreement.accept": "I have read and I agree to the End User 
Agreement",

inside config.yml  can you share which portion need to be disabled and the 
file name that contain the dummy text in future when I have EUA to update.

Regards,
Lewatle 

On Wednesday, 4 January 2023 at 10:00:20 UTC+2 Lewatle Johannes Phaladi 
wrote:

> Hi,
>
> Thanks a lot.
>
> Regards,
> Lewatle 
>
> On Tuesday, 3 January 2023 at 23:20:03 UTC+2 alo...@gmail.com wrote:
>
>> Hi  Lewatle,
>>
>> That text is just a space filler. Read about what it is and why it's used 
>> here https://www.lipsum.com ... You need to add your own end user 
>> agreement there or you can just disable it from appearing in 
>> config.prod.yml until you get your EUA ready to be added.
>>
>>
>> On Tuesday, January 3, 2023 at 2:12:09 PM UTC+3 joem...@gmail.com wrote:
>>
>>> Dear DSpace Team,
>>>
>>> On DSpace 7.4, how do you change to English  for end user license, that 
>>> page appears when new user register account on DSpace, please see 
>>> screenshot below in addition : 
>>>
>>> [image: image_2023-01-03_131149002.png]
>>>
>>> Regards,
>>> Lewatle 
>>>
>>>
>>>
>>>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/50b466a4-0194-414d-9993-b832915fbae2n%40googlegroups.com.


[dspace-tech] Re: Change end user agreement to English on user registration

2023-01-04 Thread Lewatle Johannes Phaladi
Hi,

Thanks a lot.

Regards,
Lewatle 

On Tuesday, 3 January 2023 at 23:20:03 UTC+2 alo...@gmail.com wrote:

> Hi  Lewatle,
>
> That text is just a space filler. Read about what it is and why it's used 
> here https://www.lipsum.com ... You need to add your own end user 
> agreement there or you can just disable it from appearing in 
> config.prod.yml until you get your EUA ready to be added.
>
>
> On Tuesday, January 3, 2023 at 2:12:09 PM UTC+3 joem...@gmail.com wrote:
>
>> Dear DSpace Team,
>>
>> On DSpace 7.4, how do you change to English  for end user license, that 
>> page appears when new user register account on DSpace, please see 
>> screenshot below in addition : 
>>
>> [image: image_2023-01-03_131149002.png]
>>
>> Regards,
>> Lewatle 
>>
>>
>>
>>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/75c36a89-39af-4d4e-8cac-f036d5aff8d4n%40googlegroups.com.


[dspace-tech] Re: Add new type on submission workflow

2022-12-13 Thread Lewatle Johannes Phaladi
Hi All, 

I have added type on submission form, the error was coming from 
/config/default.license file, there were reference URL I have put in in the 
file containing characters %^& etc that DSpace looks like it is not 
accepting after removing links and restarted Tomcat I can be able to use 
new type on submission form. 

Regards,
Lewatle 
On Tuesday, 13 December 2022 at 10:01:37 UTC+2 Lewatle Johannes Phaladi 
wrote:

>
> Hi All,
>
> Is there a way different to steps I took in adding new type on the list
> do I have to register dc.dissertation for the field to be recognized 
>
> Anyone added new type on the list as displayed on image attached please 
> share steps you took or link for me to read on
>
> Regards,
> Lewatle  
> On Monday, 12 December 2022 at 10:22:15 UTC+2 Lewatle Johannes Phaladi 
> wrote:
>
>> Hi All,
>>
>> I just added new type called it Dissertations in submission-forms.xml as 
>> follows 
>>
>> 
>>  Dissertation
>>  Dissertation
>>  
>>
>> then saved and restarted tomcat, when testing submission form fail to 
>> save metadata and submission is not completed.
>> normally when adding other fields on the form, I will also register 
>> fields under dc. metadata schema before using them on submission, please 
>> advise on type(s) what is proper steps 
>>
>> [image: image_2022-12-12_102137506.png]
>>
>> Regards,
>> Lewatle 
>>
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/5d39c96e-1e93-468b-9aad-23e03fab8e9en%40googlegroups.com.


[dspace-tech] Re: Add new type on submission workflow

2022-12-13 Thread Lewatle Johannes Phaladi

Hi All,

Is there a way different to steps I took in adding new type on the list
do I have to register dc.dissertation for the field to be recognized 

Anyone added new type on the list as displayed on image attached please 
share steps you took or link for me to read on

Regards,
Lewatle  
On Monday, 12 December 2022 at 10:22:15 UTC+2 Lewatle Johannes Phaladi 
wrote:

> Hi All,
>
> I just added new type called it Dissertations in submission-forms.xml as 
> follows 
>
> 
>  Dissertation
>  Dissertation
>  
>
> then saved and restarted tomcat, when testing submission form fail to save 
> metadata and submission is not completed.
> normally when adding other fields on the form, I will also register fields 
> under dc. metadata schema before using them on submission, please advise on 
> type(s) what is proper steps 
>
> [image: image_2022-12-12_102137506.png]
>
> Regards,
> Lewatle 
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/c705108e-54db-4abd-9840-f6889f472a1dn%40googlegroups.com.


[dspace-tech] Add new type on submission workflow

2022-12-12 Thread Lewatle Johannes Phaladi
Hi All,

I just added new type called it Dissertations in submission-forms.xml as 
follows 


 Dissertation
 Dissertation
 

then saved and restarted tomcat, when testing submission form fail to save 
metadata and submission is not completed.
normally when adding other fields on the form, I will also register fields 
under dc. metadata schema before using them on submission, please advise on 
type(s) what is proper steps 

[image: image_2022-12-12_102137506.png]

Regards,
Lewatle 

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/b7f39d84-2bac-4185-8a38-9a0dadaca543n%40googlegroups.com.


[dspace-tech] Re: Create Researcher Profiles Error

2022-12-12 Thread Lewatle Johannes Phaladi
Hi Tim,

Thanks a lot, I will do the reading and follow up.

Regards,
Lewatle  

On Friday, 9 December 2022 at 20:58:08 UTC+2 Tim Donohue wrote:

> Hi,
>
> Anytime you see a red error box like that in the DSpace 7 UI, that should 
> be a hint to follow our "Troubleshoot an error" guide:
>
> https://wiki.lyrasis.org/display/DSPACE/Troubleshoot+an+error#Troubleshootanerror-DSpace7.x(orabove)
>
> Unfortunately, it's not possible to figure out the cause of that error 
> until you are able to locate the underlying error message (by following 
> that guide).
>
> Let us know what you find.
>
> Tim
>
>
> On Monday, December 5, 2022 at 3:52:00 AM UTC-6 joem...@gmail.com wrote:
>
>> Hi All,
>>
>> When clicking on create new, I am receiving the following errors: 
>> documentation followed : 
>> https://wiki.lyrasis.org/display/DSDOC7x/Researcher+Profiles 
>>
>> [image: Researcher Profiles.png]
>>
>> Regards,
>> Lewatle 
>>
>>
>>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/2845fcaa-a172-4c71-bfbf-5d2cdbf05e82n%40googlegroups.com.


[dspace-tech] Re: DSpace 7.4 responding very slowly, CPU increased and not used by node.js

2022-12-08 Thread Lewatle Johannes Phaladi
Hello Mariusz,

Thanks very much for sharing.

Regards,
Lewatle 

On Wednesday, 7 December 2022 at 19:50:21 UTC+2 tif...@gmail.com wrote:

> Hi!
>
> I don't know what system you're using, but look for the pm2 startup file. 
> For me it's a file pm2-dspace.service in /etc/systemd/system.
> In this file:
> Type=forking
> change to
> Type=cluster
>
> After this change, restart the pm2 service and start dspace UI. The 
> application should run in cluster mode.
>
> Regards,
> Mariusz
> poniedziałek, 5 grudnia 2022 o 12:14:01 UTC+1 joem...@gmail.com 
> napisał(a):
>
>> Hi All DSpace Colleagues,
>>
>> Our DSpace site is responding slowly, when opening collection it takes 
>> time to load, when logging in the same occur. CPU on the server was one 
>> point thought it might be causing the issue as a results it was increased 
>> and the following steps happened to let node.js use additional CPU, but it 
>> looks like it is not happening. Node.js is using one CPU ignoring 
>> additional CPU added.
>>
>>
>> From what we can observe at the moment node.js is only using 1 cpu.
>> We've tried to follow the steps in the doc below
>>
>>
>> https://wiki.lyrasis.org/display/DSDOC7x/Performance+Tuning+DSpace#PerformanceTuningDSpace-PerformanceTuningtheFrontend(UI)
>>
>> Below is the command we ran for it to run in cluster mode run in cluster 
>> mode but it still fails
>>
>> # Start the "dspace-ui" app & cluster it across all available CPUs
>> pm2 start dspace-ui.json -i max
>>
>>
>> Below is the output it is still running in fork mode
>>
>> dspace@wiredspace:~/install/dspace-ui-deploy$ pm2 ls 
>>
>> ┌─┬──┬─┬─┬─┬──┬┬──┬───┬──┬──┬──┬──┐
>> │ id  │ name │ namespace   │ version │ mode│ pid  │ 
>> uptime │ ↺│ status│ cpu  │ mem  │ user │ watching │
>>
>> ├─┼──┼─┼─┼─┼──┼┼──┼───┼──┼──┼──┼──┤
>> │ 0   │ dspace-ui│ default │ N/A │ fork│ 636083   │ 114s 
>>   │ 0│ online│ 0%   │ 256.6mb  │ dspace   │ disabled │
>>
>> └─┴──┴─┴─┴─┴──┴┴──┴───┴──┴──┴──┴──┘
>>
>> Regards,
>> Lewatle 
>>
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/1209d2d8-5b69-4b66-b9fc-831e617461d2n%40googlegroups.com.


[dspace-tech] DSpace 7.4 responding very slowly, CPU increased and not used by node.js

2022-12-05 Thread Lewatle Johannes Phaladi
Hi All DSpace Colleagues,

Our DSpace site is responding slowly, when opening collection it takes time 
to load, when logging in the same occur. CPU on the server was one point 
thought it might be causing the issue as a results it was increased and the 
following steps happened to let node.js use additional CPU, but it looks 
like it is not happening. Node.js is using one CPU ignoring additional CPU 
added.


From what we can observe at the moment node.js is only using 1 cpu.
We've tried to follow the steps in the doc below

https://wiki.lyrasis.org/display/DSDOC7x/Performance+Tuning+DSpace#PerformanceTuningDSpace-PerformanceTuningtheFrontend(UI)

Below is the command we ran for it to run in cluster mode run in cluster 
mode but it still fails

# Start the "dspace-ui" app & cluster it across all available CPUs
pm2 start dspace-ui.json -i max


Below is the output it is still running in fork mode

dspace@wiredspace:~/install/dspace-ui-deploy$ pm2 ls 
┌─┬──┬─┬─┬─┬──┬┬──┬───┬──┬──┬──┬──┐
│ id  │ name │ namespace   │ version │ mode│ pid  │ uptime 
│ ↺│ status│ cpu  │ mem  │ user │ watching │
├─┼──┼─┼─┼─┼──┼┼──┼───┼──┼──┼──┼──┤
│ 0   │ dspace-ui│ default │ N/A │ fork│ 636083   │ 114s   
│ 0│ online│ 0%   │ 256.6mb  │ dspace   │ disabled │
└─┴──┴─┴─┴─┴──┴┴──┴───┴──┴──┴──┴──┘

Regards,
Lewatle 

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/33df61a0-be53-4aa6-a1a0-00a5556913edn%40googlegroups.com.


[dspace-tech] Create Researcher Profiles Error

2022-12-05 Thread Lewatle Johannes Phaladi
Hi All,

When clicking on create new, I am receiving the following errors: 
documentation followed 
: https://wiki.lyrasis.org/display/DSDOC7x/Researcher+Profiles 

[image: Researcher Profiles.png]

Regards,
Lewatle 


-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/65c96911-ddda-404d-b06c-cc4965e50a0an%40googlegroups.com.


[dspace-tech] 401 unauthorized error during ORCID login DSpace ver 7.4

2022-12-04 Thread Lewatle Johannes Phaladi
Hi All,

I have enabled ORCID login using sandbox, when login the following 
screenshot appears: 

[image: 401 unauthorized.png]

login details have been registered on DSpace as normal administrator. how 
to share OTCID account email address with DSpace.
Please advise or refer me to pages that may help. Note attached bottom part 
of dspace.log 

Regards,
Lewatle 

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/c8cdd12f-4831-453b-b64f-2a75bc4dcfc3n%40googlegroups.com.
$ tail -n 30 dspace.log
2022-12-05 09:33:03,356 INFO  54ead904-4c0b-4636-8d96-89b6f466f76e 
5052ec19-c910-4b5d-b213-e17059635705 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request [GET 
/server/api/authz/authorizations/search/object] originated from 
/handle/20.500.12430/420382/discover?field=subject=subject_relational_operator=equals=CODESA%2B1%2BDeclaration%2Bof%2Bintent
2022-12-05 09:33:03,356 INFO  54ead904-4c0b-4636-8d96-89b6f466f76e 
a14bcbc8-08f4-48cd-ab26-0654e56cba14 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request [GET 
/server/api/authz/authorizations/search/object] originated from 
/handle/20.500.12430/420382/discover?field=subject=subject_relational_operator=equals=CODESA%2B1%2BDeclaration%2Bof%2Bintent
2022-12-05 09:33:03,356 INFO  54ead904-4c0b-4636-8d96-89b6f466f76e 
1d6e3f3b-a078-4db0-ab7e-997cf1d94328 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request [GET 
/server/api/authz/authorizations/search/object] originated from 
/handle/20.500.12430/420382/discover?field=subject=subject_relational_operator=equals=CODESA%2B1%2BDeclaration%2Bof%2Bintent
2022-12-05 09:33:03,359 INFO  54ead904-4c0b-4636-8d96-89b6f466f76e 
7a49b7c3-1ece-4900-9f7a-69da5e56d4c4 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request [GET 
/server/api/authz/authorizations/search/object] originated from 
/handle/20.500.12430/420382/discover?field=subject=subject_relational_operator=equals=CODESA%2B1%2BDeclaration%2Bof%2Bintent
2022-12-05 09:33:03,360 INFO  54ead904-4c0b-4636-8d96-89b6f466f76e 
07743366-e5c7-4b7b-8234-63b6faeebf2f 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request [GET 
/server/api/authz/authorizations/search/object] originated from 
/handle/20.500.12430/420382/discover?field=subject=subject_relational_operator=equals=CODESA%2B1%2BDeclaration%2Bof%2Bintent
2022-12-05 09:33:11,565 INFO  unknown 30b972c4-5d6b-40e3-8a59-e8d3d86f532c 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request [GET 
/server/api] originated from /
2022-12-05 09:33:11,621 INFO  abfe82b7-add4-400c-a593-ed41ec0867e8 
f06571d5-25b0-4d9c-ad0c-56162388f326 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request [GET 
/server/api/authn/status] originated from /
2022-12-05 09:33:11,646 INFO  abfe82b7-add4-400c-a593-ed41ec0867e8 
fdf9d2de-a4de-410d-957c-d664c1813348 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request [GET 
/server/api] originated from /
2022-12-05 09:33:11,675 INFO  abfe82b7-add4-400c-a593-ed41ec0867e8 
7950fd7d-1f4b-459d-8d40-93cff9d0ac61 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request [GET 
/server/api] originated from /
2022-12-05 09:33:11,785 INFO  abfe82b7-add4-400c-a593-ed41ec0867e8 
ed182a74-279f-4e5f-bd30-8795b6c22702 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request [GET 
/server/api/core/sites] originated from /
2022-12-05 09:33:11,880 INFO  abfe82b7-add4-400c-a593-ed41ec0867e8 
99413a86-06a1-4d24-ad9f-b53e2c54a157 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request [GET 
/server/api/authz/authorizations/search/object] originated from /
2022-12-05 09:33:12,730 INFO  abfe82b7-add4-400c-a593-ed41ec0867e8 
6d84c555-655b-4265-afcf-0b6705c8de0e 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request [GET 
/server/api/system/scripts/metadata-export] originated from /
2022-12-05 09:33:12,730 INFO  abfe82b7-add4-400c-a593-ed41ec0867e8 
44c948ab-5674-4c3d-ab50-06a7ae117755 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request [GET 
/server/api/authz/authorizations/search/object] originated from /
2022-12-05 09:33:12,730 INFO  abfe82b7-add4-400c-a593-ed41ec0867e8 
723aff3e-394a-496d-bf5b-38a9302bd50b 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request [GET 
/server/api/authz/authorizations/search/object] originated from /
2022-12-05 09:33:12,732 INFO  abfe82b7-add4-400c-a593-ed41ec0867e8 
2ec66615-e325-46d8-827c-381053d96653 

[dspace-tech] Re: No login fields to enter username and password after config on ORCID

2022-11-23 Thread Lewatle Johannes Phaladi
Dear All, 

The login issue was resolved after rebuilding backend.

Regards,
Lewatle 

On Monday, 21 November 2022 at 15:40:23 UTC+2 Lewatle Johannes Phaladi 
wrote:

>  Dear All,
>
> I was setting orcid integration on one site that is still running on 
> DSpace 7.3 after restart when trying to login the only option coming out is 
> forgotten password link, login option is no more available, I have attached 
> dspace.log file and screenshot. 
>
> Regards,
> Lewatle 
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/9c6f0a47-34bb-428e-b990-a73ed022ef14n%40googlegroups.com.


[dspace-tech] No login fields to enter username and password after config on ORCID

2022-11-21 Thread Lewatle Johannes Phaladi
 Dear All,

I was setting orcid integration on one site that is still running on DSpace 
7.3 after restart when trying to login the only option coming out is 
forgotten password link, login option is no more available, I have attached 
dspace.log file and screenshot. 

Regards,
Lewatle 

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/bcb68ef7-c576-4df5-a3eb-6669e9a57219n%40googlegroups.com.
-bash-4.2$ tail -n 100 ../log/dspace.log
2022-11-21 15:01:50,879 INFO  23c9abf8-6eae-4bea-8e17-e27ca08dbadf 
4f5472fa-5d3b-4481-9476-6cd87ed68c6c 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request [GET 
/server/api/core/sites] originated from /
2022-11-21 15:01:50,880 INFO  23c9abf8-6eae-4bea-8e17-e27ca08dbadf 
466c8fee-beb9-400a-a3a2-6143ba11bdbb 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request [GET 
/server/api/system/scripts/metadata-import] originated from /
2022-11-21 15:01:50,883 WARN  23c9abf8-6eae-4bea-8e17-e27ca08dbadf 
b83ddfe1-7156-43d4-8751-985c236a614c 
org.dspace.app.rest.exception.DSpaceApiExceptionControllerAdvice @ 
Authentication is required (status:401 exception: Access is denied at: 
org.springframework.security.access.vote.AffirmativeBased.decide(AffirmativeBased.java:73))
2022-11-21 15:01:50,883 WARN  23c9abf8-6eae-4bea-8e17-e27ca08dbadf 
466c8fee-beb9-400a-a3a2-6143ba11bdbb 
org.dspace.app.rest.exception.DSpaceApiExceptionControllerAdvice @ 
Authentication is required (status:401 exception: Access is denied at: 
org.springframework.security.access.vote.AffirmativeBased.decide(AffirmativeBased.java:73))
2022-11-21 15:01:51,126 INFO  23c9abf8-6eae-4bea-8e17-e27ca08dbadf 
bc22ec9d-4ba5-4c1c-bded-1178a57567a7 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request [GET 
/server/api/authz/authorizations/search/object] originated from 
/handle/20.500.12430/549398/browse?etal=-1=ASC=20_by=-1_with=B=author
2022-11-21 15:01:51,146 INFO  23c9abf8-6eae-4bea-8e17-e27ca08dbadf 
6b1fceea-b719-4333-bf50-cf0becae3b42 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request [GET 
/server/api/authz/authorizations/search/object] originated from 
/handle/20.500.12430/549398/browse?etal=-1=ASC=20_by=-1_with=B=author
2022-11-21 15:01:51,168 INFO  23c9abf8-6eae-4bea-8e17-e27ca08dbadf 
33cfd513-1bd1-4cd6-9045-7a3131140649 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request [GET 
/server/api/authz/authorizations/search/object] originated from 
/handle/20.500.12430/549398/browse?etal=-1=ASC=20_by=-1_with=B=author
2022-11-21 15:01:51,180 INFO  23c9abf8-6eae-4bea-8e17-e27ca08dbadf 
48817cca-95e5-40c2-8847-04bb4f9d8f83 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request [GET 
/server/api/authz/authorizations/search/object] originated from 
/handle/20.500.12430/549398/browse?etal=-1=ASC=20_by=-1_with=B=author
2022-11-21 15:01:51,206 INFO  23c9abf8-6eae-4bea-8e17-e27ca08dbadf 
2c3240d4-d9b9-4030-a550-82718b8f3487 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request [GET 
/server/api/authz/authorizations/search/object] originated from 
/handle/20.500.12430/549398/browse?etal=-1=ASC=20_by=-1_with=B=author
2022-11-21 15:01:57,084 INFO  09c3928f-aab0-41da-b49e-857342e9e6c7 
9ff0f6e0-8916-4d86-b833-6e58f6005258 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request [GET 
/server/api] originated from /
2022-11-21 15:01:57,122 INFO  09c3928f-aab0-41da-b49e-857342e9e6c7 
2bbc74bf-7e93-443a-bd51-a7b555f72494 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request [GET 
/server/api/authn/status] originated from /
2022-11-21 15:02:02,154 INFO  09c3928f-aab0-41da-b49e-857342e9e6c7 
4972aab2-457e-48c7-9468-e9d6c208e7d4 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request [GET 
/server/api] originated from /
2022-11-21 15:02:02,176 INFO  09c3928f-aab0-41da-b49e-857342e9e6c7 
018c6e2a-939b-41e0-ae21-40118ae7e9d0 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request [GET 
/server/api] originated from /
2022-11-21 15:02:02,203 INFO  09c3928f-aab0-41da-b49e-857342e9e6c7 
b260999a-6be9-4cca-8ad5-8bcaaf5c4c05 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request [GET 
/server/api/pid/find] originated from /
2022-11-21 15:02:02,472 INFO  09c3928f-aab0-41da-b49e-857342e9e6c7 
35118595-ded9-47dd-ab62-1eca23bbbab3 
org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request [GET 
/server/api/system/scripts/metadata-export] originated from /
2022-11-21 15:02:02,472 INFO  

[dspace-tech] Re: ORCID Lookup button not appearing on submission form DSpace 7.4 version

2022-11-17 Thread Lewatle Johannes Phaladi
Hello,

Thank you very much for sharing.

Regards,
Lewatle 


On Friday, 18 November 2022 at 09:05:02 UTC+2 vzapate...@gmail.com wrote:

> Hi...
>
> I configured authority control in Dspace 7.3 and I haven't found a similar 
> lookup button like version 6.x. This field is a autocomplete field that 
> search in pub orcid API. I found it in 
> https://wiki.lyrasis.org/display/DSDOC7x/ORCID+Authority.
>
> I only found "popup lookup" enabling "configurable entities" and Openaire 
> that it can be configured. 
> I follow this wiki pages: 
> https://wiki.lyrasis.org/display/DSDOC7x/Configurable+Entities 
> https://wiki.lyrasis.org/display/DSDOC7x/OpenAIRE4+Guidelines+Compliancy
>
> I hope anybody can tell us how to find "lookup button" like older versions 
> in this new version. 
>
> Regards
>
> El viernes, 18 de noviembre de 2022 a las 7:45:50 UTC+1, joem...@gmail.com 
> escribió:
>
>> Dear All DSpace Colleagues,
>>
>> Please share link for any information that I can read or video link that 
>> worked for you to setup ORCID lookup on DSpace 7.4
>>
>> Regards,
>> Lewatle 
>>
>> On Thursday, 17 November 2022 at 08:56:25 UTC+2 Lewatle Johannes Phaladi 
>> wrote:
>>
>>> Hi All,
>>>
>>> Is the lookup button available on DSpace 7.4?
>>>
>>> [image: image_2022-11-17_085607703.png]
>>>
>>> Regards,
>>> Lewatle
>>> On Wednesday, 16 November 2022 at 11:41:11 UTC+2 Lewatle Johannes 
>>> Phaladi wrote:
>>>
>>>> Dear DSpace Team,
>>>>
>>>> I have followed the following documentation: 
>>>> https://wiki.lyrasis.org/display/DSDOC5x/ORCID+Integration  on ORCID 
>>>> Integration, I have also run ./dspace index-authority and done without 
>>>> issues,  also restarted Tomcat but when opening submission form, there is 
>>>> no lookup button visible, currently using DSpace 7.4 
>>>>
>>>> If there is any details needed I am more clad to share in order to 
>>>> resolve this issue.
>>>>
>>>>
>>>> Regards,
>>>> Lewatle 
>>>>
>>>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/dffdd26a-8db6-4a82-9bc6-cc3c35b74c46n%40googlegroups.com.


[dspace-tech] Re: ORCID Lookup button not appearing on submission form DSpace 7.4 version

2022-11-17 Thread Lewatle Johannes Phaladi
Dear All DSpace Colleagues,

Please share link for any information that I can read or video link that 
worked for you to setup ORCID lookup on DSpace 7.4

Regards,
Lewatle 

On Thursday, 17 November 2022 at 08:56:25 UTC+2 Lewatle Johannes Phaladi 
wrote:

> Hi All,
>
> Is the lookup button available on DSpace 7.4?
>
> [image: image_2022-11-17_085607703.png]
>
> Regards,
> Lewatle
> On Wednesday, 16 November 2022 at 11:41:11 UTC+2 Lewatle Johannes Phaladi 
> wrote:
>
>> Dear DSpace Team,
>>
>> I have followed the following documentation: 
>> https://wiki.lyrasis.org/display/DSDOC5x/ORCID+Integration  on ORCID 
>> Integration, I have also run ./dspace index-authority and done without 
>> issues,  also restarted Tomcat but when opening submission form, there is 
>> no lookup button visible, currently using DSpace 7.4 
>>
>> If there is any details needed I am more clad to share in order to 
>> resolve this issue.
>>
>>
>> Regards,
>> Lewatle 
>>
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/0f71c893-9001-43d3-8e9f-01f7e90cbc58n%40googlegroups.com.


[dspace-tech] Re: ORCID Lookup button not appearing on submission form DSpace 7.4 version

2022-11-16 Thread Lewatle Johannes Phaladi
Hi All,

Is the lookup button available on DSpace 7.4?

[image: image_2022-11-17_085607703.png]

Regards,
Lewatle
On Wednesday, 16 November 2022 at 11:41:11 UTC+2 Lewatle Johannes Phaladi 
wrote:

> Dear DSpace Team,
>
> I have followed the following documentation: 
> https://wiki.lyrasis.org/display/DSDOC5x/ORCID+Integration  on ORCID 
> Integration, I have also run ./dspace index-authority and done without 
> issues,  also restarted Tomcat but when opening submission form, there is 
> no lookup button visible, currently using DSpace 7.4 
>
> If there is any details needed I am more clad to share in order to resolve 
> this issue.
>
>
> Regards,
> Lewatle 
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/c0ca0557-a5a0-4000-8831-4cb23fd9d976n%40googlegroups.com.


[dspace-tech] ORCID Lookup button not appearing on submission form DSpace 7.4 version

2022-11-16 Thread Lewatle Johannes Phaladi
Dear DSpace Team,

I have followed the following 
documentation: https://wiki.lyrasis.org/display/DSDOC5x/ORCID+Integration  
on ORCID Integration, I have also run ./dspace index-authority and done 
without issues,  also restarted Tomcat but when opening submission form, 
there is no lookup button visible, currently using DSpace 7.4 

If there is any details needed I am more clad to share in order to resolve 
this issue.


Regards,
Lewatle 

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/728624ed-afdb-4012-a727-7337533ec08dn%40googlegroups.com.


Re: [dspace-tech] Whitelabel Error Page :Syndication feed

2022-11-13 Thread Lewatle Johannes Phaladi

Hello Tim,

Thank you very much for clear information on this, I will have a look at 
ticket alternatively await for new release early next year.

Regards,
Lewatle 
On Friday, 11 November 2022 at 16:55:29 UTC+2 Tim Donohue wrote:

> Hi Lewatle,
>
> That's an error we uncovered just after the 7.4 release (unfortunately).  
> It's already been fixed in the codebase, so you could copy the fix...or 
> wait for 7.5 (due in Feb) when the fix will be released.
>
> Here's the ticket: https://github.com/DSpace/dspace-angular/issues/1905
> Here's the fix: https://github.com/DSpace/dspace-angular/pull/1934
>
> Tim
> --
> *From:* dspac...@googlegroups.com  on behalf 
> of Lewatle Johannes Phaladi 
> *Sent:* Friday, November 11, 2022 7:27 AM
> *To:* DSpace Technical Support 
> *Subject:* [dspace-tech] Whitelabel Error Page :Syndication feed 
>  
> Hi All, 
>
> Please assist, how to resolve below error on DSpace 7.4, it occurs when I 
> click Syndication feed 
>
> Whitelabel Error Page
>
> This application has no explicit mapping for /error, so you are seeing 
> this as a fallback.
> Fri Nov 11 15:23:42 SAST 2022
> There was an unexpected error (type=Not Found, status=404).
> No message available
>
> Regards,
> Lewatle 
>
> -- 
> All messages to this mailing list should adhere to the Code of Conduct: 
> https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
> --- 
> 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...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/dspace-tech/4cfafe84-98eb-44e5-914c-c6582648ba16n%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/dspace-tech/4cfafe84-98eb-44e5-914c-c6582648ba16n%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/f5e053ed-743d-489d-99c5-45e6aebd40bfn%40googlegroups.com.


[dspace-tech] Whitelabel Error Page :Syndication feed

2022-11-11 Thread Lewatle Johannes Phaladi
Hi All,

Please assist, how to resolve below error on DSpace 7.4, it occurs when I 
click Syndication feed 

Whitelabel Error Page

This application has no explicit mapping for /error, so you are seeing this 
as a fallback.
Fri Nov 11 15:23:42 SAST 2022
There was an unexpected error (type=Not Found, status=404).
No message available

Regards,
Lewatle 

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/4cfafe84-98eb-44e5-914c-c6582648ba16n%40googlegroups.com.


Re: [dspace-tech] Filter media running for 4 days is it normal process?

2022-11-10 Thread Lewatle Johannes Phaladi

Hi DSpace Team,

I  am getting this error when running filter-media on item or collection, 
please see error message :

ERROR filtering, skipping bitstream:
Item Handle: 10539332/20434665   Bundle Name: ORIGINAL   File 
Size: 984696   Checksum: 3bb9367338a7d40a5e76ec4e5056e8c6 (MD5)   
 Asset Store: 0
org.im4java.core.CommandException: convert-im6.q16: attempt to perform an 
operation not allowed by the security policy `PDF' @ 
error/constitute.c/IsCoderAuthorized/421.
The script has completed
On Wednesday, 9 November 2022 at 11:14:42 UTC+2 Lewatle Johannes Phaladi 
wrote:

> Hello Emilio,
>
> much appreciated this will help.
>
> Regards,
> Lewatle 
>
>
> On Tuesday, 8 November 2022 at 18:17:39 UTC+2 elor...@arvo.es wrote:
>
>> At least in versions 5 & 6 the command -i works flawlessly
>>
>> example:   
>>
>> dspace filter-media -f -i x/1685 -p "ImageMagick Image 
>> Thumbnail","ImageMagick PDF Thumbnail"
>>
>> being x/1685  a top level community or a collection or any handle
>>
>> We haven´t tested yet in Version7. 
>>
>> Best luck
>>
>> Emilio
>>
>> On 08/11/2022 16:15, 'Tim Donohue' via DSpace Technical Support wrote:
>>
>> Hi, 
>>
>> Based on my reading of the "filter-media" code, I think the "-i" flag can 
>> also be used to reference a Community or Collection.  In that scenario, all 
>> Items in that Community or Collection will be processed.
>>
>> See the code at: 
>> https://github.com/DSpace/DSpace/blob/main/dspace-api/src/main/java/org/dspace/app/mediafilter/MediaFilterScript.java#L227-L250
>>
>> Tim
>>
>> On Monday, November 7, 2022 at 8:21:23 AM UTC-6 Mark H. Wood wrote:
>>
>>> On Mon, Nov 07, 2022 at 05:40:25AM -0800, Lewatle Johannes Phaladi 
>>> wrote: 
>>> > I have shared your respond with my colleagues to see if we can have 
>>> > solution. Is there anyway to run filter-media on community or 
>>> collection. 
>>> > 
>>> > maybe by breaking that index can make it complete the task. 
>>>
>>> 'bin/dspace filter-media -h' shows that it can be run on individual 
>>> items, but I see no option to process a single community or 
>>> collection. 
>>>
>>> You could make lists of item IDs in each collection and create 
>>> scripts for 'bin/dspace read': 
>>>
>>> filter-media -i 12345/1 
>>> filter-media -i 12345/2 
>>> ... 
>>>
>>> This should be faster than running each item separately. 
>>>
>>> -- 
>>> Mark H. Wood 
>>> Lead Technology Analyst 
>>>
>>> University Library 
>>> Indiana University - Purdue University Indianapolis 
>>> 755 W. Michigan Street 
>>> Indianapolis, IN 46202 
>>> 317-274-0749 <(317)%20274-0749> 
>>> www.ulib.iupui.edu 
>>>
>> -- 
>> All messages to this mailing list should adhere to the Code of Conduct: 
>> https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
>> --- 
>> 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...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/dspace-tech/4f9696e2-1b07-4401-bbd6-6cd9d4d46454n%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/dspace-tech/4f9696e2-1b07-4401-bbd6-6cd9d4d46454n%40googlegroups.com?utm_medium=email_source=footer>
>> .
>>
>>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/63e66f01-d564-4cec-8e8a-60d85bdf6c36n%40googlegroups.com.


Re: [dspace-tech] Filter media running for 4 days is it normal process?

2022-11-09 Thread Lewatle Johannes Phaladi
Hello Emilio,

much appreciated this will help.

Regards,
Lewatle 

On Tuesday, 8 November 2022 at 18:17:39 UTC+2 elor...@arvo.es wrote:

> At least in versions 5 & 6 the command -i works flawlessly
>
> example:   
>
> dspace filter-media -f -i x/1685 -p "ImageMagick Image 
> Thumbnail","ImageMagick PDF Thumbnail"
>
> being x/1685  a top level community or a collection or any handle
>
> We haven´t tested yet in Version7. 
>
> Best luck
>
> Emilio
>
> On 08/11/2022 16:15, 'Tim Donohue' via DSpace Technical Support wrote:
>
> Hi, 
>
> Based on my reading of the "filter-media" code, I think the "-i" flag can 
> also be used to reference a Community or Collection.  In that scenario, all 
> Items in that Community or Collection will be processed.
>
> See the code at: 
> https://github.com/DSpace/DSpace/blob/main/dspace-api/src/main/java/org/dspace/app/mediafilter/MediaFilterScript.java#L227-L250
>
> Tim
>
> On Monday, November 7, 2022 at 8:21:23 AM UTC-6 Mark H. Wood wrote:
>
>> On Mon, Nov 07, 2022 at 05:40:25AM -0800, Lewatle Johannes Phaladi wrote: 
>> > I have shared your respond with my colleagues to see if we can have 
>> > solution. Is there anyway to run filter-media on community or 
>> collection. 
>> > 
>> > maybe by breaking that index can make it complete the task. 
>>
>> 'bin/dspace filter-media -h' shows that it can be run on individual 
>> items, but I see no option to process a single community or 
>> collection. 
>>
>> You could make lists of item IDs in each collection and create 
>> scripts for 'bin/dspace read': 
>>
>> filter-media -i 12345/1 
>> filter-media -i 12345/2 
>> ... 
>>
>> This should be faster than running each item separately. 
>>
>> -- 
>> Mark H. Wood 
>> Lead Technology Analyst 
>>
>> University Library 
>> Indiana University - Purdue University Indianapolis 
>> 755 W. Michigan Street 
>> Indianapolis, IN 46202 
>> 317-274-0749 <(317)%20274-0749> 
>> www.ulib.iupui.edu 
>>
> -- 
> All messages to this mailing list should adhere to the Code of Conduct: 
> https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
> --- 
> 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...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/dspace-tech/4f9696e2-1b07-4401-bbd6-6cd9d4d46454n%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/dspace-tech/4f9696e2-1b07-4401-bbd6-6cd9d4d46454n%40googlegroups.com?utm_medium=email_source=footer>
> .
>
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/a2f8e79b-084a-4365-9990-c49367a5a8c4n%40googlegroups.com.


Re: [dspace-tech] Filter media running for 4 days is it normal process?

2022-11-09 Thread Lewatle Johannes Phaladi
Hello Tim,

Thanks a lot, definitely I will follow and do it on community level.

Regards,
Lewatle  

On Tuesday, 8 November 2022 at 17:15:33 UTC+2 Tim Donohue wrote:

> Hi,
>
> Based on my reading of the "filter-media" code, I think the "-i" flag can 
> also be used to reference a Community or Collection.  In that scenario, all 
> Items in that Community or Collection will be processed.
>
> See the code at: 
> https://github.com/DSpace/DSpace/blob/main/dspace-api/src/main/java/org/dspace/app/mediafilter/MediaFilterScript.java#L227-L250
>
> Tim
>
> On Monday, November 7, 2022 at 8:21:23 AM UTC-6 Mark H. Wood wrote:
>
>> On Mon, Nov 07, 2022 at 05:40:25AM -0800, Lewatle Johannes Phaladi wrote:
>> > I have shared your respond with my colleagues to see if we can have 
>> > solution. Is there anyway to run filter-media on community or 
>> collection.
>> > 
>> > maybe by breaking that index can make it complete the task.
>>
>> 'bin/dspace filter-media -h' shows that it can be run on individual
>> items, but I see no option to process a single community or
>> collection.
>>
>> You could make lists of item IDs in each collection and create
>> scripts for 'bin/dspace read':
>>
>> filter-media -i 12345/1
>> filter-media -i 12345/2
>> ...
>>
>> This should be faster than running each item separately.
>>
>> -- 
>> Mark H. Wood
>> Lead Technology Analyst
>>
>> University Library
>> Indiana University - Purdue University Indianapolis
>> 755 W. Michigan Street
>> Indianapolis, IN 46202
>> 317-274-0749 <(317)%20274-0749>
>> www.ulib.iupui.edu
>>
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/a49fd4d2-0909-4813-995c-75b71d700ca0n%40googlegroups.com.


Re: [dspace-tech] Filter media running for 4 days is it normal process?

2022-11-07 Thread Lewatle Johannes Phaladi
Hello Mark,

I have shared your respond with my colleagues to see if we can have 
solution. Is there anyway to run filter-media on community or collection.

maybe by breaking that index can make it complete the task.

Regards,
Lewatle 



On Friday, 4 November 2022 at 14:51:35 UTC+2 Mark H. Wood wrote:

> On Fri, Nov 04, 2022 at 04:22:25AM -0700, Lewatle Johannes Phaladi wrote:
> > I have run ./dspace filter-media for the past 4 days, it is still 
> running, 
> > I am asking if this is how long it should run. our DSpace repository 
> have 
> > +- 35 000 items. 
>
> That depends on many factors, but it does seem a bit long.
>
> Is the CPU very busy? Is the machine doing much swapping? Or perhaps
> the command doesn't have enough heap and is spending most of its time
> garbage-collecting.
>
> -- 
> Mark H. Wood
> Lead Technology Analyst
>
> University Library
> Indiana University - Purdue University Indianapolis
> 755 W. Michigan Street
> Indianapolis, IN 46202
> 317-274-0749 <(317)%20274-0749>
> www.ulib.iupui.edu
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/e1eea104-a6f2-49f8-9b74-fcdbd47e4a4fn%40googlegroups.com.


[dspace-tech] Filter media running for 4 days is it normal process?

2022-11-04 Thread Lewatle Johannes Phaladi
Dear DSpace Team,

I have run ./dspace filter-media for the past 4 days, it is still running, 
I am asking if this is how long it should run. our DSpace repository have 
+- 35 000 items. 

Regards,
Lewatle 

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/0df49daf-26cb-4589-9556-261e52996df5n%40googlegroups.com.


[dspace-tech] Re: Changing default license that appears on any submission form on DSpace 7.4

2022-11-04 Thread Lewatle Johannes Phaladi
Hi Lawalola 

Thanks a lot, I have located it as you have indicated the path.

Much appreciated,
Lewatle 

On Friday, 4 November 2022 at 10:33:16 UTC+2 lawalola...@gmail.com wrote:

> Hi Lewatle,
>
> You can edit the license text at */dspace/config/default.license*
>
> On Friday, 4 November 2022 at 09:00:30 UTC+1 joem...@gmail.com wrote:
>
>> DSpace Team,
>>
>> Where can I change default license in DSpace 7.4 that appears on 
>> submission form. See license referring to on  bottom part of submission 
>> form below.
>>
>> [image: default submission form license.png]
>>
>> Regards,
>> Lewatle 
>>
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/b6f1d246-4024-4015-b602-5ffd5dc04056n%40googlegroups.com.


[dspace-tech] Changing default license that appears on any submission form on DSpace 7.4

2022-11-04 Thread Lewatle Johannes Phaladi
DSpace Team,

Where can I change default license in DSpace 7.4 that appears on submission 
form. See license referring to on  bottom part of submission form below.

[image: default submission form license.png]

Regards,
Lewatle 

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/1d68c1d8-0094-43e2-b27b-0132490a3992n%40googlegroups.com.


Re: [dspace-tech] Change image on taskbar

2022-10-27 Thread Lewatle Johannes Phaladi
Hello Tim,

Thanks a lot, favicon is updated.

Regards,
Lewatle 

On Wednesday, 26 October 2022 at 18:07:52 UTC+2 Tim Donohue wrote:

> Hi Lewatle,
>
> That icon in your browser tab is called the "Favicon" of a site.  We have 
> documentation on how to change that for DSpace 7 here: 
> https://wiki.lyrasis.org/display/DSDOC7x/User+Interface+Customization#UserInterfaceCustomization-CustomizeFaviconforsiteortheme
>
> Tim
> --
> *From:* dspac...@googlegroups.com  on behalf 
> of Lewatle Johannes Phaladi 
> *Sent:* Wednesday, October 26, 2022 9:18 AM
> *To:* DSpace Technical Support 
> *Subject:* [dspace-tech] Change image on taskbar 
>  
> Dear DSpace Colleagues, 
>
> How to change image that appear on address bar.
> see this picture :
>  [image: image_2022-10-26_161722772.png]
>
> Regards,
> Lewatle 
>
> -- 
> All messages to this mailing list should adhere to the Code of Conduct: 
> https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
> --- 
> 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...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/dspace-tech/9082b31b-f67a-4ae3-b541-bebf54980af5n%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/dspace-tech/9082b31b-f67a-4ae3-b541-bebf54980af5n%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/e4c1bb17-f3bc-41e6-82b5-ceebf931b056n%40googlegroups.com.


[dspace-tech] Change image on taskbar

2022-10-26 Thread Lewatle Johannes Phaladi
Dear DSpace Colleagues,

How to change image that appear on address bar.
see this picture :
 [image: image_2022-10-26_161722772.png]

Regards,
Lewatle 

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/9082b31b-f67a-4ae3-b541-bebf54980af5n%40googlegroups.com.


[dspace-tech] Re: How do submitter located saved submissions or incomplete submissions on 7.4

2022-10-26 Thread Lewatle Johannes Phaladi
Finally found saved unfinished submissions after searching from submission 
list. hope items that will be awaiting for reviews will be easily found.

Regards,
Lewatle 

On Wednesday, 26 October 2022 at 11:51:37 UTC+2 Lewatle Johannes Phaladi 
wrote:

> Under MyDSpace menu on top right next to logout, when clicking MyDSpace I 
> can see submissions but no saved submissions or take a task.
>
> Regards,
> Lewatle 
>
> On Wednesday, 26 October 2022 at 09:58:34 UTC+2 Lewatle Johannes Phaladi 
> wrote:
>
>> Dear DSpace Team,
>>
>> I have colleague who was busy with submission of item, after saving item 
>> locating it it is not clear this is on DSpace 7.4, on DSpace 6.x we were 
>> having submissions link where users were able to go take their unfinished 
>> tasks. the user have submission rights on collection. Please advise. 
>>
>> Regards,
>> Lewatle 
>>
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/ea74d193-bda5-414f-8cfe-174d41f2e1d8n%40googlegroups.com.


[dspace-tech] Re: How do submitter located saved submissions or incomplete submissions on 7.4

2022-10-26 Thread Lewatle Johannes Phaladi
Under MyDSpace menu on top right next to logout, when clicking MyDSpace I 
can see submissions but no saved submissions or take a task.

Regards,
Lewatle 

On Wednesday, 26 October 2022 at 09:58:34 UTC+2 Lewatle Johannes Phaladi 
wrote:

> Dear DSpace Team,
>
> I have colleague who was busy with submission of item, after saving item 
> locating it it is not clear this is on DSpace 7.4, on DSpace 6.x we were 
> having submissions link where users were able to go take their unfinished 
> tasks. the user have submission rights on collection. Please advise. 
>
> Regards,
> Lewatle 
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/1a99f68f-f970-4665-a037-e0a388b6b6f9n%40googlegroups.com.


[dspace-tech] How do submitter located saved submissions or incomplete submissions on 7.4

2022-10-26 Thread Lewatle Johannes Phaladi
Dear DSpace Team,

I have colleague who was busy with submission of item, after saving item 
locating it it is not clear this is on DSpace 7.4, on DSpace 6.x we were 
having submissions link where users were able to go take their unfinished 
tasks. the user have submission rights on collection. Please advise. 

Regards,
Lewatle 

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/154ecee6-e172-4b80-b421-7be5a6ca0b54n%40googlegroups.com.


Re: [dspace-tech] yarn install "timeout error" Installing DSpace 7.4 on Ubuntu 22.04

2022-10-21 Thread Lewatle Johannes Phaladi
Hello Tim,

Thanks a lot, it has worked after increasing timeout as you have mentioned 
and also handle issue has been resolved on this new version 7.4.

Regards,
Lewatle 

On Friday, 21 October 2022 at 16:50:04 UTC+2 Tim Donohue wrote:

> Hi Lewatle,
>
> Yarn has a flag that lets you increase the timeout as needed.  For 
> example, this will increase the timeout to 5mins (300,000 milliseconds)
>
> "yarn install --network-timeout 30"
>
> You could also try even larger numbers.
>
> If that doesn't work, then it could be that your server has 
> network issues.  Your server needs to be able to access the internet in 
> order to run "yarn install", as that command downloads many dependencies 
> required to build/run the DSpace 7 user interface.
>
> Tim
> ------
> *From:* dspac...@googlegroups.com  on behalf 
> of Lewatle Johannes Phaladi 
> *Sent:* Friday, October 21, 2022 8:58 AM
> *To:* DSpace Technical Support 
> *Subject:* [dspace-tech] yarn install "timeout error" Installing DSpace 
> 7.4 on Ubuntu 22.04 
>  
> Dear DSpace Team, 
> how to resolve  yarn timeout error, the server has network connection 
> /dspace-angular-dspace-7.4$ yarn install
> yarn install v1.22.19
> [1/4] Resolving packages...
> [2/4] Fetching packages...
> info There appears to be trouble with your network connection. Retrying...
> info There appears to be trouble with your network connection. Retrying...
> info There appears to be trouble with your network connection. Retrying...
> info There appears to be trouble with your network connection. Retrying...
> error An unexpected error occurred: "
> https://registry.yarnpkg.com/@material-ui/icons/-/icons-4.11.2.tgz: 
> ESOCKETTIMEDOUT".
> info If you think this is a bug, please open a bug report with the 
> information provided in 
> "/dspace/install/dspace-angular-dspace-7.4/yarn-error.log".
> info Visit https://yarnpkg.com/en/docs/cli/install for documentation 
> about this command.
>
>
>
>
> vi /dspace/install/dspace-angular-dspace-7.4/yarn-er   
> 
>ror.log
>   "ts-node": "10.2.1"
> },
> "dependencies": {
>   "@angular/animations": "~13.2.6",
>   "@angular/cdk": "^13.2.6",
>   "@angular/common": "~13.2.6",
>   "@angular/compiler": "~13.2.6",
>   "@angular/core": "~13.2.6",
>   "@angular/forms": "~13.2.6",
>   "@angular/localize": "13.2.6",
>   "@angular/platform-browser": "~13.2.6",
>   "@angular/platform-browser-dynamic": "~13.2.6",
>   "@angular/platform-server": "~13.2.6",
>   "@angular/router": "~13.2.6",
>   "@babel/runtime": "^7.17.2",
>   "@kolkov/ngx-gallery": "^2.0.1",
>   "@material-ui/core": "^4.11.0",
>   "@material-ui/icons": "^4.9.1",
>   "@ng-bootstrap/ng-bootstrap": "^11.0.0",
>   "@ng-dynamic-forms/core": "^15.0.0",
>   "@ng-dynamic-forms/ui-ng-bootstrap": "^15.0.0",
>   "@ngrx/effects": "^13.0.2",
>   "@ngrx/router-store": "^13.0.2",
>   "@ngrx/store": "^13.0.2",
>   "@nguniversal/express-engine": "^13.0.2",
>   "@ngx-translate/core": "^13.0.0",
>   "@nicky-lenaers/ngx-scroll-to": "^9.0.0",
>   "@types/grecaptcha": "^3.0.4",
>   "angular-idle-preload": "3.0.0",
>   "angulartics2": "^12.0.0",
>   "axios": "^0.27.2",
>   "bootstrap": "4.3.1",
>   "caniuse-lite": "^1.0.30001165",
>   "cerialize": "0.1.18",
>   "cli-progress": "^3.8.0",
>   "compression": "^1.7.4",
>   "cookie-parser": "1.4.5",
>   "core-js": "^3.7.0",
>   "deepmerge": "^4.2.2",
>   "express": "^4.17.1",
>   "express-rate-limit": "^5.1.3",
>   "fast-json-patch": "^3.0.0-1",
>   "file-saver": "^2.0.5",
>   "filesize": "^6.1.0

[dspace-tech] yarn install "timeout error" Installing DSpace 7.4 on Ubuntu 22.04

2022-10-21 Thread Lewatle Johannes Phaladi
Dear DSpace Team,
how to resolve  yarn timeout error, the server has network connection 
/dspace-angular-dspace-7.4$ yarn install
yarn install v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
error An unexpected error occurred: 
"https://registry.yarnpkg.com/@material-ui/icons/-/icons-4.11.2.tgz: 
ESOCKETTIMEDOUT".
info If you think this is a bug, please open a bug report with the 
information provided in 
"/dspace/install/dspace-angular-dspace-7.4/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about 
this command.




vi /dspace/install/dspace-angular-dspace-7.4/yarn-er   

   ror.log
  "ts-node": "10.2.1"
},
"dependencies": {
  "@angular/animations": "~13.2.6",
  "@angular/cdk": "^13.2.6",
  "@angular/common": "~13.2.6",
  "@angular/compiler": "~13.2.6",
  "@angular/core": "~13.2.6",
  "@angular/forms": "~13.2.6",
  "@angular/localize": "13.2.6",
  "@angular/platform-browser": "~13.2.6",
  "@angular/platform-browser-dynamic": "~13.2.6",
  "@angular/platform-server": "~13.2.6",
  "@angular/router": "~13.2.6",
  "@babel/runtime": "^7.17.2",
  "@kolkov/ngx-gallery": "^2.0.1",
  "@material-ui/core": "^4.11.0",
  "@material-ui/icons": "^4.9.1",
  "@ng-bootstrap/ng-bootstrap": "^11.0.0",
  "@ng-dynamic-forms/core": "^15.0.0",
  "@ng-dynamic-forms/ui-ng-bootstrap": "^15.0.0",
  "@ngrx/effects": "^13.0.2",
  "@ngrx/router-store": "^13.0.2",
  "@ngrx/store": "^13.0.2",
  "@nguniversal/express-engine": "^13.0.2",
  "@ngx-translate/core": "^13.0.0",
  "@nicky-lenaers/ngx-scroll-to": "^9.0.0",
  "@types/grecaptcha": "^3.0.4",
  "angular-idle-preload": "3.0.0",
  "angulartics2": "^12.0.0",
  "axios": "^0.27.2",
  "bootstrap": "4.3.1",
  "caniuse-lite": "^1.0.30001165",
  "cerialize": "0.1.18",
  "cli-progress": "^3.8.0",
  "compression": "^1.7.4",
  "cookie-parser": "1.4.5",
  "core-js": "^3.7.0",
  "deepmerge": "^4.2.2",
  "express": "^4.17.1",
  "express-rate-limit": "^5.1.3",
  "fast-json-patch": "^3.0.0-1",
  "file-saver": "^2.0.5",
  "filesize": "^6.1.0",
  "font-awesome": "4.7.0",
  "http-proxy-middleware": "^1.0.5",
  "https": "1.0.0",
  "js-cookie": "2.2.1",
  "js-yaml": "^4.1.0",
  "json5": "^2.1.3",
  "jsonschema": "1.4.0",
  "jwt-decode": "^3.1.2",
  "klaro": "^0.7.10",
  "lodash": "^4.17.21",
  "markdown-it": "^13.0.1",
  "markdown-it-mathjax3": "^4.3.1",
  "mirador": "^3.3.0",
  "mirador-dl-plugin": "^0.13.0",
  "mirador-share-plugin": "^0.11.0",
  "moment": "^2.29.4",
  "morgan": "^1.10.0",
  "ng-mocks": "^13.1.1",

 




-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/d2807e4f-b226-4d05-8788-1a4d30858bc3n%40googlegroups.com.


[dspace-tech] Re: start-handle-server script no error but service not up

2022-10-21 Thread Lewatle Johannes Phaladi
Hi,

Thanks a lot.

Regards,
Lewatle 

On Thursday, 20 October 2022 at 16:24:54 UTC+2 lawalola...@gmail.com wrote:

> Hello,
>
> You'll need to copy them to the /Dspace/lib directory. Then you run the 
> script again to start the handle server.
>
> On Thursday, 20 October 2022 at 15:07:05 UTC+1 joem...@gmail.com wrote:
>
>> Hello,
>>
>> I have downloaded the jar files from 
>> *https://www.eclipse.org/jetty/download.html 
>>  which location on the server 
>> should i place this : *
>>
>> jetty-deploy-11.0.12.jar
>>
>> jetty-security-11.0.12.jar
>>
>> jetty-util-11.0.12.jar
>>
>> jetty-server-11.0.12.jar
>>
>> jetty-xml-11.0.12.jar
>>
>> jetty-webapp-11.0.12.jar
>>
>> after copying them what needs to be done or should I run 
>> start-handle-server again
>>
>> Regards,
>> Lewatle 
>>  
>>
>> On Friday, 14 October 2022 at 11:04:28 UTC+2 lawalola...@gmail.com wrote:
>>
>>> Hi Lewatle,
>>>
>>> You can check this thread; I believe you may have the same issue. 
>>> https://groups.google.com/g/dspace-tech/c/lr7kfeLLEjg/m/PAptuDo8BAAJ
>>>
>>> On Friday, 14 October 2022 at 09:45:13 UTC+1 joem...@gmail.com wrote:
>>>
 Dear DSpace Team,

 After upgrading from DSpace 6.2 to 7.3 when starting handle server the 
 script on terminal gives no error but when checking handle server is down. 
 After checking error.log file for handle the following is found inside the 
 file:

 "2022-10-11 14:41:25.131+0200" 25 Started new run.
 "2022-10-11 14:41:25.132+0200" 25 Handle.net Server Software version 
 9.3.0
 Exception in thread "main" java.lang.NoClassDefFoundError: 
 com/sleepycat/je/DatabaseException
 at 
 net.handle.server.HandleServer.initTxnQueue(HandleServer.java:732)
 at net.handle.server.HandleServer.(HandleServer.java:382)
 at 
 net.handle.server.AbstractServer.getInstance(AbstractServer.java:120)
 at net.handle.server.Main.initialize(Main.java:255)
 at net.handle.server.Main.main(Main.java:122)
 Caused by: java.lang.ClassNotFoundException: 
 com.sleepycat.je.DatabaseException
 at 
 java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
 at 
 java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
 at 
 java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
 ... 5 more
 "2022-10-12 09:45:33.317+0200" 25 Started new run.
 "2022-10-12 09:45:33.318+0200" 25 Handle.net Server Software version 
 9.3.0
 Exception in thread "main" java.lang.NoClassDefFoundError: 
 com/sleepycat/je/DatabaseException
 at 
 net.handle.server.HandleServer.initTxnQueue(HandleServer.java:732)
 at net.handle.server.HandleServer.(HandleServer.java:382)
 at 
 net.handle.server.AbstractServer.getInstance(AbstractServer.java:120)
 at net.handle.server.Main.initialize(Main.java:255)
 at net.handle.server.Main.main(Main.java:122)
 Caused by: java.lang.ClassNotFoundException: 
 com.sleepycat.je.DatabaseException
 at 
 java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
 at 
 java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
 at 
 java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
 ... 5 more
 "2022-10-14 10:18:26.293+0200" 25 Started new run.
 "2022-10-14 10:18:26.294+0200" 25 Handle.net Server Software version 
 9.3.0
 Exception in thread "main" java.lang.NoClassDefFoundError: 
 com/sleepycat/je/DatabaseException
 at 
 net.handle.server.HandleServer.initTxnQueue(HandleServer.java:732)
 at net.handle.server.HandleServer.(HandleServer.java:382)
 at 
 net.handle.server.AbstractServer.getInstance(AbstractServer.java:120)
 at net.handle.server.Main.initialize(Main.java:255)
 at net.handle.server.Main.main(Main.java:122)
 Caused by: java.lang.ClassNotFoundException: 
 com.sleepycat.je.DatabaseException
 at 
 java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
 at 
 java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
 at 
 java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
 ... 5 more


 Please help in resolving this issue.

 Regards,
 Lewatle 

>>>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 

[dspace-tech] Re: start-handle-server script no error but service not up

2022-10-20 Thread Lewatle Johannes Phaladi
Hello,

I have downloaded the jar files from 
*https://www.eclipse.org/jetty/download.html 
 which location on the server 
should i place this : *

jetty-deploy-11.0.12.jar

jetty-security-11.0.12.jar

jetty-util-11.0.12.jar

jetty-server-11.0.12.jar

jetty-xml-11.0.12.jar

jetty-webapp-11.0.12.jar

after copying them what needs to be done or should I run 
start-handle-server again

Regards,
Lewatle 
 

On Friday, 14 October 2022 at 11:04:28 UTC+2 lawalola...@gmail.com wrote:

> Hi Lewatle,
>
> You can check this thread; I believe you may have the same issue. 
> https://groups.google.com/g/dspace-tech/c/lr7kfeLLEjg/m/PAptuDo8BAAJ
>
> On Friday, 14 October 2022 at 09:45:13 UTC+1 joem...@gmail.com wrote:
>
>> Dear DSpace Team,
>>
>> After upgrading from DSpace 6.2 to 7.3 when starting handle server the 
>> script on terminal gives no error but when checking handle server is down. 
>> After checking error.log file for handle the following is found inside the 
>> file:
>>
>> "2022-10-11 14:41:25.131+0200" 25 Started new run.
>> "2022-10-11 14:41:25.132+0200" 25 Handle.net Server Software version 9.3.0
>> Exception in thread "main" java.lang.NoClassDefFoundError: 
>> com/sleepycat/je/DatabaseException
>> at 
>> net.handle.server.HandleServer.initTxnQueue(HandleServer.java:732)
>> at net.handle.server.HandleServer.(HandleServer.java:382)
>> at 
>> net.handle.server.AbstractServer.getInstance(AbstractServer.java:120)
>> at net.handle.server.Main.initialize(Main.java:255)
>> at net.handle.server.Main.main(Main.java:122)
>> Caused by: java.lang.ClassNotFoundException: 
>> com.sleepycat.je.DatabaseException
>> at 
>> java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
>> at 
>> java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
>> at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
>> ... 5 more
>> "2022-10-12 09:45:33.317+0200" 25 Started new run.
>> "2022-10-12 09:45:33.318+0200" 25 Handle.net Server Software version 9.3.0
>> Exception in thread "main" java.lang.NoClassDefFoundError: 
>> com/sleepycat/je/DatabaseException
>> at 
>> net.handle.server.HandleServer.initTxnQueue(HandleServer.java:732)
>> at net.handle.server.HandleServer.(HandleServer.java:382)
>> at 
>> net.handle.server.AbstractServer.getInstance(AbstractServer.java:120)
>> at net.handle.server.Main.initialize(Main.java:255)
>> at net.handle.server.Main.main(Main.java:122)
>> Caused by: java.lang.ClassNotFoundException: 
>> com.sleepycat.je.DatabaseException
>> at 
>> java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
>> at 
>> java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
>> at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
>> ... 5 more
>> "2022-10-14 10:18:26.293+0200" 25 Started new run.
>> "2022-10-14 10:18:26.294+0200" 25 Handle.net Server Software version 9.3.0
>> Exception in thread "main" java.lang.NoClassDefFoundError: 
>> com/sleepycat/je/DatabaseException
>> at 
>> net.handle.server.HandleServer.initTxnQueue(HandleServer.java:732)
>> at net.handle.server.HandleServer.(HandleServer.java:382)
>> at 
>> net.handle.server.AbstractServer.getInstance(AbstractServer.java:120)
>> at net.handle.server.Main.initialize(Main.java:255)
>> at net.handle.server.Main.main(Main.java:122)
>> Caused by: java.lang.ClassNotFoundException: 
>> com.sleepycat.je.DatabaseException
>> at 
>> java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
>> at 
>> java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
>> at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
>> ... 5 more
>>
>>
>> Please help in resolving this issue.
>>
>> Regards,
>> Lewatle 
>>
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/aee8b7e8-3789-41dc-8916-65f47b2953e1n%40googlegroups.com.


[dspace-tech] Re: start-handle-server script no error but service not up

2022-10-20 Thread Lewatle Johannes Phaladi
Hello Tim,

Much appreciated I will upgrade to 7.4

Regards,
Lewatle 

On Tuesday, 18 October 2022 at 16:28:44 UTC+2 Tim Donohue wrote:

> Hi Lewatle,
>
> This was a bug affecting 7.3.  It has been fixed in the 7.4 release.  So, 
> I'd recommend upgrading to 7.4 if you need to use the "start-handle-server" 
> commandline script.
>
> Tim
>
> On Friday, October 14, 2022 at 4:04:28 AM UTC-5 lawalola...@gmail.com 
> wrote:
>
>> Hi Lewatle,
>>
>> You can check this thread; I believe you may have the same issue. 
>> https://groups.google.com/g/dspace-tech/c/lr7kfeLLEjg/m/PAptuDo8BAAJ
>>
>> On Friday, 14 October 2022 at 09:45:13 UTC+1 joem...@gmail.com wrote:
>>
>>> Dear DSpace Team,
>>>
>>> After upgrading from DSpace 6.2 to 7.3 when starting handle server the 
>>> script on terminal gives no error but when checking handle server is down. 
>>> After checking error.log file for handle the following is found inside the 
>>> file:
>>>
>>> "2022-10-11 14:41:25.131+0200" 25 Started new run.
>>> "2022-10-11 14:41:25.132+0200" 25 Handle.net Server Software version 
>>> 9.3.0
>>> Exception in thread "main" java.lang.NoClassDefFoundError: 
>>> com/sleepycat/je/DatabaseException
>>> at 
>>> net.handle.server.HandleServer.initTxnQueue(HandleServer.java:732)
>>> at net.handle.server.HandleServer.(HandleServer.java:382)
>>> at 
>>> net.handle.server.AbstractServer.getInstance(AbstractServer.java:120)
>>> at net.handle.server.Main.initialize(Main.java:255)
>>> at net.handle.server.Main.main(Main.java:122)
>>> Caused by: java.lang.ClassNotFoundException: 
>>> com.sleepycat.je.DatabaseException
>>> at 
>>> java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
>>> at 
>>> java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
>>> at 
>>> java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
>>> ... 5 more
>>> "2022-10-12 09:45:33.317+0200" 25 Started new run.
>>> "2022-10-12 09:45:33.318+0200" 25 Handle.net Server Software version 
>>> 9.3.0
>>> Exception in thread "main" java.lang.NoClassDefFoundError: 
>>> com/sleepycat/je/DatabaseException
>>> at 
>>> net.handle.server.HandleServer.initTxnQueue(HandleServer.java:732)
>>> at net.handle.server.HandleServer.(HandleServer.java:382)
>>> at 
>>> net.handle.server.AbstractServer.getInstance(AbstractServer.java:120)
>>> at net.handle.server.Main.initialize(Main.java:255)
>>> at net.handle.server.Main.main(Main.java:122)
>>> Caused by: java.lang.ClassNotFoundException: 
>>> com.sleepycat.je.DatabaseException
>>> at 
>>> java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
>>> at 
>>> java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
>>> at 
>>> java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
>>> ... 5 more
>>> "2022-10-14 10:18:26.293+0200" 25 Started new run.
>>> "2022-10-14 10:18:26.294+0200" 25 Handle.net Server Software version 
>>> 9.3.0
>>> Exception in thread "main" java.lang.NoClassDefFoundError: 
>>> com/sleepycat/je/DatabaseException
>>> at 
>>> net.handle.server.HandleServer.initTxnQueue(HandleServer.java:732)
>>> at net.handle.server.HandleServer.(HandleServer.java:382)
>>> at 
>>> net.handle.server.AbstractServer.getInstance(AbstractServer.java:120)
>>> at net.handle.server.Main.initialize(Main.java:255)
>>> at net.handle.server.Main.main(Main.java:122)
>>> Caused by: java.lang.ClassNotFoundException: 
>>> com.sleepycat.je.DatabaseException
>>> at 
>>> java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
>>> at 
>>> java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
>>> at 
>>> java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
>>> ... 5 more
>>>
>>>
>>> Please help in resolving this issue.
>>>
>>> Regards,
>>> Lewatle 
>>>
>>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/c0e48d75-bbad-4f47-a56e-4eed679b026en%40googlegroups.com.


[dspace-tech] Re: start-handle-server script no error but service not up

2022-10-20 Thread Lewatle Johannes Phaladi
Thamks a lot, i will check if it can work on my side and confirm if it has 
resolved the issue 

On Friday, 14 October 2022 at 11:04:28 UTC+2 lawalola...@gmail.com wrote:

> Hi Lewatle,
>
> You can check this thread; I believe you may have the same issue. 
> https://groups.google.com/g/dspace-tech/c/lr7kfeLLEjg/m/PAptuDo8BAAJ
>
> On Friday, 14 October 2022 at 09:45:13 UTC+1 joem...@gmail.com wrote:
>
>> Dear DSpace Team,
>>
>> After upgrading from DSpace 6.2 to 7.3 when starting handle server the 
>> script on terminal gives no error but when checking handle server is down. 
>> After checking error.log file for handle the following is found inside the 
>> file:
>>
>> "2022-10-11 14:41:25.131+0200" 25 Started new run.
>> "2022-10-11 14:41:25.132+0200" 25 Handle.net Server Software version 9.3.0
>> Exception in thread "main" java.lang.NoClassDefFoundError: 
>> com/sleepycat/je/DatabaseException
>> at 
>> net.handle.server.HandleServer.initTxnQueue(HandleServer.java:732)
>> at net.handle.server.HandleServer.(HandleServer.java:382)
>> at 
>> net.handle.server.AbstractServer.getInstance(AbstractServer.java:120)
>> at net.handle.server.Main.initialize(Main.java:255)
>> at net.handle.server.Main.main(Main.java:122)
>> Caused by: java.lang.ClassNotFoundException: 
>> com.sleepycat.je.DatabaseException
>> at 
>> java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
>> at 
>> java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
>> at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
>> ... 5 more
>> "2022-10-12 09:45:33.317+0200" 25 Started new run.
>> "2022-10-12 09:45:33.318+0200" 25 Handle.net Server Software version 9.3.0
>> Exception in thread "main" java.lang.NoClassDefFoundError: 
>> com/sleepycat/je/DatabaseException
>> at 
>> net.handle.server.HandleServer.initTxnQueue(HandleServer.java:732)
>> at net.handle.server.HandleServer.(HandleServer.java:382)
>> at 
>> net.handle.server.AbstractServer.getInstance(AbstractServer.java:120)
>> at net.handle.server.Main.initialize(Main.java:255)
>> at net.handle.server.Main.main(Main.java:122)
>> Caused by: java.lang.ClassNotFoundException: 
>> com.sleepycat.je.DatabaseException
>> at 
>> java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
>> at 
>> java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
>> at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
>> ... 5 more
>> "2022-10-14 10:18:26.293+0200" 25 Started new run.
>> "2022-10-14 10:18:26.294+0200" 25 Handle.net Server Software version 9.3.0
>> Exception in thread "main" java.lang.NoClassDefFoundError: 
>> com/sleepycat/je/DatabaseException
>> at 
>> net.handle.server.HandleServer.initTxnQueue(HandleServer.java:732)
>> at net.handle.server.HandleServer.(HandleServer.java:382)
>> at 
>> net.handle.server.AbstractServer.getInstance(AbstractServer.java:120)
>> at net.handle.server.Main.initialize(Main.java:255)
>> at net.handle.server.Main.main(Main.java:122)
>> Caused by: java.lang.ClassNotFoundException: 
>> com.sleepycat.je.DatabaseException
>> at 
>> java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
>> at 
>> java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
>> at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
>> ... 5 more
>>
>>
>> Please help in resolving this issue.
>>
>> Regards,
>> Lewatle 
>>
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/f9be084b-dbb6-4d83-9a96-4bc1afe4eab3n%40googlegroups.com.


[dspace-tech] start-handle-server script no error but service not up

2022-10-14 Thread Lewatle Johannes Phaladi
Dear DSpace Team,

After upgrading from DSpace 6.2 to 7.3 when starting handle server the 
script on terminal gives no error but when checking handle server is down. 
After checking error.log file for handle the following is found inside the 
file:

"2022-10-11 14:41:25.131+0200" 25 Started new run.
"2022-10-11 14:41:25.132+0200" 25 Handle.net Server Software version 9.3.0
Exception in thread "main" java.lang.NoClassDefFoundError: 
com/sleepycat/je/DatabaseException
at 
net.handle.server.HandleServer.initTxnQueue(HandleServer.java:732)
at net.handle.server.HandleServer.(HandleServer.java:382)
at 
net.handle.server.AbstractServer.getInstance(AbstractServer.java:120)
at net.handle.server.Main.initialize(Main.java:255)
at net.handle.server.Main.main(Main.java:122)
Caused by: java.lang.ClassNotFoundException: 
com.sleepycat.je.DatabaseException
at 
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
at 
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
... 5 more
"2022-10-12 09:45:33.317+0200" 25 Started new run.
"2022-10-12 09:45:33.318+0200" 25 Handle.net Server Software version 9.3.0
Exception in thread "main" java.lang.NoClassDefFoundError: 
com/sleepycat/je/DatabaseException
at 
net.handle.server.HandleServer.initTxnQueue(HandleServer.java:732)
at net.handle.server.HandleServer.(HandleServer.java:382)
at 
net.handle.server.AbstractServer.getInstance(AbstractServer.java:120)
at net.handle.server.Main.initialize(Main.java:255)
at net.handle.server.Main.main(Main.java:122)
Caused by: java.lang.ClassNotFoundException: 
com.sleepycat.je.DatabaseException
at 
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
at 
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
... 5 more
"2022-10-14 10:18:26.293+0200" 25 Started new run.
"2022-10-14 10:18:26.294+0200" 25 Handle.net Server Software version 9.3.0
Exception in thread "main" java.lang.NoClassDefFoundError: 
com/sleepycat/je/DatabaseException
at 
net.handle.server.HandleServer.initTxnQueue(HandleServer.java:732)
at net.handle.server.HandleServer.(HandleServer.java:382)
at 
net.handle.server.AbstractServer.getInstance(AbstractServer.java:120)
at net.handle.server.Main.initialize(Main.java:255)
at net.handle.server.Main.main(Main.java:122)
Caused by: java.lang.ClassNotFoundException: 
com.sleepycat.je.DatabaseException
at 
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
at 
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
... 5 more


Please help in resolving this issue.

Regards,
Lewatle 

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/32fa90bf-d372-41ff-944c-07df7fa2c2d9n%40googlegroups.com.


Re: [dspace-tech] ImageMagickMediaFilter not previewing thumbnails

2022-10-14 Thread Lewatle Johannes Phaladi
Hello Tim,

Amazing when I comment 

#filter.plugins = Text Extractor 

and run ./dspace filter-media it goes through, then currently complaints by 
memory as follows :

Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "main"


Regards,

Lewatle  
On Thursday, 13 October 2022 at 18:14:13 UTC+2 Tim Donohue wrote:

> Hi Lewatle,
>
> Double check that you have the latest/correct Media Filter settings in 
> your dspace.cfg (or local.cfg).  That error appears to be saying you are 
> missing the "Text Extractor" media filter which is listed in the dspace.cfg 
> by default:
> https://github.com/DSpace/DSpace/blob/main/dspace/config/dspace.cfg#L470
>
> Essentially, your settings should look identical (or very nearly 
> identical, if you've made minor updates) to the settings here: 
> https://github.com/DSpace/DSpace/blob/main/dspace/config/dspace.cfg#L451-L499
>
> In DSpace 7.3, there were some updates to those settings, I believe.
>
> Tim
> ------
> *From:* dspac...@googlegroups.com  on behalf 
> of Lewatle Johannes Phaladi 
> *Sent:* Thursday, October 13, 2022 9:00 AM
> *To:* DSpace Technical Support 
> *Subject:* [dspace-tech] ImageMagickMediaFilter not previewing thumbnails 
>  
> Dear DSpace Team,
>
> I am setting thumbnails followed the following documentation :
>
>
> https://wiki.lyrasis.org/display/DSDOC7x/ImageMagick+Media+Filters#ImageMagickMediaFilters-PossibleErrors/Issues
>
> also tried to run : 
>
> $ ./dspace filter-media
> The script has started
> ERROR: Unknown MediaFilter specified (either from command-line or in 
> dspace.cfg): 'Text Extractor'
>
> how to get imagemagic work on DSpace 7.3 after following documentation.
>
> Regards,
> Lewatle 
>
> -- 
> All messages to this mailing list should adhere to the Code of Conduct: 
> https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
> --- 
> 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...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/dspace-tech/5e5ac3c5-266f-4a54-9a03-5dedb8ed5588n%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/dspace-tech/5e5ac3c5-266f-4a54-9a03-5dedb8ed5588n%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/26cf2091-94a4-4242-8803-2cc18a421984n%40googlegroups.com.


[dspace-tech] ImageMagickMediaFilter not previewing thumbnails

2022-10-13 Thread Lewatle Johannes Phaladi
Dear DSpace Team,

I am setting thumbnails followed the following documentation :

https://wiki.lyrasis.org/display/DSDOC7x/ImageMagick+Media+Filters#ImageMagickMediaFilters-PossibleErrors/Issues

also tried to run : 

$ ./dspace filter-media
The script has started
ERROR: Unknown MediaFilter specified (either from command-line or in 
dspace.cfg): 'Text Extractor'

how to get imagemagic work on DSpace 7.3 after following documentation.

Regards,
Lewatle 

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/5e5ac3c5-266f-4a54-9a03-5dedb8ed5588n%40googlegroups.com.


Re: [dspace-tech] Index fail message after upgrading from Dspace 6.2 to 7.3

2022-10-12 Thread Lewatle Johannes Phaladi
Thanks Tim, the script completed without any error.

On Wednesday, 12 October 2022 at 08:26:46 UTC+2 Lewatle Johannes Phaladi 
wrote:

>
> Hello Tim,
>
> Thanks a lot I am trying it now.
>
> Regards,
> Lewatle 
> On Tuesday, 11 October 2022 at 19:46:22 UTC+2 Tim Donohue wrote:
>
>> Hi Lewatle,
>>
>> Based on the error stack, it looks like the problem may be that you 
>> somehow have a Resource Policy in your "resourcepolicy" database table that 
>> has both *no*​ "eperson_id" AND *no* "epersongroup_id".   
>>
>> That shouldn't be possible, because every Resource Policy is supposed to 
>> be related to either an EPerson or a Group.  However, somehow you must have 
>> managed to create a resource policy that is not related to anything. 
>>
>> You may need to find that resource policy and delete it.  I *think*​ you 
>> could use this query to locate it:
>>
>> SELECT * from resourcepolicy where eperson_id is null and epersongroup_id 
>> is null;
>>
>> Then you likely could do a similar delete:
>>
>> DELETE FROM resourcepolicy where eperson_id is null and epersongroup_id 
>> is null;
>>
>> *Make sure to test this out on a test/development copy of your database.*  
>> I doubt it will have side effects, but you should always verify things 
>> first before trying it in production.
>>
>> Tim
>> --
>> *From:* dspac...@googlegroups.com  on behalf 
>> of Lewatle Johannes Phaladi 
>> *Sent:* Tuesday, October 11, 2022 1:13 AM
>> *To:* DSpace Technical Support 
>> *Subject:* [dspace-tech] Index fail message after upgrading from Dspace 
>> 6.2 to 7.3 
>>  
>> Dear DSpace Team, 
>>
>> dspace@wiredspace:~/install/dspace7.3backend/bin$ ./dspace 
>> index-discovery -b 
>>
>> The script has started
>>
>> (Re)building index from scratch.
>>
>> java.lang.NullPointerException
>>
>>   at 
>> org.dspace.discovery.SolrServiceResourceRestrictionPlugin.additionalIndex(SolrServiceResourceRestrictionPlugin.java:95)
>>
>>   at 
>> org.dspace.discovery.indexobject.IndexFactoryImpl.buildDocument(IndexFactoryImpl.java:67)
>>
>>   at 
>> org.dspace.discovery.indexobject.InprogressSubmissionIndexFactoryImpl.buildDocument(InprogressSubmissionIndexFactoryImpl.java:46)
>>
>>   at 
>> org.dspace.discovery.indexobject.WorkspaceItemIndexFactoryImpl.buildDocument(WorkspaceItemIndexFactoryImpl.java:63)
>>
>>   at 
>> org.dspace.discovery.indexobject.WorkspaceItemIndexFactoryImpl.buildDocument(WorkspaceItemIndexFactoryImpl.java:30)
>>
>>   at 
>> org.dspace.discovery.SolrServiceImpl.update(SolrServiceImpl.java:165)
>>
>>   at 
>> org.dspace.discovery.SolrServiceImpl.indexContent(SolrServiceImpl.java:155)
>>
>>   at 
>> org.dspace.discovery.SolrServiceImpl.updateIndex(SolrServiceImpl.java:340)
>>
>>   at 
>> org.dspace.discovery.SolrServiceImpl.updateIndex(SolrServiceImpl.java:327)
>>
>>   at 
>> org.dspace.discovery.SolrServiceImpl.createIndex(SolrServiceImpl.java:295)
>>
>>   at org.dspace.discovery.IndexClient.internalRun(IndexClient.java:72)
>>
>>   at org.dspace.scripts.DSpaceRunnable.run(DSpaceRunnable.java:104)
>>
>>   at 
>> org.dspace.app.launcher.ScriptLauncher.executeScript(ScriptLauncher.java:149)
>>
>>   at 
>> org.dspace.app.launcher.ScriptLauncher.handleScript(ScriptLauncher.java:131)
>>
>>   at 
>> org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:98)
>>
>> dspace@wiredspace:~/install/dspace7.3backend/bin$
>>
>>  Regards,
>>
>> Lewatle 
>>
>> -- 
>> All messages to this mailing list should adhere to the Code of Conduct: 
>> https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
>> --- 
>> 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...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/dspace-tech/e34f93ed-6923-4643-85e1-1d741c75eeffn%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/dspace-tech/e34f93ed-6923-4643-85e1-1d741c75eeffn%40googlegroups.com?utm_medium=email_source=footer>
>> .
>>
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/5dc28b99-0037-459a-8b1c-b1a15c5f1477n%40googlegroups.com.


Re: [dspace-tech] Index fail message after upgrading from Dspace 6.2 to 7.3

2022-10-12 Thread Lewatle Johannes Phaladi

Hello Tim,

Thanks a lot I am trying it now.

Regards,
Lewatle 
On Tuesday, 11 October 2022 at 19:46:22 UTC+2 Tim Donohue wrote:

> Hi Lewatle,
>
> Based on the error stack, it looks like the problem may be that you 
> somehow have a Resource Policy in your "resourcepolicy" database table that 
> has both *no*​ "eperson_id" AND *no* "epersongroup_id".   
>
> That shouldn't be possible, because every Resource Policy is supposed to 
> be related to either an EPerson or a Group.  However, somehow you must have 
> managed to create a resource policy that is not related to anything. 
>
> You may need to find that resource policy and delete it.  I *think*​ you 
> could use this query to locate it:
>
> SELECT * from resourcepolicy where eperson_id is null and epersongroup_id 
> is null;
>
> Then you likely could do a similar delete:
>
> DELETE FROM resourcepolicy where eperson_id is null and epersongroup_id 
> is null;
>
> *Make sure to test this out on a test/development copy of your database.*  
> I doubt it will have side effects, but you should always verify things 
> first before trying it in production.
>
> Tim
> --
> *From:* dspac...@googlegroups.com  on behalf 
> of Lewatle Johannes Phaladi 
> *Sent:* Tuesday, October 11, 2022 1:13 AM
> *To:* DSpace Technical Support 
> *Subject:* [dspace-tech] Index fail message after upgrading from Dspace 
> 6.2 to 7.3 
>  
> Dear DSpace Team, 
>
> dspace@wiredspace:~/install/dspace7.3backend/bin$ ./dspace 
> index-discovery -b 
>
> The script has started
>
> (Re)building index from scratch.
>
> java.lang.NullPointerException
>
>   at 
> org.dspace.discovery.SolrServiceResourceRestrictionPlugin.additionalIndex(SolrServiceResourceRestrictionPlugin.java:95)
>
>   at 
> org.dspace.discovery.indexobject.IndexFactoryImpl.buildDocument(IndexFactoryImpl.java:67)
>
>   at 
> org.dspace.discovery.indexobject.InprogressSubmissionIndexFactoryImpl.buildDocument(InprogressSubmissionIndexFactoryImpl.java:46)
>
>   at 
> org.dspace.discovery.indexobject.WorkspaceItemIndexFactoryImpl.buildDocument(WorkspaceItemIndexFactoryImpl.java:63)
>
>   at 
> org.dspace.discovery.indexobject.WorkspaceItemIndexFactoryImpl.buildDocument(WorkspaceItemIndexFactoryImpl.java:30)
>
>   at 
> org.dspace.discovery.SolrServiceImpl.update(SolrServiceImpl.java:165)
>
>   at 
> org.dspace.discovery.SolrServiceImpl.indexContent(SolrServiceImpl.java:155)
>
>   at 
> org.dspace.discovery.SolrServiceImpl.updateIndex(SolrServiceImpl.java:340)
>
>   at 
> org.dspace.discovery.SolrServiceImpl.updateIndex(SolrServiceImpl.java:327)
>
>   at 
> org.dspace.discovery.SolrServiceImpl.createIndex(SolrServiceImpl.java:295)
>
>   at org.dspace.discovery.IndexClient.internalRun(IndexClient.java:72)
>
>   at org.dspace.scripts.DSpaceRunnable.run(DSpaceRunnable.java:104)
>
>   at 
> org.dspace.app.launcher.ScriptLauncher.executeScript(ScriptLauncher.java:149)
>
>   at 
> org.dspace.app.launcher.ScriptLauncher.handleScript(ScriptLauncher.java:131)
>
>   at 
> org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:98)
>
> dspace@wiredspace:~/install/dspace7.3backend/bin$
>
>  Regards,
>
> Lewatle 
>
> -- 
> All messages to this mailing list should adhere to the Code of Conduct: 
> https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
> --- 
> 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...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/dspace-tech/e34f93ed-6923-4643-85e1-1d741c75eeffn%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/dspace-tech/e34f93ed-6923-4643-85e1-1d741c75eeffn%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/720e377a-f067-4633-953f-8a32ee9b2cbfn%40googlegroups.com.


[dspace-tech] Re: Index fail message after upgrading from Dspace 6.2 to 7.3

2022-10-11 Thread Lewatle Johannes Phaladi
Hi DSpace Team,

During my upgrade I skipped this step by mistake [dspace]/bin/dspace 
database update-sequences 
please advise if that can affect re-indexing process "./dspace 
index-discovery -b"

Database migration went well 

Regards,
Lewatle 
On Tuesday, 11 October 2022 at 08:13:07 UTC+2 Lewatle Johannes Phaladi 
wrote:

> Dear DSpace Team,
>
> dspace@wiredspace:~/install/dspace7.3backend/bin$ ./dspace 
> index-discovery -b 
>
> The script has started
>
> (Re)building index from scratch.
>
> java.lang.NullPointerException
>
>   at 
> org.dspace.discovery.SolrServiceResourceRestrictionPlugin.additionalIndex(SolrServiceResourceRestrictionPlugin.java:95)
>
>   at 
> org.dspace.discovery.indexobject.IndexFactoryImpl.buildDocument(IndexFactoryImpl.java:67)
>
>   at 
> org.dspace.discovery.indexobject.InprogressSubmissionIndexFactoryImpl.buildDocument(InprogressSubmissionIndexFactoryImpl.java:46)
>
>   at 
> org.dspace.discovery.indexobject.WorkspaceItemIndexFactoryImpl.buildDocument(WorkspaceItemIndexFactoryImpl.java:63)
>
>   at 
> org.dspace.discovery.indexobject.WorkspaceItemIndexFactoryImpl.buildDocument(WorkspaceItemIndexFactoryImpl.java:30)
>
>   at 
> org.dspace.discovery.SolrServiceImpl.update(SolrServiceImpl.java:165)
>
>   at 
> org.dspace.discovery.SolrServiceImpl.indexContent(SolrServiceImpl.java:155)
>
>   at 
> org.dspace.discovery.SolrServiceImpl.updateIndex(SolrServiceImpl.java:340)
>
>   at 
> org.dspace.discovery.SolrServiceImpl.updateIndex(SolrServiceImpl.java:327)
>
>   at 
> org.dspace.discovery.SolrServiceImpl.createIndex(SolrServiceImpl.java:295)
>
>   at org.dspace.discovery.IndexClient.internalRun(IndexClient.java:72)
>
>   at org.dspace.scripts.DSpaceRunnable.run(DSpaceRunnable.java:104)
>
>   at 
> org.dspace.app.launcher.ScriptLauncher.executeScript(ScriptLauncher.java:149)
>
>   at 
> org.dspace.app.launcher.ScriptLauncher.handleScript(ScriptLauncher.java:131)
>
>   at 
> org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:98)
>
> dspace@wiredspace:~/install/dspace7.3backend/bin$
>
>  Regards,
>
> Lewatle 
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/43f5a040-fd03-4246-8e99-278ffd4a7394n%40googlegroups.com.


[dspace-tech] Index fail message after upgrading from Dspace 6.2 to 7.3

2022-10-11 Thread Lewatle Johannes Phaladi
Dear DSpace Team,

dspace@wiredspace:~/install/dspace7.3backend/bin$ ./dspace index-discovery 
-b 

The script has started

(Re)building index from scratch.

java.lang.NullPointerException

  at 
org.dspace.discovery.SolrServiceResourceRestrictionPlugin.additionalIndex(SolrServiceResourceRestrictionPlugin.java:95)

  at 
org.dspace.discovery.indexobject.IndexFactoryImpl.buildDocument(IndexFactoryImpl.java:67)

  at 
org.dspace.discovery.indexobject.InprogressSubmissionIndexFactoryImpl.buildDocument(InprogressSubmissionIndexFactoryImpl.java:46)

  at 
org.dspace.discovery.indexobject.WorkspaceItemIndexFactoryImpl.buildDocument(WorkspaceItemIndexFactoryImpl.java:63)

  at 
org.dspace.discovery.indexobject.WorkspaceItemIndexFactoryImpl.buildDocument(WorkspaceItemIndexFactoryImpl.java:30)

  at 
org.dspace.discovery.SolrServiceImpl.update(SolrServiceImpl.java:165)

  at 
org.dspace.discovery.SolrServiceImpl.indexContent(SolrServiceImpl.java:155)

  at 
org.dspace.discovery.SolrServiceImpl.updateIndex(SolrServiceImpl.java:340)

  at 
org.dspace.discovery.SolrServiceImpl.updateIndex(SolrServiceImpl.java:327)

  at 
org.dspace.discovery.SolrServiceImpl.createIndex(SolrServiceImpl.java:295)

  at org.dspace.discovery.IndexClient.internalRun(IndexClient.java:72)

  at org.dspace.scripts.DSpaceRunnable.run(DSpaceRunnable.java:104)

  at 
org.dspace.app.launcher.ScriptLauncher.executeScript(ScriptLauncher.java:149)

  at 
org.dspace.app.launcher.ScriptLauncher.handleScript(ScriptLauncher.java:131)

  at org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:98)

dspace@wiredspace:~/install/dspace7.3backend/bin$

 Regards,

Lewatle 

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/e34f93ed-6923-4643-85e1-1d741c75eeffn%40googlegroups.com.


Re: [dspace-tech] 401 unauthorized, error occurred during login via ORCID

2022-08-08 Thread Lewatle Johannes Phaladi
Hello Tim,

Thanks a lot for pointing that, I will come back with feedback once done.

Regards,
Lewatle 

On Friday, 5 August 2022 at 17:36:55 UTC+2 Tim Donohue wrote:

> Hi Lewatle,
>
> You'll find the cause of the error in the log file you shared... Look for 
> the "ERROR" lines in your log and you'll find this one:
>
> 2022-08-04 11:43:42,124 ERROR unknown unknown 
> org.dspace.authenticate.OrcidAuthenticationBean @ An error occurs 
> registering a new EPerson from ORCID 
> java.lang.IllegalStateException: The email is configured private on orcid
>   at 
> org.dspace.authenticate.OrcidAuthenticationBean.lambda$registerNewEPerson$0(OrcidAuthenticationBean.java:215)
>  
> ~[dspace-api-7.3.jar:7.3]
>   at java.util.Optional.orElseThrow(Optional.java:408) ~[?:?]
>   at 
> org.dspace.authenticate.OrcidAuthenticationBean.registerNewEPerson(OrcidAuthenticationBean.java:215)
>  
> [dspace-api-7.3.jar:7.3]
>   at 
> org.dspace.authenticate.OrcidAuthenticationBean.authenticateWithOrcid(OrcidAuthenticationBean.java:181)
>  
> [dspace-api-7.3.jar:7.3]
>   at 
> org.dspace.authenticate.OrcidAuthenticationBean.authenticate(OrcidAuthenticationBean.java:96)
>  
> [dspace-api-7.3.jar:7.3]
>   at 
> org.dspace.authenticate.OrcidAuthentication.authenticate(OrcidAuthentication.java:82)
>  
> [dspace-api-7.3.jar:7.3]
>
>
> Notice that the error message says "The email is configured private on 
> orcid".  The ORCID account you are using MUST share its email address with 
> DSpace.  See this Troubleshooting note in the ORCID documentation:
>
> https://wiki.lyrasis.org/display/DSDOC7x/ORCID+Integration#ORCIDIntegration-I'munabletoauthenticateviaORCID
>
> Tim
>
> --
> *From:* dspac...@googlegroups.com  on behalf 
> of Lewatle Johannes Phaladi 
> *Sent:* Friday, August 5, 2022 3:15 AM
> *To:* DSpace Technical Support 
> *Subject:* [dspace-tech] 401 unauthorized, error occurred during login 
> via ORCID 
>  
> Hi DSpace Colleagues, 
>
> I am running DSpace version 7.3, followed the following document enabling 
> ORCID integration : 
> https://wiki.lyrasis.org/display/DSDOC7x/ORCID+Integration 
> I am using orcid sandbox also received client id and secret for our server 
> to run this integration.
> The problem occur when logging in via ORCID  getting 401 unauthorized 
> error, I have attached dspace log file with screenshots that might give 
> indication on what is happening.
>
> Your assistance is appreciated.
>
> Regards,
> Lewatle 
>
> -- 
> All messages to this mailing list should adhere to the Code of Conduct: 
> https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
> --- 
> 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...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/dspace-tech/ffa1c87e-f18b-4710-a38f-b76f9e134372n%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/dspace-tech/ffa1c87e-f18b-4710-a38f-b76f9e134372n%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/1a47d8bd-cbb2-471f-93ee-7260204f0c70n%40googlegroups.com.


[dspace-tech] Re: 401 unauthorized, error occurred during login via ORCID

2022-08-05 Thread Lewatle Johannes Phaladi
On Friday, 5 August 2022 at 10:15:01 UTC+2 Lewatle Johannes Phaladi wrote:

> Hi DSpace Colleagues,
>
> I am running DSpace version 7.3, followed the following document enabling 
> ORCID integration : 
> https://wiki.lyrasis.org/display/DSDOC7x/ORCID+Integration 
> I am using orcid sandbox also received client id and secret for our server 
> to run this integration.
> The problem occur when logging in via ORCID  getting 401 unauthorized 
> error, I have attached dspace log file with screenshots that might give 
> indication on what is happening.
>
> Your assistance is appreciated.
>
> Regards,
> Lewatle 
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/f9612652-56c9-438f-ac79-fedc8b2390ecn%40googlegroups.com.


[dspace-tech] Re: Put DSpace search box on CMS help users to search DSpace from other website

2022-08-02 Thread Lewatle Johannes Phaladi

Thanks a lot for sharing, I will put the code with our local site URL.

Much appreciated!
On Monday, 1 August 2022 at 18:59:24 UTC+2 gauth...@gmail.com wrote:

> 
> 
> 
> https://demo.dspace.org/xmlui/discover?scope=%2F=;>
>  placeholder="Search...">
> Go
> 
> 
> 
>
>
> For DSpace 7.x use the following query in the form action 
> https://demo7.dspace.org/search?query=
> Use the URL of your instance instead of the demo ones provided [
> https://demo.dspace.org/ and https://demo7.dspace.org/]
>
> I hope this helps you.
> On Monday, August 1, 2022 at 1:57:59 PM UTC+5:30 joem...@gmail.com wrote:
>
>> Dear DSpace Colleagues,
>>
>> Is there any steps or link I can follow to  Put DSpace search box on CMS 
>> to help users to search DSpace from other website.
>>
>> example of search box screen referring to is pasted below, that is 
>> default search box coming with DSpace 6.x
>>
>>
>> [image: image_2022-08-01_102623710.png]
>>
>> Regards,
>> Lewatle 
>>
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/5377476b-b7be-4018-8d2c-b8272e243657n%40googlegroups.com.


[dspace-tech] Put DSpace search box on CMS help users to search DSpace from other website

2022-08-01 Thread Lewatle Johannes Phaladi
Dear DSpace Colleagues,

Is there any steps or link I can follow to  Put DSpace search box on CMS to 
help users to search DSpace from other website.

example of search box screen referring to is pasted below, that is default 
search box coming with DSpace 6.x


[image: image_2022-08-01_102623710.png]

Regards,
Lewatle 

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/0bf50199-b019-4d94-9d9a-bd29c7241718n%40googlegroups.com.


[dspace-tech] Re: Customizing DSpace using default template / Remove DSpace 7 text

2022-06-22 Thread Lewatle Johannes Phaladi
Thanks very much I have managed to change information on home page using 
path you have shared.

On Wednesday, 22 June 2022 at 13:02:41 UTC+2 vzapate...@gmail.com wrote:

> Hi
>
> Change dspace template 
> at 
> [dspace-angular-frontend]\src\themes\dspace\app\home-page\home-news\home-news.component.html
>
> Rebuild production environment.
>
> yarn run build:prod
>
> or do interactive changes in developer mode.
>
> yarn run start:dev
>
>
> El miércoles, 22 de junio de 2022 a las 11:41:46 UTC+2, joem...@gmail.com 
> escribió:
>
>> Hi DSpace Colleagues,
>>
>> How can I change wording on this, where it says DSpace 7 to my preferred 
>> text without creating templates just to edit from existing template, I will 
>> setup development server where I will be creating test templates, 
>> unfortunately working installation is done on production site up to now 
>> hence quick edit to current template is required especially on this image 
>> pasted bellow as the welcome page.
>>
>> [image: image_2022-06-22_113551528.png]
>>
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/c83d24af-28d6-4cbe-a2e6-fffab18fd6a7n%40googlegroups.com.


[dspace-tech] Re: Customize UI labels using Internationalization (i18n) files

2022-06-19 Thread Lewatle Johannes Phaladi
Thanks a lot Tim I will create zip!

On Thursday, 16 June 2022 at 00:12:33 UTC+2 Tim Donohue wrote:

> Hi Lewatle,
>
> You will need to rebuild the UI whenever you make changes to the i18n 
> files:
> "yarn build:prod"
>
> This ensures that the updated files are placed in the proper location in 
> the "dist" folder (distribution folder), but also creates zipped up / 
> minified versions of these *.json5 files for better performance in the UI.
>
> After rebuilding, then run your "pm2 restart" command, and it should all 
> work.
>
> Tim
>
> On Wednesday, June 15, 2022 at 4:11:27 AM UTC-5 joem...@gmail.com wrote:
>
>> Dear Dspace Colleagues,
>>
>> On DSpace 7.2 I am trying to change wording from frontend, where it says
>> "Communities in DSpace" to "Communities in WIReDSpace-EXTRA"
>>
>>
>> I have edited this file :
>> /dspace-7.2/src/assets/i18n/en.json5
>> line edited 
>>   "home.top-level-communities.head": "Communities in WIReDSpace-EXTRA",
>>
>>
>> and then run this cmd
>>
>> $ pm2 restart dspace-ui.json  from ui deploy directory 
>>
>> No changes happened on frontend please assist.
>>
>> Regards,
>> Lewatle 
>>
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/da4dfd62-00a8-46c3-aa8a-ddd95ac4345en%40googlegroups.com.


[dspace-tech] Re: Customize UI labels using Internationalization (i18n) files

2022-06-17 Thread Lewatle Johannes Phaladi
Hi Tim,

Thanks, changes applied and one thing I have noted is that since I have 
copied config and dist to deploy directory when started with the upgrade,  
this changes also was not taking place because dist directory inside deploy 
was old and after running build I have to copy new dist directory to 
replace the one in deploy location, do I need to make symbolic link to dist 
directory in dspace-angular, so that after building software didt folder in 
deploy doesn't need to manually replaced.

Regards,
Lewatle 

On Thursday, 16 June 2022 at 00:12:33 UTC+2 Tim Donohue wrote:

> Hi Lewatle,
>
> You will need to rebuild the UI whenever you make changes to the i18n 
> files:
> "yarn build:prod"
>
> This ensures that the updated files are placed in the proper location in 
> the "dist" folder (distribution folder), but also creates zipped up / 
> minified versions of these *.json5 files for better performance in the UI.
>
> After rebuilding, then run your "pm2 restart" command, and it should all 
> work.
>
> Tim
>
> On Wednesday, June 15, 2022 at 4:11:27 AM UTC-5 joem...@gmail.com wrote:
>
>> Dear Dspace Colleagues,
>>
>> On DSpace 7.2 I am trying to change wording from frontend, where it says
>> "Communities in DSpace" to "Communities in WIReDSpace-EXTRA"
>>
>>
>> I have edited this file :
>> /dspace-7.2/src/assets/i18n/en.json5
>> line edited 
>>   "home.top-level-communities.head": "Communities in WIReDSpace-EXTRA",
>>
>>
>> and then run this cmd
>>
>> $ pm2 restart dspace-ui.json  from ui deploy directory 
>>
>> No changes happened on frontend please assist.
>>
>> Regards,
>> Lewatle 
>>
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/0ba67682-6f8f-4cbe-929f-f48d7a9f6564n%40googlegroups.com.


[dspace-tech] Customize UI labels using Internationalization (i18n) files

2022-06-15 Thread Lewatle Johannes Phaladi
Dear Dspace Colleagues,

On DSpace 7.2 I am trying to change wording from frontend, where it says
"Communities in DSpace" to "Communities in WIReDSpace-EXTRA"


I have edited this file :
/dspace-7.2/src/assets/i18n/en.json5
line edited 
  "home.top-level-communities.head": "Communities in WIReDSpace-EXTRA",


and then run this cmd

$ pm2 restart dspace-ui.json  from ui deploy directory 

No changes happened on frontend please assist.

Regards,
Lewatle 

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/31b86bbb-75c2-4253-87d7-fd41363cc651n%40googlegroups.com.


Re: [dspace-tech] Total number of items / titles in DSpace 7.2

2022-06-14 Thread Lewatle Johannes Phaladi

Hi Tim, 

Thanks a lot for the update, we will use it once version 7.3 is available.

Regards,
Lewatle 
On Monday, 13 June 2022 at 16:58:57 UTC+2 Tim Donohue wrote:

> Hi Lewatle,
>
> That "Now showing _ - _ of ___" line will be coming in 7.3.  We realized 
> it was missing in 7.0-7.2 so it was just added recently.  It's already 
> available on the demo site (which is running pre-7.3): 
> https://demo7.dspace.org/browse/title
>
> (And it appears in 7.3 on all browse pages just as it was in 6.x)
>
> Tim
> --
> *From:* dspac...@googlegroups.com  on behalf 
> of Lewatle Johannes Phaladi 
> *Sent:* Monday, June 13, 2022 3:49 AM
> *To:* DSpace Technical Support 
> *Subject:* [dspace-tech] Total number of items / titles in DSpace 7.2 
>  
> Hi DSpace Team, 
>
> I am searching total number of items or titles in DSpace 7.2 but there is 
> no number calculated on items like in previous versions of DSpace, below on 
> this pictures you may see the different, the number was helping us to see 
> total items we have in the repository, if it is still possible on 7.2 
> please share steps to view total number of titles 
>
> [image: Dspace 6.x total number of titles.png]
>
>
> [image: Dspace 7.2.x total number of titles.png]
>
> Regards,
> Lewatle 
>
> -- 
> All messages to this mailing list should adhere to the Code of Conduct: 
> https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
> --- 
> 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...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/dspace-tech/1c9b74fd-42ed-430d-bf93-cda7e391008cn%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/dspace-tech/1c9b74fd-42ed-430d-bf93-cda7e391008cn%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/b5c9ddeb-d40c-432a-b7cb-0854ca9d272fn%40googlegroups.com.


[dspace-tech] Total number of items / titles in DSpace 7.2

2022-06-13 Thread Lewatle Johannes Phaladi
Hi DSpace Team,

I am searching total number of items or titles in DSpace 7.2 but there is 
no number calculated on items like in previous versions of DSpace, below on 
this pictures you may see the different, the number was helping us to see 
total items we have in the repository, if it is still possible on 7.2 
please share steps to view total number of titles 

[image: Dspace 6.x total number of titles.png]


[image: Dspace 7.2.x total number of titles.png]

Regards,
Lewatle 

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/1c9b74fd-42ed-430d-bf93-cda7e391008cn%40googlegroups.com.


[dspace-tech] Re: DSpace 7.2.1 online documentation forbidden error on access

2022-06-13 Thread Lewatle Johannes Phaladi
I have just noticed from previous reply that the wiki server will be back 
online today, will keep on checking if is back! 

On Monday, 13 June 2022 at 09:56:35 UTC+2 Lewatle Johannes Phaladi wrote:

> Hi DSpace Team,
>
> I was trying to access this documentation : 
> https://github.com/DSpace/DSpace/releases/ after completing upgrade of 
> dspace 6.3 to 7.2.1 successfully, when doing customization and opening 
> online documentation the links return the following message :
>
> *Forbidden*
>
> *You don't have permission to access /display/DSDOC7x/Installing+DSpace on 
> this server.*
>
> I will keep on checking if online documentation is back.
>
> Regards,
>
> Lewatle 
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/333b7b9b-6a0d-4da5-8c5c-c201879e02ebn%40googlegroups.com.


  1   2   3   >