Re: [Dspace-tech] Add Browse by Department to DSpace 5.2

2015-08-27 Thread Monika C. Mevenkamp
Layale, what version of DSPACE do you have and which interface are you using JSPUI or XMUI ? Monika — Monika Mevenkamp Digital Repository Infrastructure Developer Phone: 609-258-4161 333C 701 Carnegie, Princeton University, Princeton, NJ 08544 On Aug 27, 2015, at 4:40 AM, Layale Bassil

Re: [Dspace-tech] REST API: collection administrators and submitters

2015-08-26 Thread Monika C. Mevenkamp
I have a script that creates a collection templating the new collection after another collection I do this in jruby. If you are interested have a look at https://github.com/akinom/dscriptor See the way I use it at https://github.com/akinom/dscriptor/blob/master/utils/pulibs.rb The stuff is not

Re: [Dspace-tech] Dspace 5.2 community creation difficulty

2015-08-24 Thread Monika C. Mevenkamp
It is hard to tell what is going on without relevant portion of the log file Can you try again please and send the trace in the log file Monika Monika Mevenkamp Digital Repository Infrastructure Developer Phone: 609-258-4161 333C 701 Carnegie, Princeton University, Princeton, NJ 08544 On Aug

[Dspace-tech] Hibernate

2015-08-24 Thread Monika C. Mevenkamp
I have a 2006 copy of [http://www.manning.com/peak/peak_cover150.jpg] Hibernate Quickly Patrick Peak and Nick Heudecker since the committers will do the heavy lifting of mapping the current DB structure to hibernate, I am mainly interested in getting a good foundation in hibernate

[Dspace-tech] JSPUI 5 - impersonating another user

2015-08-13 Thread Monika C. Mevenkamp
Can I, while logged in as an administrator, impersonate another user ? If so - how do I do that ? Is there a way to see the workflow/tasks on another users ‘My DSpace’ page ? Monika — Monika Mevenkamp Digital Repository Infrastructure Developer Phone: 609-258-4161 333C 701 Carnegie,

Re: [Dspace-tech] Import data from DSpace 5.2 to Drupal 7

2015-08-12 Thread Monika C. Mevenkamp
tere is a dspace drupal module https://www.drupal.org/project/dspace which my ‘sister’ group uses to show collection data from our dataspace instance Monika — Monika Mevenkamp Digital Repository Infrastructure Developer Phone: 609-258-4161 333C 701 Carnegie, Princeton University, Princeton, NJ

Re: [Dspace-tech] [Dspace-devel] PLEASE VOTE on whether to include Services API refactoring in DSpace 6.0

2015-08-06 Thread Monika C. Mevenkamp
the proposal makes good sense and I will be happy not doing straight SQL any more +1 — Monika Mevenkamp Digital Repository Infrastructure Developer Phone: 609-258-4161 333C 701 Carnegie, Princeton University, Princeton, NJ 08544 On Aug 6, 2015, at 12:45 PM, Peter Dietz

[Dspace-tech] What is the recommended way of backing up the solr index

2015-08-04 Thread Monika C. Mevenkamp
Specifically I am interested in backing up the statistics I know an cp -r the directory - but is there a cleaner way ? Monika — Monika Mevenkamp Digital Repository Infrastructure Developer Phone: 609-258-4161 333C 701 Carnegie, Princeton University, Princeton, NJ 08544

Re: [Dspace-tech] Report of items including usage statistics

2015-08-04 Thread Monika C. Mevenkamp
We don’t have thumbnails so my live might be simpler than yours We also decided that we are not particularly interested in item views but rather bitstream downloads. so in our case we can simply go for bitstream events, facet by bitstream ids and list according to counts to get the top popular

Re: [Dspace-tech] What is the recommended way of backing up the solr index

2015-08-04 Thread Monika C. Mevenkamp
), this process could also become different. Peter Dietz Longsight www.longsight.comhttp://www.longsight.com/ pe...@longsight.commailto:pe...@longsight.com p: 740-599-5005 x809 On Tue, Aug 4, 2015 at 11:17 AM, Monika C. Mevenkamp moni...@princeton.edumailto:moni...@princeton.edu wrote

Re: [Dspace-tech] Permisssions

2015-08-03 Thread Monika C. Mevenkamp
Yes see https://wiki.duraspace.org/display/DSDOC6x/Functional+Overviewhttps://wiki.duraspace.org/display/DSDOC6x/Functional+Overview define the policies DEFAULT_ITEM_READ DEFAULT_BITSTREAM_READ for your collection so that DEFAULT_ITEM_READ is allowed for the group you want to see the

Re: [Dspace-tech] Generic DSpace servlet/webapp utilities?

2015-08-03 Thread Monika C. Mevenkamp
Peter Disco ? Rails in front of REST ? What can it do ? Where can I see it ? I agree - a UI in front of rest will enforce at least some code layering - although it is not a full solution to avoiding code replication for higher level operations, aka controllers / business logic / workflow ...

Re: [Dspace-tech] Solr querying - any dspace-specific comprehensive documentation/tutorials?

2015-07-14 Thread Monika C. Mevenkamp
THE UNIVERSITY OF SYDNEY Level 1, Fisher Library F03 | The University of Sydney | NSW | 2006 T +61 2 9351 5946 | M +61 405 647 868 E gary.bro...@sydney.edu.aumailto:gary.bro...@sydney.edu.au On 03/07/15 00:14, Monika C. Mevenkamp wrote: use the fq parameter to restrict to a time range eg fq=time

[Dspace-tech] bundle.isEmbargoed

2015-07-07 Thread Monika C. Mevenkamp
There used to be a method in Bundle (v1.8) that determined whether it is embargoed Where is the replacement ? Monika — Monika Mevenkamp Digital Repository Infrastructure Developer Phone: 609-258-4161 333C 701 Carnegie, Princeton University, Princeton, NJ 08544

Re: [Dspace-tech] Solr stats queries - limiting by date

2015-07-02 Thread Monika C. Mevenkamp
use the fq parameter to restrict to a time range eg fq=time:[2015-01-01T00%3A00%3A00.000Z+TO+NOW] the query below looks at ORIGINAL bitstreams in a give collection downloaded at least once excluding bot queries as well as query from the given ips and downloads from users that were logged in

Re: [Dspace-tech] email recipient link

2015-06-30 Thread Monika C. Mevenkamp
Hi Brita I believe this is determined by the dspace.url setting in your configuration file Monika — Monika Mevenkamp Digital Repository Infrastructure Developer Phone: 609-258-4161 333C 701 Carnegie, Princeton University, Princeton, NJ 08544 On Jun 29, 2015, at 8:45 AM, Saidy Binta

Re: [Dspace-tech] changing localhost

2015-06-30 Thread Monika C. Mevenkamp
Hi Saidy stepping back for a moment: I assume you are running the dspace code on your local desktop/laptop changing he dspace url setting tells the dspace app the absolute url of the application the app generates links in its UI as relative path - thus if you run locally you will still see

Re: [Dspace-tech] changing localhost

2015-06-29 Thread Monika C. Mevenkamp
Hi Saidy You are not explicit about which dspace.cfg file you changed. If it is the one in your dspace-src directory - you need to run mvn package and ant update again and the restart your tomcat server. If you changed the file in your dspace deployment’s config directory - you need to

Re: [Dspace-tech] changing localhost

2015-06-29 Thread Monika C. Mevenkamp
of options. Binta From: Monika C. Mevenkamp [mailto:moni...@princeton.edu] Sent: 29 June 2015 13:56 To: Saidy Binta Cc: dspace-tech@lists.sourceforge.netmailto:dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] changing localhost Hi Saidy You are not explicit about which dspace.cfg

[Dspace-tech] Vagrant Goodies

2015-06-23 Thread Monika C. Mevenkamp
/blob/master/modules/dspace/templates/vagrant.properties.erb#L59 [2] https://github.com/fgrehm/vagrant-cachier From: Tim Donohue [tdono...@duraspace.org] Sent: Thursday, June 18, 2015 2:05 PM To: Monika C. Mevenkamp; Lista técnica do DSpace Subject: Re

[Dspace-tech] Vagrant or Docker

2015-06-23 Thread Monika C. Mevenkamp
Hi my boss discovered a dspace docker so which one should I do - docker or vagrant ? They sound awfully alike the host can connect to things : tomcat / ssh / ... files can be shared between host and vagrant/docker guest it appears to be easy to hand a ‘vagrant’ or a ‘docker’ to another

[Dspace-tech] Version 18 - Comm/collection structure export / import

2015-06-22 Thread Monika C. Mevenkamp
Hi I have set up a community / collection hierarchy in my test instance. Once this is approved I will have to create the same hierarchy in production. Is there an easy way to export / import the hierarchy ? Monika ' — Monika Mevenkamp Digital Repository Infrastructure Developer Phone:

[Dspace-tech] dspace 5_x + Oracle on Vagrant

2015-06-18 Thread Monika C. Mevenkamp
I got myself dspace vagrant switched to dspace_5_x branch setup to run with Oracle via settings in dspace.cfg copied ~/.m2/repository/com/oracle/ojdbc6 from my host to vagrants ~/.m2 did mvn package with -Ddb.name=oracle I can successfully run ~/dspace/bin/dspace database test Attempting to

Re: [Dspace-tech] Dspace log files owned by root

2015-06-16 Thread Monika C. Mevenkamp
Andre It sounds like log rotate does its magic at night see the post Logrotate Set File Permissionshttp://www.thecave.info/logrotate-set-file-permissions/ post - it might explain your situation Monika — Monika Mevenkamp Digital Repository Infrastructure Developer Phone: 609-258-4161 333C 701

[Dspace-tech] Upgrade to JSPUI or XMLUI or not at all ?

2015-06-16 Thread Monika C. Mevenkamp
After all this talk about the new and improved and entirely different web UI on the strategic plan at the OR conference, I am wondering how to proceed forward. We are stuck in the past: 1.8 JSPUI with a few customizations. It would be easy to port this to JSPUI in version 5, but the bootstrap

Re: [Dspace-tech] How to alter word 'DSpace' with another desired word

2015-06-15 Thread Monika C. Mevenkamp
You need to edit the message catalog see Where to find the message cataloghttps://wiki.duraspace.org/display/DSDOC5x/Localization+L10n#LocalizationL10n-Wheretofindthemessagecatalog for XMLUI or Where to find the message

Re: [Dspace-tech] Strange duplication in PostgreSQL

2015-06-02 Thread Monika C. Mevenkamp
George we found double arks at one point - also on DSPACE 1.8 see JIRA issue: https://jira.duraspace.org/browse/DS-2106 Monika — Monika Mevenkamp Digital Repository Infrastructure Developer Phone: 609-258-4161 333C 701 Carnegie, Princeton University, Princeton, NJ 08544 On Jun 2, 2015, at 9:48

Re: [Dspace-tech] ant udate fail

2015-06-02 Thread Monika C. Mevenkamp
this looks like a permission problem - the user running the ant update command should be the same as the user owning C:\Program Files\dspace\config If you did the standard install - run ant update as the dspace user Monika — Monika Mevenkamp Digital Repository Infrastructure Developer Phone:

Re: [Dspace-tech] What is the proper way to create a dspace context object.

2015-06-01 Thread Monika C. Mevenkamp
You may not realize that you can use the ItemImporter, see https://wiki.duraspace.org/display/DSDOC5x/Importing+and+Exporting+Items+via+Simple+Archive+Format If this is a one-of you may want to have a look at the jruby integration by Brown, Jacob

Re: [Dspace-tech] Can I move GeoLiteCity.dat?

2015-05-22 Thread Monika C. Mevenkamp
there is a setting in dspace/config/modules/solr-statistics.cfg:dbfile = ${dspace.dir}/config/GeoLiteCity.dat if you are using solr stats you can probably move the fie, if you adjust the config accordingly Monika Monika Mevenkamp phone: 609-258-4161 Princeton University,

Re: [Dspace-tech] REST Based Integrations with Moodle / LMS / CMS / LTI

2015-05-20 Thread Monika C. Mevenkamp
Peter there is a DRUPAL module developed by my colleague Henry Humansky see https://www.drupal.org/project/dspace this works with http://dataspace.princeton.edu/rest/items/describe we are doing DSPACE 1.8 with and old rest API the meat of the implementation is in the FeedsDSpaceParser Monika

Re: [Dspace-tech] spider ip recognition

2015-05-14 Thread Monika C. Mevenkamp
Solr retroactively? There’s nothing that I can see in the code that will do this by domain or agent, only IP. We’re not excited at the prospect of pulling out the IPs of all the spiders in order run “stats-util –i” effectively. Cheers, Anthony From: Monika C. Mevenkamp [mailto:moni

[Dspace-tech] Publish Faculty Articles in DSPACE instance

2015-05-14 Thread Monika C. Mevenkamp
Princeton University has had an Open Access mandate in place since fall of 2011. Slowly but surely we are getting to the point of following through by collecting articles in the form of citation metadata and article documents. At the moment we hope to work with Symplectic for citation

[Dspace-tech] CAS for DSpace 5.1 XMLUI

2015-05-08 Thread Monika C. Mevenkamp
Just want to thank you for the CAS integration by Thomas Misilohttps://github.com/misilot/DSpace/tree/cas-authentication It worked like a charm for me Monika Monika Mevenkamp phone: 609-258-4161 Princeton University, Princeton, NJ 08544

Re: [Dspace-tech] spider ip recognition

2015-05-08 Thread Monika C. Mevenkamp
Anthony I wrote a small ruby script to put solr queries together when I was poking around my stats see https://github.com/akinom/dscriptor/blob/master/solr/solr_query.rb an example parameter file is https://github.com/akinom/dscriptor/blob/master/solr/solr_query.yml run it asruby

Re: [Dspace-tech] Problem in Group and Eperson administration

2015-04-28 Thread Monika C. Mevenkamp
looks to me like a typo in the code https://github.com/DSpace/DSpace/blob/master/dspace-api/src/main/java/org/dspace/eperson/EPerson.java#L502 and https://github.com/DSpace/DSpace/blob/master/dspace-api/src/main/java/org/dspace/eperson/EPerson.java#L510 where it says s = m_text_value”; it

[Dspace-tech] spider ip recognition

2015-04-23 Thread Monika C. Mevenkamp
I found a couple of really suspicious numbers in my solr stats, aka lots of entries were marked as isBot=false although the probably should has been isBot=true. In the config file I use spiderips.urls = http://iplists.com/google.txt, \ http://iplists.com/inktomi.txt, \

[Dspace-tech] browse misses some items

2015-04-21 Thread Monika C. Mevenkamp
I run [dspace]/bin/dspace index-update nightly in DSPACE 1.8 (with JSPUI) Even though there are some cases in which browse fails to find items. For example a search for the author ‘japanwala’ in the http://dataspace.princeton.edu/jspui/handle/88435/dsp01gx41mh91n/simple-search?query=japanwala

Re: [Dspace-tech] SQL command to update bitstream description text (DSpace 5.1)

2015-04-16 Thread Monika C. Mevenkamp
Assuming you want to do this on all bitstreams in your system that have a particular format you can do the following: SELECT * FROM BITSTREAMFORMATREGISTRY; choose the format you want to work with and pick the number from the BITSTREAM_FORMAT_ID column. then assuming you want to work with

Re: [Dspace-tech] moving dspace from 1 server to another

2015-04-02 Thread Monika C. Mevenkamp
nothing is displayed. Thanks,Sisay From: Monika C. Mevenkamp [mailto:moni...@princeton.edu] Sent: Wednesday, April 01, 2015 5:20 PM To: Webshet, Sisay (ILRI) Cc: dspace-tech@lists.sourceforge.netmailto:dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] moving dspace from 1 server

Re: [Dspace-tech] moving dspace from 1 server to another

2015-04-01 Thread Monika C. Mevenkamp
This looks like your solr app is not up and running. You need to copy the DSPACE-INST/solr directory as well. Did you copy the solr app along with your jspui/xmlui app ? After restarting your web-server on the new machine try a wget http://localhost:8080/solr to see whether you get a 200

[Dspace-tech] small change in log4j.props triggers 'unknown protocol error' in XMLUI

2015-04-01 Thread Monika C. Mevenkamp
on a Linux VM - with the same nasty crash I am in the deep deep dark on this one Anybody ? Monika Monika Mevenkamp phone: 609-258-4161 On Mar 27, 2015, at 12:50 PM, Monika C. Mevenkamp moni...@exchange.princeton.edumailto:moni...@exchange.princeton.edu wrote: trying again

[Dspace-tech] Cocoon cache

2015-03-27 Thread Monika C. Mevenkamp
I remember reading somewhere something about cleaning out the cocoon cache. Can’t find that note anymore Can somebody please point me ? Thanks Monika Monika Mevenkamp phone: 609-258-4161 Lewis Library,Washington Road and Ivy Lane, Princeton University, Princeton, NJ 08544

Re: [Dspace-tech] Browse and Search Handle-Server

2015-03-26 Thread Monika C. Mevenkamp
it should work .But I have question on Handle-Server ; Do we need to register our service in http://www.handle.net/service_agreement.html ? Thanks Regards, Naveen Illinois Institute of Technology Graduate (MCS) Mob : (312) 774-1687 On Tue, Mar 24, 2015 at 9:20 AM, Monika C. Mevenkamp moni

Re: [Dspace-tech] Error after install of DSpace 5.1

2015-03-26 Thread Monika C. Mevenkamp
have been finding and deleting the write.lock file, as well, but I’ll keep digging. George Kozak Digital Library Specialist Cornell University Library Information Technologies (CUL-IT) 218 Olin Library Cornell University Ithaca, NY 14853 607-255-8924 From: Monika C. Mevenkamp [mailto:moni

Re: [Dspace-tech] Error after install of DSpace 5.1

2015-03-26 Thread Monika C. Mevenkamp
my tomcat sometimes refuses to shutdown to make sure it is really gone I do ps -ef | frep omcat this may need to be ps -aux | fgrep omcat on your system . Maybe for some strange reason the locks were not removed properly ? Look for the lock files: ls

Re: [Dspace-tech] upgrade to dspace 5 - metadata missing ?

2015-03-25 Thread Monika C. Mevenkamp
into the metadatavalues tables. Once I ran the relevant sql commands life started to improve Monika Monika Mevenkamp phone: 609-258-4161 Lewis Library,Washington Road and Ivy Lane, Princeton University, Princeton, NJ 08544 On Mar 16, 2015, at 5:42 PM, Monika C. Mevenkamp moni

Re: [Dspace-tech] Browse and Search Handle-Server

2015-03-24 Thread Monika C. Mevenkamp
index-discovery is the command that creates and updates the solr index Your solr server is up iff you do not get any exceptions when running this command. To fully build the index run the command with the options -b -s You should also have a look at your solr server. Find instructions on

Re: [Dspace-tech] IntelliJ IDEA + tomcat7 + XMLUI + Mac = Eexception

2015-03-23 Thread Monika C. Mevenkamp
Graça alexandre.ma...@udl.catmailto:alexandre.ma...@udl.cat wrote: El 19/03/15 a les 23:13, Monika C. Mevenkamp ha escrit: I have a working XMLUI code base - aka if I go the normal route of mvn package; ant updatelocalhost:8080/xmlui gives me the expected home page. I followed the written

[Dspace-tech] IntelliJ IDEA + tomcat7 + XMLUI + Mac = Eexception

2015-03-19 Thread Monika C. Mevenkamp
I have a working XMLUI code base - aka if I go the normal route of mvn package; ant updatelocalhost:8080/xmlui gives me the expected home page. I followed the written instructions on the wiki explaining how to do the developer integration

[Dspace-tech] upgrade to dspace 5 - metadata missing ?

2015-03-16 Thread Monika C. Mevenkamp
Monika Mevenkamp phone: 609-258-4161 Lewis Library,Washington Road and Ivy Lane, Princeton University, Princeton, NJ 08544 On Mar 10, 2015, at 4:09 PM, Monika C. Mevenkamp moni...@exchange.princeton.edu wrote: I am upgrading to dspace 5 from 1.8 I have ip authentication enabled

[Dspace-tech] upgrade to dspace 5 - metadata missing ?

2015-03-16 Thread Monika C. Mevenkamp
5 not recognizing an IP group - see enclosed message below. I suspect that this may be a related issue. Monika Monika Mevenkamp phone: 609-258-4161 Lewis Library,Washington Road and Ivy Lane, Princeton University, Princeton, NJ 08544 On Mar 10, 2015, at 4:09 PM, Monika C

[Dspace-tech] CAS with dspace 5

2015-03-12 Thread Monika C. Mevenkamp
I am trying to add CAS authentication to dspace 5 (JSPUI) I added +dependency + groupIdcas/groupId + artifactIdcasclient/artifactId + version2.1.1/version + /dependency which according to

[Dspace-tech] ip auentication and upgrade to dspace 5

2015-03-10 Thread Monika C. Mevenkamp
I am upgrading to dspace 5 from 1.8 I have ip authentication enabled but the system does not recognize the ip group It looks in the metadata table with DEBUG org.dspace.storage.rdbms.DatabaseManager @ Running query select * from epersongroup e LEFT JOIN metadatavalue m on (m.resource_id =

Re: [Dspace-tech] install error for upstream/master

2015-03-06 Thread Monika C. Mevenkamp
wrote: On Wed, Mar 04, 2015 at 07:34:44PM +, Monika C. Mevenkamp wrote: Ah - Yikes - Thanks It compiles now after I changed the dependencies to rely on artifactIdjavax.servlet-api/artifactId Unfortunately this had to be done in all sorts of pom.xml files BUT after the compile

Re: [Dspace-tech] install error for upstream/master

2015-03-04 Thread Monika C. Mevenkamp
-4161 Lewis Library,Washington Road and Ivy Lane, Princeton University, Princeton, NJ 08544 On Mar 3, 2015, at 7:16 PM, Andrea Schweer schw...@waikato.ac.nzmailto:schw...@waikato.ac.nz wrote: Hi Monika, On 04/03/15 12:42, Monika C. Mevenkamp wrote: I am trying to run upstream/master with code

Re: [Dspace-tech] install error for upstream/master

2015-03-04 Thread Monika C. Mevenkamp
+, Monika C. Mevenkamp wrote: Thanks Andrea and a follow up question to mvn experts My tomcat8 says in its release notes * servlet-api.jar (Servlet 3.1 API) so I changed the main pom to say dependency groupIdjavax.servlet/groupId artifactIdservlet-api/artifactId version3.1.0

[Dspace-tech] install error for upstream/master

2015-03-03 Thread Monika C. Mevenkamp
I am trying to run upstream/master with code changes of mine inside dspace-api I created a new database did mvn package and ran fresh_install when going to home page I get the following error http://localhost:8080/jspui/internal-error -- Method: GET -- Parameters were:

[Dspace-tech] HANDLE table entries without resource_id

2015-02-02 Thread Monika C. Mevenkamp
the query SELECT HANDLE_ID, RESOURCE_TYPE_ID, RESOURCE_ID, HANDLE FROM HANDLE WHERE RESOURCE_ID IS NULL; finds a couple entries Is there a reason why I should not delete them ? Monika Monika Mevenkamp phone: 609-258-4161 693 Alexander Road, Princeton University, Princeton,

[Dspace-tech] running checker with --prune gives SQLException

2015-01-30 Thread Monika C. Mevenkamp
This is DSPACE 1.8 (with minimal changes in the checker code - aka I pushed the DB connection up in the call stack so it is shared instead of being recreated each time the DB is touched) /dspace/bin/dspace checker -p Problem pruning results: ORA-30036: unable to extend segment by 8 in undo

Re: [Dspace-tech] jruby dscriptor

2015-01-21 Thread Monika C. Mevenkamp
Hi Jacob I think this is very cool I figured out how to run a little program via bundle exec jruby counts.rb but I can’t get an interactive thing going jirb -I lib or bundle exec jirb leads to a complaint about cannot convert instance of class org.jruby.RubyObject to class

Re: [Dspace-tech] Version 4 and JSPUI

2015-01-19 Thread Monika C. Mevenkamp
it. --Hardy (a bit jealous, you're at the good part) From: Monika C. Mevenkamp [moni...@princeton.edumailto:moni...@princeton.edu] Sent: Thursday, January 15, 2015 3:21 PM To: dspace-tech@lists.sourceforge.netmailto:dspace-tech@lists.sourceforge.net Tech Subject

Re: [Dspace-tech] Solr Indexing Issue 3.2 to 4.2

2015-01-19 Thread Monika C. Mevenkamp
15, 2015 at 4:11 PM, Monika C. Mevenkamp moni...@princeton.edu wrote: Maura I am working on upgrading from 1.8 to 4 and discovered that in my database all items had the null value in the discoverable column. Since this value is propagated to the solr index and queries tend to include

Re: [Dspace-tech] [Dspace-general] How tp define IP-based policy?

2015-01-13 Thread Monika C. Mevenkamp
Oliver look for the IP Authentication chapter in the DSPACE documentation for your version for details We use IP authentication so that the system will try it first - before it moves on to the next method: This is done in dspace/config/modules/authentication.cfg

[Dspace-tech] Discovery Indexing questions

2015-01-13 Thread Monika C. Mevenkamp
, Monika C. Mevenkamp moni...@princeton.edumailto:moni...@princeton.edu wrote: I upgraded to 4.0 (from 1.8), ran dspace index-discovery, can see lots of docs in the solar admin ui. Running a query /solr/search/select?q=search.resourcetype%3A2+AND+search.resourceid%3A1wt=javabinversion=2 gives

[Dspace-tech] after upgrade to 4 - no items found when browsing

2015-01-12 Thread Monika C. Mevenkamp
I upgraded to 4.0 (from 1.8), ran dspace index-discovery, can see lots of docs in the solar admin ui. Running a query /solr/search/select?q=search.resourcetype%3A2+AND+search.resourceid%3A1wt=javabinversion=2 gives a couple results, yet when I click on browse I get ‘No Entries in Index’ in

[Dspace-tech] Client closed the connection before file download was complete' in log files

2014-12-31 Thread Monika C. Mevenkamp
I spent a bit of quality time with our log files; the main finding: of the 331679 lines that contain ERROR 143433 also say 'Client closed the connection before file download was complete’ These closures happen from all sorts of IP addresses. According to the time command it takes 1.75sec

Re: [Dspace-tech] enable statistics

2014-12-30 Thread Monika C. Mevenkamp
://localhost/solr works successfully On Mon, Dec 29, 2014 at 5:39 PM, Monika C. Mevenkamp moni...@princeton.edumailto:moni...@princeton.edu wrote: Ahmed, Dspace uses the solar server as defined in /dspace/config/modules/solr-statistics.cfg In our case we deployed the solr web app under tomcat

Re: [Dspace-tech] upgrading from 1.8 to dspace 3

2014-12-30 Thread Monika C. Mevenkamp
Helix Good point - but still no inclusion There was no dependency of dspace-api on ojdbc6 After adding +dependency +groupIdcom.oracle/groupId +artifactIdojdbc6/artifactId +/dependency To dspace-api ’s pom.xmlmvn copied the jar into the lib as

Re: [Dspace-tech] enable statistics

2014-12-29 Thread Monika C. Mevenkamp
Ahmed, Dspace uses the solar server as defined in /dspace/config/modules/solr-statistics.cfg In our case we deployed the solr web app under tomcat such that it becomes accessible under http://localhost:8080/solr and we set the solar server in /dspace/config/modules/solr-statistics.cfg to

[Dspace-tech] upgrading from 1.8 to dspace 3

2014-12-29 Thread Monika C. Mevenkamp
I am using oracle and downloaded version 11.2.0.4 from the recommended page http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-112010-090769.html. and did a manual mvm install with -Dversion=11.2.0.4 looking under ~/.m2 I find find ~/.m2/repository/com/oracle/ojdbc6

[Dspace-tech] Authorization Question

2014-12-17 Thread Monika C. Mevenkamp
I tested one of my Communities and gave it just one Policy: READ for Administrator Despite that I can view the Community Home page without logging in. The same happened when I tested this on a Collection. This is JSPUI 1.8 Is this the expected behavior ? Monika Monika

[Dspace-tech] Looking for feedback on bulk command line apps

2014-07-25 Thread Monika C. Mevenkamp
I developed a set of four related command line apps for dspace: 1) a lister / report generator 2) a policy tool, that adds / removes policies 3) a metada tool, that adds / removes specific metadata values 4) a bitstream replacer tool All expect 4 work on a set of dspace objects

Re: [Dspace-tech] Changing the link from http://localhost:8080/xmlui to http://mydomain:8080/xmlui in password reset email DSpace

2014-05-12 Thread Monika C. Mevenkamp
Please have a look at your dspace.cfg file in your configuration directory Make sure that the following settings refer to to the domain name values that you desire # DSpace host name - should match base URL. Do not include port number. dspace.hostname = ${dspace.hostname} # DSpace base host

Re: [Dspace-tech] Global addition of a group or e-person to all submission workflow steps

2014-05-06 Thread Monika C. Mevenkamp
Hi I developed custom Java code that I am planning to push out to GitHub. I just didn’t get to it yet. I am working with version 1.8 but the code should be fine with version 3 and 4. It implements a command line utility to 1. list things in dspace, 2. to add and delete policies on

[Dspace-tech] itemupdate issue

2014-04-25 Thread Monika C. Mevenkamp
I stole code from app.itemupdate | AddBitstreamsAction trying to come up with a program that can replace the bitstream contents of an item with a new version of the bitstream. I got real close but noticed that deleting the item after the addition of the bitstream fails. The error ERROR:

[Dspace-tech] solr error

2014-04-14 Thread Monika C. Mevenkamp
I am getting an internal server error, due to error for http://localhost:8080/solr/ There are no SolrCores running. Using the Solr Admin UI currently requires at least one SolrCore. I checked out the master branch which a few of my own changes None of them involve any solar related stuff

[Dspace-tech] changing name of custom metadata field

2014-04-04 Thread Monika C. Mevenkamp
I have the request to change the metadata field “pu.date.graduation” to “pu.date.classyear” Is this simply a question of changing the name in the database and making sure that all references in config files are changed as well ? Do I have to worry about rye search index ? Monika

Re: [Dspace-tech] Request copy - Internal server error - dspace 4.0

2014-04-01 Thread Monika C. Mevenkamp
You can get more information in the log file by setting the log level to DEBUG in dspace/config/log4j.properties log4j.rootCategory=DEBU, A1 Once you restart tomcat you should see log lines showing SQL statement info. Look for lines DEBUG org.dspace.storage.rdbms.DatabaseManager @ Running

[Dspace-tech] curious link behavior on search result page in dspace 3 / JSPUI

2014-03-27 Thread Monika C. Mevenkamp
the result of a search looks like this Item hits: Issue Date Title Author(s) 25-Mar-2014 Open Accesshttp://asdspace300l.princeton.edu/jspui/handle/88435/62369 O, Pen when I click on the link: I get an error page - document does not exist When I open in new tab the page display

[Dspace-tech] DSPACE version

2014-03-25 Thread Monika C. Mevenkamp
is there a place where the JSP-UI displays the current software version ? Monika Monika Mevenkamp phone: 609-258-4161 Lewis Library,Washington Road and Ivy Lane, Princeton University, Princeton, NJ 08544

Re: [Dspace-tech] DSPACE version

2014-03-25 Thread Monika C. Mevenkamp
://lso.umsystem.edu/~pottingerhj/ https://MOspace.umsystem.edu/ I am always doing that which I cannot do, in order that I may learn how to do it. --Pablo Picasso On 3/25/14 1:31 PM, Monika C. Mevenkamp moni...@princeton.edu wrote: is there a place where the JSP-UI displays the current software version

[Dspace-tech] Eperson cannot be deleted

2014-03-24 Thread Monika C. Mevenkamp
I get the following error Cannot Delete EPerson The EPerson XXX cannot be deleted because a reference to it exists in the following table(s): * item What is my best route to finding what Item this is ? Monika Monika Mevenkamp phone: 609-258-4161 Lewis

Re: [Dspace-tech] Dspace read only permission on item

2014-03-20 Thread Monika C. Mevenkamp
Amu you can fine tune access to items and bitstreams with the authorization system See Authorizationhttps://wiki.duraspace.org/display/DSDOC4x/Functional+Overview#FunctionalOverview-Authorization and User

[Dspace-tech] Changing Authentication behavior in JSPUI

2014-03-03 Thread Monika C. Mevenkamp
I am not entirely sure what to post where yet. I tried asking on dspace-devel but did not hear back. Maybe somebody on dspace-tech has on opinion/tip On Feb 27, 2014, at 11:55 AM, Monika C. Mevenkamp moni...@princeton.edumailto:moni...@princeton.edu wrote: We use dspace-1.8 with custom

Re: [Dspace-tech] Code to assist with DSpace Content Administration

2014-02-28 Thread Monika C. Mevenkamp
Hi Michael I was not aware that Georgetown Batch tools custom UI - this looks great. What I am looking for is a way to improve authorization management - does the tool help with this as well ? A frequent question we have for example is : does any bitstream in collection X have Anonymous

[Dspace-tech] error running dspace cleanup

2014-02-26 Thread Monika C. Mevenkamp
I ran‘dspace cleanup’ and noticed that quite a few records were not cleaned out Running with the verbose option I got the following error (A nice improvement to the checker would be to print that error even in non-verbose mode) Error: ORA-02292: integrity constraint (DSPACE.SYS_C003794)

Re: [Dspace-tech] mysterious mvn behavior

2014-02-04 Thread Monika C. Mevenkamp
OOPS Java 1.6 did do the trick - THANKS How about my other question regarding building JSPUI-API et al only - how do I tell maven to forget about SWORD / LNI / OAI / …. ? Monika Monika Mevenkamp phone: 609-258-4161 Lewis Library,Washington Road and Ivy Lane, Princeton

[Dspace-tech] are there checksum checker reports

2014-01-31 Thread Monika C. Mevenkamp
I am run-in the check sum checker on our production instance via the crontab. I would like to generate same kind of report that lets me when bitstreams were checked last (and the result of the check) I understand that the checksum checker stores results in the database, so it should be straight

[Dspace-tech] Bullk Replacing PDF bitstreams

2014-01-17 Thread Monika C. Mevenkamp
We have a community in which we want to change all pdfs by adding a standard cover page. This takes 3 steps: get the bitstreams add cover page to each - my plan: use pdftk command to add cover pages replace in dspace instance It seems fairly easy to use the rest api to get

[Dspace-tech] failing to install DSPACE on MacOS

2014-01-13 Thread Monika C. Mevenkamp
I agree (after reading maven doc) that at least some of my problems relate to system/maven settings. I installed maven directly instead of through brew. Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17 11:22:22-0400) Maven home: /Users/monikam/Software/maven Java

[Dspace-tech] CC_LICENSE , IP Authentication / javascript or custom code ?

2014-01-10 Thread Monika C. Mevenkamp
I recently started to work at Princeton University as Digital Repository Programmer where I am working with their DataSpace/DSPACE instance, version 1.8.2 using jspui. A couple years ago I was at Georgia tech working with SMARTech. Lots has changed and I am trying to get up to speed again.