[dspace-tech] Re: Error compiling DSpace 6.3

2019-09-03 Thread Ricardo Campos

>
> I've got the same error, using DSpace 6.3. 
>

Any help here?

It's not a problem with the java code since I've got the same error with a 
copy of the original ItemTag.java as if it were modified.

Seems to be connected with some maven dependency but I could not realize 
what, where,  or when.

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 dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/ce643bea-9cb1-4ae6-b198-073ed43b60d5%40googlegroups.com.


Re: [dspace-tech] Re: Xmlui Dspace 6.3 mapping dublin core tags

2019-09-03 Thread Massimiliano CILURZO
Dear Paul,
   I  have tried to delete the browser and tomcat cache and restarted the 
service.
But the problem isn't solved.
Which information about the implementation do you need? we use mirage2 as 
default theme on dspace 6.3.
Thanks
Best regards
Massimiliano


Il giorno giovedì 8 agosto 2019 07:47:17 UTC+2, Paul Münch ha scritto:
>
> Dear Massimiliano,
>
> we use customised keys in messages.xml at other places. Per default 
> changes are update even without any additional action. Maybe there is a 
> caching problem. Try to delete the browser or Tomcat ([tomcat-dir]/work) 
> cache and restart the service.
>
> If there is still the problem, we need more information about your 
> implementation, I guess.
>
> I hope this helps and kind regards,
>
> Paul Münch
>
> Am 29.07.19 um 11:28 schrieb Massimiliano CILURZO:
>
> Dear all, 
> There is someone that have the same issue?
> in the item full view we can't see the correct label, we can see only the 
> dublin core code for that tag.
> Thanks
> Best regards
> Massimiliano
>
> Il giorno lunedì 10 giugno 2019 14:26:03 UTC+2, Massimiliano CILURZO ha 
> scritto: 
>>
>> Dear All,  
>> we have migrated from dspace 5.6 do 6.3, unfortunately we can't use the 
>> old xmlui theme on the new server because it gives a lot of error.
>> We are modifying the Mirage2 template but even if I have modified the 
>> message.xml in the "item full view" page I see the field "dc.creator"  
>> while the field must be "Author".
>> How I can modify the label of every dublin core field?
>> Thanks
>> Best regards
>> Massimiliano
>>
>>
>> -- 
> 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/47bd9c98-5bf8-4700-b213-fbdb60c2bbf3%40googlegroups.com
>  
> 
> .
>
>
> -- 
> Philipps-Universität Marburg | UB 
> Digitale Dienste | Deutschhausstraße 9 | D018
> Tel. +49 06421 28-24624  
> --
>
>

-- 
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/756027ca-d3e3-46af-8778-470f57c1d6a6%40googlegroups.com.


[dspace-tech] change

2019-09-03 Thread Репозиторий ВГТУ
Help please. How to change  in DSpace?

-- 
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/50328afc-b7cc-43eb-afcd-5e7fa6cb03af%40googlegroups.com.


[dspace-tech] index-authority command not working

2019-09-03 Thread I&P CRAI URosario
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 dspace-tech+unsubscr...@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.


[dspace-tech] Google Analytics Outputs Java stacktrace: java.lang.NullPointerException Error

2019-09-03 Thread Xai
I'm trying to implement Google Analytics in DSpace 5.9, running on Debian 
9, Java version 8

I followed the below instruction on setting it up:
https://wiki.duraspace.org/display/DSDOC5x/DSpace+Google+Analytics+Statistics

But it produces this error messages on Mirage2 xmlui theme webpage:
Java stacktrace: java.lang.NullPointerException at 
org.dspace.app.xmlui.aspect.statisticsGoogleAnalytics.StatisticsGoogleAnalyticsTransformer.addBody(StatisticsGoogleAnalyticsTransformer.java:88)
 
at 
org.dspace.app.xmlui.wing.AbstractWingTransformer.startElement(AbstractWingTransformer.java:223)

Any idea how to solve it?

Thanks

-- 
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/0a40753a-0980-4683-a446-7eb43bea50f7%40googlegroups.com.


[dspace-tech] Google Analytics Outputs Java stacktrace: java.lang.NullPointerException Error

2019-09-03 Thread Xai
I'm trying to implement Google Analytics on Dspace 5.9, running on Debian 9 
and Java version 8

I followed the below instruction on setting it up:
https://wiki.duraspace.org/display/DSDOC5x/DSpace+Google+Analytics+Statistics

But it produces this error messages on Mirage2 xmlui theme webpage:
Java stacktrace: java.lang.NullPointerException
at 
org.dspace.app.xmlui.aspect.statisticsGoogleAnalytics.StatisticsGoogleAnalyticsTransformer.addBody(StatisticsGoogleAnalyticsTransformer.java:88)
 
at 
org.dspace.app.xmlui.wing.AbstractWingTransformer.startElement(AbstractWingTransformer.java:223)

Any idea how to solve it?

Thanks

-- 
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/b09a19d4-8a47-47e3-a9a2-6f10e248088e%40googlegroups.com.


[dspace-tech] The links in my Repository stopped working

2019-09-03 Thread Ramon Suero
I am working with version 5.1 of Dspace, and when I enter from any browser 
the links do not work for me.

This is my repository http://investigare.pucmm.edu.do:8080/xmlui/

-- 
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/0ef72855-1804-4f02-8000-1f9d3f57c7d9%40googlegroups.com.


[dspace-tech] Indexing in Google Scholar

2019-09-03 Thread Репозиторий ВГТУ
Hello. I have a website on the platform DSpace, I need it to be indexed in 
Google Scholar . How to do it? The application for indexing was applied 
here : 
https://partnerdash.google.com/partnerdash/d/scholarinclusions?visit_id=637027645332962503-1727259840&rd=1#p:id=new
 
but there is no result. What could be the problem? Thank you in advance for 
your help.

-- 
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/3f7c7e7f-b924-467b-a2f9-eb4c3c2bd499%40googlegroups.com.


[dspace-tech] besoin d'aide

2019-09-03 Thread samia samiaa
bonjour mvn package -Dmirage2.on=true  not work in ubuntu 14.04 trusty lts 
server 
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/e37d2225-3729-40ad-9903-557f8e05eedb%40googlegroups.com.