Re: [Dspace-tech] Submitting items to multiple collection

2009-01-29 Thread Mutsikiwa Admire
Hi Vezina,
I was looking for a way to submit to multiple collections and I came across
the correspondence below.   I am running a DSpace site at the University of
Zimbabwe for our Institutional Repository. I am currently on DSpace 1.4.X. I
will greatly appreciate it if you could send me your PL/pgSQL script so that
I can cron to allow a submitted item to appear in another collection. 

-Original Message-
From: Vezina Marie-Helene [mailto:marie-helene.vez...@umontreal.ca] 
Sent: Friday, November 14, 2008 10:05 PM
To: Jessica Lindholm; dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Submitting items to multiple collection

Jessica,

We have electronic thesis submitted to specific theses  dissertations
collections (one td collection for each University Department) but we also
needed to have one big collection for all University theses  dissertations.
No these is submitted directly to this later collection though. In order no
to go through the Item mapper each time a thesis was added to individual
departmental td collections, I wrote a PL/pgSQL function that does it
automatically (by selecting id of new submissions made to those departmental
td collections and inserting new lines within the collection2item table). A
cron job runs the function daily (including a [dspace]/bin/index-update). I
can send you the code if you wish.

Regards,

Marie-Hélène Vézina
Librarian · Digital Project Initiatives
Librairies, Université de Montréal


 

 -Message d'origine-
 De : Jessica Lindholm [mailto:jessica.lindh...@mah.se] 
 Envoyé : 14 novembre 2008 10:13
 À : dspace-tech@lists.sourceforge.net
 Cc : Jessica Lindholm
 Objet : [Dspace-tech] Submitting items to multiple collection
 
 Hello DSpacers,
 
 I would like to allow users to submit to one specific 
 collection, but the item itself to also belong to another 
 collection* automatically, which would correspond in my mind 
 to some kind of automated Item mapper.  Is that possible in 
 DSpace 1.4.2 ** somehow? 
 
 Any hints are welcome!
 
 Kind regards
 Jessica
 
 * In this specific case it's dissertations that we would like 
 to group up to allow for e.g. news feeds for all new 
 dissertations across the organisational departments (DSpace 
 Communities) at the university.
 
 ** I can see how xslt could do the trick for 1.5.* by setting 
 up a faceted browse-per-item template, but we are not there yet here.
 
 
 
 Jessica Lindholm
 
 Malmö högskola
 Bibliotek och IT
 Orkanenbiblioteket
 205 06 Malmö
 
 Malmö University
 Library and IT Service
 Orkanen Library
 205 06 Malmö
 Sweden
  
 jessica.lindh...@mah.se
 +46 (0)40 665 71 39
 http://www.mah.se/bit
 http://homeweb.mah.se/~bijeli/
 http://www.linkedin.com/in/jessical
 
 --
 This message has been scanned for viruses and dangerous 
 content by MailScanner, and is believed to be clean.
 
 
 --
 ---
 This SF.Net email is sponsored by the Moblin Your Move 
 Developer's challenge
 Build the coolest Linux based applications with Moblin SDK  
 win great prizes
 Grand prize is a trip for two to an Open Source event 
 anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Passing query parameters to search

2009-01-29 Thread mikan.d.dspace listmail
If I understand correctly, the simple search (on navigation bar)
searches from all the metadata fields and fulltext.
Is it possible to narrow the search to specific field like below , or
is fulltext always included in the search?

http://site.org/dspace/search?query=;(author:Klaukka, T)

Thanks,
Mika

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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

2009-01-29 Thread Claudia Jürgen
Hi Mika,


 If I understand correctly, the simple search (on navigation bar)
 searches from all the metadata fields and fulltext.
not quite, afaik it searches all the fields indexed and the full text.
The field indexed are defined in dspace.cfg:
search.index.1 = author:dc.contributor.*
search.index.2 = author:dc.creator.*
search.index.3 = title:dc.title.*
...

 Is it possible to narrow the search to specific field like below , or
 is fulltext always included in the search?
 
 http://site.org/dspace/search?query=;(author:Klaukka, T)
with the advanced search or SRW/U yes.

Hope that helps

Claudia Jürgen



--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Backup Error

2009-01-29 Thread Geetha Rao
Hi,
I have installed Dspace 1.5 on RedHat 9 with Postgresql 8.1. When i
tried to use the command pg_dump , the following error is displayed:

*pg_dump: server version:  ; pg_dump version: 7.3.2*
*pg_dump: aborting because of version mismatch (Use the -i option to proceed
any way)*
**
**
Please, give me the steps to take backup of my DataBase.


Regards,
Geetha
--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Backup Error

2009-01-29 Thread Mark H. Wood
On Thu, Jan 29, 2009 at 03:31:24PM +0530, Geetha Rao wrote:
 I have installed Dspace 1.5 on RedHat 9 with Postgresql 8.1. When i
 tried to use the command pg_dump , the following error is displayed:
 
 *pg_dump: server version:  ; pg_dump version: 7.3.2*
 *pg_dump: aborting because of version mismatch (Use the -i option to proceed
 any way)*

Notice that pg_dump reports its version as 7.3.2, yet you say you're
running PostgreSQL version 8.1.  Apparently there is an older version
of the Pg tools somewhere on your PATH.You need to remove the
older versions of the Pg tools, or rearrange PATH so that the new ones
come first, or specify an explicit path to the version of pg_dump that
you need to use.  You must use a pg_dump that is at least as high a
version as the Pg postmaster process.

I think that 'which -a pg_dump' will show you all of the versions of
pg_dump which are visible on your PATH.  This may help you track down
the version you need.

If you have a good reason to maintain two versions of Pg on your host,
you should be aware that cron jobs may be run with a very different
PATH from the one you get in an interactive session.  Just because the
commands run interactively does not guarantee that you will get the
same versions in an automated backup job.

-- 
Mark H. Wood, Lead System Programmer   mw...@iupui.edu
Friends don't let friends publish revisable-form documents.


pgpLVzQRZHkMn.pgp
Description: PGP signature
--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] dspace build error

2009-01-29 Thread Van Ly

Hi,

When trying to build dspace in netbeans 6.1, has anyone seen this and got 
around it?

Downloading: 
http://repo1.maven.org/maven2/commons-io/commons-io/1.4/commons-io-1.4.pom
[ERROR]Runtime Exception thrown during execution
[ERROR]null

I have built dspace successfully on sun's jdk, in this case, is openjdk the 
issue?

--- java details

$ readlink -e /usr/bin/java
/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre/bin/java

--- full dspace build details:

Scanning for projects...
Reactor build order: 
  DSpace Addon Modules
  DSpace XML-UI (Manakin) :: Web Application
  DSpace LNI :: Web Application
  DSpace OAI :: Web Application
  DSpace JSP-UI :: Web Application
  DSpace SWORD :: Web Application
  DSpace Assembly and Configuration
project-execute
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.2/maven-clean-plugin-2.2.pom
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.2/maven-clean-plugin-2.2.jar
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/shared/file-management/1.2/file-management-1.2.pom
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom
Downloading: 
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom
Downloading: 
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/shared/file-management/1.2/file-management-1.2.jar
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar
[#clean]
[clean:clean]
[#package]
[site:attach-descriptor]
[#install]
[install:install]
Installing /home/vly/var/bag/system/project/dspace-1_5_1/dspace/modules/pom.xml 
to /home/vly/.m2/repository/org/dspace/modules/1.5.1/modules-1.5.1.pom
project-execute
[#clean]
[clean:clean]
[#process-resources]
[resources:resources]
Using default encoding to copy filtered resources.
[#compile]
Downloading: 
http://repo1.maven.org/maven2/commons-io/commons-io/1.4/commons-io-1.4.pom
[ERROR]Runtime Exception thrown during execution
[ERROR]null

Thanks,

--
Van Ly : University of Sydney Library

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Backup Error

2009-01-29 Thread Van Ly

Hi,

Check if you've more than one pg_dump on your system by

 updatedb ; locate pg_dump

And, if there are multiples, to get an indication of version numbers, for each

 rpm -qf /absolute/path/to/pg_dump

--
Van Ly : University of Sydney Library



-Original Message-
From: Geetha Rao [mailto:iictdsp...@gmail.com]
Sent: Thu 29/01/2009 9:01 PM
To: DSpace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Backup Error
 
Hi,
I have installed Dspace 1.5 on RedHat 9 with Postgresql 8.1. When i
tried to use the command pg_dump , the following error is displayed:

*pg_dump: server version:  ; pg_dump version: 7.3.2*
*pg_dump: aborting because of version mismatch (Use the -i option to proceed
any way)*
**
**
Please, give me the steps to take backup of my DataBase.


Regards,
Geetha

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] dspace build error

2009-01-29 Thread Claudia Jürgen
Hi Van,

yes you should use Sun's jdk.

Hope that helps

Claudia Jürgen


Van Ly schrieb:
 Hi,
 
 When trying to build dspace in netbeans 6.1, has anyone seen this and got 
 around it?
 
 Downloading: 
 http://repo1.maven.org/maven2/commons-io/commons-io/1.4/commons-io-1.4.pom
 [ERROR]Runtime Exception thrown during execution
 [ERROR]null
 
 I have built dspace successfully on sun's jdk, in this case, is openjdk the 
 issue?
 
 --- java details
 
 $ readlink -e /usr/bin/java
 /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre/bin/java
 
 --- full dspace build details:
 
 Scanning for projects...
 Reactor build order: 
   DSpace Addon Modules
   DSpace XML-UI (Manakin) :: Web Application
   DSpace LNI :: Web Application
   DSpace OAI :: Web Application
   DSpace JSP-UI :: Web Application
   DSpace SWORD :: Web Application
   DSpace Assembly and Configuration
 project-execute
 Downloading: 
 http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.2/maven-clean-plugin-2.2.pom
 Downloading: 
 http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.2/maven-clean-plugin-2.2.jar
 Downloading: 
 http://repo1.maven.org/maven2/org/apache/maven/shared/file-management/1.2/file-management-1.2.pom
 Downloading: 
 http://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom
 Downloading: 
 http://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom
 Downloading: 
 http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom
 Downloading: 
 http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
 Downloading: 
 http://repo1.maven.org/maven2/org/apache/maven/shared/file-management/1.2/file-management-1.2.jar
 Downloading: 
 http://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar
 [#clean]
 [clean:clean]
 [#package]
 [site:attach-descriptor]
 [#install]
 [install:install]
 Installing 
 /home/vly/var/bag/system/project/dspace-1_5_1/dspace/modules/pom.xml to 
 /home/vly/.m2/repository/org/dspace/modules/1.5.1/modules-1.5.1.pom
 project-execute
 [#clean]
 [clean:clean]
 [#process-resources]
 [resources:resources]
 Using default encoding to copy filtered resources.
 [#compile]
 Downloading: 
 http://repo1.maven.org/maven2/commons-io/commons-io/1.4/commons-io-1.4.pom
 [ERROR]Runtime Exception thrown during execution
 [ERROR]null
 
 Thanks,
 
 --
 Van Ly : University of Sydney Library
 
 
 
 
 
 
 --
 This SF.net email is sponsored by:
 SourcForge Community
 SourceForge wants to tell your story.
 http://p.sf.net/sfu/sf-spreadtheword
 
 
 
 
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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 advanced search option where the pull down in the first search
type field is keyword does the same thing as the simple search,
searching all metadata and documents.  The other keywords in the
advanced search, search the indices that are built according to your
configuration in dspace.cfg.  For instance, if you have the following
search.index defined in your dspace.cfg file:
 search.index.1 = author:dc.contributor.author
and you pull down author in the first search type field on the
advanced search, and enter smith in the search for field, you will
only have Item links returned where metadata field contributor.author
contains the word smith.  Likewise, if you pull down title in the
first search type field on the advanced search, and enter smith in
the search for field, you will only have Item links returned where
metadata field title contains the word smith.

Hope this helps!
Sue

-Original Message-
From: mikan.d.dspace listmail [mailto:mikan.dsp...@gmail.com] 
Sent: Thursday, January 29, 2009 3:13 AM
To: dspace-t...@lists.sourceforge.net.
Subject: [Dspace-tech] Passing query parameters to search

If I understand correctly, the simple search (on navigation bar)
searches from all the metadata fields and fulltext.
Is it possible to narrow the search to specific field like below , or
is fulltext always included in the search?

http://site.org/dspace/search?query=;(author:Klaukka, T)

Thanks,
Mika


--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Manakin cache issues (1.4.2)

2009-01-29 Thread Scott Phillips


yes, there are some cache issues with Manakin 1.1 on DSpace 1.4.2,  
somewhere way back in the email archive for dspace-dev there is a  
patch that fixes the issue... Or alternatively you could update to  
DSpace 1.5.0 or 1.5.1... And finally if it's not going to cause  
problems you can just turn off caching in cocoon:


Open, webapp/sitemap.xmap, and locate the following lines (around line  
168ish)


map:pipes default=caching
map:pipe name=noncaching  
src 
= 
org 
.apache.cocoon.components.pipeline.impl.NonCachingProcessingPipeline

/map:pipe
map:pipe name=caching  
src 
=org.apache.cocoon.components.pipeline.impl.CachingProcessingPipeline

/map:pipe
/map:pipes


Change the default attribute to = 'noncaching' this will turn off  
catching for all pipelines.


Scott--



On Jan 29, 2009, at 12:26 PM, Rafael Henkin wrote:


Hi,

We have been experiencing some problems with the Cocoon  
cache. Sometimes it keeps growing undefinedly. While it’s something  
that doesn’t occur everyday, when it happens we must restart Tomcat  
or the FS will have no space left. We have also noticed that  
sometimes the cache is apparently not used at all.
In cocoon.xconf the transient-store (which from what I  
read defines the Cocoon cache) is set to 1, along with the  
normal store. I would like to know if anyone has any advice  
regarding this?


Thanks,
Rafael Henkin
--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Bug (?) opening a PDF in IR via firefox

2009-01-29 Thread Shane Beers
I'm going to guess this is related to the default functionality of how  
firefox opens PDFs, but I'll ask here anyway. The collection admin for  
a particular section of our IR wrote me saying that she was getting an  
error opening a PDF from the IR. She would get the error The file is  
damaged and could not be repaired from Adobe Acrobat. If she right  
clicked and saved as... to her computer and opened it it was fine. It  
also opened fine from IE. My guess is that Acrobat is trying to open  
the file before it has actually completed downloading. The file is  
27mb, so that could potentially be the issue.

It works fine from my mac and firefox browser, however.

Is this a problem anyone else has run into? If so, is it something  
that can be fixed from DSpace's end?

Thanks.


Shane Beers
Digital Repository Services Librarian
George Mason University
sbe...@gmu.edu
http://mars.gmu.edu
703-993-3742




--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Bug (?) opening a PDF in IR via firefox

2009-01-29 Thread George Kozak

Shane:

Yes, we encountered this problem as well with Firefox. Terry Reese 
from Oregon State told me that there was a patch posted sometime ago 
that forces the browser to initiate a download by setting the 
Content-Disposition header element rather than inline viewing if the 
file is over a specific file size.  The patch is found here:

https://sourceforge.net/tracker/?func=detailatid=319984aid=1751638group_id=19984https://sourceforge.net/tracker/?func=detailatid=319984aid=1751638group_id=19984

The patch sets the threshold to 20 MB.  I set our threshold to 5MB.

At 02:47 PM 1/29/2009, Shane Beers wrote:

I'm going to guess this is related to the default functionality of how
firefox opens PDFs, but I'll ask here anyway. The collection admin for
a particular section of our IR wrote me saying that she was getting an
error opening a PDF from the IR. She would get the error The file is
damaged and could not be repaired from Adobe Acrobat. If she right
clicked and saved as... to her computer and opened it it was fine. It
also opened fine from IE. My guess is that Acrobat is trying to open
the file before it has actually completed downloading. The file is
27mb, so that could potentially be the issue.

It works fine from my mac and firefox browser, however.

Is this a problem anyone else has run into? If so, is it something
that can be fixed from DSpace's end?

Thanks.


Shane Beers
Digital Repository Services Librarian
George Mason University
sbe...@gmu.edu
http://mars.gmu.edu
703-993-3742




--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


***
George Kozak
Programmer/Analyst Specialist
Division of Library Information Technologies (DLIT), Digital Media Group
501 Olin Library
Cornell University
607-255-8924
***
g...@cornell.edu --
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Bug (?) opening a PDF in IR via firefox

2009-01-29 Thread Daniel Mancusi
Hi Shane,

We've run into this issue as well.  It is indeed an issue with the browser
and not the pdf file itself.  I managed to find the solution on this list,
so I've included it below.

The patch described will force all large (over 20mb I think) bitstreams to
be downloaded as opposed to being viewed in the browser, so make sure that
behavior is acceptable.


Daniel Mancusi
Digital Projects Technologist
Library and Information Technology
Bucknell University
(570)577-1046


[Dspace-tech] Problem viewing PDFs with FirefoxFrom:
dspace-tech-boun...@lists.sourceforge.net on behalf of Reese, Terry
[terry.re...@oregonstate.edu]
Sent: Wednesday, October 03, 2007 10:20 AM
To: George Kozak; dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Problem viewing PDFs with Firefox

I'm not sure what version of Dspace you are using, but there is a patch
for this.  You can find it here:
https://sourceforge.net/tracker/?func=detailatid=319984aid=1751638group
_id=19984.  The issue can be found in both browsers and as the patch
describes, is related to how many pdf viewers render the content inline
within the browser (though, truth be told, I've only ever seen this error
show up while using Adobe's Readers in FireFox -- which is why I switched
to the FoxIt PDF Readers long time ago).

--TR

***
Terry Reese
Cataloger for Networked Resources
Digital Production Unit Head
Oregon State University Libraries
Corvallis, OR  97331
tel: 541-737-6384
email: terry.re...@oregonstate.edu
http: http://oregonstate.edu/~reeset
***


--
--
From: dspace-tech-boun...@lists.sourceforge.net on behalf of George Kozak
Sent: Wed 10/3/2007 6:41 AM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Problem viewing PDFs with Firefox


Hi...

I can't recall if this has been mentioned on the list, but we (at
Cornell) have found a problem with our users viewing PDF's larger
that 6MB from DSpace if they are using Firefox.

For instance, the following item http://hdl.handle.net/1813/3900 has
a PDF that is 6.4MB.  If you try to view it with IE, it's fine.  If
you try to view it with Firefox, you get the message: The file is
damaged and could not be repaired.  I am not sure where the
breakpoint is, but I know that other PDFs less than 6MB can be viewed.

***
George Kozak
Coordinator
Web Development and Management
Digital Media Group
501 Olin Library
Cornell University
607-255-8924
***
g...@cornell.edu


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


-Original Message-
From: Shane Beers [mailto:sbe...@gmu.edu] 
Sent: Thursday, January 29, 2009 2:48 PM
To: dspace-tech Tech
Subject: [Dspace-tech] Bug (?) opening a PDF in IR via firefox

I'm going to guess this is related to the default functionality of how  
firefox opens PDFs, but I'll ask here anyway. The collection admin for  
a particular section of our IR wrote me saying that she was getting an  
error opening a PDF from the IR. She would get the error The file is  
damaged and could not be repaired from Adobe Acrobat. If she right  
clicked and saved as... to her computer and opened it it was fine. It  
also opened fine from IE. My guess is that Acrobat is trying to open  
the file before it has actually completed downloading. The file is  
27mb, so that could potentially be the issue.

It works fine from my mac and firefox browser, however.

Is this a problem anyone else has run into? If so, is it something  
that can be fixed from DSpace's end?

Thanks.


Shane Beers
Digital Repository Services Librarian
George Mason University
sbe...@gmu.edu
http://mars.gmu.edu
703-993-3742




--

This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net

Re: [Dspace-tech] Backup Error

2009-01-29 Thread Geetha Rao
Hi,
 Thanks for your quick reply. I have few more doubts regarding
postgresql. Actually i have installed Postgresql 8.1.3. But recently i have
noticed that Postgresql 7.3 is already present in my system. I think RedHat
9 defaulty gives postgresql 7.3. I have uploaded some articles Through UI in
Dspace. Now, am unable to understand that which version of postgresql is
Dspace using? Its whether postgresql 7.3 or Postgresql 8.1?

   When i used the commands *which psql* , *which pg_dump*. I got
the following output:

*/usr/bin/psql*
*/usr/bin/pg_dump*

I have also used the commands  *pg_dump --version*  *psql --version*. I
got the following output:

*pg_dump (PostgreSQL) 7.3.2*
*psql (PostgreSQL) 7.3.2*

Please help me.

Regards,
Geetha


On Thu, Jan 29, 2009 at 7:16 PM, Van Ly v...@library.usyd.edu.au wrote:


 Hi,

 Check if you've more than one pg_dump on your system by

  updatedb ; locate pg_dump

 And, if there are multiples, to get an indication of version numbers, for
 each

  rpm -qf /absolute/path/to/pg_dump

 --
 Van Ly : University of Sydney Library




 -Original Message-
 From: Geetha Rao [mailto:iictdsp...@gmail.com iictdsp...@gmail.com]
 Sent: Thu 29/01/2009 9:01 PM
 To: DSpace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] Backup Error

 Hi,
 I have installed Dspace 1.5 on RedHat 9 with Postgresql 8.1. When i
 tried to use the command pg_dump , the following error is displayed:

 *pg_dump: server version:  ; pg_dump version: 7.3.2*
 *pg_dump: aborting because of version mismatch (Use the -i option to
 proceed
 any way)*
 **
 **
 Please, give me the steps to take backup of my DataBase.


 Regards,
 Geetha


--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech