Re: [Dspace-tech] Search for date in srw/u

2008-09-16 Thread Klaus Hessellund
No, Actually I have no idea if its in lucene or not. :-$ . I meant it as 
a question. To me it just looked like it was indexed somehow.

Bottom line.  Search for a specific date in srw would make the day :-)

/Klaus


LeVan,Ralph wrote:
 SRW Index Browse does not work in DSpace 1.5.  Mark Diggory has a programmer 
 working on that now.

 The example URL that you attached does not look like a search to me.  It 
 looks like a browse with qualifiers.  Your comment that it doesn't actually 
 return only documents with those dates reinforces that impression.

 Are you really sure there are year and month date indexes in Lucene?  Anyone 
 closer to the application have an opinion?

 Ralph

   
 -Original Message-
 From: Klaus Hessellund [mailto:[EMAIL PROTECTED]
 Sent: Monday, September 15, 2008 4:05 AM
 To: LeVan,Ralph
 Cc: Mika Stenberg; dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] Search for date in srw/u

 Hi Ralph,

 I've tried all searches indexes and they all come with an exception.

 I've just installed 1.5.1 release instead of svn version and get same
 result.

 Is there any way, where I can search for year and month as I can in
 dspace ?

 f.ex if I want all post from 2005-08, i can use :
  http://hostname/xmlui/browse?rpp=20etal=-
 1type=dateissuedsort_by=2order=ASCmonth=12year=2005

 So year and month are some how indexed, and the question is if I can do
 something simelar in srw ?

 Unfortnately I can't specify day in month and dspace gives me posts
 that
 is newer than the specified date. That is, I get posts from the
 specified date and later. It is better that nothing and I can strip
 newer posts in another script. That would be a workaround for me ;-)


 /Klaus






 LeVan,Ralph wrote:
 
 I'm not denying responsibility for this problem, but it looks like a
   
 DSpace issue.  If you walk down that stack trace far enough, you run
 into this:
 
 Caused by: java.lang.NoClassDefFoundError:
   
 com/ibm/icu/text/Normalizer
 
 at

   
 org.dspace.text.filter.DecomposeDiactritics.filter(DecomposeDiactritics
 .java:54)
 
 at

   
 org.dspace.sort.AbstractTextFilterOFD.makeSortString(AbstractTextFilter
 OFD.java:116)
 
 at
   
 org.dspace.sort.OrderFormat.makeSortString(OrderFormat.java:125)
 
 at

   
 org.dspace.browse.BrowseEngine.normalizeJumpToValue(BrowseEngine.java:7
 20)
 
 at
   
 org.dspace.browse.BrowseEngine.browseByValue(BrowseEngine.java:487)
 
 at org.dspace.browse.BrowseEngine.browse(BrowseEngine.java:128)
 at

   
 ORG.oclc.os.SRW.DSpaceLucene.SRWLuceneDatabase.getTermList(SRWLuceneDat
 abase.java:276)
 
 In other words, I've asked DSpace to return a list of terms to me and
   
 in doing that it's invoked its DecomposeDiacritics filter and that
 filter tried to call com.ibm.icu.text.Normalizer, which it couldn't
 find.
 
 Now, as it happens, I believe that names are handled internally by
   
 DSpace and not left to Lucene to handle.  You might want to try
 browsing on yet another index and see what happens.
 
 Ralph



   
 -Original Message-
 From: Klaus Hessellund [mailto:[EMAIL PROTECTED]
 Sent: Friday, September 12, 2008 10:12 AM
 To: LeVan,Ralph
 Cc: Mika Stenberg; dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] Search for date in srw/u

 I can't browse any indexes.  If I search dc.creator for Hansen and
 set
 Response position to 1, I get this exception :

 soapenv:Envelope
 −
 soapenv:Body
 −
 soapenv:Fault
 faultcodesoapenv:Server.userException/faultcode

 
 faultstringjava.lang.reflect.InvocationTargetException/faultstring
 
 −
 detail
 −
 ns1:stackTrace
 java.lang.reflect.InvocationTargetException
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at

 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja
 
 va:39)
 at

 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso
 
 rImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:585)
 at

 
 org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.jav
 
 a:397)
 at

 
 org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.j
 
 ava:186)
 at

 
 org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:32
 
 3)
 at

 
 org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.
 
 java:32)
 at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
 at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
 at

 
 org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:454)
 
 at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281)
 at

 
 ORG.oclc.os.SRW.SRWServlet.processMethodRequest(SRWServlet.java:1397)
 
 at ORG.oclc.os.SRW.SRWServlet.doGet(SRWServlet.java:296)

Re: [Dspace-tech] Mirroring dspace instance

2008-09-16 Thread Robin Taylor
My understanding is that a handle prefix is tied to a specific IP address.
Best to check this with the folk at CNRI who I have always found to be most
helpful.

Cheers, Robin.
 


-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mr Havercamp
Sent: 15 September 2008 17:14
To: Sunita Barve
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Mirroring dspace instance

The replicating server is not on the internet, rather it is on the same
class c network as the production server.

The handle prefix is something we do not need to worry about at this stage
as we are not currently using a global or local handle, although I'm
assuming the handle prefix would be the same for two or more servers in a
cluster as the handle prefix identifies the site and not the individual
server. That said, my understanding of handles is limited (we've just
started investigating setting up a handle for our production
server) and I my assumptions may need correcting.

Cheers


Hayden

Sunita Barve wrote:
 Dear Haver,

 Thanks for your mail.

 Could you pl. tell me whether this replicating server is on Internet 
 and what happens to handle prefix?

 Sunita


 On Mon, 15 Sep 2008, Mr Havercamp wrote:

   
 Sunita Barve wrote:
 
 We would like to mirror our running dspace repository on another server.
 Can anybody tell me how to go about it? We have Fedora Core 8 OS on 
 which dspace 1.5 is installed.

 I am curious to know how to configure handle server and how 
 periodically data will get mirrored on another server.

 Any help is appreciated.

 Sunita Barve
 SIRC-In-Charge
 National Centre for Radio Astrophysics Post Bag No. 3, Pune Univ. 
 Campus Pune 411 007, INDIA Phone : 91-20-25719211
 FAX   : 91-20-25697257 ; 25692149
 Email :[EMAIL PROTECTED]


 
 - 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

   
 We have been mirroring a dspace installation on Ubuntu Server 8.04 
 using rsync and simply replicating the dspace home and postgres home 
 directories on the backup server and all seems to work fine.

 The dspace production server has an rsync daemon running on it and 
 every time the backup server is booted up, it runs it's own service 
 to start the replication process during startup. Alternatively, you 
 could use something like pg_comparator which is effectively rsync for 
 postgres for the database replication.

 If you require periodic updates, you can simply run 
 rsync/pg_comparator via a cron job.

 Cheers


 Hayden

 

 with regards,

 sincerely,

 Sunita Barve
 SIRC-In-Charge
 National Centre for Radio Astrophysics Post Bag No. 3, Pune Univ. 
 Campus Pune 411 007, INDIA Phone : 91-20-25719211
 FAX   : 91-20-25697257 ; 25692149
 Email :[EMAIL PROTECTED]

   


-
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


[Dspace-tech] Postgres database connection fails

2008-09-16 Thread Sangamnerkar Tushar
Hello ,
RHEL 5 DSpace 1.4.2 Java 1.6.0_02  Postgres 8.1.9 
 
while running initdb  message is data exists in folder is the message
Is it necessarey to initdb for pgsql 8.1.9
 
createuser runs ok
 
Error during createdb  -U dspace 
 
could not change to /root
FATAL: Ident authentication failed for user dspace
 
have altered the pgsql.conf   listen_addresses entry
and have added 
 
host dspace dspace 127.0.0.1 255.255.255 md5
local template1 postgres trust
local template1 dspace trust    to pg_hba.conf 
 
Tushar Sangamnerkar
 
 
 
 


  -
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


Re: [Dspace-tech] Postgres database connection fails

2008-09-16 Thread François Parmentier
Hello,

In my understanding, createdb is run under the unix user's rights (here,
root?) you're logged on.
To create a db, you need to be the unix user which runs the postgres daemon.

My 2 cents,
--
François Parmentier / INIST-CNRS

On Tue, Sep 16, 2008 at 12:56 PM, Sangamnerkar Tushar
[EMAIL PROTECTED]wrote:

 Hello ,
 RHEL 5 *DSpace 1.4.2* Java 1.6.0_02  *Postgres 8.1.9*

 while running *initdb*  message is data exists in folder is the message
 Is it necessarey to initdb for pgsql 8.1.9

 createuser runs ok

 *Error during createdb  -U dspace *
 **
 *could not change to /root*
 FATAL: Ident authentication failed for user dspace

 have altered the pgsql.conf   listen_addresses entry
 and have added

 *host dspace dspace 127.0.0.1 255.255.255 md5*
 *local template1 postgres trust*
 *local template1 dspace trust  *  to pg_hba.conf

 Tushar Sangamnerkar






 -
 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


[Dspace-tech] DSpace 1.4.2, Windows: CreateAdministrator fails

2008-09-16 Thread François Parmentier
Hello,

I just installed DSpace 1.4.2 on Windows 2000, with Eclipse.
Tomcat works, as Postgres, but I can't create an administrator:

D:\parmentf\mes
documents\workspaceGanymede\irevues-dspace-1.4.2-source\bindsrun.bat
org.dspace.administer.CreateAdministrator
Using DSpace installation in: D:\parmentf\mes
documents\workspaceGanymede\irevues-dspace-1.4.2-source
Exception in thread main java.lang.NoClassDefFoundError:
org/dspace/administer/CreateAdministrator
Caused by: java.lang.ClassNotFoundException:
org.dspace.administer.CreateAdministrator
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)

Here is the CLASSPATH build by the .bat (I echoed it):
.;C:\Program
Files\Java\jre1.6.0_02\lib\ext\QTJava.zip;config;lib\activation.jar
;lib\bcmail-jdk14-135.jar;lib\bcprov-jdk14-135.jar;lib\commons-cli.jar;lib\commo
ns-codec-1.3.jar;lib\commons-collections.jar;lib\commons-dbcp.jar;lib\commons-fi
leupload.jar;lib\commons-io.jar;lib\commons-lang-2.1.jar;lib\commons-pool.jar;li
b\fontbox.jar;lib\handle.jar;lib\jakarta-poi.jar;lib\jargon.jar;lib\jaxen.jar;li
b\jdom.jar;lib\jena.jar;lib\jstl.jar;lib\log4j.jar;lib\lucene.jar;lib\mail.jar;l
ib\mets.jar;lib\oaicat.jar;lib\oro.jar;lib\PDFBox.jar;lib\postgresql-8.2-506.jdb
c2.jar;lib\rome.jar;lib\serializer.jar;lib\servlet.jar;lib\standard.jar;lib\tm-e
xtractors.jar;lib\xalan.jar;lib\xercesImpl.jar;lib\xml-apis.jar

Although it seems that src is NOT in CLASSPATH, when I add it, it does not
work either.
--
François PARMENTIER / INIST-CNRS

PS: I forgot to mention that plain 1.4.2 buildpath.bat does not work on my
Windows 2000: I had to change

set DSPACE_CLASSPATH=%DSPACE_CLASSPATH%;%~s1

into

set DSPACE_CLASSPATH=%DSPACE_CLASSPATH%;%1
-
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


Re: [Dspace-tech] DSpace 1.4.2, Windows: CreateAdministrator fails

2008-09-16 Thread Mark Diggory

Francois,

You need to run the dsrun script from your installation directory  
(i.e. D:\dspace\bin\dsrun), not the source tree.


Cheers,
Mark

On Sep 16, 2008, at 10:00 AM, François Parmentier wrote:


Hello,

I just installed DSpace 1.4.2 on Windows 2000, with Eclipse.
Tomcat works, as Postgres, but I can't create an administrator:

D:\parmentf\mes documents\workspaceGanymede\irevues-dspace-1.4.2- 
source\bindsrun.bat org.dspace.administer.CreateAdministrator
Using DSpace installation in: D:\parmentf\mes documents 
\workspaceGanymede\irevues-dspace-1.4.2-source
Exception in thread main java.lang.NoClassDefFoundError: org/ 
dspace/administer/CreateAdministrator
Caused by: java.lang.ClassNotFoundException:  
org.dspace.administer.CreateAdministrator

at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)

Here is the CLASSPATH build by the .bat (I echoed it):
.;C:\Program Files\Java\jre1.6.0_02\lib\ext\QTJava.zip;config;lib 
\activation.jar
;lib\bcmail-jdk14-135.jar;lib\bcprov-jdk14-135.jar;lib\commons- 
cli.jar;lib\commo
ns-codec-1.3.jar;lib\commons-collections.jar;lib\commons- 
dbcp.jar;lib\commons-fi
leupload.jar;lib\commons-io.jar;lib\commons-lang-2.1.jar;lib 
\commons-pool.jar;li
b\fontbox.jar;lib\handle.jar;lib\jakarta-poi.jar;lib\jargon.jar;lib 
\jaxen.jar;li
b\jdom.jar;lib\jena.jar;lib\jstl.jar;lib\log4j.jar;lib 
\lucene.jar;lib\mail.jar;l
ib\mets.jar;lib\oaicat.jar;lib\oro.jar;lib\PDFBox.jar;lib 
\postgresql-8.2-506.jdb
c2.jar;lib\rome.jar;lib\serializer.jar;lib\servlet.jar;lib 
\standard.jar;lib\tm-e

xtractors.jar;lib\xalan.jar;lib\xercesImpl.jar;lib\xml-apis.jar

Although it seems that src is NOT in CLASSPATH, when I add it, it  
does not work either.

--
François PARMENTIER / INIST-CNRS

PS: I forgot to mention that plain 1.4.2 buildpath.bat does not  
work on my Windows 2000: I had to change


set DSPACE_CLASSPATH=%DSPACE_CLASSPATH%;%~s1

into

set DSPACE_CLASSPATH=%DSPACE_CLASSPATH%;%1

-- 
---
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


[Dspace-tech] LDAP authentication

2008-09-16 Thread Bin Zhang
I am new to DSpace (and to Java).  I have a couple of very basic/dumb questions:

 

I have just installed DSpace 1.5.1 on a Ubuntu server.  I would like to enable 
authentication against LDAP server (AD).  From the documentation, it seems that 
LDAP authentication only work with JSPUI, not XMLUI.  Is this true?  What will 
it take to make it work with XMLUI?

 

I have not actually tried with JSPUI, but I could not find where in dspace.cfg 
I could specify a binding ID and password.

 

Can someone help me?  Thanks!

 

Bin Zhang

Digital Information Services Librarian

Library Systems  Information Technology Services 

California State University, Sacramento 

2000 State University Drive, East, Sacramento, CA 95819-6039

+1 916 278-5664 (office); +1 916 278-3891 (fax)

[EMAIL PROTECTED]

 

 

 

-
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


[Dspace-tech] moving a collection to a different community

2008-09-16 Thread Karen Estlund
Hi,

After five years or so of running DSpace, we are considering 
reorganizing the hierarchy and structure of our DSpace install. I've 
been using the dsrun CommunityFiliator commands to rearrange communities 
and subcommunities. I would also like to move quite a few collections to 
different communities. Is there a way to do this?

Thanks!

Best,
Karen

-- 
Karen Estlund
Digital Collections Coordinator
Knight Library, University of Oregon
tel: 541-346-1854
email: [EMAIL PROTECTED]


-
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


Re: [Dspace-tech] DSpace 1.4.2, Windows: CreateAdministrator fails

2008-09-16 Thread Claudia Juergen
Salut Francois,

you got to run the command from the dspace installation directory not the
source directory.
During installation you specified the installation directory with the
configuration parameter dspace.dir in dspace.cfg.

Hope that helps

Claudia

 Hello,

 I just installed DSpace 1.4.2 on Windows 2000, with Eclipse.
 Tomcat works, as Postgres, but I can't create an administrator:

 D:\parmentf\mes
 documents\workspaceGanymede\irevues-dspace-1.4.2-source\bindsrun.bat
 org.dspace.administer.CreateAdministrator
 Using DSpace installation in: D:\parmentf\mes
 documents\workspaceGanymede\irevues-dspace-1.4.2-source
 Exception in thread main java.lang.NoClassDefFoundError:
 org/dspace/administer/CreateAdministrator
 Caused by: java.lang.ClassNotFoundException:
 org.dspace.administer.CreateAdministrator
 at java.net.URLClassLoader$1.run(Unknown Source)
 at java.security.AccessController.doPrivileged(Native Method)
 at java.net.URLClassLoader.findClass(Unknown Source)
 at java.lang.ClassLoader.loadClass(Unknown Source)
 at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
 at java.lang.ClassLoader.loadClass(Unknown Source)
 at java.lang.ClassLoader.loadClassInternal(Unknown Source)

 Here is the CLASSPATH build by the .bat (I echoed it):
 .;C:\Program
 Files\Java\jre1.6.0_02\lib\ext\QTJava.zip;config;lib\activation.jar
 ;lib\bcmail-jdk14-135.jar;lib\bcprov-jdk14-135.jar;lib\commons-cli.jar;lib\commo
 ns-codec-1.3.jar;lib\commons-collections.jar;lib\commons-dbcp.jar;lib\commons-fi
 leupload.jar;lib\commons-io.jar;lib\commons-lang-2.1.jar;lib\commons-pool.jar;li
 b\fontbox.jar;lib\handle.jar;lib\jakarta-poi.jar;lib\jargon.jar;lib\jaxen.jar;li
 b\jdom.jar;lib\jena.jar;lib\jstl.jar;lib\log4j.jar;lib\lucene.jar;lib\mail.jar;l
 ib\mets.jar;lib\oaicat.jar;lib\oro.jar;lib\PDFBox.jar;lib\postgresql-8.2-506.jdb
 c2.jar;lib\rome.jar;lib\serializer.jar;lib\servlet.jar;lib\standard.jar;lib\tm-e
 xtractors.jar;lib\xalan.jar;lib\xercesImpl.jar;lib\xml-apis.jar

 Although it seems that src is NOT in CLASSPATH, when I add it, it does not
 work either.
 --
 François PARMENTIER / INIST-CNRS

 PS: I forgot to mention that plain 1.4.2 buildpath.bat does not work on my
 Windows 2000: I had to change

 set DSPACE_CLASSPATH=%DSPACE_CLASSPATH%;%~s1

 into

 set DSPACE_CLASSPATH=%DSPACE_CLASSPATH%;%1
 -
 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


Re: [Dspace-tech] moving a collection to a different community

2008-09-16 Thread Claudia Juergen
Hi Karen,

there is a patch in the patch queue for moving collections, see
http://sourceforge.net/tracker/index.php?func=detailaid=1741872group_id=19984atid=319984
or http://tinyurl.com/5r8yjl
I have not tested it yet.

You might also move the collections on db-level.
Make sure you got a dump before you lay hands on the db.


update community2collection set community_id=NewCommunityID where
community_id=OldCommunityID and collection_id=CollectionID;

Here is an example:

You want to move the Collection with the ID 34 from the Community ID 3 to
Community ID 7.

update community2collection set community_id=7 where community_id=3 and
collection_id=34;

Then you got to run /dspace/bin/index-all or index-update (depends on the
version you are using).

Hope that helps

Claudia



 Hi,

 After five years or so of running DSpace, we are considering
 reorganizing the hierarchy and structure of our DSpace install. I've
 been using the dsrun CommunityFiliator commands to rearrange communities
 and subcommunities. I would also like to move quite a few collections to
 different communities. Is there a way to do this?

 Thanks!

 Best,
 Karen

 --
 Karen Estlund
 Digital Collections Coordinator
 Knight Library, University of Oregon
 tel: 541-346-1854
 email: [EMAIL PROTECTED]


 -
 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


[Dspace-tech] List of files that changed in 1.5.1

2008-09-16 Thread Blanco, Jose
Is there a list of the files that changed for 1.5.1 that could be
provided to the group?

Thank you!
Jose

-
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


Re: [Dspace-tech] List of files that changed in 1.5.1

2008-09-16 Thread Mark Diggory
Jose,

The revision number for the start of the 1.5.1 work was 2869. Heres  
an svn diff summarizing the files that changed.

mdiggory$ svn diff --summarize -r 2869 http://dspace.svn.sf.net/ 
svnroot/dspace/tags/dspace-1_5_1

M  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/config/dstat.map
M  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/config/dspace.cfg
M  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/config/log4j-handle-plugin.properties
M  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/config/log4j.properties
M  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/config/log4j-console.properties
M  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/config/log4j.xml
M  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/CHANGES
M  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/bin/stat-initial
M  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/bin/stat-monthly
M  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/bin/stat-report-initial
D  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/docs/directories.html
D  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/docs/DRISchemaReference.html
D  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/docs/configure.html
D  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/docs/introduction.html
D  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/docs/update.html
D  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/docs/architecture.html
D  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/docs/style.css
D  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/docs/submission.html
D  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/docs/business.html
D  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/docs/history.html
D  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/docs/functional.html
D  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/docs/application.html
D  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/docs/storage.html
D  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/docs/install.html
D  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/docs/index.html
D  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/docs/appendix.html
A  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/docs/docbook/configure.xml
A  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/docs/docbook/introduction.xml
A  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/docs/docbook/update.xml
A  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/docs/docbook/architecture.xml
A  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/docs/docbook/book.xml
A  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/docs/docbook/submission.xml
A  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/docs/docbook/business.xml
A  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/docs/docbook/history.xml
A  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/docs/docbook/functional.xml
A  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/docs/docbook/print.xsl
A  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/docs/docbook/application.xml
A  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/docs/docbook/storage.xml
A  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/docs/docbook/install.xml
A  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/docs/docbook/index.xml
A  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/docs/docbook/appendix.xml
A  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/docs/docbook/html.xsl
A  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/docs/docbook/directories.xml
A  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/docs/docbook/DRISchemaReference.xml
A  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/docs/docbook
A  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/docs/wrapscreen.py
A  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/docs/convert2DB.sh
A  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/docs/html/image/web-ui-flow.gif
A  http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1_5_1/ 
dspace/docs/html/image/DRISchema.png
A  

[Dspace-tech] Server Specs

2008-09-16 Thread Jeffrey Trimble
Does anyone have a set of generic or vendor neutral server  
specifications that they would
like to share with me?  I need to put together ASAP a bid  
proposal.I have been given instructions
to make the specifications vendor neutral (i.e. not to specify SUN or  
IBM, etc.).


I'm looking for format/content more than the amount of money in the  
event you are needing

confidentiality.

Email me directly if you could share.   Thanks in advance,


Jeffrey Trimble
Systems Librarian
Maag Library
Youngstown State University
330-941-2483 (Office)
[EMAIL PROTECTED]
http://www.maag.ysu.edu
http://digital.maag.ysu.edu



-
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


Re: [Dspace-tech] assetstore across multiple partitions

2008-09-16 Thread Kent Nasveschuk
Hi Mark,
John F wrote to you on the partitioning question, but I'm the one who
posed the question. We are building a dspace installation to upgrade the
current which is running on an old box. It is new hardware.

The assetstore(s) will me on a Dell MD1000 array.

I want to partition the array into 2T partitions with XFS file system to
aid in recovery in the event recovery is forced. I don't have a lot
experience with recovery times on large partitions, but smaller
partitions will recover faster.

It sounds like to me you can manually balance data stored on each
partition. How can you configure this through dspace.cfg?

Any suggestions would be appreciated.Thanks.

Kent

On Tue, 2008-09-16 at 14:19 -0400, John Furfey wrote:
 
 
 Begin forwarded message:
 
  From: Mark H. Wood [EMAIL PROTECTED]
  Date: September 10, 2008 4:11:05 PM EDT
  To: dspace-tech@lists.sourceforge.net
  Subject: [Junk released by Allow List] Re: [Dspace-tech] assetstore
  across multiple partitions
  
  
  On Wed, Sep 10, 2008 at 03:35:26PM -0400, John Furfey wrote:
   Is it possible to split up the assetstore directory across
   multiple 
   partitions?
  
  
  You can configure multiple assetstore directories, and they can be
  on
  different partitions.  Only one is designated to be the place that
  new
  submissions go at any particular time.
  
  
  What do you want to accomplish by doing this?
  
  
  -- 
  Mark H. Wood, Lead System Programmer   [EMAIL PROTECTED]
  Typically when a software vendor says that a product is intuitive
  he
  means the exact opposite.
  
  
  -
  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
 
 
 John Furfey
 Digital Systems and Services Coordinator
 MBLWHOI Library
 Woods Hole MA  02543 USA
 PHONE:  508-289-7435
 EMAIL:  [EMAIL PROTECTED]
 http://www.mblwhoilibrary.org
 
 
 
 
 
 
 
-- 
Kent L. Nasveschuk
Systems Administrator
Marine Biological Laboratory
7 MBL Street
Woods Hole, MA 02543
Tel. (508) 289-7263

-
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


Re: [Dspace-tech] assetstore across multiple partitions

2008-09-16 Thread Mark H. Wood
On Tue, Sep 16, 2008 at 03:09:38PM -0400, Kent Nasveschuk wrote:
 Hi Mark,
 John F wrote to you on the partitioning question, but I'm the one who
 posed the question. We are building a dspace installation to upgrade the
 current which is running on an old box. It is new hardware.
 
 The assetstore(s) will me on a Dell MD1000 array.
 
 I want to partition the array into 2T partitions with XFS file system to
 aid in recovery in the event recovery is forced. I don't have a lot
 experience with recovery times on large partitions, but smaller
 partitions will recover faster.

On the other hand, you'll have more partitions to recover.  fsck will
try to do them all in parallel, if they all have the same fs_passno in
/etc/fstab, but there are limits all along the data path which may
constrain the saving you can achieve.  I'm not really into
high-performance storage so I can't offer specific advice about the
potential bottlenecks.
 
 It sounds like to me you can manually balance data stored on each
 partition. How can you configure this through dspace.cfg?

This is the section you need to look at:

# File Storage ##

# Asset (bitstream) store number 0 (zero)
assetstore.dir = /first/assetstore

# Specify extra asset stores like this, counting from 1 upwards:
# assetstore.dir.1 = /second/assetstore
# assetstore.dir.2 = /third/assetstore

# Specify the number of the store to use for new bitstreams with this property
# The default is 0 (zero) which corresponds to the 'assetstore.dir' above
# assetstore.incoming = 1

You would mount a bunch of partitions somewhere, configure
[assetstore.dir, assetstore.dir.1 ... assetstore.dir.99 or whatever]
to point to those mount points, and then from time to time change
assetstore.incoming to the number of the assetstore you want new
submissions to go into.  Each change to assetstore.incoming will
require restarting DSpace.  DSpace will only fill one assetstore at a
time.

-- 
Mark H. Wood, Lead System Programmer   [EMAIL PROTECTED]
Typically when a software vendor says that a product is intuitive he
means the exact opposite.



pgpRlsYT91NCm.pgp
Description: PGP signature
-
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


[Dspace-tech] DSpace 1.5.1: Date issued field problem

2008-09-16 Thread Germán Cuéllar
Hello,

I just install DSpace 1.5.1 (stable version) after a long time of 
inactivity, and I've found a little problem with one data field, date 
field specifically. In Firefox web browser this input field is not 
rendered. Maybe the problem is mine but I don't know its cause.

I don't remember if I had this problem in earlier versions, including 
1.4.2, or if it happens in other browsers because I haven't access to 
Explorer (working with Linux...). However I have made sure that the 
label visibility on /input-forms.xml/ file of date (identifier) issued 
(qualifier) field is correctly set to null value. In fact this label not 
appears.

Has somebody the same problem? Some idea to solve it?

Thanks!

-
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


Re: [Dspace-tech] Adding jar files

2008-09-16 Thread Gary Browne
Hi Mark
 
Thanks again for that info. The reason I asked is that we are attempting
to install the stats add on to 1.5 and it requires a few extra jar
files. We are running the jspui.
 
Only thing is, I'm not sure which pom.xml file to load this dependency
information into (I thought I'd try option 3 for testing)? Would it be
the 
 
$DSPACE_SOURCE/dspace/modules/jspui/pom.xml, or;
$DSPACE_SOURCE/dspace-api/pom.xml, or;
$DSPACE_SOURCE/dspace-jspui/pom.xml
 
Also, should this info go into a particular profile tag?? Sorry, but
maven sort of does my head in...
 
Thanks
Gary
 
 
Gary Browne
Development Programmer
Library IT Services
University of Sydney
ph: 9351-5946
 




From: Mark Diggory [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 11 September 2008 1:12 PM
To: Gary Browne
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Adding jar files


Gary, 

Is this your own private library or some 3rd party tool? They
usually have different approaches which are all appropriate.

The options are basically the following

1.) try to find it as a dependency available in
mvnrepository.com (i.e. its available in the maven central repo and can
be gotten already from there)

2.) install a copy in your local repository

http://maven.apache.org/plugins/maven-install-plugin/usage.html

mvn install:install-file -Dfile=location of file \
-DgroupId=some-group-id-for-your-jar \
-DartifactId=some-name-for-your-jar
-Dversion=version-of-your-jar

and then reference in your pom.xml via

dependency

artifactIdsome-name-for-your-jar/artifactId
groupIdsome-name-for-your-jar/groupId
versionversion-of-your-jar/version
/dependency


3.) probably the easiest (and most effective if you need to
deploy and test on multiple machines locally)

dependency
artifactIdsome-name-for-your-jar/artifactId
groupIdsome-name-for-your-jar/groupId
versionversion-of-your-jar/version
scopesystem/scope
systemPath/path/to/your/file.jar/systemPath !-- put this
inside the project the dependency is required within. --
/dependency

The Last, while easiest, isn't very portable and you;d not be
able to publish the project you use it in into a maven repository for
reuse by others. The most permanent solution is to find a way to have it
deployed into the maven central repository so you can do (1) and all the
users of your library/tool can do (1) as well.

Hope this helps,
Mark

On Sep 10, 2008, at 7:51 PM, Gary Browne wrote:


Hi all
 
I'm trying to install an add on but not sure how/where
to include the .jar files using maven on 1.5.
 
Any assistance would be much appreciated.
 
Thanks
Gary
 
 

Gary Browne
Development Programmer
Library IT Services
University of Sydney
ph: 9351-5946
 


-
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