[Dspace-tech] moving a subset of Handles out of DSpace

2015-06-19 Thread IdeaFix
May be you should make redirects on tomcat level? I use thos tool for more than 5000 rules - http://tuckey.org/urlrewrite/ -- ___ DSpace-tech mailing list DSpace-tech@lists

[Dspace-tech] metadata fields for google cholar

2015-06-15 Thread IdeaFix
Hi. Wich metadata fields are recommended to me used for google metadata fields, such as "citation_firstpage", "citation_lastpage" or "citation_conference"? Is it good way to make my own metadata registry (for example, "local") and make fields "local.conference.name", "local.conference.date"

[Dspace-tech] DB update problems

2015-06-13 Thread IdeaFix
After upgrade from DSpace 3.3 to 5.2 I run "dspace -f -d -v" and get this output: Using DSpace installation in: C:\DSPACE Creating browse indexes for DSpace init complete (15 ms) Deleting browse tables Deleting old indices Checking for bi_1 Checking for bi_1_dis ... doesn't exist; but wi

[Dspace-tech] delete bitstream

2015-06-11 Thread IdeaFix
I have a problem with "dspace celanup". May be it is very old problem, but I found it only after update to 5.2. When I make "dspace cleanup -v" or analyse logs I see an error with exact bitstream order. It is an sql error. When I edit an item (via web interface) and save it, I can make dspace clean

[Dspace-tech] Is it possible to delete exact bitstream?

2015-06-11 Thread IdeaFix
Hi. I have a problem with "dspace celanup". May be it is very old problem, but I found it only after update to 5.2. When I make "dspace cleanup -v" or analyse logs I see an error with exact bitstream order. It is an sql error. When I edit an item (via web interface) and save it, I can make dspa

[Dspace-tech] no oai statistics in jspui

2015-06-07 Thread IdeaFix
Hi. I have no oai stats in my jspui admin tool in dspace 3/4/5. OAI Requests = 0. Is it normal? -- ___ DSpace-tech mailing list DSpace-tech@lists.sourceforge.net https:/

[Dspace-tech] "Jump to:" 1st symbol links

2015-06-06 Thread IdeaFix
Hi. What index should I update to get working "Jump to: A, B, C." buttons? Dspace 5.2, jspui. http://demo.dspace.org/jspui/handle/10673/1/browse?type=title &submit_browse=Title http://demo.dspace.or

[Dspace-tech] DB problems after update to 5.2

2015-06-06 Thread IdeaFix
Hi. I try to delete temporary collection on my test repository and get an error. Here is the log: 2015-06-06 22:48:25,125 ERROR org.dspace.storage.rdbms.DatabaseManager @ SQL query updateQuery Error - org.postgresql.util.PSQLException: ОШИБКА: UPDATE или DELETE в таблице "item" нарушает огран

[Dspace-tech] tomcat memory configuration

2015-06-06 Thread IdeaFix
Hi. I have a server with 4gb ram and Tomcat7. It was dspace 3.3 installed and I have xms512 and xmx1024 attributes for Tomcat. Now I have DSpace 5.2 (update of current instalation) and I hate such things in tomcat stderr logs: ---

Re: [Dspace-tech] DSpace 5.2 Installation on Windows 2003 server

2015-06-05 Thread IdeaFix
Hi. I have 5.2 installed on Winwos 2003 server. There is no any problems with it. You should update PATH and make some more windows specific things, but there is no block issues on windows. I kave step by step manual with pictures/screenshots, but in Russian. You can write me directly if you have a

[Dspace-tech] Any recommendet patches?

2015-06-01 Thread IdeaFix
Hi. I want to update my dspace 3.4 ti 5.2. Is there any list of recommended patches to this release? I ask because I was disappointed problems kike this https://jira.duraspace.org/browse/DS-2482 in bugfix release. Some projects, like OJS have a page with recommended patches in wiki. I think it

[Dspace-tech] jspui browse errors after update from 3.3 to 3.4

2015-04-12 Thread IdeaFix
Hi. I have successfully updated dspace/jspui 3.4. No any errors or problems in update process. But when I click "by title" or "by author" inside community or collection, I see all titles or all authors. Not titles in this community, but all titles of repository. How can I fix it? Adress str

[Dspace-tech] jspui browse errors after update from 3.3 to 3.4

2015-04-12 Thread IdeaFix
One more thing: Now in http://demo.dspace org I see 5 items when get a link http://demo.dspace.org/jspui/handle/10673/13/browse?type=title &submit_browse=Title but only 4 when I get a http://demo.dspace.or

Re: [Dspace-tech] Add language to repeatable metadata in input

2015-02-16 Thread IdeaFix
1. You can open input-forms.xml and find a part: dc description abstract false Abstract textarea Enter the abstract of the item below. 2. You can copy&paste it 3 times 3. Yo

Re: [Dspace-tech] Add language to repeatable metadata in input

2015-02-16 Thread IdeaFix
You should look at input-forms.xml file in your /dspace/config/nput-forms.xml I have an example (in Russian) how to add additional language as a metadata field http://ideafix.name/?p=1940 but you can look at pictures and code listings to understand the format of input-forms.xml file --

Re: [Dspace-tech] Webometrics repository

2015-02-13 Thread IdeaFix
Do you need a configuration for jspui or for xmlui? Some features, for example, author profiles depends from interface. -- Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and develo

Re: [Dspace-tech] DSpace-tech Digest, Vol 106, Issue 36

2015-02-12 Thread IdeaFix
Сегодня открытия портов ждать? -Original Message- From: dspace-tech-requ...@lists.sourceforge.net [mailto:dspace-tech-requ...@lists.sourceforge.net] Sent: Thursday, February 12, 2015 2:53 PM To: dspace-tech@lists.sourceforge.net Subject: DSpace-tech Digest, Vol 106, Issue 36 Send DSpace-

Re: [Dspace-tech] Display DOI as link in jspui in 4.2 (Chris Gray) (Chris Gray)

2015-02-12 Thread IdeaFix
We make this field in metadata registry oursellf. Also we gave selfmade fields for scopus identifier, conference-name and date and some other things. After you make your own field for doi do not forget to make a adition in your /dspace/config/crosswalks/ google-metadata There is a string "google

Re: [Dspace-tech] Display DOI as link in jspui in 4.2 (Chris Gray)

2015-02-11 Thread IdeaFix
In dspace.cfg: webui.resolver.1.urn = doi webui.resolver.1.baseurl = http://dx.doi.org/ and webui.itemdisplay.default=someothefields, dc.identifier.doi(doi), someothefields http://elar.urfu.ru/handle/10995/27152 - result You should add "dc.identifier.doi(doi)" paremeter in your

[Dspace-tech] RSS online updates in dspace3/jspui

2015-02-04 Thread IdeaFix
Hi. How to make on-line update of the rss feeds when new document (via web interface or command line) are published? Is it possible? Is it even possible to update rss feeds each hour? Alex Y. -- Dive into the World of

Re: [Dspace-tech] Export & Import using SAF technique (Nada Abo Eita)

2015-01-13 Thread IdeaFix
I think it is bad idea to migrate using SAF. We have do it with our archive and we found, that this way does not save bitstream order! For example, you have an item http://yourreponame.org/bitstream/123456789/5/file.pdf when you export and import again, you will get http://yourNEWreponame.org/bitst

Re: [Dspace-tech] DSpace Error : There is no browse index for the request

2015-01-08 Thread IdeaFix
Hi colleagues. We have same situation on dspace 3.3 and 4.2 and all requests are from baidu spider. May be we should make line "Disallow: /browse" in robots.txt for baidu spider? -- Dive into the World of Parallel P

[Dspace-tech] DSpace jspui and baidu bot problem

2014-12-20 Thread IdeaFix
Hi. I have a problem with baidu bot. I get a lot of such emails from my servers: -- An internal server error occurred on http://elib.uraic.ru:

Re: [Dspace-tech] [SPAM] JSPUI -supported.language - add flag image (helix84)

2014-11-19 Thread IdeaFix
May be it will be usefull for jspui https://jira.duraspace.org/browse/DS-2298 -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards wi

[Dspace-tech] Statistics and custom metadata reistry

2014-11-07 Thread IdeaFix
Hi. I have a problem with custom metadata registry. I make a new registry "local" and make the element "local.type". When I try to make statistics generation (stat-general or stat-initial or stat-monthly) I get an error. C:\dspace>dspace stat-monthly Using DSpace installation in: C:\dspace

Re: [Dspace-tech] java.lang.OutOfMemoryError: Java heap space (Jose Blanco)

2014-10-09 Thread IdeaFix
Try to edit your dspace.sh (or dspace.bat) this way: 1. if "%JAVA_OPTS%"=="" set JAVA_OPTS=-Xmx768m 2. java %JAVA_OPTS% -Xmx768m -classpath "%DSPACE_CLASSPATH%" org.dspace.app.launcher.ScriptLauncher %* Tune your tomcat to use more ram to jvm heap > > ---

Re: [Dspace-tech] Administrative Statistics Issue

2014-09-23 Thread IdeaFix
Hi. And what about OAI statistics in JSPUI in dspace 4.x? I have stable ZERO in OAI requests, but I have many requests, from worldcat, for example. -- Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achiev

Re: [Dspace-tech] empty tables in JSPUI admin ui

2014-09-19 Thread IdeaFix
Hi. You can try "dspace stat-initial" and "dspace stat-report-initial". -Original Message- From: dspace-tech-requ...@lists.sourceforge.net [mailto:dspace-tech-requ...@lists.sourceforge.net] Sent: Friday, September 19, 2014 8:16 PM To: dspace-tech@lists.sourceforge.net Subject: DSpace-tech

[Dspace-tech] dspace 3.3 solr\search problem

2014-09-09 Thread IdeaFix
https://jira.duraspace.org/browse/DS-2144 Hi. I update few installations of dspace 1.8.3 to dspace 3.3. I have no problems here http://elar.usfeu.ru, but have a serious problem in http://elar.urfu.ru. I do not use discovery yet. After update of