Re: [dspace-tech] Re: Doubt with Browse by dateissued

2024-04-22 Thread Aroldo Rique Júnior
Ok, thanks, Tim.

Em seg., 22 de abr. de 2024 às 19:10, DSpace Technical Support <
dspace-tech@googlegroups.com> escreveu:

> Hi Aroldo,
>
> That appears to be in the design of the Browse by Date code.  It looks
> like the code is trying to avoid an extremely long list of years...and so
> it jumps by 5 or 10 years as the list gets longer.  Here's the method in
> the code that does that:
> https://github.com/DSpace/dspace-angular/blob/main/src/app/browse-by/browse-by-date/browse-by-date.component.ts#L129-L139
>
> At this time this is not configurable. But, we also accept code
> improvements/enhancements in the form of Pull Requests.
>
> Tim
>
> On Tuesday, April 9, 2024 at 8:21:42 PM UTC-5 aro...@gmail.com wrote:
>
>> Hello everybody.
>>
>> Consider the research below. Note that, in the year filter, options from
>> 2024 to 1980 appear, but not all years in that range, even though there are
>> items with dateissued equal to 1982, for example. from 2024 to 2010 all
>> years are shown. From 2010 to 1990, only every 5 years and, after that,
>> every 10 years.
>>
>> *Is it possible to configure this filter so that all years between 2024
>> and 1980 are listed?*
>>
>> My dspace.cfg has the following configuration:
>> webui.browse.index.1 = dateissued:item:dateissued
>>
>> Link:
>> https://biblioteca.mpf.mp.br/repositorio/browse/dateissued?scope=b4c75eab-01a4-435c--68927695c344
>>
>> [image: image.png]
>>
>> Aroldo
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> --
> 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/6efaa566-883b-4fc1-9e31-08b568d7cccen%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/CACKFi%2Be94igGP3gFp1hJLx8yqcGL9NZwgJR3P%3DGXgDfj6%3DFihQ%40mail.gmail.com.


[dspace-tech] Tip to include in the Dspace 7 documentation

2024-04-15 Thread Aroldo Rique Júnior
Hello everybody.

Recently, doing some queries on items in our repository, we noticed that
the query for some terms did not return any items.

We were only able to find the cause by analyzing Solr logs. The log says
that the number of characters in the file exceeded the configured maximum.
This configuration is in the /config/modules/discovery.cfg file:

# Limit to number of characters indexed by Discovery/Solr in the full text
of a document
# Default is 100,000 characters. Unlimited characters = -1
# Be aware that setting this to a large value (or unlimited) will require
more memory and space in Solr.
# Changing this value also requires reindexing all existing objects to take
effect.
discovery.solr.fulltext.charLimit=-1

We change it to -1 and now the search includes the entire file.

Aroldo

-- 
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/CACKFi%2BeZAP_Wm4ai-Q%3D8khpG0_GjVX0pdF0O0Jf3NNRYxtqi-w%40mail.gmail.com.


[dspace-tech] Doubt with Browse by dateissued

2024-04-09 Thread Aroldo Rique Júnior
Hello everybody.

Consider the research below. Note that, in the year filter, options from
2024 to 1980 appear, but not all years in that range, even though there are
items with dateissued equal to 1982, for example. from 2024 to 2010 all
years are shown. From 2010 to 1990, only every 5 years and, after that,
every 10 years.

*Is it possible to configure this filter so that all years between 2024 and
1980 are listed?*

My dspace.cfg has the following configuration:
webui.browse.index.1 = dateissued:item:dateissued

Link:
https://biblioteca.mpf.mp.br/repositorio/browse/dateissued?scope=b4c75eab-01a4-435c--68927695c344

[image: image.png]

Aroldo

-- 
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/CACKFi%2BdA9jZCN9O8z-K_Bab5EyHMZYcXpfoXwQh5h-XaHBietg%40mail.gmail.com.


[dspace-tech] Re: Problem with Ingesting / Restoring AIPs (field DISCOVERABLE of ITEM table)

2024-04-04 Thread Aroldo Rique Júnior
Taking advantage of this same topic, to make an item private, *what do you
need to do after updating the DISCOVERABLE field in the item table to true?*
I thought this was enough, but I saw that the item continues to appear in
searches.

Aroldo

Em qua., 3 de abr. de 2024 às 15:44, Aroldo Rique Júnior 
escreveu:

> Hello everybody.
>
> I have a problem restoring an item in Dspace 7.6.1.
>
> I am exporting the item using the command: /dspace packager -d -t AIP -e
>  -i  
>
> The item is restricted, has the field *DISCOVERABLE of ITEM table field
> set to false.*
>
> When restoring this same item with the command: /dspace packager -r -f -u
> -t AIP -e  , the item is restored correctly,* with
> the exception of the field DISCOVERABLE of ITEM table field, which is
> restored as true.*
>
> I did the same test exporting an item from dspace 6 (Oracle) to dspace
> 7.6.1 (PostgreSQL) and the problem also occurs.
>
> Aroldo
>

-- 
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/CACKFi%2Bcwh6jD9%2B4h7%3DhM3Un_h9YQxm_KwfoaYZhHNr%2BwojOGMQ%40mail.gmail.com.


[dspace-tech] Problem with Ingesting / Restoring AIPs (field DISCOVERABLE of ITEM table)

2024-04-03 Thread Aroldo Rique Júnior
Hello everybody.

I have a problem restoring an item in Dspace 7.6.1.

I am exporting the item using the command: /dspace packager -d -t AIP -e
 -i  

The item is restricted, has the field *DISCOVERABLE of ITEM table field set
to false.*

When restoring this same item with the command: /dspace packager -r -f -u
-t AIP -e  , the item is restored correctly,* with the
exception of the field DISCOVERABLE of ITEM table field, which is restored
as true.*

I did the same test exporting an item from dspace 6 (Oracle) to dspace
7.6.1 (PostgreSQL) and the problem also occurs.

Aroldo

-- 
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/CACKFi%2BfeOXYf-uS8_UTmsotDB32_z%3D%2B-O%2BXAXw17KhRzKtc%3DSQ%40mail.gmail.com.


Re: [dspace-tech] Re: Submitting items using dspace 7 REST APTI

2024-03-04 Thread Aroldo Rique Júnior
I'm looking in the documentation, but I didn't find an example of how to
send an attachment (pdf) via REST API.

I want to attach a pdf that is on my local machine to my REST call. It is
possible? What will my json look like? How do I submit the file contents?
Currently, it looks like this:

[
{
"op": "add",
"path": "/sections/teste/dc.title",
"value": [
{
"authority": null,
"confidence": -1,
"display": "AROLDO TEST WITH REST",
"language": null,
"otherInformation": null,
"place": 0,
"value": "AROLDO TEST WITH REST"
}
]
},
{
"op": "add",
"path": "/sections/license/granted",
"value": "true"
}
]

And the REST call is this:
PATCH
/server/api/submission/workspaceitems/{id}

Aroldo

Em ter., 16 de jan. de 2024 às 14:51, DSpace Technical Support <
dspace-tech@googlegroups.com> escreveu:

> All,
>
> For future reference, we also have a page in our REST Contract describing
> the steps to performing a submission via the REST API:
> https://github.com/DSpace/RestContract/blob/main/submission.md
>
> Tim
>
> On Saturday, January 13, 2024 at 10:40:00 PM UTC-6 aro...@gmail.com wrote:
>
>> Guys, I finally learned how to perform a full submission here. After the
>> user authenticates, you need to obtain an id for the item: POST
>> server/api/submission/workspaceitems?owningCollection={collection id}
>>
>> Then call PATCH server/api/submission/workspaceitems/{item id} with JSON
>> (I created a test collection whose items only have one field):
>>
>> [
>> {
>> "op": "add",
>> "path": "/sections/teste/dc.title",
>> "value": [
>> {
>> "authority": null,
>> "confidence": -1,
>> "display": "AROLDO TEST WITH REST",
>> "language": null,
>> "otherInformation": null,
>>     "place": 0,
>> "value": "AROLDO TEST WITH REST"
>> }
>> ]
>> },
>> {
>> "op": "add",
>> "path": "/sections/license/granted",
>> "value": "true"
>> }
>> ]
>>
>> Finally, to submit the item to the workflow, POST
>> /server/api/workflow/workflowitems passing as data
>> /server/api/submission/workspaceitems/{item id}.
>>
>> Aroldo
>>
>> Em sex., 12 de jan. de 2024 às 18:53, Aroldo Rique Júnior <
>> aro...@gmail.com> escreveu:
>>
>>> Guys, is anyone using the Dspace 7.x REST API to submit items?
>>>
>>> I can log in and check the status normally. I've already learned the
>>> /server/api/authn/login and /server/api/authn/status calls.
>>>
>>> I haven't been able to submit an item yet. From what I understand, first
>>> I authenticate and then I look for an id passing the uuid of the collection
>>> as a parameter, through the REST call
>>> /server/api/submission/workspaceitems?owningCollection=c57788fc-ad35-4e86-9b3c-764bad9d8bca
>>>
>>> And then, how do I submit my form fields? With which REST call? I
>>> created a test form with just one metadata: dc.title.
>>>
>>> Checking how the submission process occurs in the Chrome inspector, I
>>> saw that the REST call /server/api/submission/workspaceitems/155687 is
>>> executed with PATCH. Wouldn't it be POST?
>>>
>>> [image: image.png]
>>>
>>> Does anyone have a complete example of item submission using the REST
>>> API?
>>>
>>> Att,
>>>
>> --
> 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/f8f3def7-c0f8-4e24-9be1-162fe8195576n%40googlegroups.com
> <https://groups.google.com/d/msgid/dspace-tech/f8f3def7-c0f8-4e24-9be1-162fe8195576n%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/CACKFi%2BcMsdH9bYFwp50cm3RQSxF0rDeXASbqnXS9sOEuzU1zPQ%40mail.gmail.com.


Re: [dspace-tech] Re: Submitting items using dspace 7 REST APTI

2024-03-01 Thread Aroldo Rique Júnior
Tim, I created a test collection with just one field (dc.title) to test
submitting an item via rest API. I am able to submit successfully. I now
also want to include a pdf. Do you know what my json should look like?
Currently it looks like this (without the pdf file):

[
{
"op": "add",
"path": "/sections/teste/dc.title",
"value": [
{
"authority": null,
"confidence": -1,
"display": "TEST REST AROLDO WORKFLOW-155743",
"language": null,
"otherInformation": null,
"place": 0,
"value": "TEST REST AROLDO WORKFLOW-155743"
}
]
},
{
"op": "add",
"path": "/sections/license/granted",
"value": "true"
}
]

Aroldo

Em ter., 16 de jan. de 2024 às 14:51, DSpace Technical Support <
dspace-tech@googlegroups.com> escreveu:

> All,
>
> For future reference, we also have a page in our REST Contract describing
> the steps to performing a submission via the REST API:
> https://github.com/DSpace/RestContract/blob/main/submission.md
>
> Tim
>
> On Saturday, January 13, 2024 at 10:40:00 PM UTC-6 aro...@gmail.com wrote:
>
>> Guys, I finally learned how to perform a full submission here. After the
>> user authenticates, you need to obtain an id for the item: POST
>> server/api/submission/workspaceitems?owningCollection={collection id}
>>
>> Then call PATCH server/api/submission/workspaceitems/{item id} with JSON
>> (I created a test collection whose items only have one field):
>>
>> [
>> {
>> "op": "add",
>> "path": "/sections/teste/dc.title",
>> "value": [
>> {
>> "authority": null,
>> "confidence": -1,
>> "display": "AROLDO TEST WITH REST",
>> "language": null,
>> "otherInformation": null,
>>     "place": 0,
>> "value": "AROLDO TEST WITH REST"
>> }
>> ]
>> },
>> {
>> "op": "add",
>> "path": "/sections/license/granted",
>> "value": "true"
>> }
>> ]
>>
>> Finally, to submit the item to the workflow, POST
>> /server/api/workflow/workflowitems passing as data
>> /server/api/submission/workspaceitems/{item id}.
>>
>> Aroldo
>>
>> Em sex., 12 de jan. de 2024 às 18:53, Aroldo Rique Júnior <
>> aro...@gmail.com> escreveu:
>>
>>> Guys, is anyone using the Dspace 7.x REST API to submit items?
>>>
>>> I can log in and check the status normally. I've already learned the
>>> /server/api/authn/login and /server/api/authn/status calls.
>>>
>>> I haven't been able to submit an item yet. From what I understand, first
>>> I authenticate and then I look for an id passing the uuid of the collection
>>> as a parameter, through the REST call
>>> /server/api/submission/workspaceitems?owningCollection=c57788fc-ad35-4e86-9b3c-764bad9d8bca
>>>
>>> And then, how do I submit my form fields? With which REST call? I
>>> created a test form with just one metadata: dc.title.
>>>
>>> Checking how the submission process occurs in the Chrome inspector, I
>>> saw that the REST call /server/api/submission/workspaceitems/155687 is
>>> executed with PATCH. Wouldn't it be POST?
>>>
>>> [image: image.png]
>>>
>>> Does anyone have a complete example of item submission using the REST
>>> API?
>>>
>>> Att,
>>>
>> --
> 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/f8f3def7-c0f8-4e24-9be1-162fe8195576n%40googlegroups.com
> <https://groups.google.com/d/msgid/dspace-tech/f8f3def7-c0f8-4e24-9be1-162fe8195576n%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/CACKFi%2BdWfC0ck2pZOtaqV9M7BitgHjNNEWkbL%3DYvcdy8khUSew%40mail.gmail.com.


Re: [dspace-tech] Re: Submitting items using dspace 7 REST APTI

2024-01-16 Thread Aroldo Rique Júnior
Thanks, Tim.

I think there was just one REST call missing that I didn't find in your
tutorial, which finalizes the submission of an item: *PATCH
server/api/submission/ workspaceitems/{itemId}*

After this step, we will send the item to the workflow, through the POST
call /server/api/workflow/workflowitems passing as data
/server/api/submission/ workspaceitems/{itemId} (as in your tutorial).

Aroldo

Em ter., 16 de jan. de 2024 às 14:51, DSpace Technical Support <
dspace-tech@googlegroups.com> escreveu:

> All,
>
> For future reference, we also have a page in our REST Contract describing
> the steps to performing a submission via the REST API:
> https://github.com/DSpace/RestContract/blob/main/submission.md
>
> Tim
>
> On Saturday, January 13, 2024 at 10:40:00 PM UTC-6 aro...@gmail.com wrote:
>
>> Guys, I finally learned how to perform a full submission here. After the
>> user authenticates, you need to obtain an id for the item: POST
>> server/api/submission/workspaceitems?owningCollection={collection id}
>>
>> Then call PATCH server/api/submission/workspaceitems/{item id} with JSON
>> (I created a test collection whose items only have one field):
>>
>> [
>> {
>> "op": "add",
>> "path": "/sections/teste/dc.title",
>> "value": [
>> {
>> "authority": null,
>> "confidence": -1,
>> "display": "AROLDO TEST WITH REST",
>> "language": null,
>> "otherInformation": null,
>> "place": 0,
>> "value": "AROLDO TEST WITH REST"
>> }
>> ]
>> },
>> {
>> "op": "add",
>> "path": "/sections/license/granted",
>> "value": "true"
>> }
>> ]
>>
>> Finally, to submit the item to the workflow, POST
>> /server/api/workflow/workflowitems passing as data
>> /server/api/submission/workspaceitems/{item id}.
>>
>> Aroldo
>>
>> Em sex., 12 de jan. de 2024 às 18:53, Aroldo Rique Júnior <
>> aro...@gmail.com> escreveu:
>>
>>> Guys, is anyone using the Dspace 7.x REST API to submit items?
>>>
>>> I can log in and check the status normally. I've already learned the
>>> /server/api/authn/login and /server/api/authn/status calls.
>>>
>>> I haven't been able to submit an item yet. From what I understand, first
>>> I authenticate and then I look for an id passing the uuid of the collection
>>> as a parameter, through the REST call
>>> /server/api/submission/workspaceitems?owningCollection=c57788fc-ad35-4e86-9b3c-764bad9d8bca
>>>
>>> And then, how do I submit my form fields? With which REST call? I
>>> created a test form with just one metadata: dc.title.
>>>
>>> Checking how the submission process occurs in the Chrome inspector, I
>>> saw that the REST call /server/api/submission/workspaceitems/155687 is
>>> executed with PATCH. Wouldn't it be POST?
>>>
>>> [image: image.png]
>>>
>>> Does anyone have a complete example of item submission using the REST
>>> API?
>>>
>>> Att,
>>>
>> --
> 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/f8f3def7-c0f8-4e24-9be1-162fe8195576n%40googlegroups.com
> <https://groups.google.com/d/msgid/dspace-tech/f8f3def7-c0f8-4e24-9be1-162fe8195576n%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/CACKFi%2BdW9jG31W4tB-x4x1FrT6B7sxQOz1TJA0dx%3Dv9hbLibxw%40mail.gmail.com.


[dspace-tech] Re: Submitting items using dspace 7 REST APTI

2024-01-13 Thread Aroldo Rique Júnior
Guys, I finally learned how to perform a full submission here. After the
user authenticates, you need to obtain an id for the item: POST
server/api/submission/workspaceitems?owningCollection={collection id}

Then call PATCH server/api/submission/workspaceitems/{item id} with JSON (I
created a test collection whose items only have one field):

[
{
"op": "add",
"path": "/sections/teste/dc.title",
"value": [
{
"authority": null,
"confidence": -1,
"display": "AROLDO TEST WITH REST",
"language": null,
"otherInformation": null,
"place": 0,
"value": "AROLDO TEST WITH REST"
}
]
},
{
"op": "add",
"path": "/sections/license/granted",
"value": "true"
}
]

Finally, to submit the item to the workflow, POST
/server/api/workflow/workflowitems passing as data
/server/api/submission/workspaceitems/{item id}.

Aroldo

Em sex., 12 de jan. de 2024 às 18:53, Aroldo Rique Júnior 
escreveu:

> Guys, is anyone using the Dspace 7.x REST API to submit items?
>
> I can log in and check the status normally. I've already learned the
> /server/api/authn/login and /server/api/authn/status calls.
>
> I haven't been able to submit an item yet. From what I understand, first I
> authenticate and then I look for an id passing the uuid of the collection
> as a parameter, through the REST call
> /server/api/submission/workspaceitems?owningCollection=c57788fc-ad35-4e86-9b3c-764bad9d8bca
>
> And then, how do I submit my form fields? With which REST call? I created
> a test form with just one metadata: dc.title.
>
> Checking how the submission process occurs in the Chrome inspector, I saw
> that the REST call /server/api/submission/workspaceitems/155687 is executed
> with PATCH. Wouldn't it be POST?
>
> [image: image.png]
>
> Does anyone have a complete example of item submission using the REST API?
>
> Att,
>

-- 
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/CACKFi%2BdH86j6JFc%2BeZgZa0BvctPBk%2BP%2B_4aL-rSfL3POe-Ksww%40mail.gmail.com.


[dspace-tech] Submitting items using dspace 7 REST APTI

2024-01-12 Thread Aroldo Rique Júnior
Guys, is anyone using the Dspace 7.x REST API to submit items?

I can log in and check the status normally. I've already learned the
/server/api/authn/login and /server/api/authn/status calls.

I haven't been able to submit an item yet. From what I understand, first I
authenticate and then I look for an id passing the uuid of the collection
as a parameter, through the REST call
/server/api/submission/workspaceitems?owningCollection=c57788fc-ad35-4e86-9b3c-764bad9d8bca

And then, how do I submit my form fields? With which REST call? I created a
test form with just one metadata: dc.title.

Checking how the submission process occurs in the Chrome inspector, I saw
that the REST call /server/api/submission/workspaceitems/155687 is executed
with PATCH. Wouldn't it be POST?

[image: image.png]

Does anyone have a complete example of item submission using the REST API?

Att,

-- 
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/CACKFi%2BeNvqHck9mXPCZz-SDoG4zqQJVPbyd631OU0nHWgRf1-w%40mail.gmail.com.


[dspace-tech] Steps to update the handle server

2024-01-02 Thread Aroldo Rique Júnior
Hy everybody.

Currently, the entire document submission part of our repository is on
Dspace 6. On the same machine, our handle server is also running, which is
in the version that came with dspace 6.

We are updating our dspace to version 7.6.1.

After the company I work for updated the annual payment to the CNRI, we now
want to run the handles server that came with version 7.6.1.  The prefix
will remain the same. I would like to know what the correct steps are to
update/change the handle server. The handle server will run on the same
machine as dspace 7.6.1. In the handle.net documentation I found the
following:

https://handle.net/faq.html#12

[image: image.png]

So, the *first step* would be to copy the bdbje folder, which is inside
[dspace]/handle-server on the dspace6 machine, to the [dspace]/handle-sever
folder on dspace 7.6.1.

The *second step*, according to dspace documentation (
https://wiki.lyrasis.org/display/DSDOC7x/Handle.Net+Registry+Support),
would be to run the command ./dspace make-handle-config
/dspace/handle-server on the dspace 7.6.1 machine. This command will result
in the /dspace/handle-server/sitebndl.zip file.

*Finally*, we must send the sitebndl.zip file to the email:
hdlad...@cnri.reston.va.us

Is there something missing, or are the steps correct?

Aroldo

-- 
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/CACKFi%2Bdb6M4nibqzcQrj5OG-v%2BdgNP-hcXhnKPOqk_55eH6uPA%40mail.gmail.com.


[dspace-tech] Re: Change Dspace Angular::Home on google

2023-10-25 Thread Aroldo Rique Júnior
I found: 
escreveu:

> Hi
>
> Do you know if it's possible to make a change to a file so that, when I
> search for my dspace repository on Google, it doesn't appear as Dspace
> Angular :: Home, as in the figure below?
> I would like to replace Dspace Angular :: Home with Repositório
> Institucional (em português).
>
> [image: image.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/CACKFi%2BfxphEhPP1Tp%3DPg_L90e5uKvem6Cttke%2BA1aErsUSg9eQ%40mail.gmail.com.


[dspace-tech] Change Dspace Angular::Home on google

2023-10-25 Thread Aroldo Rique Júnior
Hi

Do you know if it's possible to make a change to a file so that, when I
search for my dspace repository on Google, it doesn't appear as Dspace
Angular :: Home, as in the figure below?
I would like to replace Dspace Angular :: Home with Repositório
Institucional (em português).

[image: image.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/CACKFi%2BeNkGiUxQXja3oyVa_-y%2BWH24QvtZv%3DEjfw7ac1JejCrQ%40mail.gmail.com.


[dspace-tech] Problems with non indexed metadata fields - Dspace 7.5

2023-10-20 Thread Aroldo Rique Júnior
Hello everybody.

My searches in Dspace 7.5 are searching in metadata that should not be
indexed. For example: the dc.description.provenance metadata. Some searches
I do are returning items because the search parameter is within the item's
dc.description.provenance metadata.

I am following the documentation described in this link:
https://wiki.lyrasis.org/display/DSDOC7x/Discovery#Discovery-Nonindexedmetadatafields
and I have included the dc.description.provenance metadata in the list of
those that should not be indexed.

Below I am placing my
org.dspace.discovery.configuration.DiscoveryConfigurationService bean from
discovery.xml. Something's missing? Am I doing something wrong? How do I
stop the dc.description.provenance metadata from being indexed?
































































































*
  


  

  

  
  
  
  

  


  

  dc.rights
 


dc.rights


  
dc.description.provenance
*

Aroldo

-- 
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/CACKFi%2BeHDTwKvZnFFY1b4Vm8Cn0GvoAEyWhfrOf28TD74EdaQQ%40mail.gmail.com.


Re: [dspace-tech] Re: Bitstreams file URL issue (dspace 7.5)

2023-09-25 Thread Aroldo Rique Júnior
I tested the fix: https://github.com/DSpace/dspace-angular/pull/2473/files

And the links are working correctly. Thank you very much!

Em seg., 21 de ago. de 2023 às 19:38, Aroldo Rique 
escreveu:

> Thanks Tim. I submitted the bug to git.
>
> Em seg., 21 de ago. de 2023 às 18:47, DSpace Technical Support <
> dspace-tech@googlegroups.com> escreveu:
>
>> Hi,
>>
>> Apologies for the delayed response on this question. These links are not
>> directly editable, but the behavior you are describing sounds like a
>> possible bug to me.  Links to the same bitstream (file) should be the same
>> on all pages in the UI.
>>
>> I'd recommend submitting a bug ticket to
>> https://github.com/DSpace/dspace-angular/issues with these screenshots
>> and any other information you may have on how to reproduce it (as we'll
>> need to see if this same bug still exists in 7.6).
>>
>> We can then look for a volunteer to create a PR to fix it (or if you are
>> interested, we'd welcome a PR from you as well).  I suspect that the broken
>> link is now building the URL properly & likely it's code needs to be fixed
>> to align with the link that works.
>>
>> Tim
>> On Monday, August 7, 2023 at 11:42:44 AM UTC-5 aro...@gmail.com wrote:
>>
>>> In summary, guys, I would like to know if it is possible to edit the
>>> download URL (yellow arrow) from the Bitstreams tab when editing files
>>> uploaded to dspace, because currently the link is broken.
>>> [image: image.png]
>>>
>>>
>>> Em sex., 4 de ago. de 2023 às 14:51, Aroldo Rique 
>>> escreveu:
>>>
>>>> Hello everybody.
>>>>
>>>> I'm having a problem with the URL of my items' bitstream file links.
>>>>
>>>> We have an entry in the DSN that points the address
>>>> biblioteca.mpf.mp.br/repositorio to the IP of the dspace machine. We
>>>> access the site normally through the link
>>>> biblioteca.mpf.mp.br/repositorio. The site is not yet available
>>>> outside our network.
>>>>
>>>> If I access an item and then go to the full item page, as shown below,
>>>> I can usually download the two files available for download, without
>>>> errors. Note that the "Download" link (red arrow) is formed by the URL
>>>> https://biblioteca.mpf.mp.br/repositorio/bitstreams/... (yellow
>>>> arrow). The link works normally and I can download the file.
>>>>
>>>> [image: image.png]
>>>>
>>>> The problem occurs on the Item Edit page (picture below). If I click on
>>>> the button indicated by the red arrow, which is the button to download the
>>>> license.txt file, the URL formed (yellow arrow) is in the format
>>>> https://biblioteca.mpf.mp.br/bitstreams/.. This link is broken because
>>>> /repository is missing before /bitstreams.
>>>> * Does anyone know how I can fix this problem on these URLs? I need to
>>>> include /repository before /bitstreams in the file links on the item edit
>>>> page.*
>>>>
>>>> [image: image.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/3b4d95cb-7afb-4c5b-a546-9bd2333b3da0n%40googlegroups.com
>> <https://groups.google.com/d/msgid/dspace-tech/3b4d95cb-7afb-4c5b-a546-9bd2333b3da0n%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/CACKFi%2Bf5rXk9X2ZgWrxQ8_HRMJYCk3d_y31vZybO3NWCzAOagQ%40mail.gmail.com.


[dspace-tech] Re: [dspace-community] Re: Very Slow Workflow Tasks Page (Dspace 7.5)

2023-09-06 Thread Aroldo Rique Júnior
Sorry Tim, I think I caused a bit of confusion here. I will, from now on,
only answer on dspace-tech.

I added a ticket: https://github.com/DSpace/DSpace/issues/9053

I also added a postgresql log file, after the longer rest api call I
mentioned earlier.

Att,

Aroldo

Em qua., 6 de set. de 2023 às 14:54, DSpace Community <
dspace-commun...@googlegroups.com> escreveu:

> Hi Aroldo,
>
> (This has gotten slightly confusing as we are now talking on
> dspace-community when I initially responded on dspace-tech.  I'd appreciate
> it if we can keep this discussion to one list.)
>
> Could you check your logs for any additional clues?  It'd be really
> helpful to check to see if Solr or dspace.log (or similar) are providing
> any other hints on what might be going on.
>
> Essentially, I'm looking for clues that other developers could use to try
> to reproduce your setup.  It's excellent that you've narrowed down the REST
> API call... but if we can find more clues about what might be going on in
> your logs when that REST API call occurs, that can really help us determine
> where to look in our codebase for possible issues.
>
> It's still very possible that this is related to the other issue that I
> mentioned on dspace-tech: https://github.com/DSpace/DSpace/issues/9052.
> There are permissions checks going on here behind the scenes, and I wonder
> if something there is acting slowly.  So, based on what you've said so far,
> it's very difficult to say if the 100 workflow items is the real cause or
> if it's more related to how your Groups/EPersons are configured.  If we can
> find any other clues, that'd be really helpful.
>
> If it's easier for you to simply add all that you can find into a Ticket (
> https://github.com/DSpace/DSpace/issues), that's OK with me.  I just need
> as many clues as you can gather so that we can find a volunteer to
> reproduce the issue & investigate what may be occurring.
>
> Thanks!
>
> Tim
>
> On Wednesday, September 6, 2023 at 12:19:07 PM UTC-5 aro...@gmail.com
> wrote:
>
>> Hi Tim, thanks for the reply.
>>
>> The 2 rest calls that take the most time are these:
>>
>> Workflow task page (mais problem):
>>
>> server/api/discover/search/objects?sort=score,DESC=0=10=workflow=thumbnail=item%2Fthumbnail
>>
>> We have a team of 14 submitters who can submit new items in any of the
>> 270 collections. We also have another team of 10 editors, who can accept or
>> reject submitted items in all collections. When we had 100 items submitted
>> in the queue for editing, the above rest call took 2 minutes to complete.
>>
>> Deposit a new item (the delay here doesn't bother you that much):
>> server/api/workflow/workflowitems?projection=full
>>
>> Att,
>>
>> Aroldo
>>
>> Em qua., 6 de set. de 2023 às 13:27, DSpace Community <
>> dspace-c...@googlegroups.com> escreveu:
>>
>>> This discussion is taking place on the dspace-tech list.  Please try to
>>> keep your emails to a single list if at all possible.  Cross-posting to all
>>> lists can make it difficult for others to locate the answer in the future.
>>>
>>> https://groups.google.com/g/dspace-tech/c/Me5TNlKcTEk
>>>
>>> On Tuesday, September 5, 2023 at 4:39:20 PM UTC-5 aro...@gmail.com
>>> wrote:
>>>
>>>> We are back to Dspace 6 until we resolve the issues.
>>>>
>>>> Em sex., 1 de set. de 2023 às 14:58, Aroldo Rique Júnior <
>>>> aro...@gmail.com> escreveu:
>>>>
>>>>> Hello everybody
>>>>> Our
>>>>> Workflow tasks page is taking a long time to load, over a minute.
>>>>> Something similar also happens on the new item submission page.
>>>>>
>>>>> [image: image.png]
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> [image: image.png]
>>>>>
>>>>> My mpf-ui.json:
>>>>> {
>>>>> "apps": [
>>>>> {
>>>>>"name": "mpf-ui",
>>>>>"cwd": "/dspace/mpf-ui/",
>>>>>"script": "dist/server/main.js",
>>>>>"instances": "-1",
>>>>>"exec_mode": "cluster",
>>>>>   "node_args": "--max_old_space_size=2048",
>>>>>"env": {
>>>>>   "NODE_ENV": "production"
>>>>>}
&

Re: [dspace-tech] Re: Ddspace7 filters like Dspace6 is possible?

2023-08-31 Thread Aroldo Rique Júnior
Thanks again, Tim!
This helped me a lot:

[image: image.png]

Att,

Aroldo

Em qui., 31 de ago. de 2023 às 14:26, DSpace Technical Support <
dspace-tech@googlegroups.com> escreveu:

> Hi Aroldo,
>
> "Advanced Search" style of filters are not currently available in DSpace
> 7.  See this ticket:
>
> https://github.com/DSpace/DSpace/issues/8431
>
> Some early work on this feature has started in this Pull Request:
> https://github.com/DSpace/dspace-angular/pull/
> Unfortunately, though, it wasn't stable/complete in time for the 7.6
> release.  So, we are hoping to get it included in 8.0 if possible .
>
> Tim
>
> On Monday, August 28, 2023 at 3:16:04 PM UTC-5 aro...@gmail.com wrote:
>
>> Hello everybody.
>>
>> In Dspace 6, there was a contains option in the filters. It was very
>> useful for searching for a term within a metadata (figure below).
>>
>> [image: image.png]
>>
>> In Dspace 7, filters are different, without the contains option. Is there
>> any way to build a filter similar to "contains" in Dspace 6?
>>
>> [image: image.png]
>>
>> Aroldo
>>
>>
>> --
> 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/60605d2d-2af0-4cdf-a23b-c83eea5e9da0n%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/CACKFi%2BcorAFrm%2BeMUN68i46xzfenhmsjaCqotXbp0%2B1g2Youag%40mail.gmail.com.


[dspace-tech] Ddspace7 filters like Dspace6 is possible?

2023-08-28 Thread Aroldo Rique
Hello everybody.

In Dspace 6, there was a contains option in the filters. It was very useful
for searching for a term within a metadata (figure below).

[image: image.png]

In Dspace 7, filters are different, without the contains option. Is there
any way to build a filter similar to "contains" in Dspace 6?

[image: image.png]

Aroldo

-- 
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/CACKFi%2BcrWvTwhQoKi0pw7J%2BWN8BgJBPXtFiJszBEa9E4s13-HQ%40mail.gmail.com.


[dspace-tech] Re: An error occurred while deleting the item - DSpace 7.2

2023-08-15 Thread Aroldo Rique
Did you manage to solve the problem?
I have a similar error currently (dspace 7.5). When trying to delete an 
item, the following error occurs: "An error occurred while deleting the 
item".
This happens when I try to delete anything, be it community, collection, 
item, or even a bitstream of an item. No error message appears in the log. 
I don't know what to do anymore...

Em quinta-feira, 10 de agosto de 2023 às 08:49:24 UTC-3, Evelin Bányai 
escreveu:

> Dear All,
>
> We have a problem with one particular item which cannot be deleted. 
> Probably due to this we cannot delete the parent collection and community 
> of this item. When we try to permanently delete it we get the following 
> message:
> An error occurred while deleting the item.
>
> I can see this error message in the inspector:
> DELETE [url_of_the_item] 500
>
> Can anyone help us to solve this issue? 
>
> We can withdraw the item, but we need to delete the community and its 
> collection, and simply withdrawing this bad item doesn't help. We are able 
> to delete other items/collections.
>
>
> Thanks,
> Evelin
>

-- 
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/a604d722-7451-4228-9544-2b1791d9fca7n%40googlegroups.com.


Re: [dspace-tech] Re: Filter results by typing the first few letters

2023-06-19 Thread Aroldo Rique
Thank you, Tim.
I think a full indexing may be required for this filter to work normally.
I'm going to finish doing some imports here and reindex everything.

Em qui., 15 de jun. de 2023 às 12:27, DSpace Technical Support <
dspace-tech@googlegroups.com> escreveu:

> Hi,
>
> I don't believe there is a set limit to the number of letters you can type
> in that filter box.  You can type entire words or phrases (including
> spaces).
>
> Tim
>
> On Monday, June 5, 2023 at 3:28:40 PM UTC-5 aro...@gmail.com wrote:
>
>> Hi all.
>>
>> I would like to ask a question.
>>
>> In dspace 7.5, in the *Browsing by Title* link, it is possible to *filter
>> results by typing the first few letters*. How many letters are there? It
>> is possible to increase the number of letters in this search. If so, where
>> can I configure it?
>>
>> [image: image.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/12db8fd4-6320-4371-98db-9721b137318bn%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/CACKFi%2Bc-meU229_CQ%3DVSBObm-9cVwD935H_LbU%3DS12eqjw0apw%40mail.gmail.com.


[dspace-tech] Filter results by typing the first few letters

2023-06-05 Thread Aroldo Rique
Hi all.

I would like to ask a question.

In dspace 7.5, in the *Browsing by Title* link, it is possible to *filter
results by typing the first few letters*. How many letters are there? It is
possible to increase the number of letters in this search. If so, where can
I configure it?

[image: image.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/CACKFi%2BdRrYQTEQj79KeWYQcKBqw8u%3DbZZ8Arp2T%2B2fQqgPS1gg%40mail.gmail.com.


Re: [dspace-tech] Re: [dspace-devel] Re: discovery.xml (dspace 7.5)

2023-05-09 Thread Aroldo Rique
Thank you, Darryl!

Please could you send me a copy of your discovery.xml?

You can send it to aro...@gmail.com

Em ter., 9 de mai. de 2023 às 13:51, darryl@usask.ca <
darryl.frie...@usask.ca> escreveu:

> | That said, maybe someone else on this list can help verify that they've
> added custom filters/facets to DSpace 7.
>
> We're running DSpace 7.5 on a dev and test server, and have successfully
> made changes to the filters.  We re-ordered a couple, removed one or two we
> didn't want, and added 3 or 4 based on ETDms metadata (department, program,
> degree, etc).  Changes were made to dspace/config/spring/api/discovery.xml
>
> I'm never sure what changes DSpace will pick up on the fly and which
> require a restart, so now I just always restart Tomcat after every config
> change.  In this case I edited discovery.xml, restarted Tomcat, ran the
> re-index, restarted Tomcat, then checked the browser to see if the filters
> changes were there (they were).
>
> I made my changes to both the sidebarFacets and searchFilters sections of
> the defaultConfiguration. I wasn't 100% clear on what the difference
> between those 2 sections was, but the default Author, Subject (etc) filters
> were defined in both places, so I replicated that behaviour.
>
> - Darryl
>
>
>
> On Monday, May 8, 2023 at 1:16:47 PM UTC-6 Aroldo Rique wrote:
>
>> Hi, Tim
>>
>> Reindexed base, no errors.
>>
>> [image: image.png]
>>
>> But the new filter still does not appear.
>>
>> Aroldo
>>
>> Em seg., 8 de mai. de 2023 às 14:29, DSpace Technical Support <
>> dspac...@googlegroups.com> escreveu:
>>
>>> Hi Aroldo,
>>>
>>> Make sure that you perform a reindex after adding the new
>>> configuration.  You must reindex (./dspace index-discovery -b) all content
>>> before new filters/facets will show up.
>>>
>>> Developers have added new filters to the codebase during the DSpace 7
>>> development process.  As you can see in your screenshots, there's a large
>>> number of new filters we've added to support Configurable Entities. So,
>>> this should all work.  That said, maybe someone else on this list can help
>>> verify that they've added custom filters/facets to DSpace 7.
>>>
>>> You may also want to verify that no errors are being thrown in the
>>> dspace.log when you perform a reindex, etc.
>>>
>>> Tim
>>>
>>> On Monday, May 8, 2023 at 12:18:00 PM UTC-5 aro...@gmail.com wrote:
>>>
>>>> Hello Tim.
>>>>
>>>> Thanks for your help. In dspace6, I can easily add filters, but in
>>>> dspace 7.5, even performing the settings you indicated, the new filter
>>>> still doesn't appear. Below is the changes I made to my discovery.xml:
>>>>
>>>> [image: image.png]
>>>>
>>>> I also created the searchFilterUnidade, with the metadata I want and
>>>> the bean sortUnidade:
>>>>
>>>> [image: image.png]
>>>>
>>>> [image: image.png]
>>>>
>>>>
>>>> Even so, the filter still does not appear on the screen.
>>>>
>>>> Has anyone already working with dspace 7.x successfully added filters?
>>>>
>>>> Aroldo
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> Em seg., 8 de mai. de 2023 às 13:03, DSpace Technical Support <
>>>> dspac...@googlegroups.com> escreveu:
>>>>
>>>>> Hi,
>>>>>
>>>>> I believe you need to change the "sidebarFacets" under the
>>>>> "defaultConfiguration" (which is the one used by default on the search
>>>>> page) around here in the discovery.xml:
>>>>>
>>>>> https://github.com/DSpace/DSpace/blob/main/dspace/config/spring/api/discovery.xml#L166-L174
>>>>>
>>>>> The docs on this are here:
>>>>> https://wiki.lyrasis.org/display/DSDOC7x/Discovery#Discovery-ConfiguringlistsofsidebarFacetsandsearchFilters
>>>>> And here's how to create a brand new filter/facet:
>>>>> https://wiki.lyrasis.org/display/DSDOC7x/Discovery#Discovery-Searchfilters
>>>>> (There are plenty of examples in the discovery.xml near the bottom)
>>>>>
>>>>> Keep in mind, as it says in the documentation, you will need to do a
>>>>> *full reindex of all content* before the changes will take effect.
>>>>>
>>>>> Tim
>>>>> O

[dspace-tech] Date field

2023-05-08 Thread Aroldo Rique
Hi.

Is it possible to change the hints of a Date field?
I would like to change the year to , the month to MM and the day to DD.

[image: image.png]

Aroldo

-- 
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/CACKFi%2Bet93M364nE5UePtPNMycqGwn145HC3dgSQbnfwxGDRiw%40mail.gmail.com.


Re: [dspace-tech] Re: [dspace-devel] Re: discovery.xml (dspace 7.5)

2023-05-08 Thread Aroldo Rique
Hi, Tim

Reindexed base, no errors.

[image: image.png]

But the new filter still does not appear.

Aroldo

Em seg., 8 de mai. de 2023 às 14:29, DSpace Technical Support <
dspace-tech@googlegroups.com> escreveu:

> Hi Aroldo,
>
> Make sure that you perform a reindex after adding the new configuration.
> You must reindex (./dspace index-discovery -b) all content before new
> filters/facets will show up.
>
> Developers have added new filters to the codebase during the DSpace 7
> development process.  As you can see in your screenshots, there's a large
> number of new filters we've added to support Configurable Entities. So,
> this should all work.  That said, maybe someone else on this list can help
> verify that they've added custom filters/facets to DSpace 7.
>
> You may also want to verify that no errors are being thrown in the
> dspace.log when you perform a reindex, etc.
>
> Tim
>
> On Monday, May 8, 2023 at 12:18:00 PM UTC-5 aro...@gmail.com wrote:
>
>> Hello Tim.
>>
>> Thanks for your help. In dspace6, I can easily add filters, but in dspace
>> 7.5, even performing the settings you indicated, the new filter still
>> doesn't appear. Below is the changes I made to my discovery.xml:
>>
>> [image: image.png]
>>
>> I also created the searchFilterUnidade, with the metadata I want and the
>> bean sortUnidade:
>>
>> [image: image.png]
>>
>> [image: image.png]
>>
>>
>> Even so, the filter still does not appear on the screen.
>>
>> Has anyone already working with dspace 7.x successfully added filters?
>>
>> Aroldo
>>
>>
>>
>>
>>
>>
>> Em seg., 8 de mai. de 2023 às 13:03, DSpace Technical Support <
>> dspac...@googlegroups.com> escreveu:
>>
>>> Hi,
>>>
>>> I believe you need to change the "sidebarFacets" under the
>>> "defaultConfiguration" (which is the one used by default on the search
>>> page) around here in the discovery.xml:
>>>
>>> https://github.com/DSpace/DSpace/blob/main/dspace/config/spring/api/discovery.xml#L166-L174
>>>
>>> The docs on this are here:
>>> https://wiki.lyrasis.org/display/DSDOC7x/Discovery#Discovery-ConfiguringlistsofsidebarFacetsandsearchFilters
>>> And here's how to create a brand new filter/facet:
>>> https://wiki.lyrasis.org/display/DSDOC7x/Discovery#Discovery-Searchfilters
>>> (There are plenty of examples in the discovery.xml near the bottom)
>>>
>>> Keep in mind, as it says in the documentation, you will need to do a
>>> *full reindex of all content* before the changes will take effect.
>>>
>>> Tim
>>> On Saturday, May 6, 2023 at 2:46:02 PM UTC-5 aro...@gmail.com wrote:
>>>
>>>> In short, Tim: after searching for a term (blue), where in the
>>>> discovery.xml (which section) should I change to include a filter (red)?
>>>> [image: image.png]
>>>>
>>>>
>>>>
>>>>
>>>> Em sex., 5 de mai. de 2023 às 12:59, 'Tim Donohue' via DSpace
>>>> Developers  escreveu:
>>>>
>>>>> Hi Aroldo,
>>>>>
>>>>> As far as I'm aware, adding filters in DSpace 7 should be the same as
>>>>> in DSpace 6.  While there have been new sections added to the
>>>>> discovery.xml, the structure of that file is unchanged.  So, the existing
>>>>> documentation *should still be accurate* for DSpace 7.  If you are finding
>>>>> it is *not* accurate, then please do let us know and we can look into it
>>>>> further.
>>>>>
>>>>> Tim
>>>>>
>>>>> On Thursday, May 4, 2023 at 8:47:09 PM UTC-5 aro...@gmail.com wrote:
>>>>>
>>>>>> Hey guys!
>>>>>>
>>>>>> I'm having trouble inserting new filters into dspace 7.5 search. We
>>>>>> are migrating a digital repository from version 6 to version 7.5 and, one
>>>>>> of our demands is the addition of filters to the filters that already
>>>>>> exist, by default, in dspace 7.5.
>>>>>>
>>>>>> I checked the dspace 6 discovery.xml docs, which is linked
>>>>>> https://wiki.lyrasis.org/display/DSDOC6x/Discovery#Discovery-GeneralDiscoverysettings(config/modules/discovery.cfg)
>>>>>> with the discovery docs. xml of dspace 7, which is in the link
>>>>>> https://wiki.lyrasis.org/display/DSDOC7x/Discovery#Discovery-GeneralDiscoverysettings(conf

Re: [dspace-tech] Re: [dspace-devel] Re: discovery.xml (dspace 7.5)

2023-05-08 Thread Aroldo Rique
Olá Tim.

Base reindexada, sem erros.

[image: imagem.png]

Mas o novo filtro ainda não aparece.

Em seg., 8 de mai. de 2023 às 14:29, DSpace Technical Support <
dspace-tech@googlegroups.com> escreveu:

> Hi Aroldo,
>
> Make sure that you perform a reindex after adding the new configuration.
> You must reindex (./dspace index-discovery -b) all content before new
> filters/facets will show up.
>
> Developers have added new filters to the codebase during the DSpace 7
> development process.  As you can see in your screenshots, there's a large
> number of new filters we've added to support Configurable Entities. So,
> this should all work.  That said, maybe someone else on this list can help
> verify that they've added custom filters/facets to DSpace 7.
>
> You may also want to verify that no errors are being thrown in the
> dspace.log when you perform a reindex, etc.
>
> Tim
>
> On Monday, May 8, 2023 at 12:18:00 PM UTC-5 aro...@gmail.com wrote:
>
>> Hello Tim.
>>
>> Thanks for your help. In dspace6, I can easily add filters, but in dspace
>> 7.5, even performing the settings you indicated, the new filter still
>> doesn't appear. Below is the changes I made to my discovery.xml:
>>
>> [image: image.png]
>>
>> I also created the searchFilterUnidade, with the metadata I want and the
>> bean sortUnidade:
>>
>> [image: image.png]
>>
>> [image: image.png]
>>
>>
>> Even so, the filter still does not appear on the screen.
>>
>> Has anyone already working with dspace 7.x successfully added filters?
>>
>> Aroldo
>>
>>
>>
>>
>>
>>
>> Em seg., 8 de mai. de 2023 às 13:03, DSpace Technical Support <
>> dspac...@googlegroups.com> escreveu:
>>
>>> Hi,
>>>
>>> I believe you need to change the "sidebarFacets" under the
>>> "defaultConfiguration" (which is the one used by default on the search
>>> page) around here in the discovery.xml:
>>>
>>> https://github.com/DSpace/DSpace/blob/main/dspace/config/spring/api/discovery.xml#L166-L174
>>>
>>> The docs on this are here:
>>> https://wiki.lyrasis.org/display/DSDOC7x/Discovery#Discovery-ConfiguringlistsofsidebarFacetsandsearchFilters
>>> And here's how to create a brand new filter/facet:
>>> https://wiki.lyrasis.org/display/DSDOC7x/Discovery#Discovery-Searchfilters
>>> (There are plenty of examples in the discovery.xml near the bottom)
>>>
>>> Keep in mind, as it says in the documentation, you will need to do a
>>> *full reindex of all content* before the changes will take effect.
>>>
>>> Tim
>>> On Saturday, May 6, 2023 at 2:46:02 PM UTC-5 aro...@gmail.com wrote:
>>>
>>>> In short, Tim: after searching for a term (blue), where in the
>>>> discovery.xml (which section) should I change to include a filter (red)?
>>>> [image: image.png]
>>>>
>>>>
>>>>
>>>>
>>>> Em sex., 5 de mai. de 2023 às 12:59, 'Tim Donohue' via DSpace
>>>> Developers  escreveu:
>>>>
>>>>> Hi Aroldo,
>>>>>
>>>>> As far as I'm aware, adding filters in DSpace 7 should be the same as
>>>>> in DSpace 6.  While there have been new sections added to the
>>>>> discovery.xml, the structure of that file is unchanged.  So, the existing
>>>>> documentation *should still be accurate* for DSpace 7.  If you are finding
>>>>> it is *not* accurate, then please do let us know and we can look into it
>>>>> further.
>>>>>
>>>>> Tim
>>>>>
>>>>> On Thursday, May 4, 2023 at 8:47:09 PM UTC-5 aro...@gmail.com wrote:
>>>>>
>>>>>> Hey guys!
>>>>>>
>>>>>> I'm having trouble inserting new filters into dspace 7.5 search. We
>>>>>> are migrating a digital repository from version 6 to version 7.5 and, one
>>>>>> of our demands is the addition of filters to the filters that already
>>>>>> exist, by default, in dspace 7.5.
>>>>>>
>>>>>> I checked the dspace 6 discovery.xml docs, which is linked
>>>>>> https://wiki.lyrasis.org/display/DSDOC6x/Discovery#Discovery-GeneralDiscoverysettings(config/modules/discovery.cfg)
>>>>>> with the discovery docs. xml of dspace 7, which is in the link
>>>>>> https://wiki.lyrasis.org/display/DSDOC7x/Discovery#Discovery-GeneralDiscoverysettings(config/modules/discovery

[dspace-tech] discovery.xml (dspace 7.5)

2023-05-04 Thread Aroldo Rique
Hey guys!

I'm having trouble inserting new filters into dspace 7.5 search. We are
migrating a digital repository from version 6 to version 7.5 and, one of
our demands is the addition of filters to the filters that already exist,
by default, in dspace 7.5.

I checked the dspace 6 discovery.xml docs, which is linked
https://wiki.lyrasis.org/display/DSDOC6x/Discovery#Discovery-GeneralDiscoverysettings(config/modules/discovery.cfg)
with the discovery docs. xml of dspace 7, which is in the link
https://wiki.lyrasis.org/display/DSDOC7x/Discovery#Discovery-GeneralDiscoverysettings(config/modules/discovery.cfg)
and I realized that both are very close. It looks like the dsapce 7.x
discovery.xml docs haven't been updated yet. The dspace 7.x discovery.xml
is quite different from the dspace 6.x discovery.xml. The presentation of
the filters is also quite different.

dspace 6:

[image: image.png]

dspace 7:

[image: image.png]

Are there any dspace 7 specific documents about filters? Is it possible to
add new filters in dspace 7?

Aroldo Rique

-- 
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/CACKFi%2BeHAetmNvaH%3DCsROGxq0wwdD%3D-VO_BUO8inZL5HxeObJw%40mail.gmail.com.


[dspace-tech] How to change the metadata of search results items? (dspace6 - Mirage)

2023-04-18 Thread Aroldo Rique
Hello!

I need to change this metadata that appears in the result of a search. Does
anyone know which file (and where in it) I should edit?

[image: image.png]

Aroldo Rique

-- 
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/CACKFi%2BeGmPQK9QOy%3DoXiEKYev1%2BcGSSkJXOMLdb7Bw2LxBQKLA%40mail.gmail.com.


[dspace-tech] Doubt in browsing by subject within a collection

2023-03-27 Thread Aroldo Rique
Hello everybody.

I have a question about navigating by subject within a collection (like
this:
https://bibliotecadigital.mpf.mp.br/bdmpf/handle/11549/38/browse?type=subject).
Links are created for each subject (dc.subject) found. What I noticed is
that links are created for dc.subject, dc.subject.other,
dc.subject.classification, etc. I would like the subject navigation to only
search the dc.subject.classification metadata. Is it possible to make this
configuration?

Aroldo Rique

-- 
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/CACKFi%2BfXX23ir9pYU6bTLp7XXENLVAVe-QbRTsvMgsXR_TuV3Q%40mail.gmail.com.


[dspace-tech] Question with date type

2023-03-22 Thread Aroldo Rique
Good afternoon everybody.

We currently use dspace 6 with the Mirage theme. Is it possible, in the
date fields, to use drop-down menus for the year (19xx - 2023), month (1 -
12) and day (1 - 31)? Is this configurable, or does it depend on the
interface implementation?
Regardless of the Interface, is it possible to make the day and month
fields mandatory, and not just the year field?

[image: image.png]

Aroldo

-- 
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/CACKFi%2Bc8Pm5jrkJRHZLeZW5acvNLLsUfKm%3DXT0Mv0nzq8LXYzw%40mail.gmail.com.


[dspace-tech] Re: Error installing dspace 7.2 - java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist

2022-06-14 Thread Aroldo Rique
Another part of the log in debug mode:













*[java] 2022-06-14 17:06:59,609 DEBUG org.flywaydb.core.Flyway @ Memory 
usage: 66 of 146M [java] 2022-06-14 17:06:59,609 INFO 
 org.dspace.storage.rdbms.FlywayUpgradeUtils @ Flyway table 
'schema_version' appears to be outdated. Will attempt to upgrade it 
automatically. Flyway Exception was 
'org.flywaydb.core.internal.license.FlywayEditionUpgradeRequiredException: 
Flyway Enterprise Edition or Oracle upgrade required: Oracle 12.1 is no 
longer supported by Flyway Community Edition, but still supported by Flyway 
Enterprise Edition.' [java] 2022-06-14 17:06:59,611 DEBUG 
org.apache.http.impl.conn.PoolingHttpClientConnectionManager @ Closing 
expired connections [java] 2022-06-14 17:06:59,612 DEBUG 
org.apache.http.impl.conn.PoolingHttpClientConnectionManager @ Closing 
connections idle longer than 30 SECONDS [java] 2022-06-14 17:06:59,620 
DEBUG org.springframework.context.support.ClassPathXmlApplicationContext @ 
Closing 
org.springframework.context.support.ClassPathXmlApplicationContext@3ffb3598, 
started on Tue Jun 14 17:06:56 BRT 2022 [java] 2022-06-14 17:06:59,644 
INFO  org.dspace.services.caching.CachingServiceImpl @ destroy() [java] 
2022-06-14 17:06:59,646 INFO 
 org.springframework.cache.ehcache.EhCacheManagerFactoryBean @ Shutting 
down EhCache CacheManager 'org.dspace.services' [java] 2022-06-14 
17:06:59,646 DEBUG net.sf.ehcache.CacheManager @ CacheManager already 
shutdown [java] 2022-06-14 17:06:59,646 INFO 
 org.dspace.services.sessions.StatelessRequestServiceImpl @ shutdown
 [java] 2022-06-14 17:06:59,647 DEBUG 
org.dspace.services.caching.CachingServiceImpl @ instantiateMapCache(String 
eventQueueCache) [java] 2022-06-14 17:06:59,647 WARN 
 org.dspace.services.sessions.StatelessRequestServiceImpl @ Request 
interceptor 
(org.dspace.services.events.SystemEventService$EventRequestInterceptor@6b01558a)
 
failed to execute on end (request-440-1655237218986): Cannot invoke 
"org.dspace.services.model.Cache.getKeys()" because "queueCache" is null
 [java] 2022-06-14 17:06:59,651 INFO 
 org.dspace.servicemanager.DSpaceServiceManager @ DSpace service manager is 
shut down. [java] 2022-06-14 17:06:59,651 INFO 
 org.dspace.servicemanager.DSpaceKernelImpl @ DSpace kernel shutdown 
completed and unregistered MBean: 
org.dspace:name=2daf4d2d-028f-4a30-a681-8febdbc98984,type=DSpaceKernel*

Em quarta-feira, 8 de junho de 2022 às 19:06:26 UTC-3, Aroldo Rique 
escreveu:

> I'm installing dspace 7.2 backend on Suse with an Oracle server on another 
> machine.
>
> After the *ant fresh_install* command, the following database error 
> occurs:
>
>
>
> *dspace@dspace:/data/dspace-src-backend/dspace/target/dspace-installer> 
> ant fresh_install*
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> *Buildfile: 
> /data/dspace-src-backend/dspace/target/dspace-installer/build.xmlinit_installation:prepare_configs:
>   
>   [mkdir] Created dir: 
> /data/dspace-src-backend/dspace/target/dspace-installer/config-temp
>  [copy] Copying 193 files to 
> /data/dspace-src-backend/dspace/target/dspace-installer/config-temp
>  [copy] Copying 1 file to 
> /data/dspace-src-backend/dspace/target/dspace-installer/config-temp
>  [copy] Copying 14 files to 
> /data/dspace-src-backend/dspace/target/dspace-installer/config-tempinit_configs:
>   
>[copy] Copying 1 file to /dspace/config   [delete] Deleting directory 
> /data/dspace-src-backend/dspace/target/dspace-installer/config-temptest_database:
>   
>[java] 2022-06-08 18:44:49,681 WARN 
>  org.dspace.servicemanager.DSpaceServiceManager @ Unable to locate bean by 
> name or id=database. Will try to look up bean by type next. [java] 
> org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean 
> named 'database' available [java] at 
> org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition(DefaultListableBeanFactory.java:816)
>  
> ~[spring-beans-5.2.20.RELEASE.jar:5.2.20.RELEASE] [java] at 
> org.springframework.beans.factory.support.AbstractBeanFactory.getMergedLocalBeanDefinition(AbstractBeanFactory.java:1288)
>  
> ~[spring-beans-5.2.20.RELEASE.jar:5.2.20.RELEASE] [java] at 
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
>  
> ~[spring-beans-5.2.20.RELEASE.jar:5.2.20.RELEASE] [java] at 
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207)
>  
> ~[spring-beans-5.2.20.RELEASE.jar:5.2.20.RELEAS

[dspace-tech] Error installing dspace 7.2 - java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist

2022-06-08 Thread Aroldo Rique
ava]
at
org.dspace.app.launcher.ScriptLauncher.runOneCommand(ScriptLauncher.java:277)
   [java] at
org.dspace.app.launcher.ScriptLauncher.handleScript(ScriptLauncher.java:133)
   [java] at
org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:98)
 [java] 2022-06-08 18:44:50,182 WARN
 org.dspace.services.sessions.StatelessRequestServiceImpl @ Request
interceptor
(org.dspace.services.events.SystemEventService$EventRequestInterceptor@22848820)
failed to execute on end (request-16-1654724689695): Cannot invoke
"org.dspace.services.model.Cache.getKeys()" because "queueCache" is
nullBUILD
FAILED/data/dspace-src-backend/dspace/target/dspace-installer/build.xml:770:
Java returned: 1*

*Total time: 5 seconds*

Has anyone had this problem and managed to solve it?
Thanks in advance for any help.

Aroldo Rique
Recife/Brasil

-- 
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/CACKFi%2Bc8a0TCLOYzJqJ0aphrNr50%3DnZzEkOaWciaDPtY9OgFMw%40mail.gmail.com.


[dspace-tech] Error installing DSpace 6 + Oracle 10g + SLES 10

2017-08-29 Thread Aroldo Rique
Good afternoon. I'm having trouble installing the Dspace 6 + Oraclle 10g +
SLES10.
The error occurs in the ant fresh_install, which returns me the following:


ant -Dconfig=/opt/dspace-6.1-src-release/dspace/config/local.cfg
fresh_install
Buildfile:
/opt/dspace-6.1-src-release/dspace/target/dspace-installer/build.xml

init_installation:
[mkdir] Created dir:
/opt/dspace-6.1-src-release/dspace/target/dspace-installer/${org.dspace.app.itemexport.work.dir}
[mkdir] Created dir:
/opt/dspace-6.1-src-release/dspace/target/dspace-installer/${org.dspace.app.itemexport.download.dir}
[mkdir] Created dir:
/opt/dspace-6.1-src-release/dspace/target/dspace-installer/${handle.dir}
[mkdir] Created dir:
/opt/dspace-6.1-src-release/dspace/target/dspace-installer/${upload.temp.dir}
[mkdir] Created dir:
/opt/dspace-6.1-src-release/dspace/target/dspace-installer/${report.dir}

prepare_configs:
[mkdir] Created dir:
/opt/dspace-6.1-src-release/dspace/target/dspace-installer/config-temp
 [copy] Copying 159 files to
/opt/dspace-6.1-src-release/dspace/target/dspace-installer/config-temp
 [copy] Copying 1 file to
/opt/dspace-6.1-src-release/dspace/target/dspace-installer/config-temp
 [copy] Copying 1 file to
/opt/dspace-6.1-src-release/dspace/target/dspace-installer/config-temp
 [copy] Copying 16 files to
/opt/dspace-6.1-src-release/dspace/target/dspace-installer/config-temp

init_configs:
 [copy] Copying 2 files to /dspace/config
   [delete] Deleting directory
/opt/dspace-6.1-src-release/dspace/target/dspace-installer/config-temp

test_database:
 [java] 2017-08-29 16:24:31,081 WARN
 org.springframework.context.support.ClassPathXmlApplicationContext @
Exception encountered during context initialization - cancelling refresh
attempt: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name
'org.dspace.app.requestitem.RequestItemAuthorExtractor': Injection of
autowired dependencies failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: protected org.dspace.content.service.ItemService
org.dspace.app.requestitem.RequestItemMetadataStrategy.itemService; nested
exception is
org.springframework.beans.factory.NoSuchBeanDefinitionException: No
qualifying bean of type [org.dspace.content.service.ItemService] found for
dependency: expected at least 1 bean which qualifies as autowire candidate
for this dependency. Dependency annotations:
{@org.springframework.beans.factory.annotation.Autowired(required=true)}
 [java] 2017-08-29 16:24:31,093 ERROR
org.dspace.servicemanager.DSpaceServiceManager @ Failed to startup the
DSpace Service Manager: failure starting up spring service manager: Error
creating bean with name
'org.dspace.app.requestitem.RequestItemAuthorExtractor': Injection of
autowired dependencies failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: protected org.dspace.content.service.ItemService
org.dspace.app.requestitem.RequestItemMetadataStrategy.itemService; nested
exception is
org.springframework.beans.factory.NoSuchBeanDefinitionException: No
qualifying bean of type [org.dspace.content.service.ItemService] found for
dependency: expected at least 1 bean which qualifies as autowire candidate
for this dependency. Dependency annotations:
{@org.springframework.beans.factory.annotation.Autowired(required=true)}
 [java] java.lang.IllegalStateException: failure starting up spring
service manager: Error creating bean with name
'org.dspace.app.requestitem.RequestItemAuthorExtractor': Injection of
autowired dependencies failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: protected org.dspace.content.service.ItemService
org.dspace.app.requestitem.RequestItemMetadataStrategy.itemService; nested
exception is
org.springframework.beans.factory.NoSuchBeanDefinitionException: No
qualifying bean of type [org.dspace.content.service.ItemService] found for
dependency: expected at least 1 bean which qualifies as autowire candidate
for this dependency. Dependency annotations:
{@org.springframework.beans.factory.annotation.Autowired(required=true)}
 [java] at
org.dspace.servicemanager.DSpaceServiceManager.startup(DSpaceServiceManager.java:215)
 [java] at
org.dspace.servicemanager.DSpaceKernelImpl.start(DSpaceKernelImpl.java:153)
 [java] at
org.dspace.servicemanager.DSpaceKernelImpl.start(DSpaceKernelImpl.java:128)
 [java] at
org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:49)
 [java] Caused by:
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'org.dspace.app.requestitem.RequestItemAuthorExtractor':
Injection of autowired dependencies failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: protected org.dspace.content.service.ItemService