Re: [Dspace-tech] Multiple Dspace instances on same DB

2009-07-07 Thread Van Ly
Hi Sue, I can confirm it is possible to operate two instances of DSpace with a single set of database engine (postgres) plus app server (tomcat) on a host with one ip-address. Whether or not you need another ip-address could depend on the expected network traffic to those 800,000 documents. I

Re: [Dspace-tech] dspace internal error

2009-07-07 Thread Stuart Lewis
Hi Lebohang, Does this occur when you upload a file during item submission? If so, it is probably because your web server does not have access privileges to the correct directories. Ensure that your web server can write to [dspace]/upload and [dspace]/assetstore If your tomcat web serve

[Dspace-tech] Multiple Dspace instances on same DB

2009-07-07 Thread Thornton, Susan M. (LARC-B702)[RAYTHEON TECHNICAL SERVICES COMPANY]
Hi, We need to create a separate instance of DSpace for several reasons, including the fact that this collection is so large (approximately 800,000 documents), and the fact that there is no metadata associated with these documents. I found the following article in the archives today and it

[Dspace-tech] New Maven dependency for log4j in Dspace 1.5

2009-07-07 Thread Rafael Henkin
Hi, I don't know if anyone has tried changing the file appender for log4j in Dspace 1.5, but we're trying to use the DatedFileAppender and it's not working. I have successfully installed the .jar in the local maven rep., and there are two other dependencies (JCharts and GeoIP) working fine so I

Re: [Dspace-tech] Question about changing java code in DSpace 1.5.2

2009-07-07 Thread George Kozak
Thanks, Mark: It turns out that my compile of Bitstream. java is failing. Somehow, I missed the error messages the first time. Looks like the code I copied in has some problems. At least I know where things are supposed to go and where they are supposed to be after compiling. A big thank y

Re: [Dspace-tech] URL encoding in browse - XMLUI

2009-07-07 Thread Colin Prince
Re-editing the author metadata and submitting using the xmlui interface seemed to work for me, on our test server at least. We're going to try setting the URI Encoding on our production server. Colin > -Original Message- > From: Jennifer Whalan [mailto:jennifer.wha...@nt.gov.au] > Sent:

Re: [Dspace-tech] Question about changing java code in DSpace 1.5.2

2009-07-07 Thread George Kozak
Thanks. Mark! I will give it a try. Mark Diggory wrote: Ok, lets walk through your process and verify we are not missing details. place your Bitstream.java in [dspace-1.5.2-src-release]/dspace/modules/jspui/src/main/java/org/dspace/content/Bitstream.java cd [dspace-1.5.2-src-release]/dspace

Re: [Dspace-tech] Question about changing java code in DSpace 1.5.2

2009-07-07 Thread Mark Diggory
Ok, lets walk through your process and verify we are not missing details. place your Bitstream.java in [dspace-1.5.2-src-release]/dspace/modules/jspui/src/main/java/org/dspace/content/Bitstream.java cd [dspace-1.5.2-src-release]/dspace mvn clean package ls -a -l [dspace-1.5.2-src-release]/dspac

Re: [Dspace-tech] Question about changing java code in DSpace 1.5.2

2009-07-07 Thread Mark Diggory
> > On Tue, Jul 7, 2009 at 9:31 AM, wrote: > You may want to wait for a more authoritative answer on this, since > deleting stuff is always troublesome -- but when this happened to us, we > deleted the contents of the target directories > (dspace/target/dspace-1.5.0-build.dir/ and > dspace/module

Re: [Dspace-tech] Question about changing java code in DSpace 1.5.2

2009-07-07 Thread bill . anderson
You may want to wait for a more authoritative answer on this, since deleting stuff is always troublesome -- but when this happened to us, we deleted the contents of the target directories (dspace/target/dspace-1.5.0-build.dir/ and dspace/modules/jspui/target/jspui-1.5.0) and ran mvn package agai

Re: [Dspace-tech] Question about changing java code in DSpace 1.5.2

2009-07-07 Thread George Kozak
Mark: No, they are not in the classes directories. What do I need to do to get them there? Thanks! Mark Diggory wrote: Hi George, On Tue, Jul 7, 2009 at 7:30 AM, George Kozak wrote: I went to [dspace-1.5.2-src-release]/dspace/modules/jspui/src/main/java/org/dspace/ I put in my own ver

Re: [Dspace-tech] Search errors everywhere on a test install

2009-07-07 Thread Vika Zafrin
Susan, I'm curious about this. What is the difference between DSpace versions, > Vika? Don't actually know. I came into the project at 1.5.2. There's a bunch of information here, though: http://wiki.dspace.org/index.php/DSpace_Release_1.5.2_Notes > Today I'm wondering how the Manakin messa

Re: [Dspace-tech] Question about changing java code in DSpace 1.5.2

2009-07-07 Thread Mark Diggory
Hi George, On Tue, Jul 7, 2009 at 7:30 AM, George Kozak wrote: > I went to > [dspace-1.5.2-src-release]/dspace/modules/jspui/src/main/java/org/dspace/ > > I put in my own versions of  app/webui/serlvet/BitstreamServlet.java > and content/Bitstream.java > > I ran "mvn package" and then "ant -Dconfi

[Dspace-tech] Question about changing java code in DSpace 1.5.2

2009-07-07 Thread George Kozak
Hi... I wanted to put in a "local" change to two java programs. This is my first time with DSpace .1.5.2 (I have been working with DSpace 1.4.2). These local mods were our modified version of Terry Owen's (U of Maryland) Embargo code. I went to [dspace-1.5.2-src-release]/dspace/modules/jspu

Re: [Dspace-tech] Search errors everywhere on a test install

2009-07-07 Thread Kantargis, Susan
Sorry typeo messages.xml -Original Message- From: Kantargis, Susan [mailto:s.kantar...@snhu.edu] Sent: Tuesday, July 07, 2009 11:02 AM To: 'Vika Zafrin'; Mark Diggory Cc: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech] Search errors everywhere on a test install Hi Folks, I'm cu

[Dspace-tech] Search errors everywhere on a test install

2009-07-07 Thread Kantargis, Susan
Hi Folks, I'm curious about this. What is the difference between DSpace versions, Vika? We have a testbed with 1.5.1 and will be installing on a new server with 1.5.2. Today I'm wondering how the Manakin message.txt is generated. Some changes need to be made on the AdvancedSearch. The drop do

Re: [Dspace-tech] input-forms and xmlui

2009-07-07 Thread Claudia Jürgen
Hola Jesus, this part of i18n only works with the jspui. Saludos Claudia Jürgen Jesus Martin schrieb: > Hi, I have different input-forms with different languages but in xmlui > they are not loading correctly, DSpace is always loading the default > input-forms.xml . > > I've already put the

[Dspace-tech] input-forms and xmlui

2009-07-07 Thread Jesus Martin
Hi, I have different input-forms with different languages but in xmlui they are not loading correctly, DSpace is always loading the default input-forms.xml . I've already put the appropiate locale variables to the dspace.cfg (xmlui.supported..., webui.supported.locales). I've checked the "dsp

[Dspace-tech] dspace internal error

2009-07-07 Thread Lebohang Lengoatha
Hi all I cannot submit to the collection the error below appears when trying to upload the collection. Please help I am new to dspace Internal System Error The system has experienced an internal error. Please try to do what you were doing again, and if the problem persists, please contact us so w

[Dspace-tech] DSpace and embeddedRDF

2009-07-07 Thread Jochen Lienhard
Hi, I'm testing the DSpace 'export' using embeddedRDF to Zotero. I found following bugs/problems: - DC.type can not be identified. If you add the scheme (see below) and use as content: book, journalArticle ... it works. Has some of you detected other problems and solutions? Perhaps for the rel