Re: [Dspace-tech] Sfx link only on specific items

2009-02-19 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
I have made this modification in our DSpace 1.4.2 and 1.5.1. Ours does NOT display the SFX link if the Item has a document, and it DOES display the SFX link if the Item does not have a document. If you're interested, I could send you the specs/code. Best, Sue Sue Walker-Thornton

Re: [Dspace-tech] ETD ingestion

2009-02-19 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Add an output file to your Import command line and you will most likely see what the problem is. One of the problems I've had is that the Import ends quickly if the mapfile you're trying to write to, already exists, however you won't know this unless you've added an output file to your command

Re: [Dspace-tech] Logout problem on Dspace 1.4.2

2009-02-19 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Seems I have had the same problem before. Try reloading your page and see if you are actually logged out. I see a different version of this problem. When I sign in as administrator and click on Communities and Collections, then navigate to an Item page, there is initially no Edit item box in

Re: [Dspace-tech] Recent Suspicious Activity

2009-02-19 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Check out: http://whois.domaintools.com/121.254.193.212 and http://whois.domaintools.com/121.241.210.98 You could try contacting them via email to see what they're trying to do, however there's no guarantee you'll receive a response. Otherwise you can block them in your

Re: [Dspace-tech] change order in full item description

2009-02-19 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
INFORMATION SYSTEMS] Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] change order in full item description Hi Sue, not that I know of. Feel free to create a patch and submit it to Sourceforge. Sunny Greetings Claudia Jürgen Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS

Re: [Dspace-tech] [Dspace-general] Internal Error submiting item

2009-02-19 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Your log file was pretty jumbled, but I did notice this in there: /submit/edit-metadata.jsp(990,31) Attribute value LocaleSupport.getLocalizedMessage(pageContext, help.index) + #describe2 is quoted with which must be escaped when used within the value at

Re: [Dspace-tech] Customizing fields in Advanced Search in dspace 1.4.2

2009-02-17 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
If you are adding a new search field or modifying an existing one, you'll also have to modify the search.index... field(s) in dspace.cfg, and you'll have to make the corresponding changes in Advanced.jsp. Sue Sue Walker-Thornton ConITS Contract NASA Langley Research Center //Integrated

Re: [Dspace-tech] change order in full item description

2009-02-17 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Hi Claudia, Way back when, we had to make this modification to Itemtag.java in 1.3.1, but I know I remember some talk about this mod being made to subsequent version(s) of DSpace. Seeing as I just had to make this (small) modification to Itemtag.java again in 1.5.1, I guess it hasn't been

Re: [Dspace-tech] Item display in communities

2009-02-12 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Oops! Sorry, I misunderstood! From: felipe Melero [mailto:fmel...@unav.es] Sent: Thursday, February 12, 2009 3:05 AM To: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] Cc: dspace tech Subject: Re: [Dspace-tech] Item display in communities Sorry

Re: [Dspace-tech] Item display in communities

2009-02-11 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
I am in the process of installing DSpace 1.5.1. Yesterday I configured our site to use the fetch from cache option for counting collection/community strengths and it updated both the Community and Collection counts and displayed them just fine on the home page, Community, and Collection pages.

Re: [Dspace-tech] Federating a number of DSpace instances

2009-02-10 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Walker, David wrote: We have that use case here, John -- we are implementing separate DSpace instances for our 23 campuses, but we also need a separate interface that can search them all. NASA/Langley purchased Google to use as its internal search engine to search only its internal

Re: [Dspace-tech] Local modifications to DSpace .java programs, in 1.5.1

2009-02-04 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
, 2009 5:24 PM To: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] Cc: dspace-tech Subject: Re: [Dspace-tech] Local modifications to DSpace .java programs, in 1.5.1 Or to be more explicit you add the pom at {dspace-source}/dspace/modules/custom-api/pom.xml and modify

[Dspace-tech] Local modifications to DSpace .java programs, in 1.5.1

2009-02-03 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Where do I put .java programs that I'm going to make local modifications to, in DSpace 1.5.1? I am putting the .jsps in: /export/home/dspace-1.5.1-src-release/dspace/modules/jspui/src/main/weba pp.. /image or /layoutetc. Where would I put our modified PDFFilter.java so that when I

Re: [Dspace-tech] Local modifications to DSpace .java programs, in 1.5.1

2009-02-03 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
-api/src/main/java/org/dspace/app/m ediafilter ?? Thanks again, Sue From: Kim Shepherd [mailto:k...@waikato.ac.nz] Sent: Tuesday, February 03, 2009 3:28 PM To: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] Cc: dspace-tech Subject: RE

[Dspace-tech] How to add a new search category to the Advanced Search

2009-02-03 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Hi, I recently changed my 1.4.2/1.5.1 dspace.cfg file and added a new search.index as follows: search.index.3 = identifier:dc.identifier.titleControlKey In the DSpace System Documentation, section 5.1.2. Configuring Lucene Search Indexes, it says: NOTE: While the indexes are

Re: [Dspace-tech] Local modifications to DSpace .java programs, in 1.5.1

2009-02-03 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Do I need to modify {dspace-source}/pom.xml ?? From: Diggory Mark [mailto:mdigg...@gmail.com] Sent: Tuesday, February 03, 2009 4:10 PM To: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] Cc: dspace-tech Subject: Re: [Dspace-tech] Local modifications

Re: [Dspace-tech] Passing query parameters to search

2009-01-29 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Hi Mika, I did some testing and reconfiguration with this recently and here is my understanding of how it works: The simple search box does indeed search ALL metadata and ALL documents that have been filtered via filter-media and then added to the search indices via index-all. The

[Dspace-tech] Adding your own customizations into DSpace 1.5.1

2009-01-27 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Can someone give me the short answer about where to put our local customizations for DSpace 1.5.1 and exactly what procedures we need to do to have them end up in our application? Here is what I'm doing but it doesn't seem to be correct. 1. I have put our modules for jspui in

Re: [Dspace-tech] Error 404 and Tomcat configuration

2009-01-27 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
create the directory. Let me know if you have any further problems! Good luck, Sue From: stanisla...@gmail.com [mailto:stanisla...@gmail.com] On Behalf Of Stan Orlov Sent: Monday, January 26, 2009 8:40 PM To: Thornton, Susan M. (LARC-B702)[NCI INFORMATION

[Dspace-tech] Java for DSpace? and customizations - Thanks!

2009-01-27 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
First, Thanks Claudia and Charles for your local customizations instructions. It worked! I do suggest putting this in detail in the doc as it's a bit fuzzy and doesn't include the mvn package step. :-) Next, I just found this in the pom.xml file under dspace-source-.../ : Java 1.5 is our

Re: [Dspace-tech] Adding your own customizations into DSpace 1.5.1

2009-01-27 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Mark [mailto:mdigg...@gmail.com] Sent: Tuesday, January 27, 2009 4:06 PM To: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Adding your own customizations into DSpace 1.5.1 As claudia says: if you want them

Re: [Dspace-tech] Adding your own customizations into DSpace 1.5.1

2009-01-27 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
/dummy-default.jsp Thanks a bunch Mark!!! Sue From: Diggory Mark [mailto:mdigg...@gmail.com] Sent: Tuesday, January 27, 2009 5:47 PM To: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech

Re: [Dspace-tech] Error 404 and Tomcat configuration

2009-01-27 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
with your install at that stage, maybe file permissions errors or timestamps on the log4j.properties that was already installed. Mark On Jan 27, 2009, at 9:32 AM, Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] wrote: Hi Stan, You can put the dspace.log and checker.log files

Re: [Dspace-tech] Adding your own customizations into DSpace 1.5.1

2009-01-27 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
From: Diggory Mark [mailto:mdigg...@gmail.com] Sent: Tuesday, January 27, 2009 5:47 PM To: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Adding your own customizations into DSpace 1.5.1

Re: [Dspace-tech] Error 404 and Tomcat configuration

2009-01-26 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Hi Stan, In looking at your Catalina.log file, you are having the same problem I was having with the dspace.log and checker.log. I solved the problem by doing the following: 1. Set the following parameters in dspace.cfg a. log.init.config =

[Dspace-tech] DSIndexer.java question

2009-01-23 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Does anyone happen to know in what order the Items (by Handle) are being indexed in DSIndexer.java? In trying to figure out why index-all is running so long, I put a System.out.println of each handle being processed in DSIndexer.java so I can see if and where it's having a problem. The handles

Re: [Dspace-tech] DSpace 1.5.1 can't find my dspace.log file

2009-01-23 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
...@gmail.com] Sent: Friday, January 23, 2009 5:52 PM To: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] DSpace 1.5.1 can't find my dspace.log file This strikes me as odd... I might review your log4j.properties

Re: [Dspace-tech] DSpace 1.4.2 / 1.5.x filter-media questions

2009-01-21 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Mark Cc: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]; dspace-tech@lists.sourceforge.net; Kimbrough, Glenn W. (LARC-B7)[NCI INFORMATION SYSTEMS]; Warren, Douglas Lewis (LARC-B7)[NCI INFORMATION SYSTEMS]; Smail, James W. (LARC-B702)[NCI INFORMATION SYSTEMS] Subject: Re: [Dspace

Re: [Dspace-tech] DSpace 1.4.2 / 1.5.x filter-media questions

2009-01-21 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Thanks for all your help Tim! I think this will help us out a lot! Best, Sue -Original Message- From: Tim Donohue [mailto:tdono...@illinois.edu] Sent: Wednesday, January 21, 2009 4:54 PM To: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] Cc: Diggory Mark; dspace-tech

Re: [Dspace-tech] DSpace 1.4.2 / 1.5.x filter-media questions

2009-01-20 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Mark, Sue -Original Message- From: Diggory Mark [mailto:mdigg...@gmail.com] Sent: Friday, January 16, 2009 6:10 PM To: Tim Donohue Cc: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]; dspace-tech@lists.sourceforge.net; Kimbrough, Glenn W. (LARC-B7)[NCI INFORMATION SYSTEMS]; Warren

Re: [Dspace-tech] upgrade help

2009-01-20 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
I've had some problems in the past with this too. Here is how I backup and restore (I don't use pgAdminIII to do it): Backup: pg_dumpall dspace.out Restore: /usr/local/pgsql/bin/psql -d template1 -f dspace.out From: Rod Harris

Re: [Dspace-tech] ant fresh_install problem

2009-01-20 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
You need to set your $CLASSPATH also. Sue From: Zico [mailto:mailz...@gmail.com] Sent: Monday, January 19, 2009 1:24 AM To: Tech DSpace Subject: [Dspace-tech] ant fresh_install problem when i go to ant fresh_install as dspace user in my

[Dspace-tech] When upgrading from DSpace 1.4.2 -- 1.5.0, do you delete your old /dspace directory (except assetstore) before beginning the upgrade???

2009-01-16 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
I've never been clear on this, even with previous DSpace upgrades. Can anyone answer this question? Thanks, Sue Sue Walker-Thornton ConITS Contract NASA Langley Research Center //Integrated Library Systems Application Database Administrator 130 Research Drive Hampton, VA 23666

Re: [Dspace-tech] Internal server error

2009-01-15 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
We used to have frequent problems with this, but after I changed max_connections from 100 to 300 in postgresql.conf, we haven't seen this error since. A quick fix for this is to stop and restart either your web server and/or postgresql. Sue Sue Walker-Thornton ConITS Contract NASA Langley

Re: [Dspace-tech] DSpace 1.5 implementation questions

2009-01-15 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Mark - I am having problems with my install. See my comments below: From: Diggory Mark [mailto:mdigg...@gmail.com] Sent: Wednesday, January 07, 2009 6:41 PM To: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] Cc: dspace-tech@lists.sourceforge.net

[Dspace-tech] Question about tables history and historystate in DSpace 1.4.2

2009-01-14 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
We don't use the data in either the history or historystate tables, however they both have over a million rows in them. If I delete all rows in both tables, is this going to cause us any problems? It doesn't look like referential integrity is going to be a problem if I run a SQL query to do

Re: [Dspace-tech] Not found FOM_WebContinuation$UserObject even thoughit is there

2009-01-14 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
The error message is actually looking for WebContinuation$UserObject in org/apache/cocoon/components/flow/JAVASCRIPT/fom and your grep found it in org/apache/cocoon/components/flow/JAVASC/fom/FOM_WebContinuation$UserObj ect.class (I've put the difference in ALL CAPS). Hope this helps! Sue

Re: [Dspace-tech] bitstream import on 1.4.2

2009-01-13 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Try setting the upload.max configuration parameter in dspace.cfg to -1. This means your upload file sizes are unlimited. We had to change ours due to a few really large documents we had to upload. Sue Walker-Thornton Sue Walker-Thornton ConITS Contract NASA Langley Research Center

Re: [Dspace-tech] Issues with DSpace 1.5.x and browser cache

2009-01-09 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
We are running 1.4.2 and I've noticed that if I sign into MyDSpace and then enter a handle in the browser address line, the Administrator's Edit button does not display in the upper right hand corner until I reload the page. Sue From: John Preston

[Dspace-tech] DSpace 1.4.2 search - how the indices are built and what all the files represent?

2009-01-08 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Hi, Could one of the developers or someone else who knows the answer, give me a short explanation of what happens in index-all when the search indices are built? What exactly is happening? Where is the data that ends up in the indices, extracted from (the .txt files I'm assuming)...??

[Dspace-tech] DSpace 1.5 implementation questions

2009-01-07 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Hi, I am working on our upgrade from DSpace 1.4.2 -- 1.5.0 and have a couple of questions. 1. I have a copy of the DSpace 1.5.0 System documentation, entitled DSpace Manual Software Version 1.5 May 2008, however it references install-configs which I understand does not

Re: [Dspace-tech] Java heap space error

2009-01-05 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
, January 05, 2009 9:38 AM To: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] Cc: George Stanley Kozak; dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Java heap space error HI Sue, Just got this email. Thanks for forwarding. I would love to see the code if you can share. We've

Re: [Dspace-tech] Java heap space error

2008-12-29 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Hi Susan, We are also running 1.4.2 and have made some local mods to MediaFilterManager.java to work around the errors that occur in filter-media. Our code basically writes the bitstream_id of the documents that cannot be filtered, whether it's due to invalid characters, non-OCR'd documents,

[Dspace-tech] Does anyone know what the average DSpace data transfer rate is??

2008-12-19 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
I'm sure it depends on your platform and hardware configuration, but I did a bunch of Google searches trying to find ANYONE talking about DSpace data transfer rates and I didn't come up with anything. Any ideas? Thanks and Happy Holidays!! Sue Sue Walker-Thornton ConITS Contract NASA

[Dspace-tech] DSIndexer.java / Search problem question

2008-12-18 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Hi Mark and Graham, I am having a problem in DSpace 1.4.2 that I hope you can help with me. The reason I'm emailing you two is because I saw both of your names in the doc for DSIndexer.java. Here's the situation: I happened to notice the other day that our online search results

Re: [Dspace-tech] manakin theme

2008-12-16 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
: Sunday, December 14, 2008 3:26 AM To: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] Subject: manakin theme Dear Sir, If you are familiar with manakin module or its theme I need your help in theme base dspace. I have deployed the Kubrick (worpress base) theme for manakin

Re: [Dspace-tech] searching, PDFs, HTML and XML

2008-12-12 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Question: If a .pdf document contains, let's say, 1 page in the middle of a document that contains an image (a drawing for instance), is filter-media going to fail on the filtering of this document or will it just skip the image and continue to filter what it can? I have made some

Re: [Dspace-tech] I need help with memory problems

2008-12-11 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Hi George, We are running 1.4.2, however with Sun Webserver7, and Postgres 8.2 and the only time we see Java Heap Space errors are in filter-media. Here is what we have in our dsrun script: java -Xmx3072m -Dfile.encoding=UTF-8 -classpath $FULLPATH $@ and here are some parameters from

[Dspace-tech] Cleanup cron question

2008-12-10 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
In DSpace 1.4.2, what exactly does the cleanup job do? For one thing, I think it deletes assetstore entries for online records in DSpace that have been deleted, however I'm wondering if it also deletes replaced bitstream rows? For example, let's say a document for an Item is corrupt and you

Re: [Dspace-tech] Cleanup cron question

2008-12-10 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
UL LIT University of New Mexico On 12/10/2008 at 1:24 PM, in message [EMAIL PROTECTED], Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] [EMAIL PROTECTED] wrote: In DSpace 1.4.2, what exactly does the cleanup job do? For one thing, I think it deletes assetstore entries for online

Re: [Dspace-tech] Cleanup cron question

2008-12-10 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
. -Original Message- From: Brian Freels-Stendel [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 10, 2008 3:53 PM To: dspace-tech@lists.sourceforge.net; Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] Subject: RE: [Dspace-tech] Cleanup cron question It seems to me I've seen

[Dspace-tech] Can you upgrade directly from DSpace 1.4.2 to 1.5.1 without first installing 1.5?

2008-11-21 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Hi, We are working on the upgrade from DSpace 1.4.2 to 1.5.x and I'd like to know if we can upgrade from 1.4.2 directly to 1.5.1, or must we install 1.5 first? Thanks, Sue Sue Walker-Thornton ConITS Contract NASA Langley Research Center //Integrated Library Systems Application

Re: [Dspace-tech] Can you upgrade directly from DSpace 1.4.2 to 1.5.1 without first installing 1.5?

2008-11-21 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Thanks a bunch for the information Tim. That helps a lot. Best, Sue -Original Message- From: Tim Donohue [mailto:[EMAIL PROTECTED] Sent: Friday, November 21, 2008 11:25 AM To: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] Cc: dspace-tech@lists.sourceforge.net Subject: Re

Re: [Dspace-tech] Can you upgrade directly from DSpace 1.4.2 to 1.5.1 without first installing 1.5?

2008-11-21 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
. 1.4.2-1.5.0) will often involve changes to the database structure. Hope that helps, - Tim Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] wrote: Hi, We are working on the upgrade from DSpace 1.4.2 to 1.5.x and I'd like to know if we can upgrade from 1.4.2 directly to 1.5.1

Re: [Dspace-tech] filter-media problem - question on size limit

2008-10-27 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
I found out something very interesting this weekend. I took a .pdf file that was unfilterable; in other words filter-media displayed an error like this: ERROR filtering, skipping bitstream #21220 java.io.IOException: Error: value is not an integer type actual='--20' On a hunch, I looked at

[Dspace-tech] Problem with filter-media

2008-10-09 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
We've been having a problem with filter-media for as long as I can remember, with DSpace 1.3.1 and now with DSpace 1.4.2. I've emailed the list and discussed this problem with some of the developers before, but we've never had a resolution. I've been doing some more research on it myself

Re: [Dspace-tech] Problem with filter-media

2008-10-09 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
to you? Thanks a bunch Graham, Sue From: Graham Triggs [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2008 5:02 PM To: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] Cc: dspace-tech@lists.sourceforge.net; Smail, James W. (LARC-B702)[NCI INFORMATION

[Dspace-tech] FW: Java heap space error when trying to update a Collection

2008-09-29 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
From: François Parmentier [mailto:[EMAIL PROTECTED] Sent: Monday, September 29, 2008 3:53 AM To: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] Subject: Re: [Dspace-tech] Java heap space error when trying to update a Collection Unfortunately, I agree with Susan. We have a 300K

Re: [Dspace-tech] FW: Java heap space error when trying to update aCollection

2008-09-29 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
) and because there are 44,938 records in this Collection and the Java heap space was filled up. Sue From: François Parmentier [mailto:[EMAIL PROTECTED] Sent: Monday, September 29, 2008 3:53 AM To: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] Subject: Re

Re: [Dspace-tech] Java heap space error when trying to update a Collection

2008-09-26 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
To: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] Cc: dspace-tech@lists.sourceforge.net; Smail, James W. (LARC-B702)[NCI INFORMATION SYSTEMS] Subject: Re: [Dspace-tech] Java heap space error when trying to update a Collection This can be caused by something else happening on the server

Re: [Dspace-tech] Internal Server Error - FeedServlet

2008-09-24 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
We have DSpace 1.4.2 and we get a similar error when someone types in an invalid url - the application is trying to display the invalid_id error, but it ends up getting an error and displaying an internal error. I'm determined to track this one down and will let you know when I find out what's

[Dspace-tech] Can the workflow step I Grant the License be bypassed in DSpace 1.4.2???

2008-09-18 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
We would like to bypass the step in the online repository submission process that displays a screen where the User clicks on, I Grant the License (or I Do Not Grant the License). Is this possible in DSpace 1.4.2? I've noticed in the online help documentation where it says, SUBMIT: License top

Re: [Dspace-tech] Can the workflow step I Grant the License be bypassed in DSpace 1.4.2???

2008-09-18 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
of an important project for NASA and I would appreciate any help you could give me on this. Thanks a bunch! Sue -Original Message- From: Graham Triggs [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2008 11:23 AM To: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] Cc

Re: [Dspace-tech] Problem with subject-search

2008-09-10 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Looks like this might be your problem although I don't know what the cause is. Might have something to do with the Controlled Vocabulary: at java.lang.Thread.run(Unknown Source) Caused by: java.lang.ClassNotFoundException: org.apache.jsp.controlledvocabulary.search_jsp at

[Dspace-tech] Trying to turn Item preview ON in DSpace 1.4.2

2008-09-08 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
I have been trying all day to turn Item preview on in DSpace 1.4.2, with no luck. Can someone give me detailed procedures to use in order to filter all my .pdf files and create thumbnails that will display on the item list screen and that, when clicked on, link to the full-text .pdf document??

Re: [Dspace-tech] How to link directly to the full text document in DSpace 1.4.2?

2008-09-04 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Thought I'd try once more since I didn't get any replies the first time around. Thanks, Sue From: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] Sent: Tuesday, August 26, 2008 10:42 AM To: dspace-tech@lists.sourceforge.net Cc: Smail, James W. (LARC

Re: [Dspace-tech] How to link directly to the full text document in DSpace 1.4.2?

2008-09-04 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
To: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] How to link directly to the full text document in DSpace 1.4.2? Hello Susan, if you mean as a configurable feature, this is only possible for the thumbnail afaik. You might

Re: [Dspace-tech] Error Dspace 1.5

2008-08-18 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
What version of Java are you running? Sounds like you might have an older version. In order to see what version you're running, use the command, java -version from the command line. We are running: Java(TM) SE Runtime Environment (build 1.6.0_04-b12) Java HotSpot(TM) Server VM (build

[Dspace-tech] performance question

2008-08-13 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Does anyone know if, after running a database vacuum/analyze, it is necessary to recompile/bind DSpace Java programs in order for the queries to be re-optimized based on the analyze'd database? Thanks in advance, Sue Sue Walker-Thornton ConITS Contract NASA Langley Research Center

Re: [Dspace-tech] DSpace 1.4.2 Browse performance issues

2008-08-11 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Graham!!! Best, Sue -Original Message- From: Graham Triggs [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2008 3:11 AM To: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] Cc: dspace-tech@lists.sourceforge.net; Smail, James W. (LARC-B702)[NCI INFORMATION SYSTEMS] Subject: Re

[Dspace-tech] Problem opening documents larger than 6K in DSpace using Firefox

2008-06-25 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
We have a DSpace 1.4.2 User that is having a problem opening some of the documents in our repository. I noticed he was using FireFox and found something in the DSpace archives about an issue opening documents larger than 6K in DSpace using Firefox. Can someone comment on this and if it is an

Re: [Dspace-tech] [dspace-tech] another ant fresh_install error

2008-06-19 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
You'll have to attach the error you're getting in order for us to diagnose. Thanks, Sue From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dinesh Mohan Sent: Wednesday, June 18, 2008 11:31 AM To: dspace-tech@lists.sourceforge.net Subject:

[Dspace-tech] Problem with incorrect accession dates in DSpace 1.4.2

2008-06-17 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Hi everyone, I've noticed several times before that, when we import batches of new records/documents into DSpace, the values for metadata field date.accessioned never matches our machine current date/time. For instance, for a record that I just imported, date.accessioned =

Re: [Dspace-tech] dspace_migrate error

2008-06-16 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Most likely you have to delete your mapfile that was created during your first run and then restart the Import job. Sue From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sangamnerkar Tushar Sent: Monday, June 16, 2008 2:39 AM To:

[Dspace-tech] FW: Output from cron command

2008-06-05 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Can anyone tell me if this problem in DSpace 1.4.2 has a fix for it yet? Or has it been corrected in DSpace 1.5? Thanks, Sue Walker-Thornton NASA Langley Research Center 757-224-4074 -Original Message- From: dspace home directory [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2008

Re: [Dspace-tech] Deleting large batches of items from DSpace??

2008-04-25 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
). You need the map file from the import or you can create a map file. -Don On Thu, April 24, 2008 1:23 pm, Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] wrote: We have accidentally imported a large number of duplicate records into DSpace. The only way I know of to delete a record from

[Dspace-tech] Deleting large batches of items from DSpace??

2008-04-24 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
We have accidentally imported a large number of duplicate records into DSpace. The only way I know of to delete a record from DSpace is to use the web user interface, deleting one record/document at a time. Does anyone have/know of a quicker/better way to do this, especially with a large number

[Dspace-tech] encoding issue in DSpace 1.4.2/PostgreSQL 8.2 on Sun Solaris 10 machine

2008-04-09 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
We have 2 production instances of DSpace: 1. new site - DSpace 1.4.2 / PostgreSQL 8.2 - database was built with UTF-8 encoding 2. old site - DSpace 1.2.2 / PostgreSQL 7.3.4 - database was built with UNICODE encoding We are trying to shut down the old site and have been

Re: [Dspace-tech] encoding issue in DSpace 1.4.2/PostgreSQL 8.2 on SunSolaris 10 machine

2008-04-09 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
] On Behalf Of Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] Sent: Wednesday, April 09, 2008 7:06 PM To: dspace-tech@lists.sourceforge.net Cc: Kimbrough, Glenn W. (LARC-B7)[NCI INFORMATION SYSTEMS]; Smail, James W. (LARC-B702)[NCI INFORMATION SYSTEMS] Subject: [Dspace-tech] encoding issue

Re: [Dspace-tech] DSpace/PostgreSQL error

2008-03-24 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
list! Thanks again, Sue -Original Message- From: George Kozak [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2008 4:55 PM To: Christian Voelker; Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] Subject: Re: [Dspace-tech] DSpace/PostgreSQL error Christian: You're e-mail

[Dspace-tech] DSpace 1.4.2/PostgreSQL 8.2 - Error connecting to the DSpace database in PGAdminIII

2008-03-24 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
We have just installed DSpace 1.4.2 and PostgreSQL 8.2 on a Solaris 10 machine and cannot get PGAdminIII to connect to the DSpace database. Seems I read something about something special you have to do in PostgreSQL 8.2 in order to make this work. Does anyone know the answer to this? Thanks,

[Dspace-tech] tcpip_socket parameter in postgresql.conf?

2008-03-24 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
I'm confused. I thought we had to have tcpip_socket = true on our postgresql.conf file in PostgreSQL 8.2/DSpace 1.4.2, but when I put it in there and try and start postmaster, it gives me an error about invalid parameter tcpip_socket. Do I need this or not? We are running Sun's webserver 7 -

[Dspace-tech] DSpace/PostgreSQL error

2008-03-19 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
We are trying to bring up a new machine with Dspace 1.4.2 and PostgreSQL 8.2 (Solaris 10). It looks like DSpace is configured correctly (the web page will come up, but it gets an Internal Error). We can query the database at the command line level, but cannot get to the database in PGAdminIII.

[Dspace-tech] Hung User connections in DSpace 1.4.2 w/postgreSQL 7.3.4

2008-03-14 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
We have been looking at ways to improve DSpace performance since we have been experiencing poor performance on our Browse options in version 1.4.2. A User emailed me yesterday that performance was really, really bad and I found 34 postgreSQL connections, some of them more than 2 days old. I had

Re: [Dspace-tech] Error in filter-media

2008-03-05 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Oh well...we are running 1.4.2. :-( Any other ideas? Thanks, Sue -Original Message- From: Scott Phillips [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2008 12:50 AM To: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] Cc: dspace-tech@lists.sourceforge.net Subject: Re

Re: [Dspace-tech] Moving items to new collection

2008-03-05 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Also don't forget to update owning_collection in the item table. Sue -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mika Stenberg Sent: Wednesday, March 05, 2008 11:31 AM To: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Moving items to

Re: [Dspace-tech] Error in filter-media

2008-03-05 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
That would be great Scott!! Thanks so much for your help. Sue -Original Message- From: Tim Donohue [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2008 11:49 AM To: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] Cc: Scott Phillips; dspace-tech@lists.sourceforge.net; [EMAIL

[Dspace-tech] Error in filter-media

2008-03-04 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
We have recently been getting the following error in the filter-media cron: Exception in thread main java.lang.OutOfMemoryError: Java heap space I changed -Xmx256m in the java command in dsrun to -Xmx512m (documentation says that's the max you can set it to) and we're still getting the

Re: [Dspace-tech] Error in filter-media

2008-03-04 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
: Scott Phillips [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2008 7:28 PM To: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Error in filter-media Oh, Sorry. The parameters go into your dspace.cfg. They are both boolean

[Dspace-tech] Poor response time in DSpace 1.4.2

2008-02-27 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
We are experiencing poor response time in DSpace 1.4.2 with postgreSQL 7.3.4. We are also getting a frequent error that says: 2008-02-27 14:47:15,429 WARN org.dspace.app.webui.servlet.DSpaceServlet @ anonymous:no_context:database_error:Backend start-up failed: FATAL: Non-superuser connection

[Dspace-tech] Slow response when clicking on a Community in DSpace 1.4.2

2007-12-04 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Hi, We have been noticing that in our Production instance of DSpace, version 1.4.2, that the response time is very, very slow when you click on a Community. This only happens when you click on a Community name. Response time when you click on a Collection is fine. Also, the response time

Re: [Dspace-tech] Customizing the submission procedure

2007-11-08 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
more before the 1.5 final release). - Tim Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] wrote: Hi Tim, I just finished configuring our submission process for a specific Collection yesterday, however, I was only able to figure out how to minimize the describe page(s) by creating

[Dspace-tech] Is anyone using encryption in DSpace?

2007-10-23 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Hi, We are currently running a Production instance of DSpace 1.4.2 and would like to find out what we would need to do in order to implement encryption capabilities in DSpace? We may only need to be able to encrypt documents, however I'd like to hear from anyone who has encrypted either

Re: [Dspace-tech] title wise default listing the item in the collectionhome page

2007-10-03 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
You can browse by title within a Collection. Sue Walker-Thornton NASA Langley Research Center ConITS Contract [EMAIL PROTECTED] From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Shali 9846303531 Sent: Wednesday, October 03, 2007 5:51 AM