Re: [Dspace-tech] Recent Submission not showing (i.e. on home page) in default 5.1 installation

2015-03-27 Thread SUZUKI Keiji
Hi Alex, I could reproduce and fit it by setting a non-zero value to recent.submissions.count property in dspace.cfg. The value of this property doesn't have an influence on XMLUI, so it may be better to change its default value. Keiji Suzuki Ebetsu, Japan 2015-03-26 16:26 GMT+09:00 Alex D

Re: [Dspace-tech] Recent Submission not showing (i.e. on home page) in default 5.1 installation

2015-03-27 Thread SUZUKI Keiji
/ /bean /property *Regards* *Royopa* On Fri, Mar 27, 2015 at 4:05 AM, SUZUKI Keiji z...@mbc.ocn.ne.jp wrote: Hi Alex, I could reproduce and fit it by setting a non-zero value to recent.submissions.count property in dspace.cfg. The value of this property doesn't have

Re: [Dspace-tech] Hide Recent Submissions 4.1

2014-09-02 Thread SUZUKI Keiji
Hi Gary, Remove org.dspace.app.webui.components.RecentSiteSubmissions from plugin.sequence.org.dspace.plugin.SiteHomeProcessor in [dspace]/config/dspace.cfg for home page. and remove org.dspace.app.webui.components.RecentCommunitySubmissions from

Re: [Dspace-tech] problems with collections views with DSpace upgrade to 4.1

2014-07-25 Thread SUZUKI Keiji
Hi Jim, Problem 2 seems a bug. Change the following line https://github.com/DSpace/DSpace/blob/dspace-4.1/dspace-api/src/main/java/org/dspace/search/DSIndexer.java#L604 From: if (!liveDocs.get(i)) To: if (liveDocs != null !liveDocs.get(i)) Problem 1 seems a config setting. From version

Re: [Dspace-tech] XPDF Thumbnail Preview issue

2014-06-16 Thread SUZUKI Keiji
://github.com/DSpace/DSpace/commit/0d01078eb165f7431bee64dfde2271e9b149e862#diff-e8b609cb2ef5cb3d5d1945f38ffbe2ec Sorry I have checked only DSpace 1.8.2 and not the current version. Regards, Keiji Suzuki 2014-06-15 22:54 GMT+09:00 SUZUKI Keiji z...@mbc.ocn.ne.jp: 2) Edit line 237 of XPDF2Thumbnail.java

Re: [Dspace-tech] XPDF Thumbnail Preview issue

2014-06-15 Thread SUZUKI Keiji
Hi Christian, 2014-06-15 20:18 GMT+09:00 Christian Völker c.voel...@gmx.net: This means, the enumeration scheme used by pdftoppm for writing image files from several pages is different from what the XPDF Plugin expects. If I got it right, the plugin tells pdftoppm to do this:

Re: [Dspace-tech] XPDF Thumbnail Preview issue

2014-06-12 Thread SUZUKI Keiji
Hi Christian, This error has occurred because ImageIO could not read the file generated by pdftoppm command. I think what you should do is to check whether pdftoppm generates a correct file. To do this, I recommend the following two steps. 1) Set the logging level to DEBUG and rerun. 2) Comment

Re: [Dspace-tech] Switch off SOLR stats?

2014-04-29 Thread SUZUKI Keiji
Hi Mike, 2014-04-29 20:04 GMT+09:00 Michael White michael.wh...@stir.ac.uk: Hi, DSpace 4.1, JSPUI . . . I'm trying to switch off the SOLR stats links for non-admin users - I've checked usage-statistics.cfg and see: #View/download statistics authorization.admin.usage=true #Search/search

Re: [Dspace-tech] Browse authority controlled author names by text value, not by authority key

2014-04-28 Thread SUZUKI Keiji
Hi Daniel, 2014-04-25 23:55 GMT+09:00 Daniel Scharon daniel.scha...@uni-konstanz.de: This value is set in org.dspace.browse.SolrBrowseCreateDAO.additionaIndex() using the value returned by getLabel() method of your class implementing ChoiceAuthority interface. Maybe your class return the

Re: [Dspace-tech] [SPAM] Media filter handling of .docx

2014-04-22 Thread SUZUKI Keiji
Hi Trevor, I made it as a new filter that could extract text from .doc, .docx, ppt, pptx, xls and xlsx. See my commit log for detail at the following url: https://github.com/zuki/DSpace/commit/302de5d098cf5a3914498345a0e49ba56b796181 Regards, Keiji Suzuki Ebetsu, Japan 2014-04-16 23:05

Re: [Dspace-tech] Communities and Collections in search results

2014-04-20 Thread SUZUKI Keiji
Hi Anthony, 2014-04-08 4:03 GMT+09:00 Anthony Petryk anthony.pet...@uottawa.ca: In DSpace 4.0 JSPUI, the search results page includes “hits” from Communities and Collections in addition to Items. However, some of these Communities and Collections only appear on the second and third page of

Re: [Dspace-tech] Browse authority controlled author names by text value, not by authority key

2014-04-17 Thread SUZUKI Keiji
Hi Daniel, This value is set in org.dspace.browse.SolrBrowseCreateDAO.additionaIndex() using the value returned by getLabel() method of your class implementing ChoiceAuthority interface. Maybe your class return the value of second parameter key as-is in the same manner as LCNameAuthority. You

Re: [Dspace-tech] dspace 1.6 - Import Items...

2014-04-16 Thread SUZUKI Keiji
, Ext: 1468 [image: Email signature Beirut] http://www.lau.edu.lb/ *P* *please consider the environment before printing this email* *From:* zuki.ebe...@gmail.com [mailto:zuki.ebe...@gmail.com] *On Behalf Of *SUZUKI Keiji *Sent:* Tuesday, April 15, 2014 4:26 AM *To:* Joseph Sayah *Cc

Re: [Dspace-tech] dspace 1.6 - Import Items...

2014-04-14 Thread SUZUKI Keiji
Hi Joseph, The error message says 10724/1578 is not the handle of a collection. Indeed, when I access to http://hdl.handle.net/10724/1578, this seems an item. Double check the handle (or internal ID) of the collection which you want to import items within. Regards, Keiji Suzuki 2014-04-14

Re: [Dspace-tech] changing item mapper layout

2014-04-14 Thread SUZUKI Keiji
Hi Graham, These are hard coding in programs and you have to edit files and compile and deploy them. 2014-04-15 3:33 GMT+09:00 Graham Faulkner graham.faulk...@uwaterloo.ca: 1. The emails sent to collection subscribers now list both the advisor(s) AND the student in the “Author” field

Re: [Dspace-tech] solr error

2014-04-14 Thread SUZUKI Keiji
Hi Monika, I could reproduced this error with commenting out the all core elements in [dspace]/solr/solr.xml. Check this file to be at least one core element is effective and restart tomcat. Regards, Keiji Suzuki 2014-04-15 6:06 GMT+09:00 Monika C. Mevenkamp moni...@princeton.edu: I am

Re: [Dspace-tech] Is it possible not

2014-04-08 Thread SUZUKI Keiji
Hi, From 1.6.0, there is a setting to hide metadata fields. But with 1.5, you have to customize the code. These (Submitted by .. and Approved for ...) fields are set in the following program. [dspace-src]/dspace-api/src/main/java/org/dspace/workflow/WorkflowManager.java Regards, Keiji Suzuki

Re: [Dspace-tech] Is it possible not

2014-04-08 Thread SUZUKI Keiji
Hi, I noticed that customizing WorkflowManager.java is effective only against new submitting items. About the function Hide metadata from full item view please refer to the following jira ticket. https://jira.duraspace.org/browse/DS-288 Regards, Keiji Suzuki 2014-04-08 18:27 GMT+09:00 SUZUKI

Re: [Dspace-tech] ChineseAnalyzer not work in DSpace 4.0

2014-02-26 Thread SUZUKI Keiji
Hi Chenhe, DSpace 4.0 uses Lucene 4.4.0. The ChineseAnalyser packaged in this version does not have a method with the signature of init(Version), so this error occurs. According to the api document of ChineseAnalyser, this class is deprecated and using

Re: [Dspace-tech] Text alignment in browse table

2014-02-24 Thread SUZUKI Keiji
://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn goals -rf :jspui Any ideas on how to proceed? Thanks again! Regards, Shazia On Fri, Feb 21, 2014 at 6:47 PM, SUZUKI

Re: [Dspace-tech] Text alignment in browse table

2014-02-21 Thread SUZUKI Keiji
Hi Shazia, Add the following lines under the dependencies element in [dspace-src]/dspace/modules/jspui/pom.xml -- form here dependency groupIdjavax.servlet/groupId artifactIdjsp-api/artifactId version2.5/version

Re: [Dspace-tech] How to enable OAI-PMH into DSpace 3.2

2014-02-07 Thread SUZUKI Keiji
Hi Bhavesh, I suppose the old request cache remains. Did you run [dspace]/bin/dspace/oai clean-cache command after edited config files? If no, run it. Or delete directly the cache directory, [dspace]/var/oai/requests Keiji Suzuki 2014-02-07 Bhavesh Patel bhavesh.bece...@gmail.com: Dear

Re: [Dspace-tech] Why DSpace serves some files as attachments?

2014-01-23 Thread SUZUKI Keiji
Hi Evgeni, When the size of a file exceeds the threshold, the file will be attached. Default threshold size is 8MB and it is configurable. The property in dspace.cfg is; for XMLUI: xmlui.content_disposition_threshold for JSPUI: webui.content_disposition_threshold See the manual for the detail,

Re: [Dspace-tech] Mirage messages.xml file

2013-11-04 Thread SUZUKI Keiji
Hi Larry, Isn't your messages.xml invalid? Check if your file is well-formed. Keiji Suzuki 2013/11/5 Larry Hansard larry.hans...@library.gatech.edu: I'm trying to use the Mirage theme but tomcat is not seeing any of the messages in the messages.xml file. Messages.xml is in

Re: [Dspace-tech] Dspace home page - Blank

2013-10-31 Thread SUZUKI Keiji
Hi Ribin, Something wrong happens in home.jsp code. If you installed Tomcat from Ubuntu package, check the line 254 of the following file, /var/lib/tomcat6/work/Catalina/localhost/jspui/org/apache/jsp/home_jsp.java If you installed the Tomcat yourself, check

Re: [Dspace-tech] Dspace home page - Blank

2013-10-31 Thread SUZUKI Keiji
time and there was no issues. Ribin Jones S.B - Original Message - From: SUZUKI Keiji z...@mbc.ocn.ne.jp To: ribin jones ribin.jo...@niist.res.in Cc: dspace-tech dspace-tech@lists.sourceforge.net Sent: Thursday, 31 October, 2013 4:56:29 PM Subject: Re: [Dspace-tech] Dspace home

Re: [Dspace-tech] Customise Dspace Side News

2013-10-30 Thread SUZUKI Keiji
HI Sitali, You use JSPUI, right? If so, you don't customize [dspace-src]/ dspace/config/news-side.html and run ant update. instead you log in dspace as admin and click Administer - Edit Nesw - Edit of Sidebar News. Edit the news and click Save. The edited news is reflected immediately. If your

Re: [Dspace-tech] FW: XPDF: filter-media error cannot find the file

2013-07-31 Thread SUZUKI Keiji
Hi Álvaro, java.io.IOException: Cannot run program http://localhost:80/xpdf/pdftotext: CreateProcess error=2, The system cannot find the file specified This error means that the value of the property xpdf.path.pdftotext in [dspace]/config/dspace.cfg is http://localhost:80/xpdf/pdftotext;.

Re: [Dspace-tech] utf issues with metadata

2013-07-02 Thread SUZUKI Keiji
Hi Eimar, I think that your problem (1) is same as the following issue. https://jira.duraspace.org/browse/DS-1537 The problem (2) was not able to be reproduced in my environment. Regards, Keiji Suzuki Ebetsu, Japan 2013/7/2 Eimar Koort eimar.ko...@gmail.com Hi, I'm having UTF problems

Re: [Dspace-tech] Error occurs in Name authority lookup function only in the specific browsers

2012-02-20 Thread SUZUKI Keiji
Option(dspace_formatMessage(nonAuthority, value), value)); + } } var defaultSelected = -1; if (selectedByChoices = 0) Thank you, Keiji Suzuki Ebetsu, Japan 2012/2/20 SUZUKI Keiji z...@mbc.ocn.ne.jp: Hi list, I am troubled with the error

[Dspace-tech] Error occurs in Name authority lookup function only in the specific browsers

2012-02-19 Thread SUZUKI Keiji
Hi list, I am troubled with the error in the Name authority lookup function which occurs only in specific browsers. I am using my custom ChoiceAuthority plugin, but this error is reproduced in LCNameAuthority in the jspui version of the dspace demo site, When I click the zoom icon next to an

Re: [Dspace-tech] Language switch for xmlui and some basic i18n stuff

2011-12-07 Thread SUZUKI Keiji
Hi Elvi, The first patch in the i18nBasicsForXmuli.patch of DS-842 is for dspace-xmlui/dspace-xmlui-api/src/main/java/ org/dspace/app/xmlui/aspect/artifactbrowser/Navigation.java From DSpace1.7.0, ArtifactBrowser is deprecated and ViewArtifacts is used instead. Maybe you have to apply this

Re: [Dspace-tech] Language switch for xmlui and some basic i18n stuff

2011-12-07 Thread SUZUKI Keiji
Hi Elvi, Although I'm wondering why it is still using messages.xml even if I choose Japanese in the language selector. I tried with other languages (in fact I tried all the included messages_.xml) and only German, Spanish, Italian, Catalan and Czech are working. All included locales are

Re: [Dspace-tech] adding a cover page to a PDF file

2011-09-14 Thread SUZUKI Keiji
Hi Nemiz, I'm very interested in your implementation of adding a cover page of all your pdfs in your dspace instance. I'm wondering if this can be implemented in xmlui? It would be very helpful for other repository admins if you could provide the dspace community the steps in implementing

Re: [Dspace-tech] Adding cover page to PDF on the fly

2011-09-10 Thread SUZUKI Keiji
Hi David, 2011/9/10 David Chandek-Stark david.chandek.st...@duke.edu: I found a thread on this from a couple years ago about adding cover pages to PDFs (on the fly, per client request).  I assume this functionality is still in the realm of custom code.  Is anyone willing share their solution,

[Dspace-tech] IllegalAccessError has occurred when posting thru SWORD to DSpace 1.7.0 rc1 with discovery consumer setting

2010-12-14 Thread SUZUKI Keiji
Hi list, Illegal AccessError has occurred when I posted an item through SWORD to DSpace 1.7.0 rc1 with discovery cosumer setting. This error has not occurred when I posted through jspui nor xmlui. Also this error has not occurred when I posted through SWORD to DSpace without discovery consumer

Re: [Dspace-tech] controlled vocabulary in non-english language

2010-08-08 Thread SUZUKI Keiji
Hi, You may fix this when you apply the following patch to DSPACE-SRC/dspace-jsp/dspace-jsp-webapp/src/main/webapp/controlledvocabulary/controlledvocabulary.jsp === patch from here = --- controlledvocabulary.jsp2010-06-14 21:48:18.0 +0900

Re: [Dspace-tech] SRWU Setup failing

2009-10-25 Thread SUZUKI Keiji
Hi Hayden, Though you might already have solved, I got the same error today. I could work around this with the following patch. Also I had to copy commons-dbcp.jar, commons-pool.jar and postgres.jar from DSpace to SRW's WEB-INF/lib. I used DSpace 1.5.2 and SRW/U checked out from svn/trunk.

Re: [Dspace-tech] adding a cover page to a PDF file

2009-05-28 Thread SUZUKI Keiji
Hi Eija, We had implemented a cover page function for DSpace. You can see a working sample at http://barrel.ih.otaru-uc.ac.jp/bitstream/10252/1213/1/BHMK33_3.pdf We make cover pages in media-filter using iText library and merge it on the fly in BitstreamServlet.java. Keiji Suzuki Ebetsu,

Re: [Dspace-tech] Translation to Submit Form is still not applied

2009-02-23 Thread SUZUKI Keiji
Hi Felipe, As Claudia said, you'll need to create a input-forms_es.xml. But you won't neet to change any JSP file. Keiji Suzuki Ebetsu, Japan 2009/2/24 Claudia Jürgen claudia.juer...@ub.uni-dortmund.de: Hi Felipe, yes you'll need an input-forms_es.xml. If you work with different forms

Re: [Dspace-tech] switching locales

2008-10-17 Thread SUZUKI Keiji
Hi Karen, I have succeeded to add it to manakin with the following patches. I am using Kuburick theme. Hope this helps you. Keiji Suzuki Ebetsu, Japan == from this = ---

Re: [Dspace-tech] Translation to Submit Form is still not applied

2008-07-09 Thread SUZUKI Keiji
Hi Robert, I have succeeded to make input_form in JSPUI to i18n with the attached patches. I hope it helps you. Thank you. Keiji Suzuki [EMAIL PROTECTED] 2008/7/9 Claudia Jürgen [EMAIL PROTECTED]: Hi Robert, I did not investigate the changes along with the Customizable Submission