Re: [dspace-tech] Additional browse indexes in DSpace-CRIS

2019-09-17 Thread Bollini Andrea
Hi Sean,
you need to map the configured browse to an entity type so that it will
appear in the relevant area of the website.

To add a browse to the community or collection home page see 

https://github.com/4Science/DSpace/blob/dspace-5_x_x-cris/dspace/config/dspace.cfg#L2363

to add the browse to a specific explore section, for instance

https://github.com/4Science/DSpace/blob/dspace-5_x_x-cris/dspace/config/spring/cris/cris-processor.xml#L72
are the browses related to the publications section

https://github.com/4Science/DSpace/blob/dspace-5_x_x-cris/dspace/config/spring/cris/cris-processor.xml#L67

please be sure also to limit the sort options available for the browse
index to the relevant ones, see 

https://github.com/4Science/DSpace/blob/dspace-5_x_x-cris/dspace/config/dspace.cfg#L2360

If the above information will help, I would appreciate if you can
improve the documentation here
https://wiki.duraspace.org/pages/viewpage.action?pageId=78153687
Best,
Andrea


On Tue, 2019-09-17 at 14:57 +0200, Sean Carte wrote:
> In the XML UI I can add additional browse indexes by adding
> search.index.n and webui.browse.index.n fields, e.g., to add a
> 'level' index for a defined field dc.description.level, I would add
> the following to dspace.cfg:
> 
> search.index.15 = level:dc.description.level
> webui.browse.index.7 = level:metadata:dc.description.level:text
> 
> and add the appropriate description to messages.xml: 
> 
>  key="xmlui.ArtifactBrowser.ConfigurableBrowse.level.column_heading">Q
> ualification Level
>  key="xmlui.ArtifactBrowser.ConfigurableBrowse.title.metadata.level">B
> rowsing {0} by Qualification Level {1}
>  key="xmlui.ArtifactBrowser.ConfigurableBrowse.trail.metadata.level">B
> rowsing {0} by Qualification level {1}
>  key="xmlui.ArtifactBrowser.Navigation.browse_level">Qualification
> Level
> 
> Then, bin/dspace index-discovery -b -f
> 
> And the new items appear in the Browse list.
> 
> Similarly for the JSP UI, except I need to edit  dspace-
> api/src/main/resources/Messages.properties and rebuild the webapp:
> 
> browse.menu.level = Qualification Level
> browse.type.metadata.level = Qualification Level
> 
> According to 
> https://wiki.duraspace.org/pages/viewpage.action?pageId=78153687 , it
> looks like I should follow a similar process for DSpace-CRIS:
> 
>   webui.browse.index. = :: name>[:DESC]
> 
> should create the indexes, but I can't find any way to display or use
> them. I have added the fields to Messages.properties and reindexed. I
> expected the new items to appear in the 'Discover' box, but that
> remains unchanged.
> 
> I would like to add items to the navbar, but that's starting to seem
> like a distant dream.
> 
> What am I doing wrong?
> 
> DSpace version:  CRIS-5.10.0-SNAPSHOT
>  Discovery:  enabled.
>JRE:  Private Build version 1.8.0_222
>Ant version:  Apache Ant(TM) version 1.9.6 compiled on July 20
> 2018
>  Maven version:  3.3.9
> -- 
> 
> -- 
> All messages to this mailing list should adhere to the DuraSpace Code
> of Conduct: https://duraspace.org/about/policies/code-of-conduct/
> --- 
> 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/CA%2BxAuhO5guoi6c_7hoD%2BAJfUD3kp3_NyFbeZrsbDvqXMJgMGUQ%40mail.gmail.com
> .
> 

--
Questo messaggio e' stato analizzato da Libra ESVA ed e' risultato non infetto.
This message was scanned by Libra ESVA and is believed to be clean.

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
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/d11b3e94c5dc73809ae10d32a8b28aaf2b9f.camel%404science.it.


Re: [dspace-tech] Re: webui.itemlist.columns, again or yet

2019-09-17 Thread Ricardo Campos
Well, may be in DSpace 7, even if we don't have such an use case explicitly 
mentioned yet.

Thanks, Tim, for your reply.


Em segunda-feira, 16 de setembro de 2019 17:22:51 UTC-3, Tim Donohue 
escreveu:
>
> Hi Ricardo,
>
> At this time, this doesn't seem to be possible.  The "webui.itemlist.columns" 
> setting seems to expect a comma separated list of single fields.  The only 
> way to match multiple fields seems to be by using the asterisk (*), which 
> doesn't seem to work for your use case.
>
> You might be able to modify the JSPUI or XMLUI directly to provide the 
> behavior you are looking for, but it doesn't seem to be possible via simple 
> configuration.
>
> Tim
> --
> *From:* dspac...@googlegroups.com   > on behalf of Ricardo Campos  >
> *Sent:* Monday, September 9, 2019 9:29 AM
> *To:* DSpace Technical Support >
> *Subject:* [dspace-tech] Re: webui.itemlist.columns, again or yet 
>  
> Hi. 
>
> Please, any comments about this?
>
> Thanks.
>
> Ricardo
>
>
> Em segunda-feira, 2 de setembro de 2019 19:28:52 UTC-3, Ricardo Campos 
> escreveu: 
>
> Hi. 
>
> Seems this is an old question. I found some valuable information in the 
> list but not exactly what I need.
>
> I'm using a DSpace 6.3 version on a Ubuntu 18.04 LTS server and I need to 
> have dc.description on the item lists.
>
> So I put
>
> webui.itemlist.columns = thumbnail, dc.date.issued(date), dc.title, 
> dc.description.*
>
> in dspace.cfg.
>
> All the dc.description were there but the problem was that I had 
> dc.description.provenance, as well.
>
> Then I got the ".*" off:
>
> webui.itemlist.columns = thumbnail, dc.date.issued(date), dc.title, 
> dc.description
>
> but then I lost dc.description.uri, for example. And 
> dc.description.abstract, too.
>
> Is that a way to just list the metadata I want in a column, for instance, 
> coding sth like 
>
> webui.itemlist.columns = thumbnail, dc.date.issued(date), dc.title, 
> dc.description+dc.description.abastract+dc.description.uri
>
> I could even have different metadata alltogether:
>
> webui.itemlist.columns = thumbnail, dc.date.issued(date), dc.title, 
> dc.description+dc.description.abastract+dc.description.uri+ms.text
>
> ms.text being some metadata in some specific schema.
>
> Thanks,
>
> Ricardo
>
> -- 
> All messages to this mailing list should adhere to the DuraSpace Code of 
> Conduct: https://duraspace.org/about/policies/code-of-conduct/
> --- 
> 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 dspac...@googlegroups.com .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/dspace-tech/27eb3c4e-283c-4b78-9042-7dfbe3bb0a26%40googlegroups.com
>  
> 
> .
>

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
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/02f9487b-c4cd-4027-9eee-2d99f7a2333c%40googlegroups.com.


Re: [dspace-tech] index-authority command not working

2019-09-17 Thread I CRAI URosario
We were running DSpace 6.0 and it presented the same error, we updated our 
DSpace to 6.3 and it also has the error. I had the following configuration 
that worked:
# --- dc.creator ---#
choices.plugin.dc.creator = SolrAuthorAuthority
choices.presentation.dc.creator = authorLookup
authority.controlled.dc.creator = true
authority.author.indexer.field.1=dc.creator
authority.minconfidence = uncertain
authority.minconfidence.dc.creator = uncertain


# --- dc.contributor.advisor --- #
choices.plugin.dc.contributor.advisor = SolrAuthorAuthority
choices.presentation.dc.contributor.advisor = authorLookup
authority.controlled.dc.contributor.advisor = true
authority.author.indexer.field.2=dc.contributor.advisor
authority.minconfidence = uncertain
authority.minconfidence.dc.contributor.advisor = uncertain


But I added the follwing configuration and it started to display the error:
# --- dc.contributor.author --- #
choices.plugin.dc.contributor.author = SolrAuthorAuthority
choices.presentation.dc.contributor.author = authorLookup
authority.controlled.dc.contributor.author = true
authority.author.indexer.field.3=dc.contributor.author
authority.minconfidence = uncertain
authority.minconfidence.dc.contributor.author = uncertain




El miércoles, 4 de septiembre de 2019, 10:47:47 (UTC-5), Tim Donohue 
escribió:
>
> We'd need more information here regarding the version of DSpace you are 
> running, and which Authority configurations you are trying to use when 
> running "index-authority".
>
> It *sounds* like possibly one of your Authority configurations (possibly 
> in input-forms.xml) is invalid, but it's hard to say how it's invalid.
>
> If you can send more information about your DSpace installation & how you 
> are trying to use Authority Control, that might allow someone on this list 
> to more easily help you resolve this issue.
>
> Tim
> --
> *From:* dspac...@googlegroups.com   > on behalf of I CRAI URosario  >
> *Sent:* Friday, August 30, 2019 10:46 AM
> *To:* DSpace Technical Support >
> *Subject:* [dspace-tech] index-authority command not working 
>  
> When executing the index-auhtority command I get the error: 
> ./dspace index-authority 
> Retrieving all data
> Initialize org.dspace.authority.indexer.DSpaceAuthorityIndexer
> Exception: null
> java.lang.NullPointerException
> at 
> org.dspace.authority.AuthorityValueServiceImpl.generateRaw(AuthorityValueServiceImpl.java:89)
> at 
> org.dspace.authority.AuthorityValueServiceImpl.generate(AuthorityValueServiceImpl.java:47)
> at 
> org.dspace.authority.indexer.DSpaceAuthorityIndexer.prepareNextValue(DSpaceAuthorityIndexer.java:197)
> at 
> org.dspace.authority.indexer.DSpaceAuthorityIndexer.hasMore(DSpaceAuthorityIndexer.java:132)
> at 
> org.dspace.authority.indexer.DSpaceAuthorityIndexer.hasMore(DSpaceAuthorityIndexer.java:144)
> at 
> org.dspace.authority.indexer.DSpaceAuthorityIndexer.hasMore(DSpaceAuthorityIndexer.java:144)
> at 
> org.dspace.authority.indexer.DSpaceAuthorityIndexer.hasMore(DSpaceAuthorityIndexer.java:144)
> at 
> org.dspace.authority.indexer.AuthorityIndexClient.main(AuthorityIndexClient.java:60)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at 
> org.dspace.app.launcher.ScriptLauncher.runOneCommand(ScriptLauncher.java:229)
> at org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:81)
>
> -- 
> All messages to this mailing list should adhere to the DuraSpace Code of 
> Conduct: https://duraspace.org/about/policies/code-of-conduct/
> --- 
> 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 dspac...@googlegroups.com .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/dspace-tech/ee4c521d-a259-4365-816b-11d3de020db1%40googlegroups.com
>  
> 
> .
>

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
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/895b2105-8d27-467a-bcb8-fc0fdd31ac24%40googlegroups.com.


[dspace-tech] Re: mirage2 not building

2019-09-17 Thread Shawn Kiewel
I was able to fix this this. The problem was with my bower repository. Adding a 
.bowerrc with the following contents fixed it up:

 

{
"registry": "https://registry.bower.io;,
"directory": "wwwroot/lib"
}

 

As reported in this ticket: https://github.com/bower/bower/issues/2519

 

Shawn

 

 

 

 

 

From: Shawn Kiewel 
Date: Tuesday, September 17, 2019 at 10:54 AM
To: DSpace Technical Support 
Subject: mirage2 not building 

 

My mirage2 is not building because it is unable to get the bootstrap 
stylesheets:

 

error styles/main.scss (Line 16: File to import not found or unreadable: 
../vendor/bootstrap-sass-official/assets/stylesheets/bootstrap.

 

I’ve read this thread: 
http://dspace.2283337.n4.nabble.com/Mirage-2-td4676411.html and adjusted my git 
config, but that didn’t help the problem.

 

Suggestions? Or maybe someone could just point me to the missing files for 
download, as someone else did in that prior thread?

 

Thanks,

Shawn

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
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/F4153E99-0495-4F0D-9B84-FA0D1258AB10%40gmail.com.


[dspace-tech] mirage2 not building

2019-09-17 Thread Shawn Kiewel
My mirage2 is not building because it is unable to get the bootstrap 
stylesheets:

 

error styles/main.scss (Line 16: File to import not found or unreadable: 
../vendor/bootstrap-sass-official/assets/stylesheets/bootstrap.

 

I’ve read this thread: 
http://dspace.2283337.n4.nabble.com/Mirage-2-td4676411.html and adjusted my git 
config, but that didn’t help the problem.

 

Suggestions? Or maybe someone could just point me to the missing files for 
download, as someone else did in that prior thread?

 

Thanks,

Shawn

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
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/E1E39633-6754-4F04-9EC8-A1B66A902D51%40gmail.com.


[dspace-tech] Additional browse indexes in DSpace-CRIS

2019-09-17 Thread Sean Carte
In the XML UI I can add additional browse indexes by adding search.index.n
and webui.browse.index.n fields, e.g., to add a 'level' index for a defined
field dc.description.level, I would add the following to dspace.cfg:

search.index.15 = level:dc.description.level
webui.browse.index.7 = level:metadata:dc.description.level:text

and add the appropriate description to messages.xml:

Qualification
Level
Browsing
{0} by Qualification Level {1}
Browsing
{0} by Qualification level {1}
Qualification
Level

Then, bin/dspace index-discovery -b -f

And the new items appear in the Browse list.

Similarly for the JSP UI, except I need to edit
dspace-api/src/main/resources/Messages.properties and rebuild the webapp:

browse.menu.level = Qualification Level
browse.type.metadata.level = Qualification Level

According to
https://wiki.duraspace.org/pages/viewpage.action?pageId=78153687 , it looks
like I should follow a similar process for DSpace-CRIS:

  webui.browse.index. = ::[:DESC]

should create the indexes, but I can't find any way to display or use them.
I have added the fields to Messages.properties and reindexed. I expected
the new items to appear in the 'Discover' box, but that remains unchanged.

I would like to add items to the navbar, but that's starting to seem like a
distant dream.

What am I doing wrong?

DSpace version:  CRIS-5.10.0-SNAPSHOT
 Discovery:  enabled.
   JRE:  Private Build version 1.8.0_222
   Ant version:  Apache Ant(TM) version 1.9.6 compiled on July 20 2018
 Maven version:  3.3.9
--

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
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/CA%2BxAuhO5guoi6c_7hoD%2BAJfUD3kp3_NyFbeZrsbDvqXMJgMGUQ%40mail.gmail.com.


[dspace-tech] Re: besoin d'aide

2019-09-17 Thread Massimiliano CILURZO
Dear Samia,
   It seems as you haven't the permission on that folder, or simply there 
wasn't the folder ./dspace/modules/target/themes/Mirage2.
Have you verified that the folder is present and the permission on it?
Are you running mvn package as dspace user and not as root?
Best regards




Il giorno martedì 17 settembre 2019 09:47:48 UTC+2, samia samiaa ha scritto:
>
>
>
> Le mercredi 11 septembre 2019 11:38:13 UTC+2, samia samiaa a écrit :
>>
>> bonjour monsieur massimiliano
>>
> est ce que tu peut resoudre ce probleme de mirage 2
> merci d'avance
> j'attend votre reponce s'il vous plait 
>

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
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/da5eab17-d8e9-486b-987c-d33cc0509c72%40googlegroups.com.


[dspace-tech] Re: Metrics in Dspace CRIS

2019-09-17 Thread Rakhi Batra - Assistant Manager Publication
Do anyone know how to perform above mentioned tasks. Please guide. 

On Thursday, September 5, 2019 at 1:33:00 PM UTC+5, Rakhi Batra - Assistant 
Manager Publication wrote:
>
> Hello,
> I want to configure metrics (attached) for Scopus and the web of science. 
> Please guide how to configure these in Dspace-CRIS. 
>

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
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/88a7cf59-6f52-4fe0-b040-010ebb739f77%40googlegroups.com.


Re: [dspace-tech] Re: dspace 6.3 problem loading items on mirage 2 theme

2019-09-17 Thread Massimiliano CILURZO
Dear Tim,
  I have seen that in the log directory of tomcat the only file that is 
modified is  localhost_access_log

66.249.64.8 - - [17/Sep/2019:09:51:44 +0200] "GET 
/xmlui/themes/Mirage2/vendor/BookReader/BookReaderJSSimple.js HTTP/1.1" 404 
16300
66.249.64.8 - - [17/Sep/2019:09:51:45 +0200] "GET 
/xmlui/themes/Mirage2/vendor/BookReader/jquery.ui.ipad.js HTTP/1.1" 404 
16288
66.249.64.10 - - [17/Sep/2019:09:51:46 +0200] "GET 
/xmlui/themes/Mirage2/vendor/BookReader/dragscrollable.js HTTP/1.1" 404 
16288
66.249.64.10 - - [17/Sep/2019:09:51:47 +0200] "GET 
/xmlui/themes/Mirage2/vendor/BookReader/jquery-ui-1.8.5.custom.min.js 
HTTP/1.1" 404 16244
66.249.64.10 - - [17/Sep/2019:09:51:48 +0200] "GET 
/xmlui/themes/Mirage2/vendor/BookReader/BookReader.js HTTP/1.1" 404 16196
66.249.64.10 - - [17/Sep/2019:09:51:49 +0200] "GET 
/xmlui/themes/Mirage2/vendor/BookReader/jquery-ui-1.8.5.custom.min.js 
HTTP/1.1" 404 16244
127.0.0.1 - - [17/Sep/2019:09:52:11 +0200] "POST 
/solr/statistics/update?wt=javabin=2 HTTP/1.1" 200 40
127.0.0.1 - - [17/Sep/2019:09:52:13 +0200] "POST /solr/search/select 
HTTP/1.1" 200 449

Th cocoon.log is this
2019-09-17 09:47:33,209 WARN  cocoon.access  - 
org.apache.catalina.connector.ClientAbortException: java.io.IOException: 
Pipe interrotta
2019-09-17 09:47:33,209 INFO  cocoon.access  - 'handle/10556/2949' 
Processed by Apache Cocoon in 2.0272 minutes.

As if the system goes in timeout the answer is "Service Unavailable" The 
server is temporaly unable to service your request due to maintance 
downtime or capacity problems. Please try again later.

I have followed even this https://github.com/DSpace/DSpace/pull/2130 but 
nothing change.
And if I put log4j.proprieties in "DEBUG" I have this error:
unknown protocol resource.
as in https://jira.duraspace.org/browse/DS-239?src=confmacro
Thanks


Il giorno lunedì 16 settembre 2019 22:31:24 UTC+2, Tim Donohue ha scritto:
>
> Hello Massimiliano,
>
> As noted previously, you should look at the Tomcat Logs whenever the 
> errors displayed are coming from Tomcat (and not DSpace).  It's still 
> possible that DSpace is causing the error, but Tomcat's logs will contain 
> the detailed error message (as it is where the failure occurred).
>
> Depending on your operating system, the Tomcat logs may be under 
> "/var/log/tomcat" or "/var/lib/tomcat/logs" or simply in a "logs" folder 
> wherever you have installed Tomcat.
>
> Tim
> --
> *From:* dspac...@googlegroups.com   > on behalf of Massimiliano CILURZO  >
> *Sent:* Tuesday, September 10, 2019 6:39 AM
> *To:* DSpace Technical Support >
> *Subject:* Re: [dspace-tech] Re: dspace 6.3 problem loading items on 
> mirage 2 theme 
>  
> Dear Tim,  
> Which logs in particular I have to watch?
> The problem happen only for mirage 2, in jspui we haven't this problem.
> For the memory we have 10 GB of RAM on that machine.
> It seems very strange this error because for dspace 5.6 we hadn't this 
> problem.
> If we use the original mirage 2 of dspace 6.3 we have this problem with 
> some collection. if we put the mirage2 theme used on dspace 5.6 we have 
> even some community that goes in error.
> Thanks
> Best regards
> Massimiliano 
>
>
> Il giorno mercoledì 4 settembre 2019 22:06:48 UTC+2, Tim Donohue ha 
> scritto: 
>
> Hello Massimiliano,
>
> If the site is crashing on large collections, it's most likely some form 
> of "out of memory error" being thrown by Tomcat (you'd want to check the 
> Tomcat logs, as this level of error may not appear in the DSpace logs).  My 
> best guess is you might want to consider giving your site more memory, see 
> https://wiki.duraspace.org/display/DSDOC6x/Performance+Tuning+DSpace
>
> That said, this is only a guess, as you didn't provide any information 
> about how much memory you are currently allocating to Tomcat.  
> Additionally, as Mark noted, you should look closely at your log files.  
> Both of the messages you sent to this list are being reported by *Tomcat* 
> (not DSpace).  When Tomcat crashes like this, you will almost always see 
> errors reported in the Tomcat logs which provide better clues around what 
> the problem may be.
>
> Tim
> --
> *From:* dspac...@googlegroups.com  on behalf 
> of Massimiliano CILURZO 
> *Sent:* Wednesday, September 4, 2019 12:38 PM
> *To:* DSpace Technical Support 
> *Subject:* [dspace-tech] Re: dspace 6.3 problem loading items on mirage 2 
> theme 
>  
> Someone have some suggestion for this problem? 
> We had deleted some collection and rebuilt it.
> But some collections are too large and appears as inaccessible with xmlui 
> mirage2.
> With Jspui there are no problem.
> Thanks
> Best regards
> Massimiliano
>
> Il giorno venerdì 26 luglio 2019 15:45:34 UTC+2, Massimiliano CILURZO ha 
> scritto: 
>
> Dear All, 
> We have a Dspace 6.3 server. We hava upgraded the system from 5.6.
> We are using mirage 2 as theme.
> Now we have a problem when we try to load items only 

[dspace-tech] Re: besoin d'aide

2019-09-17 Thread samia samiaa


Le mercredi 11 septembre 2019 11:38:13 UTC+2, samia samiaa a écrit :
>
> bonjour monsieur massimiliano
>
est ce que tu peut resoudre ce probleme de mirage 2
merci d'avance
j'attend votre reponce s'il vous plait 

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
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/243b00a4-0ad4-44cc-93e7-76673a74a513%40googlegroups.com.


[dspace-tech] Re: besoin d'aide

2019-09-17 Thread samia samiaa


bonjour monsieur  Massimiliano
j'ai des probleme de l'installation de dspace mirage 2 6.3 sous ubuntu 
server 16.04
mvn package -Dmirage2.on=true  not work in ubuntu  lts server 


aide moi s'il vous plait
merci d'avance

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
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/9e6fded3-8762-4760-8b99-e5c1d052719d%40googlegroups.com.