Re: [dspace-tech] dspace install on macOS error

2018-01-08 Thread efah icaq
error fix...thanks you alot..

On Monday, January 8, 2018 at 9:58:31 PM UTC+8, Claudia Jürgen wrote:
>
> Hello, 
>
> did you create the dspace installation directory as indicated in point 6 
>
> https://wiki.duraspace.org/display/DSDOC6x/Installing+DSpace#InstallingDSpace-Installation
>  
>
> You seemed to have used the default 
> dspace.dir=/dspace 
>
> https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace/config/local.cfg.EXAMPLE#L31
>  
> from the example. 
>
> If you have choosen another installation dir you must change the 
> configuration in your local.cfg. 
>
> Hope this helps 
>
> Claudia Jürgen 
>
>
>
> Am 08.01.2018 um 06:05 schrieb efah icaq: 
> > 
> > 
> > can anyone help meerror show 
> > 
> > 
> > dspace/target/dspace-installer/build.xml:733: Directory /dspace/bin 
> > creation was not successful for an unknown reason 
> > 
>
> -- 
> Claudia Juergen 
> Eldorado 
>
> Technische Universität Dortmund 
> Universitätsbibliothek 
> Vogelpothsweg 76 
> 44227 Dortmund 
>
> Tel.: +49 231-755 40 43 
> Fax: +49 231-755 40 32 
> claudia...@tu-dortmund.de  
> www.ub.tu-dortmund.de 
>
> Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie 
> ist ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der für 
> diese E-Mail bestimmte Adressat sein, unterrichten Sie bitte den Absender 
> und vernichten Sie diese Mail. Vielen Dank. 
> Unbeschadet der Korrespondenz per E-Mail, sind unsere Erklärungen 
> ausschließlich final rechtsverbindlich, wenn sie in herkömmlicher 
> Schriftform (mit eigenhändiger Unterschrift) oder durch Übermittlung eines 
> solchen Schriftstücks per Telefax erfolgen. 
>
> Important note: The information included in this e-mail is confidential. 
> It is solely intended for the recipient. If you are not the intended 
> recipient of this e-mail please contact the sender and delete this message. 
> Thank you. Without prejudice of e-mail correspondence, our statements are 
> only legally binding when they are made in the conventional written form 
> (with personal signature) or when such documents are sent by fax. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] REST API question

2018-01-08 Thread George Kozak
Hi...
On our production system which is running DSpace 5.5, the REST API is
working fine.  However, on our test system which is running DSpace 6.2,
when I try to execute the REST API, I get back a "page not found" error.
It looks like DSpace is interpreting my REST commands as HTML calls to the
xmlui webapp.  I can't seem to find what is causing this problem.

Has anyone encountered this error before, or have any suggestions as to
what I am doing wrong?  Thanks!

-- 
***
George Kozak
Digital Library Specialist
Cornell University Library - IT
218 Olin Library
Cornell University
Ithaca, NY 14853
607-255-8924
g...@cornell.edu

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] requesting URL results in IllegalArgumentException: 129406502750000000

2018-01-08 Thread Francis Brouns
Hi all,

since a couple of weeks we are getting many internal server errors 
reporting an IllegalArgumentException followed by a long number. At the 
time that I receive this error message and click the link, the link is 
working properly. Any pointers on how to find the cause of this problem are 
appreciated.

Running DSpace 5.4 JSPUI, java 7, tomcat 7, Oracle 12 on SLES12

kind regards,
Francis Brouns

-- URL Was: http://xxx
-- Method: GET
-- Parameters were:


Exception:
java.lang.IllegalArgumentException: 12940650275000
at org.apache.catalina.connector.Request.getDateHeader(Request.java:2141)
at 
org.apache.catalina.connector.RequestFacade.getDateHeader(RequestFacade.java:679)
at 
org.dspace.app.webui.servlet.BitstreamServlet.doDSGet(BitstreamServlet.java:195)
at 
org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:119)
at org.dspace.app.webui.servlet.DSpaceServlet.doGet(DSpaceServlet.java:67)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:624)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at 
org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebappServletFilter.java:78)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:683)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:423)
at 
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1079)
at 
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at 
org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at 
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] solr errors

2018-01-08 Thread Monika Mevenkamp
Alan, 

never completely solved it - I do not quite remember what I did in the end - I 
may have reindexed everything 

In any case - looking at my logs now I see 200 exception in Dec 1 so far
only a couple different kinds 

Caused by: org.dspace.browse.BrowseException: 
org.dspace.discovery.SearchServiceException: Error while processing facet 
fields: java.lang.OutOfMemoryError: Java heap space
Caused by: org.dspace.discovery.SearchServiceException: Error while processing 
facet fields: java.lang.OutOfMemoryError: Java heap space
javax.servlet.ServletException: org.dspace.browse.BrowseException: 
org.dspace.discovery.SearchServiceException: Error while processing facet 
fields: java.lang.OutOfMemoryError: Java heap space
org.dspace.browse.BrowseException: org.dspace.discovery.SearchServiceException: 
Error while processing facet fields: java.lang.OutOfMemoryError: Java heap space
org.dspace.discovery.SearchServiceException: 
org.apache.solr.search.SyntaxError: Cannot parse 'author:()': Encountered " ")" 
") "" at line 1, column 8.
org.dspace.discovery.SearchServiceException: 
org.apache.solr.search.SyntaxError: Cannot parse 'author_keyword:': Encountered 
"" at line 1, column 15.
org.dspace.discovery.SearchServiceException: 
org.apache.solr.search.SyntaxError: Cannot parse 'dateIssued_keyword:': 
Encountered "" at line 1, column 19.
org.dspace.discovery.SearchServiceException: 
org.apache.solr.search.SyntaxError: Cannot parse 'marilyn mayers, 'A century of 
psychiatry\: the Egyptian mental hospital' (Ph.D. dissertation, Princeton 
University, 1982': Encountered "" at line 1, column 120.
org.dspace.discovery.SearchServiceException: 
org.apache.solr.search.SyntaxError: Cannot parse 'subject_keyword:': 
Encountered "" at line 1, column 16.
org.dspace.discovery.SearchServiceException: 
org.apache.solr.search.SyntaxError: Cannot parse 'title:()': Encountered " ")" 
") "" at line 1, column 7.
org.dspace.discovery.SearchServiceException: 
org.apache.solr.search.SyntaxError: Cannot parse 'title_keyword:': Encountered 
"" at line 1, column 14.
org.dspace.discovery.SearchServiceException: 
org.apache.solr.search.SyntaxError: Cannot parse 'With a Little Help from my 
Friends" Examining the Role of Peer Homophily in High School Success': Lexical 
error at line 1, column 96.  Encountered:  after : "\" Examining the Role 
of Peer Homophily in High School Success”


looking at one example I see 

2018-01-05 21:51:10,333 ERROR 
org.dspace.app.webui.discovery.DiscoverySearchRequestProcessor @ 
anonymous:session_id=62D95C4F47A190897871E95051B52843:ip_addr=198.91.236.107:search:query=wendy
 knopps,scope=null,error=org.apache.solr.search.SyntaxError\colon; Cannot parse 
'author_keyword\colon;'\colon; Encountered "" at line 1, column 15.
Was expecting one of\colon;
 ...
"(" ...
"*" ...
 ...
 ...
 ...
 ...
 ...
"[" ...
"{" ...
 ...
 ...



Seems like somebody in the UI put a query together : query=wendy 
knopps,scope=null 
there is no indication in the trace that the search is looking for an author 
Could it bee that the code  add an empty author search term ? 
I tried to trigger that in my JSPUI - but was not successful 
Any ideas along these lines ? 


Monika

 
Monika Mevenkamp
mo.me...@gmail.com

http://mo-meven.tumblr.com/
http://mcmprogramming.com/mo.meven/



> On Jan 6, 2018, at 8:03 PM, Alan Orth  wrote:
> 
> Monika,
> 
> I'm also seeing a few hundred of these Solr errors per day in my DSpace logs. 
> Did you ever figure out what was causing them? I tried a full Discovery 
> re-index, but it didn't help. We're using DSpace 5.5.
> 
> org.dspace.discovery.SearchServiceException: 
> org.apache.solr.search.SyntaxError: Cannot parse 
> 'dateIssued_keyword:[1983+TO+1989]': Encountered " "]" "] "" at line 1, 
> column 32.
> 
> Thanks,
> 
> On Tue, Feb 2, 2016 at 10:50 AM Monika Mevenkamp  > wrote:
> now and then I see errors like be below 
> 
> 
> there are similar ones for 
> 
> solr.log.2016-01-28:2016-01-28 12:43:26,665 ERROR 
> org.apache.solr.core.SolrCore @ org.apache.solr.common.SolrException: 
> org.apache.solr.search.SyntaxError: Cannot parse 'author_keyword:': 
> Encountered "" at line 1, column 15.
> solr.log.2016-01-28:2016-01-28 12:43:27,052 ERROR 
> org.apache.solr.core.SolrCore @ org.apache.solr.common.SolrException: 
> org.apache.solr.search.SyntaxError: Cannot parse 'author_keyword:': 
> Encountered "" at line 1, column 15.
> 
> 
> do I need to worry about these ? 
> 
> 
> ERROR org.apache.solr.core.SolrCore @ org.apache.solr.common.SolrException: 
> org.apache.solr.search.SyntaxError: Cannot parse 'title_keyword:': 
> Encountered "" at line 1, column 14.
> Was expecting one of:
>  ...
> "(" ...
> "*" ...
>  ...
>  ...
>  ...
>  ...
>  ...
> "[" ...
> "{" ...
>  ...
>  ...
> 
> at 
> 

Re: [dspace-tech] dspace install on macOS error

2018-01-08 Thread Claudia Jürgen

Hello,

did you create the dspace installation directory as indicated in point 6
https://wiki.duraspace.org/display/DSDOC6x/Installing+DSpace#InstallingDSpace-Installation

You seemed to have used the default
dspace.dir=/dspace
https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace/config/local.cfg.EXAMPLE#L31
from the example.

If you have choosen another installation dir you must change the
configuration in your local.cfg.

Hope this helps

Claudia Jürgen



Am 08.01.2018 um 06:05 schrieb efah icaq:



can anyone help meerror show


dspace/target/dspace-installer/build.xml:733: Directory /dspace/bin
creation was not successful for an unknown reason



--
Claudia Juergen
Eldorado

Technische Universität Dortmund
Universitätsbibliothek
Vogelpothsweg 76
44227 Dortmund

Tel.: +49 231-755 40 43
Fax: +49 231-755 40 32
claudia.juer...@tu-dortmund.de
www.ub.tu-dortmund.de

Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie ist 
ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der für diese 
E-Mail bestimmte Adressat sein, unterrichten Sie bitte den Absender und 
vernichten Sie diese Mail. Vielen Dank.
Unbeschadet der Korrespondenz per E-Mail, sind unsere Erklärungen 
ausschließlich final rechtsverbindlich, wenn sie in herkömmlicher Schriftform 
(mit eigenhändiger Unterschrift) oder durch Übermittlung eines solchen 
Schriftstücks per Telefax erfolgen.

Important note: The information included in this e-mail is confidential. It is 
solely intended for the recipient. If you are not the intended recipient of 
this e-mail please contact the sender and delete this message. Thank you. 
Without prejudice of e-mail correspondence, our statements are only legally 
binding when they are made in the conventional written form (with personal 
signature) or when such documents are sent by fax.

--
You received this message because you are subscribed to the Google Groups "DSpace 
Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] dspace install on macOS error

2018-01-08 Thread Monika Mevenkamp
is there a /dspace directory ? 

what happens when you ru the command on the command line: 
> mkdir /dspace/bin 

 
Monika Mevenkamp
mo.me...@gmail.com

http://mo-meven.tumblr.com/
http://mcmprogramming.com/mo.meven/



> On Jan 8, 2018, at 12:05 AM, efah icaq  wrote:
> 
> can anyone help meerror show 
> 
> dspace/target/dspace-installer/build.xml:733: Directory /dspace/bin creation 
> was not successful for an unknown reason 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to dspace-tech+unsubscr...@googlegroups.com 
> .
> To post to this group, send email to dspace-tech@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/dspace-tech 
> .
> For more options, visit https://groups.google.com/d/optout 
> .

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] I can not save the articles (Periodic scanning of the external database)

2018-01-08 Thread gonzalo perl
I added more memory to Jave but, don´t added the publications to workflow.


C:\dspace\bin>dspace dsrun org.dspace.app.cris.batch.ScopusFeed -p 

> Hi Andrea
>
> I have changed the date and i have added the affilation in dspace.cfg (via 
> build.propierties) and i haven´t changed scopusfeed.cfg
>
> (Build. propierties)
> #query.param.default=affilorg("Your institution")
> scopus.query.param.default=affilorg(Universidad de Las Palmas de Gran 
> Canaria)
>
> Scopusfeed.cfg
>
> scopus.query.param.default=${scopus.query.param.default}
>
> And i get the following error:
>
> C:\dspace\bin>dspace dsrun org.dspace.app.cris.batch.ScopusFeed -p 
>  Using DSpace installation in: C:\dspace
> Exception: Java heap space
> java.lang.OutOfMemoryError: Java heap space
> at java.util.Arrays.copyOf(Unknown Source)
> at java.util.Arrays.copyOf(Unknown Source)
> at java.util.ArrayList.grow(Unknown Source)
> at java.util.ArrayList.ensureExplicitCapacity(Unknown Source)
> at java.util.ArrayList.ensureCapacityInternal(Unknown Source)
> at java.util.ArrayList.add(Unknown Source)
> at org.dspace.app.util.XMLUtils.getElementList(XMLUtils.java:44)
> at org.dspace.app.util.XMLUtils.getSingleElement(XMLUtils.java:116)
> at org.dspace.app.util.XMLUtils.getElementValue(XMLUtils.java:90)
> at 
> org.dspace.submit.lookup.ScopusUtils.convertScopusDomToRecord(ScopusUtils.java:152)
> at 
> org.dspace.submit.lookup.ScopusService.search(ScopusService.java:164)
> at 
> org.dspace.submit.lookup.ScopusOnlineDataLoader.search(ScopusOnlineDataLoader.java:152)
> at 
> org.dspace.app.cris.batch.ScopusFeed.convertToImpRecordItem(ScopusFeed.java:316)
> at org.dspace.app.cris.batch.ScopusFeed.main(ScopusFeed.java:212)
> 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:226)
> at 
> org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:78)
>
> C:\dspace\bin>
>
>
> Cheers
> Gonzalo
>
>
> El domingo, 7 de enero de 2018, 19:15:20 (UTC), Bollini Andrea escribió:
>>
>> Hi Gonzalo,
>>
>> are you sure that Scopus has published record matching the query set in 
>> the scopusfeed.cfg file on the 1st Jan 2018?
>>
>> you could try with a larger timeframe,  -s 2017-01-01 -e 2018-01-01 to 
>> get all the records published in 2017.
>>
>> You should provide a custom query on the command line -q or you should 
>> customize the value in
>>
>>
>> https://github.com/4Science/DSpace/blob/dspace-5_x_x-cris/dspace/config/modules/scopusfeed.cfg#L1
>>
>>
>> https://github.com/4Science/DSpace/blob/dspace-5_x_x-cris/build.properties#L264
>> Hope this help,
>> Andrea
>>
>> Il 07/01/2018 10:14, gonzalo perl ha scritto:
>>
>>
>> Hi Andrea
>>
>> I run the Scopus feed script and get the following result
>>
>> C:\dspace\bin>dspace dsrun org.dspace.app.cris.batch.ScopusFeed -p 
>>  -s 2018-01-01 -e 2018-01-02 -c 2
>> Using DSpace installation in: C:\dspace
>> Imported 0 record; 0 marked as removed
>>
>>
>> And i check if the imp_record has content, but I see that it is empty
>>
>>
>>
>> 
>>
>>
>> Regards
>>
>> Gonzalo
>>
>>
>>
>> El miércoles, 3 de enero de 2018, 13:35:03 (UTC), Bollini Andrea 
>> escribió: 
>>>
>>> Hi Gonzalo,
>>>
>>> this is a two step process. The periodic scanning script populates the 
>>> imp_* tables after that you will need to run the import script
>>>
>>> ./dspace dsrun org.dspace.app.cris.batch.ItemImportMainOA -E 
>>> 
>>>
>>> see https://wiki.duraspace.org/display/DSPACECRIS/DBMS+Import+framework 
>>> 
>>>
>>> Can you check if you have content in the imp_records table?
>>>
>>> Andrea
>>>
>>> Il 01/01/2018 19:52, gonzalo perl ha scritto:
>>>
>>> Hello everybody
>>>
>>> I am trying to download the articles using the periodic scanning of 
>>> external database scripts, but the script does not save the articles in the 
>>> database. The script only downloads the articles and then deletes them. 
>>> I can not find what I have to do to have the script download and save the 
>>> articles in a workflow.
>>>
>>>
>>> Is it possible to save the downloaded articles in the workflow or 
>>> database?
>>>
>>> Thank you
>>> Gonzalo
>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "DSpace Technical Support" group.
>>> To unsubscribe from this group and 

Re: [dspace-tech] cli way of changing dc.identifier.uri for all items?

2018-01-08 Thread Christian Scheible

Hi Tony,

yes there is. Just export, edit and import again.
See : https://wiki.duraspace.org/display/DSDOC6x/Batch+Metadata+Editing 
for details.


Kind Regards
Christian

Am 08.01.2018 um 10:58 schrieb Tony Brian Albers:

Hi Guys,

We've had to change domain name on one of our installations, is there a
way using the command-line to change the metadata for all items? I'd
like to change the dc.identifier.uri

TIA,

/tony



--
You received this message because you are subscribed to the Google Groups "DSpace 
Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


smime.p7s
Description: S/MIME Cryptographic Signature


[dspace-tech] cli way of changing dc.identifier.uri for all items?

2018-01-08 Thread Tony Brian Albers

Hi Guys,

We've had to change domain name on one of our installations, is there a 
way using the command-line to change the metadata for all items? I'd 
like to change the dc.identifier.uri

TIA,

/tony
-- 
Tony Albers
Systems administrator, IT-development
Royal Danish Library, Victor Albecks Vej 1, 8000 Aarhus C, Denmark.
Tel: +45 2566 2383 / +45 8946 2316

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] help with OAI module "No matches for the query"

2018-01-08 Thread Lewatle Johannes Phaladi
Hi All Colleagues,

Complements to everyone. I am getting No matches for the queryon our 
OAI repository, I am trying to find out what will be the cause of this 
error message, this happens when I use the link 
: http://wiredspace.wits.ac.za/oai/request?verb=ListSets and click on 
Record, is there any setting that could be wrongly configured on my side 
that I should change for this message to go away,

as a results of this error the external site that is harvesting content 
from our DSpace 4.3 site is unable to harvest our site for newly submitted 
items, I would also like to know if the cause of this failure to harvest 
might be related to DSpace site or any network, proxy, firewall, database.

please see attached screen-shot.

Your help is much appreciated.

Regards,
Lewatle 

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Mirage2 date format incorrect

2018-01-08 Thread Hayden Young
We have been using Mirage2 as a base for various themes and have noticed 
that the embargo date format incorrectly defaults to mm/dd/ for many of 
our non-Chrome users.

Researching further, it appears that that HTML5 date field type which has 
been implemented in Mirage2 is not very well supported within most 
browsers. According to various sources, the browser should pick up the 
language/region configuration and set the date format appropriately; this 
is not the case in Firefox and I would guess it is a problem in most other 
browsers as well (I believe only Chrome properly supports localized date 
formats).

I'm wondering if;

1) anyone else has experienced this issue and,

2) whether anyone has a workaround (I.e. do I need to reimplement the 
Javascript datepicker from an older theme?

Any help much appreciated.

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.