Re: [Dspace-tech] Dspace Discovery Problem

2013-06-05 Thread helix84
Hi Henry, by default, Solr runs on the 8080 port, so try this: wget http://localhost:8080/solr/statistics/select?q=*:* The same URL should also be used in [dspace]/config/modules/discovery.cfg: search.server = http://localhost:8080/solr/search in [dspace]/config/modules/solr-statistics.cfg:

Re: [Dspace-tech] another unscheduled shutdown

2013-06-05 Thread helix84
On Wed, Jun 5, 2013 at 7:18 AM, Ady Wahyudi Paundu ad...@unhas.ac.id wrote: Today i had another automatic shutdown. This is the log last lines taken from catalina, dspace and cocoon: Sorry, there is nothing in these logs that indicates what happened. It never happened to me that Tomcat shut

Re: [Dspace-tech] Xmlui Mirage theme items preview problem

2013-06-05 Thread helix84
On Wed, Jun 5, 2013 at 7:54 AM, ggxky iori1...@msn.com wrote: thank you for your help!i have another question.i uploaded a new picture, if i want to view the thumbnail of the new picture.i need to run the dpsace filter-media on cmd again? Yes, you do. That's why Andrea recommended you to set

Re: [Dspace-tech] Dspace Discovery Problem

2013-06-05 Thread helix84
On Wed, Jun 5, 2013 at 10:47 AM, Henry Atsu Agbodza atsu.agbo...@gmail.com wrote: Dear Helix, i did as you stated, restarted tomcat and the machine but to no avail. I also edited the host file to add the machine name as someone also suggested. The first step is to find out where Solr actually

[Dspace-tech] Separating application and database server?

2013-06-05 Thread Michael White
Hi, We are currently running DSpace v1.6.2 (JSPUI) with c6300 records, all full text items, and the repository is still growing steadily . . . I'm currently planning a migration to v3.1 - until now we've been running DSpace within the library, but, as DSpace is now much more of a core system

Re: [Dspace-tech] Dspace Discovery Problem

2013-06-05 Thread helix84
Do you have the Solr context deployed? It's something like this in your Tomcat configuration, either in server.xml or in the Catalina/localhost directory: Context path=/solr docBase=/dspace/webapps/solr debug=0 reloadable=true cachingAllowed=false allowLinking=true / Regards,

Re: [Dspace-tech] Dspace Discovery Problem

2013-06-05 Thread Henry Atsu Agbodza
I didn't have it in the server.xml file but i have now added it and restarted tomcat. On Wed, Jun 5, 2013 at 9:09 AM, helix84 heli...@centrum.sk wrote: Do you have the Solr context deployed? It's something like this in your Tomcat configuration, either in server.xml or in the

Re: [Dspace-tech] Separating application and database server?

2013-06-05 Thread Michael White
Hi, here's a recent thread on the issue that discusses things you're asking: http://dspace.2283337.n4.nabble.com/Postgres-configuration-with-DSpace-td4663937.html Many thanks for this (and others for their replies) . . . This is exactly the information I was after and have noted it all to

[Dspace-tech] Unsuccessful OAI Harvesting

2013-06-05 Thread Nemiz, Elvi
Dear All, I'm wondering if someone from dspace-tech list have actually harvested items from demo.dspace.org? Please see the end of this thread: http://dspace.2283337.n4.nabble.com/Harvesting-OAI-ORE-via-XMLUI-interface-v2-td4664539.htmlif there's something I have missed. Also, I can't harvest

Re: [Dspace-tech] How bi_private table and sequence are missing?

2013-06-05 Thread LifeH2O
@Helix I did ran index-init in fact. Also index-init -f after emptying [dspace]/search/ directory didn't help. @Andrea Thankyou for detailed help and explanation. The resource_id of the item with handle 123456789/395 is 464 And the owning_collection=12 where item_id=464 And the problem is that

Re: [Dspace-tech] Separating application and database server?

2013-06-05 Thread Becker, Pascal-Nicolas
We currently do the same. I set up a DSpace instance for testing and development, where DSpace and Postgresql runs on the same server. The productive instance should be setup in the central it services center of the institution I'm working for. For performance and security reasons they want to

Re: [Dspace-tech] How bi_private table and sequence are missing?

2013-06-05 Thread helix84
On Wed, Jun 5, 2013 at 12:36 PM, LifeH2O life...@gmail.com wrote: For solr, I placed the solr.xml in both C:\Tomcat 7.0\work\Catalina\localhost and C:\Tomcat 7.0\conf\Catalina\localhost but it is still not working. You can also do this in server.xml. This is where the official documentation

Re: [Dspace-tech] Unsuccessful OAI Harvesting

2013-06-05 Thread helix84
Just a note: oai import -c isn't meant to be run nightly, this eliminates the benefits of caching. I'm not sure how to solve the actual harvesting problem, I think we need João to look at that. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette

Re: [Dspace-tech] DSpace Security

2013-06-05 Thread Mark H. Wood
On Wed, Jun 05, 2013 at 09:59:04AM +0200, Hilton Gibson wrote: Hi Tim I'm not Tim, but here's my 2¢ worth anyway. When creating the dspace user and then assigning this user the Tomcat6 account, how do we deal with file permissions needed by Tomcat6 for the following system files;

Re: [Dspace-tech] another unscheduled shutdown

2013-06-05 Thread Mark H. Wood
On the assumption that the affected site runs on Linux, one thing to check is the OOM Killer. When all memory and swap space is committed and the kernel is desperate to free some memory, it will pick a large process and terminate it to reclaim its memory. Tomcat tends to be large and in many

Re: [Dspace-tech] another unscheduled shutdown

2013-06-05 Thread Hilton Gibson
Here are some of the optimisations I did on an Ubuntu 10.04 LTS server: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Optimisations Hope it helps. On 5 June 2013 15:04, Mark H. Wood mw...@iupui.edu wrote: On the assumption that the affected site runs on Linux, one thing to check is the OOM

Re: [Dspace-tech] How bi_private table and sequence are missing?

2013-06-05 Thread Mark H. Wood
On Wed, Jun 05, 2013 at 01:07:04PM +0200, helix84 wrote: On Wed, Jun 5, 2013 at 12:36 PM, LifeH2O life...@gmail.com wrote: For solr, I placed the solr.xml in both C:\Tomcat 7.0\work\Catalina\localhost and C:\Tomcat 7.0\conf\Catalina\localhost but it is still not working. You can also do

Re: [Dspace-tech] How bi_private table and sequence are missing?

2013-06-05 Thread helix84
On Wed, Jun 5, 2013 at 3:56 PM, Mark H. Wood mw...@iupui.edu wrote: On Wed, Jun 05, 2013 at 01:07:04PM +0200, helix84 wrote: On Wed, Jun 5, 2013 at 12:36 PM, LifeH2O life...@gmail.com wrote: For solr, I placed the solr.xml in both C:\Tomcat 7.0\work\Catalina\localhost and C:\Tomcat

Re: [Dspace-tech] What are the options for restricting the display of the login box for embargoed files

2013-06-05 Thread Evans, Kev
Hi Helix, This worked in by hiding the login form for embargo. Unfortunately it stops the form post when trying to access the ldap-login page by administrators (but does display.) Do you have any idea what the issue maybe? I placed the code in the template.xsl Kind Regards Kev From:

Re: [Dspace-tech] DSpace statistics

2013-06-05 Thread Nason Bimbe
Hi Andrea, Thank you very much, it is what I needed and the information has been helpful. Regards Nason On 4 June 2013 23:59, Andrea Schweer schw...@waikato.ac.nz wrote: Hi Nason, On 05/06/13 02:18, Nason Bimbe wrote: Thank you very much for your reply. Yes the stats data was for one

Re: [Dspace-tech] DSpace Security

2013-06-05 Thread Tim Donohue
I agree with what Mark Wood has stated. Here's a bit more info to describe some common options for setting up Tomcat + DSpace. [Option#1:] If you are installing Tomcat manually (NOT via a Linux package manager), then you may want to install it such that it is owned by a user named dspace (or

Re: [Dspace-tech] DSpace Security

2013-06-05 Thread Francis Kayiwa
If your servlet container (e.g. Tomcat) already has an account, that account should own the DSpace files. You only need to create a user dspace if you are installing Tomcat from source and can't decide what to name its account. (In that case I would name it tomcat and let the DSpace files

Re: [Dspace-tech] How bi_private table and sequence are missing?

2013-06-05 Thread Mark H. Wood
On Wed, Jun 05, 2013 at 04:28:01PM +0200, helix84 wrote: On Wed, Jun 5, 2013 at 3:56 PM, Mark H. Wood mw...@iupui.edu wrote: On Wed, Jun 05, 2013 at 01:07:04PM +0200, helix84 wrote: On Wed, Jun 5, 2013 at 12:36 PM, LifeH2O life...@gmail.com wrote: For solr, I placed the solr.xml in both

Re: [Dspace-tech] Unsuccessful OAI Harvesting

2013-06-05 Thread Nemiz, Elvi
Hello João, I tested the qdc.xsl and harvesting is still unsuccessful. By the way, even if I selected simple dublin core or DIM as the Metadata format, I still got the Last Harvest Result: OAI server did not contain any updates, etc. Checking inside the /var/oai/requests directory, I still have

Re: [Dspace-tech] Unsuccessful OAI Harvesting

2013-06-05 Thread João Melo
Elvi, try the following procedure: 1. Remove the OAI-PMH configuration from your collection, save it as a normal collection and then configure the OAI-PMH source again (so then it will run the process from the start). 2. Restart the OAI-PMH server - the server which is the OAI-PMH source (just

[Dspace-tech] FYI: broken layout with Reference theme

2013-06-05 Thread Shawn M. Kiewel
I mentioned earlier that I was experiencing a broken layout while using a customized Reference theme on DSpace 3.1 (no discovery), wherein the ds-options div was contained within ds-body, with the misapprehension that it had to do with the number of recent submissions. Thinking it was a problem

Re: [Dspace-tech] How bi_private table and sequence are missing?

2013-06-05 Thread helix84
On Wed, Jun 5, 2013 at 5:15 PM, Mark H. Wood mw...@iupui.edu wrote: On Wed, Jun 05, 2013 at 04:28:01PM +0200, helix84 wrote: On Wed, Jun 5, 2013 at 3:56 PM, Mark H. Wood mw...@iupui.edu wrote: On Wed, Jun 05, 2013 at 01:07:04PM +0200, helix84 wrote: On Wed, Jun 5, 2013 at 12:36 PM, LifeH2O