[Dspace-tech] Language pack for Chinese language?

2015-08-18 Thread euler
Dear All,

I would like to request from the list if any of you have the language pack
(XMLUI) for the chinese language? I looked in 
https://github.com/DSpace/dspace-xmlui-lang/tree/master/src/main/webapp/i18n
https://github.com/DSpace/dspace-xmlui-lang/tree/master/src/main/webapp/i18n  
as suggested here:  Internationalization Support (I18nSupport)
https://wiki.duraspace.org/pages/viewpage.action?pageId=19006307   but
unfortunately, there's no messages_zh.xml there.

Thanks in advance and hoping for a positive response from the list.

Best regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Language-pack-for-Chinese-language-tp4679256.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Request copy feature

2015-08-13 Thread euler
Hi Ally,

You can edit that item's policy. Remove the anonymous READ policy from the
fulltext.pdf. You can then assign a group that can read that pdf. In the
assigned group, you can add epersons that are allowed to view that pdf when
logged in.

Hope this help.

Regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Request-copy-feature-tp4679207p4679210.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] how to escape

2015-08-12 Thread euler
Hi Daniel,

Try to replace  with amp; or #038; instead.

Hope this help.

Regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/how-to-escape-tp4679196p4679198.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] Captcha implementation

2015-08-11 Thread euler
Hi Ying,

I am looking for ways to add captcha in our request copy forms. I am using
DSpace version 5.2. When searching for a solution, I stumbled on your post
regarding using captchareader. Unfortunately, the captchareader is importing
com.sun.image.codec.jpeg which is already retired, hence I can't build
successfully. Is your implementation of captcha is still active on your
repository? I've searched in the web and I can't find captcha implementation
from within a Cocoon pipeline except CaptchaReader.

I would really appreciate it if you can help me in implementing captchas in
our repository.

Hoping for your positive response and thanks in advance.
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Fwd-no-subject-tp3279330p4679184.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Batch upload of items in as submitter in item submission workflow

2015-08-09 Thread euler
Hi Iyer,

As far as I know, you can't do this via GUI (I might be wrong). You can
batch upload items via command line adding the -w flag so that the
submission will be sent to the collection's workflow. Try running dspace
import -h for other arguments.

Hope this help.

Regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Batch-upload-of-items-in-as-submitter-in-item-submission-workflow-tp4679147p4679149.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] Implementing captcha or honeypot in DSpace xmlui

2015-08-09 Thread euler
Dear All,

We are receiving spam coming from our request copy forms. I wonder if
anybody from the list have implemented anti spam such as captcha or honeypot
in their DSpace instance? It would be great if you could point me to
resources on how to apply this in xmlui. I've searched in the web about
Google's recaptcha and I found that those using java are applying this in
JSP application.

Thanks in advance and regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Implementing-captcha-or-honeypot-in-DSpace-xmlui-tp4679150.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] disable-output-escaping collection titles

2015-08-01 Thread euler
Hi Terry,

I just want to get rid of the string “nbsp;” in the collection titles and so
far I'm not been able to apply d-o-e in all the places that it appeared
using xsl:template match. I know it's risky but do you think its better to
just update this via sql query (ie remove the string “nbsp;”)?

Thanks in advance and regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/disable-output-escaping-collection-titles-tp4678953p4679043.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] HTTP Status 500 - com.lyncode.xoai.dataprovider.exceptions.WritingXmlException: Error trying to output ''

2015-07-30 Thread euler
Hello Adan,

The suggestion of Kosmas to add -Dfile.encoding=UTF-8 to my Java solved my
problem. Thanks for the response.

Best regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/HTTP-Status-500-com-lyncode-xoai-dataprovider-exceptions-WritingXmlException-Error-trying-to-output-tp4679002p4679018.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] HTTP Status 500 - com.lyncode.xoai.dataprovider.exceptions.WritingXmlException: Error trying to output ''

2015-07-30 Thread euler
Hi Kosmas,

Thanks a lot for your response. I'm actually worried that this is a serious
error. I am now harvesting successfully.

Best regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/HTTP-Status-500-com-lyncode-xoai-dataprovider-exceptions-WritingXmlException-Error-trying-to-output-tp4679002p4679017.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] HTTP Status 500 - com.lyncode.xoai.dataprovider.exceptions.WritingXmlException: Error trying to output ''

2015-07-29 Thread euler
)

com.ctc.wstx.sr.BasicStreamReader.nextFromProlog(BasicStreamReader.java:2040)
com.ctc.wstx.sr.BasicStreamReader.next(BasicStreamReader.java:1069)
com.ctc.wstx.evt.WstxEventReader.nextEvent(WstxEventReader.java:196)
com.lyncode.xoai.dataprovider.xml.EchoElement.write(EchoElement.java:31)

com.lyncode.xoai.dataprovider.xml.oaipmh.MetadataType.write(MetadataType.java:78)

com.lyncode.xoai.dataprovider.xml.oaipmh.RecordType.write(RecordType.java:130)

com.lyncode.xoai.dataprovider.xml.oaipmh.ListRecordsType.write(ListRecordsType.java:110)
com.lyncode.xoai.util.XmlIOUtils.writeElement(XmlIOUtils.java:20)

com.lyncode.xoai.dataprovider.xml.oaipmh.OAIPMHtype.write(OAIPMHtype.java:286)
com.lyncode.xoai.dataprovider.xml.oaipmh.OAIPMH.write(OAIPMH.java:44)

org.dspace.xoai.services.impl.cache.DSpaceXOAICacheService.store(DSpaceXOAICacheService.java:97)

org.dspace.xoai.controller.DSpaceOAIDataProvider.contextAction(DSpaceOAIDataProvider.java:104)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
java.lang.reflect.Method.invoke(Unknown Source)

org.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:213)

org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:126)

org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:96)

org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:617)

org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:578)

org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:80)

org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)

org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)

org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)

org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778)
javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
javax.servlet.http.HttpServlet.service(HttpServlet.java:728)

note The full stack trace of the root cause is available in the Apache
Tomcat/7.0.39 logs.
Apache Tomcat/7.0.39

Please help on how to resolve this. Searching for this error in the mailing
list, I found DS-2386 but it is stated there that this was already fixed for
version 5.0. I am using version 5.2.

Thanks in advance,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/HTTP-Status-500-com-lyncode-xoai-dataprovider-exceptions-WritingXmlException-Error-trying-to-output-tp4679002.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] disable-output-escaping collection titles

2015-07-28 Thread euler
Hi Terry,

The html entity in the collection title is just a non-breaking space
(nbsp;). Unlike item titles where we can just batch edit, I have no idea if
this can be done in community/collection titles so d-o-e IMO is the easiest
solution for this but I don't know where to look for xsl files to edit.

Thanks and regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/disable-output-escaping-collection-titles-tp4678953p4678976.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] disable-output-escaping collection titles

2015-07-28 Thread euler
Dear All,

I'm working on a repository where collection titles have an html entity. How
can I render them in all instances where the collection title appears? So
far I have only managed to render the title properly in the
collection-list.xsl by adding disable-output-escaping=yes in 

xsl:template name=collectionDetailList-DIM
xsl:variable name=data
select=./mets:dmdSec/mets:mdWrap/mets:xmlData/dim:dim/
  {@OBJID} xsl:choose
xsl:when
test=string-length($data/dim:field[@element='title'][1]) gt; 0
xsl:value-of 
select=$data/dim:field[@element='title'][1]
disable-output-escaping=yes/
/xsl:when
xsl:otherwise
i18n:textxmlui.dri2xhtml.METS-1.0.no-title/i18n:text
/xsl:otherwise
/xsl:choose
 

Can I use template match here? Is there a more elegant and efficient way to
do this such that all instances of collection titles will render correctly
(eg in trail, in the owning collection of the item, community-list, etc.)

Thanks in advance and best regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/disable-output-escaping-collection-titles-tp4678953.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Batch Import DSpace 5.2

2015-07-27 Thread euler
Hi Layale,

The zip file should contain the structure when you export a collection. See
this link:  Importing and Exporting Items via Simple Archive Format
https://wiki.duraspace.org/display/DSDOC5x/Importing+and+Exporting+Items+via+Simple+Archive+Format
 
.

Hope this help.

Regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Batch-Import-DSpace-5-2-tp4678920p4678937.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Ordering community collection listings to specific community or collection

2015-07-27 Thread euler
Hi Terry,

My initial solution is to override the xslt and applied xsl:sort by its url.

I assumed that the handle number with the highest value is the newest
collection, but then this is not also ideal because some (old) collections
are created after the most recent collection.

If there's a way to add the title to the xml being referenced for example:

I'm still looking into using javascript as a quick solution for this.

Thanks,
euler




--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Ordering-community-collection-listings-to-specific-community-or-collection-tp4678926p4678951.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] Ordering community collection listings to specific community or collection

2015-07-24 Thread euler
Dear All,

I know that this has been asked before ( Ordering community collection
listings
http://dspace.2283337.n4.nabble.com/Ordering-community-collection-listings-tp4662451.html
 
). What I would like to know is if this is possible to apply to only
specific communities and collections. Based on the answers given from that
post, the suggestion is to modifiy the sql clause ORDER BY but this would
be applied to all communities and collections. Can this be done using just
xslt?

Thanks in advance and best regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Ordering-community-collection-listings-to-specific-community-or-collection-tp4678926.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] FW: request copy item

2015-07-16 Thread euler
Hi,

You can set the metadata of the item to be accessible by anonymous user.
Edit the item and check its authorizations. In xmlui, you can access it
after clicking the Edit this item, and then under the tab Item Status,
there is a button there named Authorizations. From there, you can change
the policies of the item or its bitstream.

You can also set the policies in a collection level by using the policy
wildcard tool which can be found under the Administrative section of the
sidebar. Click the Authorizations link.

Hope this helps.

Regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/request-copy-item-tp4678830p4678859.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Author profiles

2015-07-14 Thread euler
)
at org.dspace.utils.DSpace.getEventService(DSpace.java:75)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:149)
... 28 more

Any advice on how to resolve this?

Thanks in advance and regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Author-profiles-tp4677907p4678824.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] Controlled Vocabulary using MeSH Trees

2015-07-09 Thread euler
Dear All,

I would like to ask from the list if any of you have created or is using
MeSH as their controlled vocabulary? My other question is if you are using
the supposed structure of the vocabulary like mentioned here:  Hierarchical
Taxonomies and Controlled Vocabularies
https://wiki.duraspace.org/display/DSDOC5x/Authority+Control+of+Metadata+Values#AuthorityControlofMetadataValues-HierarchicalTaxonomiesandControlledVocabularies
 
, can you share your XML Stylesheet on converting the available MeSH Tree
found in  https://www.nlm.nih.gov/mesh/filelist.html
https://www.nlm.nih.gov/mesh/filelist.html   into an xml vocabulary that
follows the structure of srsc or nsi?

Thanks in advance and regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Controlled-Vocabulary-using-MeSH-Trees-tp4678744.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] blank web pages after upgrading dspace

2015-07-08 Thread euler
Hi Lewatle,

Did you try stopping and restarting Postgres?

Regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/blank-web-pages-after-upgrading-dspace-tp4678729p4678738.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] ERROR: creating index discovery

2015-07-03 Thread euler
Hi helix and all,


helix84 wrote
 Check your authority control configuration. The specific configuration
 depends on what you are trying to achieve. But the default configuration
 (no authority control) should work, so start with that and modify as
 needed.

I'm having this issue if authority control was not enabled and if some items
have authority control in their subjects. The problem is these items were
not indexed even if I run dspace index-discovery -b, ie they are not
available in the browse list and does not appear in search results. This is
really a concern since the repository that I'm trying to set up have
customized controlled vocabulary (they are not using the example structure
in srsc or nsi) and I can't just enable the authority control for this to
work.

Please help on how to solve this. I just upgraded this repository to ver.
5.2.

Thanks in advance,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/ERROR-creating-index-discovery-tp4676204p4678701.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Dspace 3.2 to 5.2

2015-07-02 Thread euler
Hi Lewatle,

Just my hunch, in your previous DSpace instance before the upgrade, do you
have controlled vocabulary enabled? Based on my experience, items with
authority controlled metadata were not indexed if the current instance of
DSpace does not have the authority control enabled . Looking at the logs,
you would likely see this error (assuming you have your dc.subject authority
controlled): ERROR org.dspace.discovery.SolrServiceImpl @ No choices plugin
was configured for  field dc_subject.

If this is not the case, then I'm wrong.

Regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Dspace-3-2-to-5-2-tp4678653p4678667.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Dspace 3.2 to 5.2

2015-07-02 Thread euler
Hi Lewatle,

Did you checked your dspace log for errors? If you have this error: ERROR
org.dspace.discovery.SolrServiceImpl @ No choices plugin was configured for 
field, my suggestion is that you have to enable the authority control
settings in your dspace.cfg. I am assuming that this is likely the reason
why items with metadata that have authorities were not indexed even if you
do an index discovery -b. I have experienced this also so maybe this might
help you.

Regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Dspace-3-2-to-5-2-tp4678653p4678669.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] Altmetrics always using handle

2015-06-24 Thread euler
Dear All,

I noticed that although I specifically set altmetrics.field =
dc.identifier.doi in altmetrics.cfg, it is still using data-handle instead
of data-doi in item-view.xsl. I can see that the logic in item-view is that
if no doi exist, it will use the handle instead. Looking at the
global-variables.xsl, the variables for doi and handle is defined here:

xsl:variable name='identifier_doi'
 
select='//dri:meta/dri:pageMeta/dri:metadata[@element=identifier and
@qualifier=doi]'/
xsl:variable name='identifier_handle'
 
select='//dri:meta/dri:pageMeta/dri:metadata[@element=identifier and
@qualifier=handle]'/

My question is why is it that the metadata for dc.identifier.doi is not
available in the pageMeta? My assumption is this is the reason why it is
always using data-handle since no doi is exposed in the pageMeta even though
I have stored the doi in dc.identifier.doi. Am I missing something here? On
the other hand, if I set the variable identifier_doi to use citation_doi (ie
//dri:meta/dri:pageMeta/dri:metadata[@element=citation_doi and
not(@qualifier)]), it is correctly using the data-doi instead of data-handle
if a doi exist for that item.

Thanks in advance and regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Altmetrics-always-using-handle-tp4678591.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical  virtual servers, alerts via email  sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Author Profile Implementation

2015-06-19 Thread euler
Hello Andrea,

Thanks for the response, I will surely read the links that you posted.
Integration of DSpace-CRIS to XMLUI would be great! I'm actually interested
in DSPace-CRIS and the only thing that stopped me from using it is because
it only works with JSPUI. In case there would be a DSpace-CRIS module for
XMLUI, I will definitely try it out.

Thanks,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Author-Profile-Implementation-tp4678507p4678510.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] Author Profile Implementation

2015-06-18 Thread euler
Dear All,

I would like to ask from the DSpace community if any of you have implemented
the Author Profile:  DS-2169 https://jira.duraspace.org/browse/DS-2169  .
I've seen in the pull request ( https://github.com/DSpace/DSpace/pull/668
https://github.com/DSpace/DSpace/pull/668  ) that it has *merge conflicts
that must be resolved*. So before I try to merge this feature in our
repository, I wonder if what will be the repercussions of this. Any tips and
advices are welcome. I would also like to request if you can share the url
of your repository in case you have already implemented this. Our management
like the idea of having our researchers' profile available in the repository
and it is also one way to promote their research works in one place. Another
reason why we would like to have an author profile is because of the
proposal from webometrics (see item no. 10) 
http://repositories.webometrics.info/en/node/26
http://repositories.webometrics.info/en/node/26  .

Thanks in advance and regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Author-Profile-Implementation-tp4678507.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] Issues in Media Filter PDF Text Extractor (PDFFilter and XPDF)

2015-06-08 Thread euler
Dear All,

I am having issues with the text extraction of pdfs having non latin
characters and east asian languages. I tried switching to xpdf from pdfbox's
pdffilter but it is also not properly extracting the text from the pdf. If I
tried to extract the text from the pdf using the command line tools (ie java
-jar pdfbox-app-1.8.7.jar ExtractText -encoding UTF-8 inputfile
outputtextfile for pdfbox and pdftotext -enc UTF-8 for xpdf), it is
properly extracting the text.

Does anybody encountered that issue and how did you solved it? I looked at
the XPDF2Text.java and in line 53 it does include the UTF-8 encoding
(@COMMAND@, -q, -enc, UTF-8, @infile@, -). I'm wondering why it
is not properly extracting the text when I run filter-media but is working
when I am running it from the command line. In PDFFilter.java, I tried using
PDFTextStripper pts = new PDFTextStripper(UTF-8) but the result is still
the same.

Would greatly appreciate any hints, tips, suggestions and help.

Thanks in advance and regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Issues-in-Media-Filter-PDF-Text-Extractor-PDFFilter-and-XPDF-tp4678283.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Issues in Media Filter PDF Text Extractor (PDFFilter and XPDF)

2015-06-08 Thread euler
Hi Antoine,

Thanks for the response. I did stumbled upon that thread when searching for
a solution. What I discovered was even though the extracted text is not
showing the proper characters when viewed from the browser, if I download
and open it in a text editor, it is showing the proper extracted text. Also,
I can search the non english characters and the snippets of the search
results are displaying the characters properly. I will try to do a
index-discovery -b to see if the extracted text will display properly.

Best regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Issues-in-Media-Filter-PDF-Text-Extractor-PDFFilter-and-XPDF-tp4678283p4678291.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Odd Characters in Search Results...

2015-05-28 Thread euler
Hi Andrea,

I guess I figured it out how to apply this in a windows environment. I just
added the line LANG=en_US.UTF-8 at the end of the command dspace
filter-media. I did a search on our repository first and looked for items
that returned odd characters in its search results. Then I force dspace to
reindex that particular item and the odd characters went away.

Hope this helps the original poster of this thread. ;-)

Thank you very much,

euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Odd-Characters-in-Search-Results-tp4678061p4678075.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] DSpace 5.2, Tomcat 8, JSPUI and servlet-api version problems?

2015-05-27 Thread euler
Hi Michael,

Perhaps this post from SO [1] can help you. Although I can see that you
already updated your pom files. 
[1]  http://stackoverflow.com/q/29797833/1919069
http://stackoverflow.com/q/29797833/1919069  

Regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/DSpace-5-2-Tomcat-8-JSPUI-and-servlet-api-version-problems-tp4678049p4678050.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Odd Characters in Search Results...

2015-05-27 Thread euler
Hi Andrea,

Thanks for this. I just assumed that the original characters in my pdfs were
defective somehow (some are defective actually, not OCRed but digital born
documents). I would be glad to know how to make sure that the dspace
media-filter will use the correct locale and UTF-8 encoding? I may have
missed something in the documentation on how to set this.

Thanks in advance,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Odd-Characters-in-Search-Results-tp4678061p4678068.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Odd Characters in Search Results...

2015-05-27 Thread euler
Hi Bill,

I'm having this issues also. I resolved this by adding TEXT in dspace.cfg,
ie xmlui.bundle.upload = ORIGINAL, TEXT, METADATA, THUMBNAIL, LICENSE,
CC-LICENSE so that I can upload TEXT bundle aside from the ORIGINAL which is
pdf. I just made sure that the text file was saved in UTF-8 encoding. The
question marks that you're seeing are the extracted text made by dspace
media-filter. By uploading a text version and deleting the extracted text,
the question marks in search results went away.

Hope this help.

Regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Odd-Characters-in-Search-Results-tp4678061p4678066.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] DSpace community and collectionnumber of publications summary

2015-05-22 Thread euler
Hi Ally,

In your dspace.cfg, look for webui.strengths.show, uncomment and change
the value to true. Restart tomcat.

Hope this helps.

Regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/DSpace-community-and-collectionnumber-of-publications-summary-tp4677985p4677990.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Problems with the browse indexes

2015-05-21 Thread euler
Hi Fernando,

Just a hunch, maybe you should set your dspace instance to ignore authority
values. The settings can be found in
[dspace-install-dir]/config/modules/discovery.cfg. Reference here: 
https://wiki.duraspace.org/display/DSDOC5x/Discovery?src=search#Discovery-Configurationfiles
https://wiki.duraspace.org/display/DSDOC5x/Discovery?src=search#Discovery-Configurationfiles
  
Don't forget to reindex (ie dspace index-discovery -b).

Hope this helps.

Regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Problems-with-the-browse-indexes-tp4677958p4677969.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] a thumbnail is not displayed

2015-05-02 Thread euler
Hi Evgeni,

Just a hunch, in your dspace.cfg, look for the line
xmlui.theme.mirage.item-list.emphasis, uncomment and change the value from
'metadata' to 'file'.

Hope this helps.

Regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/a-thumbnail-is-not-displayed-tp4677651p4677655.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] Question about ORCID integration

2015-04-20 Thread euler
Dear All,

I am using DSpace 5.1 (Mirage 2). I have enabled ORCID integration in our
repository. I have the following settings in my dspace.cfg:

plugin.named.org.dspace.content.authority.ChoiceAuthority = \
org.dspace.content.authority.SHERPARoMEOPublisher = SRPublisher, \
org.dspace.content.authority.SHERPARoMEOJournalTitle = SRJournalTitle, \
org.dspace.content.authority.SolrAuthority = SolrAuthorAuthority

# Configuration settings for ORCID based authority control, uncomment the
lines below to enable configuration
solr.authority.server=http://localhost:8080/solr/authority
choices.plugin.dc.contributor.author = SolrAuthorAuthority
choices.presentation.dc.contributor.author = authorLookup
authority.controlled.dc.contributor.author = true

I also changed webui.browse.index.2 =
author:metadata:dc.contributor.*,dc.creator:text

into

webui.browse.index.2 = author:metadataAuthority:dc.contributor.author:text

My problem is that the authority values for authors are displayed in the
sidebar facets and browse by author pages. I thought the issue in  DS-2401
https://jira.duraspace.org/browse/DS-2401   was already fixed? Another
issue I've encountered is that the link to the ORCID was lost (ie I have
performed an author lookup and selected the one that have been retrieved
from ORCID). I have a scheduled task to run dspace index-discovery -b every
day, dspace index-authority and dspace dsrun
org.dspace.authority.UpdateAuthorities every 30 minutes. Did I miss
something? Please advise.

Thanks in advance and regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Question-about-ORCID-integration-tp4677494.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] Error running dspace index-authority

2015-04-20 Thread euler
Dear All,

Maybe this is related to my previous question about ORCID integration. When
running dspace index-authority, I am having this error:

E:\DSpace\bindspace index-authority
Using DSpace installation in: E:\DSpace
Retrieving all data
Initialize org.dspace.authority.indexer.DSpaceAuthorityIndexer
Cleaning the old index
Writing new data
Exception: E:\DSpace\solr\authority\data\index\_93f7_Lucene41_0.doc: The
process
 cannot access the file because it is being used by another process.

org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException:
E:\DSpace\
solr\authority\data\index\_93f7_Lucene41_0.doc: The process cannot access
the fi
le because it is being used by another process.

at
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSo
lrServer.java:552)
at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServ
er.java:210)
at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServ
er.java:206)
at
org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(Ab
stractUpdateRequest.java:124)
at
org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:168)
at
org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:146)
at
org.dspace.authority.AuthoritySolrServiceImpl.commit(AuthoritySolrSer
viceImpl.java:81)
at
org.dspace.authority.indexer.AuthorityIndexClient.main(AuthorityIndex
Client.java:79)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.dspace.app.launcher.ScriptLauncher.runOneCommand(ScriptLauncher.j
ava:225)
at
org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:77)

Any advise on how to resolve this?

Thanks in advance,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Error-running-dspace-index-authority-tp4677495.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Error when importing statistics to elasticsearch in DSpace 5.1

2015-04-08 Thread euler
Hi Peter,

Yes, tomcat is running and I'm monitoring tomcat's log for any errors but
none so far. I tried to enable Elastic Search, following your advice to
visit an item such that a usage event would be triggered (I did not attempt
to import logs to elasticsearch). Looking at my dspace logs, I only saw one
error:

2015-04-09 09:13:28,729 ERROR org.dspace.statistics.ElasticSearchLogger @
getCli
ent reports null client
2015-04-09 09:13:30,205 INFO  org.dspace.statistics.ElasticSearchLogger @
Create
 a nodeClient, allows transport clients to connect
2015-04-09 09:13:31,235 INFO  org.elasticsearch.node @ [Fang]
version[1.4.0], pi
d[4616], build[bc94bd8/2014-11-05T14:26:12Z]
2015-04-09 09:13:31,235 INFO  org.elasticsearch.node @ [Fang] initializing
...
2015-04-09 09:13:31,276 INFO  org.elasticsearch.plugins @ [Fang] loaded [],
site
s [] -- My dspace logs just stopped here, unless I restart Tomcat or run
any dspace commands

It seems that the elasticsearch.node is just initializing forever, and
nothing is loaded in my browser when I visit any pages.

Anything that I missed? I did try running an elasticsearch server from
another machine and point the IP in my elastic-search-statistics.cfg to that
machine, but the results of my dspace log is the same and nothing is loaded
in my browser. I would like to try to make elasticsearch work first, without
setting up an external elastic search server. I wonder if this is a windows
issue and would like to ask from the list if any windows users have
successfully enabled their elastic search.

Thanks in advance and regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Error-when-importing-statistics-to-elasticsearch-in-DSpace-5-1-tp4677334p4677377.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] Error when importing statistics to elasticsearch in DSpace 5.1

2015-04-07 Thread euler
Dear all,

I am trying to import solr-format converted log files into Elastic Search
statistics but I'm having this error when running dspace
stats-log-importer-elasticsearch -i D:\converted_logs\new_dspace.log.2015 -m
-s -v:

Exception: None of the configured nodes are available: []
org.elasticsearch.client.transport.NoNodeAvailableException: None of the
configured nodes are available: []
at
org.elasticsearch.client.transport.TransportClientNodesService.ensureNodesAreAvailable(TransportClientNodesService.java:278)
at
org.elasticsearch.client.transport.TransportClientNodesService.execute(TransportClientNodesService.java:197)
at
org.elasticsearch.client.transport.support.InternalTransportIndicesAdminClient.execute(InternalTransportIndicesAdminClient.java:86)
at
org.elasticsearch.client.support.AbstractIndicesAdminClient.refresh(AbstractIndicesAdminClient.java:418)
at
org.elasticsearch.action.admin.indices.refresh.RefreshRequestBuilder.doExecute(RefreshRequestBuilder.java:48)
at
org.elasticsearch.action.ActionRequestBuilder.execute(ActionRequestBuilder.java:91)
at
org.elasticsearch.action.ActionRequestBuilder.execute(ActionRequestBuilder.java:65)
at
org.dspace.statistics.util.StatisticsImporterElasticSearch.main(StatisticsImporterElasticSearch.java:380)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.dspace.app.launcher.ScriptLauncher.runOneCommand(ScriptLauncher.java:225)
at
org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:77)

I am using windows 7 but also encountered this error in windows server 2003.
I have no problems when I imported my converted log files into solr
statistics using the command dspace stats-log-importer. I also followed
the steps to enable and configure Elasticsearch mentioned here: 
Elasticsearch Usage Statistics
https://wiki.duraspace.org/display/DSDOC5x/Elasticsearch+Usage+Statistics 
. I can't find in the documentation about the settings in
elastic-search-statistics.cfg. I tried to uncomment all the properties there
and allowed port 9300 in my firewall. I also noticed that when I enabled
Elasticsearch, the server is not loading anything. Below is portion of my
dspace.log when I enabled Elasticsearch. The log just stopped there.

2015-04-07 17:12:38,537 INFO  org.dspace.core.ConfigurationManager @ Loading
from classloader: file:/C:/DSpace/config/dspace.cfg
2015-04-07 17:12:38,572 INFO  org.dspace.core.ConfigurationManager @ Using
dspace provided log configuration (log.init.config)
2015-04-07 17:12:38,574 INFO  org.dspace.core.ConfigurationManager @
Loading: C:/DSpace/config/log4j.properties
2015-04-07 17:12:58,332 INFO 
org.dspace.statistics.util.StatisticsImporterElasticSearch @ Getting
ElasticSearch Transport Client for StatisticsImporterElasticSearch...
2015-04-07 17:12:58,336 ERROR org.dspace.statistics.ElasticSearchLogger @
getClient reports null client
2015-04-07 17:12:58,339 INFO  org.dspace.statistics.ElasticSearchLogger @
Creating TransportClient to [Address:127.0.0.1] [Port:9300]
[cluster.name:dspacestatslogging]
2015-04-07 17:12:58,653 INFO  net.sf.ehcache.util.UpdateChecker @ New
update(s) found: 2.4.7
[http://www.terracotta.org/confluence/display/release/Release+Notes+Ehcache+Core+2.4]
2015-04-07 17:13:04,252 INFO  org.elasticsearch.plugins @ [Buzz] loaded [],
sites []

Any advice please?

Thanks in advance,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Error-when-importing-statistics-to-elasticsearch-in-DSpace-5-1-tp4677334.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Generate publicly accessible thumbnails of restricted content

2015-03-31 Thread euler
Hi Terry


 Looking at the following code in MediaFilterManager, there may be a
 mechanism to override the default permission behavior.
 
 https://github.com/DSpace/DSpace/blob/master/dspace-api/src/main/java/org/dspace/app/mediafilter/MediaFilterManager.java#L778-L789

Please, can you help me how to override the default permission behavior? I
don't want the thumbnails to look like this for the anonymous viewer:
http://dspace.2283337.n4.nabble.com/file/n4677262/aem-restricted.jpg 

Thanks in advance,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Generate-publicly-accessible-thumbnails-of-restricted-content-tp4677233p4677262.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Generate publicly accessible thumbnails of restricted content

2015-03-30 Thread euler
Hi Peter,

 Is there an escape character at the end of ImageMagick Image Thumbnail?
 i.e. , \
 
 Did the PDF's get thumbnails generated by Image Magick?

There is no escape character at the end of ImageMagick PDF Thumnail. I'm
sure that the PDF's thumbnail was generated by Image Magick because I
deleted first all the generated thumbnails. After running the media filter,
the thumbnail's permission is the same with its parent bitstream even though
I have this setting in my dspace.cfg:
filter.org.dspace.app.mediafilter.publicPermission = ImageMagick PDF
Thumbnail

Did I missed something?

Thanks in advance,
euler






--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Generate-publicly-accessible-thumbnails-of-restricted-content-tp4677233p4677247.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Stats-log-converter on windows

2015-03-27 Thread euler
Hi,

I'm curious, did you resolved this issue? I'm having the same issue when I
tried to convert my dspace log files. I noticed that if I don't use the -m
flag and use individual log file, the converter worked. If ever you did
solved this issue, I would be grateful if you could share the steps how to
do it.

Thanks in advance,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Dspace-tech-Stats-log-converter-on-windows-tp3282717p4677216.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] Expand communities collections by default in Mirage 2

2015-03-23 Thread euler
In Mirage 2, the communities and collections were collapsed by default. My
boss wanted to expand these by default since we only have a few communities
and collections in our repository. Can anybody help me on how to achieve
this? Thanks in advance.

-euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Expand-communities-collections-by-default-in-Mirage-2-tp4677116.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Expand communities collections by default in Mirage 2

2015-03-23 Thread euler
Thanks a lot Àlex!



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Expand-communities-collections-by-default-in-Mirage-2-tp4677116p4677118.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Watermarking images on the fly

2015-03-08 Thread euler
Dear All,

I have stumbled on this old thread [1]. I am aware of the Branded Preview
JPEG available as media-filter. I would like to ask if anybody from the list
have implemented watermarking images on the fly? The same way as using the
citation cover page where a derivative file was created upon download of the
user while the uploaded version is intact/untouced and only available for
admins. With regards to using the Branded Preview, I think it is only
limited to adding text, and our goal would be to add our institution logo
for every image downloaded. I would be very thankful if anyone can share
their views, suggestions and experiences on this matter. I have also
searched in SO and found this post [2]. One answer suggested using
ImageMagick, and I would like to follow the outputs as seen here [3].

Thanks in advance,
euler

[1]
http://dspace.2283337.n4.nabble.com/Watermarking-images-on-the-fly-tp3279393.html
http://dspace.2283337.n4.nabble.com/Watermarking-images-on-the-fly-tp3279393.html
  
[2] http://stackoverflow.com/q/5459701/1919069
http://stackoverflow.com/q/5459701/1919069  
[3] http://www.imagemagick.org/Usage/annotating/#wmark_image
http://www.imagemagick.org/Usage/annotating/#wmark_image  



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Watermarking-images-on-the-fly-tp4676939.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] DSpace 5 application not showing

2015-03-02 Thread euler
Hi Lewatle,

Did you check during the build if what tasks failed to execute? As I've said
earlier, it will still result in BUILD SUCCESS even though some of the
tasks during the DSpace XML-UI Mirage2 Theme :: Local Customisations part
of the build failed. I only managed to install mirage2 (successfully) after
I installed the prerequisite softwares[1].

Best of luck,
euler

Prerequisites for OSX / Linux
https://github.com/DSpace/DSpace/blob/master/dspace-xmlui-mirage2/readme.md#prerequisites-for-osx--linux
  



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/DSpace-5-application-not-showing-tp4676744p4676842.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Enable Thumbnail Preview in Recently Added

2015-02-25 Thread euler
Hi Bobby,

In your dspace.cfg, look for the line
xmlui.theme.mirage.item-list.emphasis. The default value for this is
metadata, so change it to file and make sure to uncomment it. Save
dspace.cfg and restart your tomcat.

Regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Enable-Thumbnail-Preview-in-Recently-Added-tp4676748p4676767.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] DSpace 5 application not showing

2015-02-23 Thread euler
Hello Lewatle,

Have you tried running mvn clean -U package -Dmirage2.on=true? During the
rebuild, monitor the logs when it comes to DSpace XML-UI Mirage2 Theme ::
Local Customisations part. I noticed that it will still result in BUILD
SUCCESS even though some tasks failed to execute.

Regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/DSpace-5-application-not-showing-tp4676744p4676745.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Want to add custom filter type in dspace 4.x search filter facet

2015-02-22 Thread euler
In [dspace-install-dir]/config/spring/api/discovery.xml, you can add your
custom search filter. For details, please read  Search filters  sidebar
facets Customization
https://wiki.duraspace.org/display/DSDOC4x/Discovery#Discovery-SearchfilterssidebarfacetsCustomization
 
. Make sure to put your new search filter in the homepageConfiguration bean
configuration if you have this entry entry key=site
value-ref=homepageConfiguration / in your bean
id=org.dspace.discovery.configuration.DiscoveryConfigurationService
class=org.dspace.discovery.configuration.DiscoveryConfigurationService

Regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Want-to-add-custom-filter-type-in-dspace-4-x-search-filter-facet-tp4676738p4676739.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] DSpace 5.0 XMLUI Display problem with Screenshot

2015-02-11 Thread euler
Hi,

I'm pretty sure when you're doing an mvn package, there is some error
although your installation was successful. Try to look for errors when
running mvn package during the Building DSpace XML-UI Mirage2 Theme
portion.

Regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/DSpace-5-0-XMLUI-Display-problem-with-Screenshot-tp4676585p4676589.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] ant fresh_install

2015-02-10 Thread euler
Hi,

In your dspace.cfg, try to use forward slash / for your dspace.dir value
(eg dspace.dir = C:/DSpace).

Rerun mvn package and ant fresh_install.

Hope this help.

Regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/ant-fresh-install-tp4676566p4676567.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Error occurred while clicking on Feedback link (XMLUI)

2015-02-09 Thread euler
Hi Vinay,

In your dspace.cfg, look for the line mail.allowed.referrers. The default
value for this is localhost. Add your hostname or domain name to this entry.

Ex:

mail.allowed.referrers = localhost,101.2.163.148,your.dspace.instance.org

Save dspace.cfg and restart tomcat.

Regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Error-occurred-while-clicking-on-Feedback-link-XMLUI-tp4676555p4676558.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] ERROR: creating index discovery‏

2015-02-04 Thread euler
Hello,

If you want the dc.contributor.tutor to be authority controlled, add this
lines to your dspace.cfg:

choices.plugin.dc.contributor.tutor= LCNameAuthority
choices.presentation.dc.contributor.tutor= lookup
authority.controlled.dc.contributor.tutor= true

I don't know if using wildcards will work (eg. dc.contributor.*) as I
haven't tried it. I hope someone from the list who is also using the same
dspace version as yours can better help you.

Best of luck,

euler

 



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/ERROR-creating-index-discovery-tp4676311p4676488.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] SQL query to count number of downloadables (bitstream)

2015-01-23 Thread euler
Hello Helix,

Thanks for this. It did returned me the number of bitstreams. I wonder if
it's possible to generate a list of these bitstreams? In previous dspace
versions, I would just import the bitstream table into ms access and do the
filtering (e.g. filter by selection with filenames ending in pdf). With the
dspace 5 version, I can't find the table where the filenames were saved.

Thanks again for your help, I needed the figures for our annual report.

Regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/SQL-query-to-count-number-of-downloadables-bitstream-tp4676287p4676368.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] ERROR: creating index discovery‏

2015-01-23 Thread euler
Sorry, I forgot to mention that you also have to uncomment this line in order
for the LCNameAuthority to work:

lcname.url = http://alcme.oclc.org/srw/search/lcnaf

As usual, save dspace.cfg and restart tomcat.

Regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/ERROR-creating-index-discovery-tp4676311p4676346.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] ERROR: creating index discovery‏

2015-01-23 Thread euler
Did you uncomment these lines?

choices.plugin.dc.contributor.author = LCNameAuthority
choices.presentation.dc.contributor.author = lookup
authority.controlled.dc.contributor.author = true

In dspace 4x, these lines are located here: 
https://github.com/DSpace/DSpace/blob/dspace-4_x/dspace/config/dspace.cfg#L1545-1547
https://github.com/DSpace/DSpace/blob/dspace-4_x/dspace/config/dspace.cfg#L1545-1547
  

Please note that in order to reflect these changes, you have to save first
your dspace.cfg and restart your tomcat. Also note that LCNameAuthority is
just a demo plugin for authority control for authors. I suggest upgrading to
dspace 5 and try to use  ORCID integration
https://wiki.duraspace.org/display/DSDOC5x/ORCID+Integration  .

Hope this would help you.

Regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/ERROR-creating-index-discovery-tp4676311p4676340.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] ERROR: creating index discovery‏

2015-01-22 Thread euler
Hello alsapama,

Please try to enable the authority plugin for dc.contributor.author. In your
dspace.cfg, uncomment these lines (remove the #):

plugin.named.org.dspace.content.authority.ChoiceAuthority = \
org.dspace.content.authority.LCNameAuthority = LCNameAuthority, \
choices.plugin.dc.contributor.author =  LCNameAuthority
choices.presentation.dc.contributor.author = lookup
authority.controlled.dc.contributor.author = true

Save your dspace.cfg and restart your tomcat server.

Regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/ERROR-creating-index-discovery-tp4676311p4676317.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] SQL query to count number of downloadables (bitstream)

2015-01-20 Thread euler
Dear All,

I would like to ask for your help regarding in generating an SQL query. I'm
using DSpace 5 and I've noticed there were changes in the bitstream table
particularly the bitstream's file name is not there. How can I generate a
list for all the bitstreams with a pdf file extension and file name?

Thanks in advance,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/SQL-query-to-count-number-of-downloadables-bitstream-tp4676287.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] ERROR: creating index discovery

2015-01-14 Thread euler
Have you tried enabling authority control for authors in your dspace.cfg? I
have encountered this error too in my test dspace5 and enabling authority
control for authors seemed to solved it.

Regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/ERROR-creating-index-discovery-tp4676204p4676206.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Thumbnails on browse in Mirage2

2015-01-11 Thread euler
Dear Gabriel,

In your dspace.cfg, look for the line
xmlui.theme.mirage.item-list.emphasis. The default value for this is
metadata, so change it to file and make sure to uncomment it. Save
dspace.cfg and restart your tomcat.

Regards,
Euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Thumbnails-on-browse-in-Mirage2-tp4676133p4676136.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
vanity: www.gigenet.com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] DSpace Formatting Question : Superscripts in Abstract Field

2015-01-07 Thread euler
Which UI are you using? XMLUI or JSPUI? In xmlui, you can use
disable-output-escaping=yes to allow HTML entities to render properly to
any fields that you desire. In your case, when filling up the form for the
abstract and to render the superscript properly, you can use
Tsup3/sup/T1. Please see this link:  A clickable URL in abstract or
description?
http://dspace.2283337.n4.nabble.com/A-clickable-URL-in-abstract-or-description-tt3284078.html
  



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/DSpace-Formatting-Question-Superscripts-in-Abstract-Field-tp4676096p4676098.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] [DSpace-tech]: Configure Discovery Facets problem!

2014-12-10 Thread euler
Hello Nada,

Based on what you did, your sidebar facet and search filter for dc.type
should show up. When reindexing your dspace, try to monitor your dspace.log
(ie tail -f [dspace]/log/dspace.log.2014-12-10) for any messages that would
give hints why your sidebar facet is not showing. Also, try to do a hard
refresh/reload of your browser by pressing ctrl+F5.

Hope this help.

Regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/DSpace-tech-Configure-Discovery-Facets-problem-tp4675850p4675854.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] [DSpace-tech]: xmlui customization (Mirage)

2014-12-08 Thread euler
Dear Nada,

I can answer regarding #1 only, you should edit
[dspace-src]/dspace/modules/xmlui/src/main/resources/aspects/BrowseArtifacts/sitemap.xmap.
You have to create those directories if it is missing from your setup. I
added my changes to modules so that it will not be overwritten the next time
you try to upgrade your dspace. It is also convenient to place those changes
under the modules directory. You have to rebuild DSpace in order for those
changes to take effect.

Regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/DSpace-tech-xmlui-customization-Mirage-tp4675810p4675824.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Controlled vocabulary on Dspace 4.2

2014-12-04 Thread euler
Hello Sisay,

Make sure you have uncommented the plugins in Authority Control Settings in
dspace.cfg:

#  Authority Control Settings  #
plugin.named.org.dspace.content.authority.ChoiceAuthority = \

plugin.selfnamed.org.dspace.content.authority.ChoiceAuthority = \
 org.dspace.content.authority.DCInputAuthority, \
 org.dspace.content.authority.DSpaceControlledVocabulary

Also based on my experience, you can't use select in
choices.presentation.dc.subject, if you try that and check your dspace log
files, you'll see an error with something like has choice presentation of
type select, it may NOT be authority-controlled.

Another note is that the delimeter :: is actually hard-coded.

Hope this help.

Regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Controlled-vocabulary-on-Dspace-4-2-tp4675779p4675791.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Mirage 2 autocomplete js problem

2014-12-03 Thread euler
Hello  Germán,

I think you are experiencing what I have reported here:  DS-2291
https://jira.duraspace.org/browse/DS-2291  . What I did in my case was I
used lookup in choices.presentation instead of suggest.

Regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Mirage-2-autocomplete-js-problem-tp4675758p4675761.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Internal Server Error after loading JSP User Interface

2014-12-01 Thread euler
Hello Alyssa,

Did you follow Step 9. Deploy Web Applications as stated here? 
https://wiki.duraspace.org/display/DSDOC4x/Installing+DSpace#InstallingDSpace-Installation
https://wiki.duraspace.org/display/DSDOC4x/Installing+DSpace#InstallingDSpace-Installation
  

I think you are having that error because you did not define a context path
for DSpace JSP User Interface.

Regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Internal-Server-Error-after-loading-JSP-User-Interface-tp4675726p4675727.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Mirage 2 build problem - repost

2014-11-25 Thread euler
Hello Germán,

I have successfully deployed Mirage 2 in my test server using windows 7.
Have you tried running mvn clean -U package -Dmirage2.on=true? Regarding
about your post a few weeks ago about Mirage 2 theme without any styling, I
noticed that this happens when some tasks failed to execute during the
building of DSpace XML-UI Mirage2 Theme :: Local Customisations even though
it will still result in BUILD SUCCESS. I have installed all the
prerequisite softwares for Mirage 2 but I only use the option
-Dmirage2.deps.included=false after a successful build. That way, I know
that all dependencies for Mirage 2 were downloaded although I'm not sure if
my assumptions were correct. Building and deploying Mirage 2 successfully
for me is just a matter of trial and error but doing mvn clean seemed to do
the trick.

Best regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Mirage-2-build-problem-repost-tp4675686p4675687.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Display message/names in XMLUI

2014-11-24 Thread euler
Hello Admire,

You can add your custom messages in messages.xml in
[dspace]/webapps/xmlui/i18n directory. Regarding about the tutorial on
Manakin interface, you can try the How To Guide in 
https://wiki.duraspace.org/display/DSPACE/XMLUI+How+To+Guides
https://wiki.duraspace.org/display/DSPACE/XMLUI+How+To+Guides  .

Regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Display-message-names-in-XMLUI-tp4675646p4675648.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Use case for exporting a DSpace collection to CD/DVD

2014-11-19 Thread euler
Hello Peter,

Thanks for the suggestions. I will try those links that you provided. Using
a web crawler seemed the easiest way but I wonder if search functions will
not get lost. Regarding about the libraries that are receiving the LiveCD,
they don't have/need to login/modify DSpace, just give them the ability to
access materials stored in DSpace.

Regards,
Euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Use-case-for-exporting-a-DSpace-collection-to-CD-DVD-tp4675585p4675593.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] Use case for exporting a DSpace collection to CD/DVD

2014-11-18 Thread euler
Dear All,

We are planning to distribute our DSpace collection via CD/DVD to other
libraries in areas where there are no internet connection. Searching the
mailing list, I found this thread [1]. I would like to ask if you have
implemented these and maybe share your experiences? If you have used
greenstone to export collections [2], you'll pretty get the idea. My
supervisor suggested to try out LibraryBox [3] but AFAIK, it will only work
for static pages and you can't include searching. My other concerns are,
just like the resulting exported collection from greenstone, I need a way to
automatically start the services (eg tomcat[4] and postgresql[5]) and
launch the default landing page for the collection. If someone can guide me
how to achieve these or point me to resources from the web. Any advices and
comments would be great too.

Thanks in advance.

[1]  Dspace in CD
http://dspace.2283337.n4.nabble.com/Dspace-in-CD-tt3285093.html  
[2]  Creating CD/DVD-ROM Collections
http://wiki.greenstone.org/doku.php?id=en:user:exporting_collections  
[3]  What is LibraryBox? http://librarybox.us/whatis.php  
[4]  Tomcat as add-ons in XAMPP
http://sourceforge.net/projects/xampp/files/Windows%20add-ons/Tomcat/  
[5]  PostgreSQL Portable
http://sourceforge.net/projects/postgresqlportable/  



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Use-case-for-exporting-a-DSpace-collection-to-CD-DVD-tp4675585.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Dspace Installation Errors

2014-11-17 Thread euler
Have you tried  http://wiki.lib.sun.ac.za/index.php/SUNScholar/DSpace
http://wiki.lib.sun.ac.za/index.php/SUNScholar/DSpace  ?



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Dspace-Installation-Errors-tp4675570p4675571.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Mirage2 build problem

2014-11-09 Thread euler
Hello German,

Have you resolved your issue regarding Mirage2? I'm having the same problem,
and I never have a successful Mirage2 installation. The mvn and ant update
was ok, but the resulting theme if I enabled Mirage2 in xmlui.xconf have no
style and Failed to load resource error (modernizr.js). I also tried Hiltons
method but same result.

Hope someone from the list could share their tips on how to enable Mirage2
successfully. The last time I have successfully installed Mirage2 was when I
used the alpha version from atmire.

Thanks in advance.



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Mirage2-build-problem-tp4675383p4675458.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Search produce no results

2014-11-06 Thread euler
It should be: search.server = http://localhost:8080/solr/search instead of
${solr.server}/search. Did you run index-lucene-init or index-lucene-update?



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Search-produce-no-results-tp4675436p4675437.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] Is it possible to enforce/check that the user use a valid and existing email address when using DSpace forms?

2014-10-01 Thread euler
I'm pretty sure that you have encountered this kind of scenario especially if
you have enabled the item request feature where a user put a non existing
email address. You will later discover the Delivery to the following
recipient failed permanently message when responding to the users'
request/feedback. Although it is the user's fault for using an invalid/non
existing email address, we take our user's requests/feedback seriously and
as much as possible we want to make sure to respond or serve any of their
requests/feedbacks. Is there a workaround for this? Or is there some way to
check first and then enforce that the user will use a valid and existing
email address? Using some sort of verification link to be sent to the users'
email address like during self-registration might be overkill or a hassle to
them right? Any ideas?

Thanks in advance and cheers,
Elvi



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Is-it-possible-to-enforce-check-that-the-user-use-a-valid-and-existing-email-address-when-using-DSpa-tp4675097.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Can't run ant update after merging from upstream master

2014-09-22 Thread euler
Hello Tim,

Thanks for confirming that it's not just my instance that's having the
issue and for looking into this to get it fixed. I'm just so excited in
testing new features for DSpace 5 that's why I'm using the master branch in
my 'test' server.

Thanks again and regards,
Elvi

On Mon, Sep 22, 2014 at 11:22 PM, Tim Donohue-3 [via DSpace] 
ml-node+s2283337n4674999...@n4.nabble.com wrote:

 Hi Elvi,

 After some further investigation, I'm seeing the same issue on Windows 8
 64bit, Maven 3.0.5 and Oracle Java 1.7.0_65.

 It looks like some recent work on the master branch has accidentally
 broken the build process on Windows. I'll look into it.

 Just as an FYI, obviously the master branch is not recommended to run
 in Production (so hopefully you are not doing that). It's primarily for
 development, so at times it may be unstable (as it currently seems to be).

 Still, I'll look into getting this fixed up, hopefully sometime today.

 - Tim


 On 9/20/2014 6:26 AM, euler wrote:

  I downloaded the master zip file of dspace from github and run mvn
 package. I
  don't have any modifications and running mvn package did not generate
 the
  dspace-installer. Can someone from the list confirm if you have the same
  issue? Or it's just my dspace environment running in windows 7 64bit,
 maven
  3.0.5 and jdk 1.7.0_21.
 
  Thanks in advance.
  Elvi
 
 
 
  --
  View this message in context:
 http://dspace.2283337.n4.nabble.com/Can-t-run-ant-update-after-merging-from-upstream-master-tp4674960p4674986.html
  Sent from the DSpace - Tech mailing list archive at Nabble.com.
 
 
 --

  Slashdot TV.  Video for Nerds.  Stuff that Matters.
 
 http://pubads.g.doubleclick.net/gampad/clk?id=160591471iu=/4140/ostg.clktrk
  ___
  DSpace-tech mailing list
  [hidden email] http://user/SendEmail.jtp?type=nodenode=4674999i=0
  https://lists.sourceforge.net/lists/listinfo/dspace-tech
  List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
 

 --

 Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
 Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
 Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
 Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer

 http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk
 ___
 DSpace-tech mailing list
 [hidden email] http://user/SendEmail.jtp?type=nodenode=4674999i=1
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


 --
  If you reply to this email, your message will be added to the discussion
 below:

 http://dspace.2283337.n4.nabble.com/Can-t-run-ant-update-after-merging-from-upstream-master-tp4674960p4674999.html
  To unsubscribe from Can't run ant update after merging from upstream
 master, click here
 http://dspace.2283337.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=4674960code=ZXNuZW1pekBzZWFmZGVjLm9yZy5waHw0Njc0OTYwfDM2MjAxMzIwMA==
 .
 NAML
 http://dspace.2283337.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml





--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Can-t-run-ant-update-after-merging-from-upstream-master-tp4674960p4675001.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] metadata schema

2014-09-21 Thread euler
You have to modify your input-forms.xml located in dspace/config/.[1] You can
also modify your submission steps based on item type or collection.[1]
https://wiki.duraspace.org/display/DSPACE/Alter+submission+input+forms
https://wiki.duraspace.org/display/DSPACE/Alter+submission+input+forms  
P.Hadadan (NW) wrote
 Dear All,I want using new metadata schema on dspace 4.2, defined it in
 metadata registry, but*HOW can I use it ? (in submit a new Item)* 
   
 Dose Dspace support multi Metadata schema? How?Sincerely,P.Hadadan |
 Senior Software DeveloperNotionWave | Toronto, CanadaP.Hadadan [at]
 notionwave [dot]
 com--Slashdot
 TV.  Video for Nerds.  Stuff that
 Matters.http://pubads.g.doubleclick.net/gampad/clk?id=160591471iu=/4140/ostg.clktrk___DSpace-tech
 mailing list

 DSpace-tech@.sourceforge

 https://lists.sourceforge.net/lists/listinfo/dspace-techList Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette





--
View this message in context: 
http://dspace.2283337.n4.nabble.com/metadata-schema-tp4674989p4674990.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.--
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Can't run ant update after merging from upstream master

2014-09-20 Thread euler
I downloaded the master zip file of dspace from github and run mvn package. I
don't have any modifications and running mvn package did not generate the
dspace-installer. Can someone from the list confirm if you have the same
issue? Or it's just my dspace environment running in windows 7 64bit, maven
3.0.5 and jdk 1.7.0_21.

Thanks in advance.
Elvi



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Can-t-run-ant-update-after-merging-from-upstream-master-tp4674960p4674986.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] Can't run ant update after merging from upstream master

2014-09-19 Thread euler
Dear all,

After merging my local master branch from upstream dspace master, I can't
run ant update successfully. I can't find the previous directory
dspace-installer where I'm supposed to run ant update. Is there some
setting/configuration that I have to pass when doing mvn package?

Thanks in advance.



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Can-t-run-ant-update-after-merging-from-upstream-master-tp4674960.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Can't run ant update after merging from upstream master

2014-09-19 Thread euler
Dear all,

Below is the output of my mvn clean package. I'm using Intellij in my
testing and I also tried just using the command line. The result is still
the same, there is no dspace-installer directory generated.

[INFO] Scanning for projects...
[INFO]

[INFO] Reactor Build Order:
[INFO] 
[INFO] DSpace Parent Project
[INFO] DSpace Services Framework :: API and Implementation
[INFO] DSpace Kernel :: API and Implementation
[INFO] DSpace Addon Modules
[INFO] DSpace Kernel :: Additions and Local Customizations
[INFO] DSpace XML-UI (Manakin)
[INFO] DSpace XML-UI (Manakin) :: Local Customizations
[INFO] DSpace LNI
[INFO] DSpace LNI :: Local Customizations
[INFO] DSpace JSP-UI
[INFO] DSpace JSP-UI :: Local Customizations
[INFO] DSpace REST :: API and Implementation
[INFO] DSpace REST :: Local Customizations
[INFO] DSpace SWORD
[INFO] DSpace SWORD :: Local Customizations
[INFO] DSpace SWORD v2
[INFO] DSpace SWORD v2 :: Local Customizations
[INFO] Apache Solr Webapp
[INFO] DSpace SOLR :: Local Customizations
[INFO] DSpace OAI-PMH
[INFO] DSpace OAI-PMH :: Local Customizations
[INFO] DSpace Assembly and Configuration
[INFO] DSpace XML-UI Mirage2 Theme
[INFO] DSpace LNI :: CLI Client Application
[INFO] 
[INFO]

[INFO] Building DSpace Parent Project 5.0-SNAPSHOT
[INFO]

[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ dspace-parent
---
[INFO] Deleting D:\dspace-src\target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ dspace-parent
---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (native2ascii-utf8) @ dspace-parent
---
[INFO] Executing tasks

Encode any UTF-8 chars in properties:
[native2ascii] Converting 2 files from D:\dspace-src to D:\dspace-src\target
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-assembly-plugin:2.4.1:single (default) @ dspace-parent ---
[INFO] Reading assembly descriptor: src/main/assembly/testEnvironment.xml
[INFO] Processing sources for module project:
org.dspace:dspace-services:jar:5.0-SNAPSHOT
[INFO] Processing sources for module project:
org.dspace:dspace-api:jar:5.0-SNAPSHOT
[INFO] Processing sources for module project:
org.dspace:dspace-xmlui:war:5.0-SNAPSHOT
[INFO] Processing sources for module project:
org.dspace:dspace-lni:war:5.0-SNAPSHOT
[INFO] Processing sources for module project:
org.dspace:dspace-jspui:war:5.0-SNAPSHOT
[INFO] Processing sources for module project:
org.dspace:dspace-rest:war:5.0-SNAPSHOT
[INFO] Processing sources for module project:
org.dspace:dspace-sword:war:5.0-SNAPSHOT
[INFO] Processing sources for module project:
org.dspace:dspace-swordv2:war:5.0-SNAPSHOT
[INFO] Processing sources for module project:
org.dspace:dspace-solr:war:5.0-SNAPSHOT
[INFO] Processing sources for module project:
org.dspace:dspace-oai:war:5.0-SNAPSHOT
[INFO] Processing sources for module project:
org.dspace:dspace:pom:5.0-SNAPSHOT
[INFO] Processing sources for module project:
org.dspace:dspace-xmlui-mirage2:war:5.0-SNAPSHOT
[INFO] Processing sources for module project:
org.dspace:dspace-lni-client:jar:5.0-SNAPSHOT
[INFO] Processing sources for module project:
org.dspace:modules:pom:5.0-SNAPSHOT
[INFO] Processing sources for module project:
org.dspace:dspace-api:jar:5.0-SNAPSHOT
[INFO] Building zip:
D:\dspace-src\target\dspace-parent-5.0-SNAPSHOT-testEnvironment.zip
[INFO] 
[INFO]

[INFO] Building DSpace Services Framework :: API and Implementation
5.0-SNAPSHOT
[INFO]

[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ dspace-services
---
[INFO] Deleting D:\dspace-src\dspace-services\target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @
dspace-services ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (native2ascii-utf8) @ dspace-services
---
[INFO] Executing tasks

Encode any UTF-8 chars in properties:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
dspace-services ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @
dspace-services ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 87 source files to
D:\dspace-src\dspace-services\target\classes
[WARNING]
/D:/dspace-src/dspace-services/src/main/java/org/dspace/services/sessions/model/InternalHttpSession.java:
Some input files use or override a deprecated API.
[WARNING]
/D:/dspace-src/dspace-services/src/main/java/org/dspace/services/sessions/model/InternalHttpSession.java:

Re: [Dspace-tech] Handle link

2014-08-27 Thread euler
Dear Bodnar,

Did you change the dspace.url in your dspace.cfg to http://yourdspaceurl and
not http://yourdspaceurl/jspui?


Bodnar Robert wrote
 Hello,
 
 could someone please help me with a problem with the identifier links?
 
 We just upgraded from 1.7 version Dspace to 4.1.
 In the old one we had identifiers like this:
 dspaceurl/handle/12345/123
 
 Now they include also the ui name in the link:
 dspaceurl/jspui/handle/12345/123
 
 Tried every combination, set the handle canonical prefix, even deleted the
 /jspui part from the base.url but nothing worked.
 
 +1  The OAI page works when using
 
 dspacelink/oai/request?verb=Identify
 but every link on that page points to the inner network ip not the
 hostname. Tried modifying the oai.cfg, but nothing changed.
 Any ideas?
 Can it be possible that Dspace does not use the settings from dspace.cfg
 but from somewhere else?
 
 
 Thank you very much for your help!
 Robert
 --
 Slashdot TV.  
 Video for Nerds.  Stuff that matters.
 http://tv.slashdot.org/
 ___
 DSpace-tech mailing list

 DSpace-tech@.sourceforge

 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette





--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Handle-link-tp4674613p4674614.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] A question about Scopus Integration (Cited-By Count API)

2014-04-23 Thread euler
Hello,

Instead of xsl:value-of
select=./mets:dmdSec/mets:mdWrap[@OTHERMDTYPE='DIM']/mets:xmlData/dim:dim/dim:field[@element='identifier'
and @qualifier='doi']/

try this:

xsl:value-of
   
select=substring-after(./mets:dmdSec/mets:mdWrap[@OTHERMDTYPE='DIM']/mets:xmlData/dim:dim/dim:field[@element='identifier'
and @qualifier='doi'],'http://dx.doi.org/')/

Cheers!

Elvi



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/A-question-about-Scopus-Integration-Cited-By-Count-API-tp4672795p4672797.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Integrating controlled vocabulary

2014-04-01 Thread euler
Dear Stephano,I have created a custom 'AGROVOC' vocabulary using xslt
transformation which follows the same structure that DSpace is using. If you
want I can send it to you. You can also check out AgriOceanDSpace, a
customized DSpace version that use an  ontology plugin tool
http://aims.fao.org/ontology-plugin-tool  .Regards,Elvi



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Integrating-controlled-vocabulary-tp4672411p4672428.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette