Re: [Dspace-tech] sshfs assetstore and index-all

2007-03-27 Thread Graham Triggs
Monika,

Your local mount point is /var/www/dspace_root/assetstore - your asset
store is only available (locally) through that path.

However, your config file is set to have reference the datastore
as /dspace/assetstore

(your config likely reads: assetstore.dir=${dspace.dir}/assetstore,
where dspace.dir=/dspace).

Either amend your dspace.cfg to refer set:

assetstore.dir=/var/www/dspace_root/assetstore

or change the local mount point to /dspace/assetstore

G

On Mon, 2007-03-26 at 18:14 -0400, Monika Mevenkamp wrote:
> I run vanilla dspace-1.4 
> with postgres 
> on Ubuntu 
> 
> I used sshfs to mount the assetstore: 
>  sshfs -o allow_other
> [EMAIL PROTECTED]:/dspace/assetstore /var/www/dspace_root/assetstore 
> 
> I am trying to access the test assetsore on another machine, which is
> too big to be copied. 
> Is there something inherently wrong with doing sshfs ? 
> 
> As the dspace user I can list,view, and touch files in the assetstore
> but index-all still dies ungracefully as follows: 
> 
> Creating browse index
> Indexing all Items in DSpace2007-03-26 17:50:21,124 INFO
> org.dspace.core.ConfigurationManager @ DSpace logging installed using
> log4j.properties
>  ... Done
> Creating search index
> 2007-03-26 17:50:55,060 INFO  org.dspace.core.ConfigurationManager @
> DSpace logging installed using log4j.properties
> 2007-03-26 17:50:59,871 DEBUG
> org.dspace.storage.bitstore.BitstreamStorageManager @ Local filename
> for 107718164672031636339452188487841053759
> is /dspace/assetstore/10/77/18/107718164672031636339452188487841053759 
> 2007-03-26 17:50:59,871 DEBUG
> org.dspace.storage.bitstore.BitstreamStorageManager @
> IinputBitStream 
> /dspace/assetstore/10/77/18/107718164672031636339452188487841053759
> Exception in thread "main"
> java.io.FileNotFoundException : 
> /dspace/assetstore/10/77/18/107718164672031636339452188487841053759 (No such 
> file or directory)
> at java.io.FileInputStream.open(Native Method)
> at java.io.FileInputStream.(FileInputStream.java :106)
> at
> edu.sdsc.grid.io.local.LocalFileInputStream.open(LocalFileInputStream.java:171)
> at
> edu.sdsc.grid.io.GeneralFileInputStream.(GeneralFileInputStream.java:145)
> at
> edu.sdsc.grid.io.local.LocalFileInputStream 
> .(LocalFileInputStream.java:139)
> at
> edu.sdsc.grid.io.FileFactory.newFileInputStream(FileFactory.java:454)
> at
> org.dspace.storage.bitstore.BitstreamStorageManager.retrieve(BitstreamStorageManager.java
>  :553)
> at org.dspace.content.Bitstream.retrieve(Bitstream.java:512)
> at
> org.dspace.search.DSIndexer.writeItemIndex(DSIndexer.java:694)
> at
> org.dspace.search.DSIndexer.indexAllItems(DSIndexer.java :397)
> at org.dspace.search.DSIndexer.createIndex(DSIndexer.java:192)
> at org.dspace.search.DSIndexer.main(DSIndexer.java:225)
> 
> The second log message is produced by a log.debug call added in: 
> 
> package org.dspace.storage.bitstore;
> class BitstreamStorageManager.java;
> 
> public static InputStream retrieve(Context context, int id)
> throws SQLException, IOException 
> {
> TableRow bitstream = DatabaseManager.find(context,
> "bitstream", id);
> 
> GeneralFile file = getFile(bitstream);
> log.debug("InputBitStream " + file.getPath()); 
> return (file != null) ? FileFactory.newFileInputStream(file) :
> null;
> }
> 
> 
> Thanks for any tips ? 
> 
> Monika
> 
> -- 
> Monika Mevenkamp 
> Georgia Institute of Technology
> Library and Information Center 
> Phone: 404.385.0108 
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___ DSpace-tech mailing list 
> DSpace-tech@lists.sourceforge.net 
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
This email has been scanned by Postini.
For more information please visit http://www.postini.com


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] [Fwd: DSpace adding a new field]

2007-03-27 Thread berkertore

Hello,

Thanks this worked. We added a lot of fields and appeared a new 
situation; we need to group these fields.
When we check some boxes or choose a combo item, some of these fields 
should be shown and others not.
Can we do this? 


Berker

Jayan Chirayath Kurian wrote:

i think u can try creating a DB field using 
http://hostname:8080/dspace/dspace-admin
select metadata registry and towards the bottom of form there is an 
option to create metadata and qualifier which adds field to DB.
 
Jayan



From: [EMAIL PROTECTED] on behalf of berkertore
Sent: Mon 3/26/2007 9:57 PM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] [Fwd: DSpace adding a new field]

 




--

Berker BEKTÖRE
Information Technology

Sabanci University
Orhanli, Tuzla 34956, Istanbul TURKEY

Web
e-mail
Phone
Fax 	: http://people.sabanciuniv.edu/~berkertore/ 


: [EMAIL PROTECTED] 
: +90.216.483 9174
: +90.216.483 9186

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] 2 Tier Dspace Implementation

2007-03-27 Thread James Rutherford
On Tue, Mar 27, 2007 at 06:09:33PM +0800, Jayan Chirayath Kurian wrote:
> (1) By enabling Telnet service on the DB server, through services.msc,
> client was able to get connected to the DB server. 

As someone else noted, you definitely do not want telnet running on the
server. The use suggested by Stuart was to make sure you could connect
to the postgres tcp port (5432).

> (2) While giving telnet dspace.student.main.ntu.edu.sg 5432 from the
> client, the connection was getting refused. The message displayed was
> "Could not open connection to the host, on port 5432: connection failed"

On the database server, try running

lsof -i tcp:5432

This will let you know whether anything is listening on tcp port 5432.
If it isn't, then postgres has been set up incorrectly. Check to see
what arguments were passed to postgres at startup by running

ps ax | grep post

Which should show something like this:

[EMAIL PROTECTED] ~ $ ps ax | grep postmaster
31529 ?S  0:20 /usr/bin/postmaster -i

Note the -i flag which means my postmaster is listening for tcp
connections.

> (3) In the server, pg_hba was modified to include a single line that
> gives the IP address/subnet of client. 
> 
> hostall all 155.69.24.194 255.255.255.0
> trust

That looks fine, but I wouldn't use 'trust' unless you're restricting
access to that machine by some other means; 'md5' would be safer.

> (4) In the server, postgresql.cfg file was modified to include 
> 
> tcpip_socket=true
> 
> listen_addresses = '*'  

That looks fine.

I'd check the scripts used to start postgres (usually in /etc/init.d/).
Just make sure the -i flag is being passed at startup. What operating
system is the database server running?

Jim

-- 
James Rutherford  |  Hewlett-Packard Limited registered Office:
Research Engineer |  Cain Road,
HP Labs   |  Bracknell,
Bristol, UK   |  Berks
+44 117 312 7066  |  RG12 1HN.
[EMAIL PROTECTED]   |  Registered No: 690597 England

The contents of this message and any attachments to it are confidential and
may be legally privileged. If you have received this message in error, you
should delete it from your system immediately and advise the sender. To any
recipient of this message within HP, unless otherwise stated you should
consider this message and attachments as "HP CONFIDENTIAL".

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] OAI-PMH and Oracle

2007-03-27 Thread Graham Triggs
Hi Rafa,

The timestamps shown on:

http://rua.ua.es:8080/dspace/handle/10045/175?mode=full&submit_simple=Show+full+item+record

are 2007-02-21T10:17:00Z as you say. However, these are all metadata
values (as stored in the METADATAVALUE table).

When OAI-PMH harvesting, DSpace is using the value of the last_modified
column from the ITEM table.

Note that when an item is entered into DSpace, the accessioned,
available, and issued dates are all initially set from the same DCDate
object, so they all have exactly the same date. The last_modified date
is set in another part of the code, using a different Date (not DCDate)
object - not only does that mean it will be in local time and not UTC
(the displayed dates above are UTC), but it will be a slightly different
timestamp based on how much time has elapsed between the metadata values
being set, and the last_modified date being updated.

All of which means that your last_modified column for this item is
presumably about +0100 to the dates specified above. And you may need to
allow another second or two for where the dates are generated.

NB: I've just been testing your OAI, and although you say you have
Mike's patch applied, it doesn't appear to be working - if I adjust for
the local timezone:



Then I get the missing record listed.

Regards,
G 


On Mon, 2007-03-26 at 18:23 +0200, dspace wrote:
> Of course, it was added several days ago...
> Thxs
> 
> 
> Graham Triggs escribió:
> > Are you now running Michael's patch in addition to the one the I sent
> > you?
> >
> > This may be an error in the application of UTC vs. Local Timestamps.
> >
> > G
> >
> > On Mon, 2007-03-26 at 17:57 +0200, dspace wrote:
> >   
> >> It works!!! Now, I've just tried to pass the validation test and I get a 
> >> different error:
> >>
> >> ListRecords response gave a noRecordsMatch error when it should have 
> >> included at least the record with identifier oai:rua.ua.es:10045/175. 
> >> The from and until parameters of the request were set to the datestamp 
> >> of this record (2007-02-21T10:17:00Z). The from and until parameters are 
> >> inclusive, see protocol spec section 2.7.1. The message included in the 
> >> error response was: 'The combination of the values of the from, 
> >> until, set, and metadataPrefix arguments results in an empty list.'
> >>
> >>
> >> I think I've seen this before at dspace-tech or so...
> >>
> >> Thanks again Graham
> >>
> >>
> >> Graham Triggs escribió:
> >> 
> >>> Here you go.
> >>>
> >>> On Mon, 2007-03-26 at 17:08 +0200, Rafa wrote:
> >>>   
> >>>   
>  Hi Graham,
> 
>  Thanks for your work. Oddly, I can´t see the patch! Can you re-send it?
> 
> 
>  Graham Triggs escribió:
>  
>  
> > Hi Rafa,
> >
> > Please try the attached patch.
> >
> > What I think is happening is that the token is being supplied as:
> >
> > 2007-03-26T15:48:30Z
> >
> > - very specifically, as a 20 character string including the final Z. The
> > current oracleTimeStampFunction will try to use the format:
> >
> > -MM-DD"T"HH24:MI:SS.FF"Z"
> >
> > and fall over as the 'Z' doesn't match the expected '.FF'.
> >
> > This patch specifically checks for a 20 character string, and applies
> > the format:
> >
> > -MM-DD"T"HH24:MI:SS"Z"
> >
> > If this works for you, then I will submit it as a patch for inclusion in
> > the next release.
> >
> > G
> >
> > On Fri, 2007-03-23 at 15:03 +0100, dspace wrote:
> >   
> >   
> >   
> >> Hi,
> >>
> >>
> >> I'am absolutely stuck with this issue. The double hyphen that appears 
> >> in 
> >> the AbstractCatalog.granularity definiton in my oaicat.properties was 
> >> a 
> >> writing mistake. I've checked all four files oaicat.properties, 
> >> Harvest.java, DspaceOAICatalog.java and OAIDCCrosswalk.java and 
> >> everything seems to be OK (making a diff). My conclusion is that there 
> >> must be a problem with de time templates which transform the 'time' 
> >> part 
> >> of the TIMESTAMP value in Harvest.java or similar (TO_TIMESTAMP 
> >> function), but, where?
> >>
> >> Thanks again
> >>
> >> Graham Triggs escribió:
> >> 
> >> 
> >> 
> >>> Hi Michael / Rafa,
> >>>
> >>> Was this resolved? (This is the last email of the thread that I have).
> >>>
> >>> I'm looking to see if there are any known outstanding issues with 
> >>> DSpace
> >>> 1.4.1 on Oracle, and offer any assistance in resolving them.
> >>>
> >>> G
> >>>
> >>> On Thu, 2007-03-15 at 09:46 +1000, Michael Judd wrote:
> >>>   
> >>>   
> >>>   
> >>>   
>  Hi Rafa,
> >

Re: [Dspace-tech] sshfs assetstore and index-all

2007-03-27 Thread Mark Diggory
Grahams right Monika, sorry I missed that one...

On Mar 27, 2007, at 4:14 AM, Graham Triggs wrote:

> Monika,
>
> Your local mount point is /var/www/dspace_root/assetstore - your asset
> store is only available (locally) through that path.
>
> However, your config file is set to have reference the datastore
> as /dspace/assetstore
>
> (your config likely reads: assetstore.dir=${dspace.dir}/assetstore,
> where dspace.dir=/dspace).
>
> Either amend your dspace.cfg to refer set:
>
> assetstore.dir=/var/www/dspace_root/assetstore
>
> or change the local mount point to /dspace/assetstore
>
> G
>
> On Mon, 2007-03-26 at 18:14 -0400, Monika Mevenkamp wrote:
>> I run vanilla dspace-1.4
>> with postgres
>> on Ubuntu
>>
>> I used sshfs to mount the assetstore:
>>  sshfs -o allow_other
>> [EMAIL PROTECTED]:/dspace/assetstore /var/www/ 
>> dspace_root/assetstore
>>
>> I am trying to access the test assetsore on another machine, which is
>> too big to be copied.
>> Is there something inherently wrong with doing sshfs ?
>>
>> As the dspace user I can list,view, and touch files in the assetstore
>> but index-all still dies ungracefully as follows:
>>
>> Creating browse index
>> Indexing all Items in DSpace2007-03-26 17:50:21,124 INFO
>> org.dspace.core.ConfigurationManager @ DSpace logging installed using
>> log4j.properties
>>  ... Done
>> Creating search index
>> 2007-03-26 17:50:55,060 INFO  org.dspace.core.ConfigurationManager @
>> DSpace logging installed using log4j.properties
>> 2007-03-26 17:50:59,871 DEBUG
>> org.dspace.storage.bitstore.BitstreamStorageManager @ Local filename
>> for 107718164672031636339452188487841053759
>> is /dspace/assetstore/ 
>> 10/77/18/107718164672031636339452188487841053759
>> 2007-03-26 17:50:59,871 DEBUG
>> org.dspace.storage.bitstore.BitstreamStorageManager @
>> IinputBitStream /dspace/assetstore/ 
>> 10/77/18/107718164672031636339452188487841053759
>> Exception in thread "main"
>> java.io.FileNotFoundException : /dspace/assetstore/ 
>> 10/77/18/107718164672031636339452188487841053759 (No such file or  
>> directory)
>> at java.io.FileInputStream.open(Native Method)
>> at java.io.FileInputStream.(FileInputStream.java :106)
>> at
>> edu.sdsc.grid.io.local.LocalFileInputStream.open 
>> (LocalFileInputStream.java:171)
>> at
>> edu.sdsc.grid.io.GeneralFileInputStream. 
>> (GeneralFileInputStream.java:145)
>> at
>> edu.sdsc.grid.io.local.LocalFileInputStream . 
>> (LocalFileInputStream.java:139)
>> at
>> edu.sdsc.grid.io.FileFactory.newFileInputStream(FileFactory.java:454)
>> at
>> org.dspace.storage.bitstore.BitstreamStorageManager.retrieve 
>> (BitstreamStorageManager.java :553)
>> at org.dspace.content.Bitstream.retrieve(Bitstream.java:512)
>> at
>> org.dspace.search.DSIndexer.writeItemIndex(DSIndexer.java:694)
>> at
>> org.dspace.search.DSIndexer.indexAllItems(DSIndexer.java :397)
>> at org.dspace.search.DSIndexer.createIndex(DSIndexer.java: 
>> 192)
>> at org.dspace.search.DSIndexer.main(DSIndexer.java:225)
>>
>> The second log message is produced by a log.debug call added in:
>>
>> package org.dspace.storage.bitstore;
>> class BitstreamStorageManager.java;
>> 
>> public static InputStream retrieve(Context context, int id)
>> throws SQLException, IOException
>> {
>> TableRow bitstream = DatabaseManager.find(context,
>> "bitstream", id);
>>
>> GeneralFile file = getFile(bitstream);
>> log.debug("InputBitStream " + file.getPath());
>> return (file != null) ? FileFactory.newFileInputStream 
>> (file) :
>> null;
>> }
>>
>>
>> Thanks for any tips ?
>>
>> Monika
>>
>> -- 
>> Monika Mevenkamp
>> Georgia Institute of Technology
>> Library and Information Center
>> Phone: 404.385.0108
>> - 
>> 
>> Take Surveys. Earn Cash. Influence the Future of IT
>> Join SourceForge.net's Techsay panel and you'll get the chance to  
>> share your
>> opinions on IT & business topics through brief surveys-and earn cash
>> http://www.techsay.com/default.php? 
>> page=join.php&p=sourceforge&CID=DEVDEV
>> ___ DSpace-tech  
>> mailing list DSpace-tech@lists.sourceforge.net https:// 
>> lists.sourceforge.net/lists/listinfo/dspace-tech
> This email has been scanned by Postini.
> For more information please visit http://www.postini.com
>
>
> -- 
> ---
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to  
> share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php? 
> page=join.php&p=sourceforge&CID=DEVDEV
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/list

Re: [Dspace-tech] 2 Tier Dspace Implementation

2007-03-27 Thread Jayan Chirayath Kurian
hi! Jim
 
we have Dspace 1.4.1 on Windows 2003 standard edition R2 with tomcat 6.0 and 
postgresql 8.1
 
(1) i will disable the telnet serive on the server. But disabling telnet 
service even disconnects telnet IPaddress. (without 5432 port)
(2) in windows, is there any specific directory where i need to run "lsof -i 
tcp:5432" 
(3) For windows environment how shall i execute "ps ax | grep post" 
(4)For windows under "data" folder which file i need to check that starts 
progresql and the -i flag. 

Thanks for your reply.
 
Regards,
Jayan




From: James Rutherford [mailto:[EMAIL PROTECTED]
Sent: Tue 3/27/2007 6:30 PM
To: Jayan Chirayath Kurian
Cc: Michael Judd; dspace-tech@lists.sourceforge.net; Stuart Lewis [sdl]
Subject: Re: [Dspace-tech] 2 Tier Dspace Implementation



On Tue, Mar 27, 2007 at 06:09:33PM +0800, Jayan Chirayath Kurian wrote:
> (1) By enabling Telnet service on the DB server, through services.msc,
> client was able to get connected to the DB server.

As someone else noted, you definitely do not want telnet running on the
server. The use suggested by Stuart was to make sure you could connect
to the postgres tcp port (5432).

> (2) While giving telnet dspace.student.main.ntu.edu.sg 5432 from the
> client, the connection was getting refused. The message displayed was
> "Could not open connection to the host, on port 5432: connection failed"

On the database server, try running

lsof -i tcp:5432

This will let you know whether anything is listening on tcp port 5432.
If it isn't, then postgres has been set up incorrectly. Check to see
what arguments were passed to postgres at startup by running

ps ax | grep post

Which should show something like this:

[EMAIL PROTECTED] ~ $ ps ax | grep postmaster
31529 ?S  0:20 /usr/bin/postmaster -i

Note the -i flag which means my postmaster is listening for tcp
connections.

> (3) In the server, pg_hba was modified to include a single line that
> gives the IP address/subnet of client.
>
> hostall all 155.69.24.194 255.255.255.0
> trust

That looks fine, but I wouldn't use 'trust' unless you're restricting
access to that machine by some other means; 'md5' would be safer.

> (4) In the server, postgresql.cfg file was modified to include
>
> tcpip_socket=true
>
> listen_addresses = '*' 

That looks fine.

I'd check the scripts used to start postgres (usually in /etc/init.d/).
Just make sure the -i flag is being passed at startup. What operating
system is the database server running?

Jim

--
James Rutherford  |  Hewlett-Packard Limited registered Office:
Research Engineer |  Cain Road,
HP Labs   |  Bracknell,
Bristol, UK   |  Berks
+44 117 312 7066  |  RG12 1HN.
[EMAIL PROTECTED]   |  Registered No: 690597 England

The contents of this message and any attachments to it are confidential and
may be legally privileged. If you have received this message in error, you
should delete it from your system immediately and advise the sender. To any
recipient of this message within HP, unless otherwise stated you should
consider this message and attachments as "HP CONFIDENTIAL".


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] 2 Tier Dspace Implementation

2007-03-27 Thread James Rutherford
On Tue, Mar 27, 2007 at 08:23:09PM +0800, Jayan Chirayath Kurian wrote:
> we have Dspace 1.4.1 on Windows 2003 standard edition R2 with tomcat
> 6.0 and postgresql 8.1

In this case, everything I said doesn't apply. They're linux commands. I
have no idea how to set up postgres on windows, sorry. There must be
some good postgres-on-windows tutorials out there somewhere.

Jim

-- 
James Rutherford  |  Hewlett-Packard Limited registered Office:
Research Engineer |  Cain Road,
HP Labs   |  Bracknell,
Bristol, UK   |  Berks
+44 117 312 7066  |  RG12 1HN.
[EMAIL PROTECTED]   |  Registered No: 690597 England

The contents of this message and any attachments to it are confidential and
may be legally privileged. If you have received this message in error, you
should delete it from your system immediately and advise the sender. To any
recipient of this message within HP, unless otherwise stated you should
consider this message and attachments as "HP CONFIDENTIAL".

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] RE : Media Filter

2007-03-27 Thread Tellier, Stephane
Hi Jake,
 
I'm actually working at Library and national Archives of Quebec and we have 
plenty of those kind of pdfs, and i can tell you with no doubt that it is not 
possible for DSpace to retrieve text from image-based PDFs. For that, you will 
first need to use an OCR tool (Optical Character Recognition) that will try to 
retrieve as most as possible the texts from the images. Some tools are quite 
affordable but they aren't very efficient. If your images contains well 
formated texts with readable and constant fonts, you will have a better success 
with those tools. But if you have "not so good" scanning of old newspaper, 
forget it. For microfilms, I don't know if OCR are efficient.
Mind that this process can become very expensive if you consider all of the 
possible solutions that exists to do such things, like companies specialising 
in this kind of works, but it can easily reach like 2$ per page (or image, or 
pdfs) if the text is really difficult to read. And there is a good chance that 
it will not be able to retrieve 100% of text contained in the image.



De: [EMAIL PROTECTED] de la part de Cameron, Jacob
Date: lun. 2007-03-26 17:37
À: dspace-tech@lists.sourceforge.net
Objet : [Dspace-tech] Media Filter



Is media filter able to pull any text out of the straight image-based
PDF's (like the ones Library and Archives Canada returns to people)?
Most of these pdfs were taken from microfilm from LAC and I have a
sneaking suspicion that the answer will probably be no.

Jake

--
Jake Cameron, BCSc(UNB)
Technical Specialist III
Library Systems and Web Services
University of Lethbridge
Phone: (403) 329-2756
Office: L1110C
Email: [EMAIL PROTECTED]


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Hardware requirements

2007-03-27 Thread berkertore

Hi,

Where can i find dspace hardware requirements?

Thanks.


Berker BEKTÖRE
Information Technology

Sabanci University
Orhanli, Tuzla 34956, Istanbul TURKEY

Web
e-mail
Phone
Fax 	: http://people.sabanciuniv.edu/~berkertore/ 


: [EMAIL PROTECTED] 
: +90.216.483 9174
: +90.216.483 9186

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Google Summer of Code - Status?

2007-03-27 Thread Christian Voelker
Hello,

I am curious. Are there any applicants for a DSpace proposal
for Google SoC?

We managed to mail some professors at the local university
(Hamburg, Germany) and get a poster put up at the informatics
library within the last week of the application period to tell
students that there are users nearby where they can meet people
working with DSpace, but nobody came back to us. Maybe it was
just the wrong time because of our holiday season.

BTW, when I saw the professional poster layout available for
the Gnome project I thought, that we should have something
similar at hand for DSpace by next year:



Bye, Christian


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Google Summer of Code - Status?

2007-03-27 Thread Richard Jones
Hi Christian,

Yes, we have quite a number of applications, although we're still in the 
process of reviewing them.  Hopefully within the next couple of days we 
should have had enough time to look through them and put some feedback 
onto the lists so that people know what's going on.  We have proposals 
covering many areas of the system from the database layer, through the 
archival side of things, right up to the UI and statistics.

Cheers,

Richard

> I am curious. Are there any applicants for a DSpace proposal
> for Google SoC?
> 
> We managed to mail some professors at the local university
> (Hamburg, Germany) and get a poster put up at the informatics
> library within the last week of the application period to tell
> students that there are users nearby where they can meet people
> working with DSpace, but nobody came back to us. Maybe it was
> just the wrong time because of our holiday season.
> 
> BTW, when I saw the professional poster layout available for
> the Gnome project I thought, that we should have something
> similar at hand for DSpace by next year:
> 
> 
> 
> Bye, Christian
> 
> 
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech


-- 
Richard

Richard Jones| t: +44 (0)20 759 [48614 / 41815]
Web & Database   | e: [EMAIL PROTECTED]
   Technology Specialist  | b: http://chronicles-of-richard.blogspot.com/
Imperial College London  |


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] 2 Tier Dspace Implementation

2007-03-27 Thread NS Hashmi, Information Systems and Computing
Hi Jayan,

The server hosting your database needs to accept outside connections to 
port 5432. The issue you have may lie with your firewall settings? You need 
to ensure that the firewall on your database host accepts TCP connections 
on port 5432. I'm not sure how you would check the firewall settings on 
Windows.

Hope this helps.

Naveed


Message: 2
Date: Tue, 27 Mar 2007 20:23:09 +0800
From: "Jayan Chirayath Kurian" <[EMAIL PROTECTED]>
Subject: Re: [Dspace-tech] 2 Tier Dspace Implementation
To: "James Rutherford" <[EMAIL PROTECTED]>
Cc: dspace-tech@lists.sourceforge.net, "Stuart Lewis \[sdl\]"
<[EMAIL PROTECTED]>
Message-ID:
<[EMAIL PROTECTED]>

Content-Type: text/plain; charset="iso-8859-1"

hi! Jim

we have Dspace 1.4.1 on Windows 2003 standard edition R2 with tomcat 6.0 
and postgresql 8.1

(1) i will disable the telnet serive on the server. But disabling telnet 
service even disconnects telnet IPaddress. (without 5432 port)
(2) in windows, is there any specific directory where i need to run "lsof 
-i tcp:5432"
(3) For windows environment how shall i execute "ps ax | grep post"
(4)For windows under "data" folder which file i need to check that starts 
progresql and the -i flag.

Thanks for your reply.

Regards,
Jayan




Naveed Hashmi
Information Systems and Computing
University of Bristol
[EMAIL PROTECTED]



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Google Summer of Code - Status?

2007-03-27 Thread Mark Diggory
I seem not to be in the loop. Where to I view/review the applicants?  
Is there anyway I can get this information via email?
On Mar 27, 2007, at 9:37 AM, Richard Jones wrote:

> Hi Christian,
>
> Yes, we have quite a number of applications, although we're still  
> in the
> process of reviewing them.  Hopefully within the next couple of  
> days we
> should have had enough time to look through them and put some feedback
> onto the lists so that people know what's going on.  We have proposals
> covering many areas of the system from the database layer, through the
> archival side of things, right up to the UI and statistics.
>
> Cheers,
>
> Richard
>
>> I am curious. Are there any applicants for a DSpace proposal
>> for Google SoC?
>>
>> We managed to mail some professors at the local university
>> (Hamburg, Germany) and get a poster put up at the informatics
>> library within the last week of the application period to tell
>> students that there are users nearby where they can meet people
>> working with DSpace, but nobody came back to us. Maybe it was
>> just the wrong time because of our holiday season.
>>
>> BTW, when I saw the professional poster layout available for
>> the Gnome project I thought, that we should have something
>> similar at hand for DSpace by next year:
>>
>> 
>>
>> Bye, Christian
>>
>>
>> - 
>> 
>> Take Surveys. Earn Cash. Influence the Future of IT
>> Join SourceForge.net's Techsay panel and you'll get the chance to  
>> share your
>> opinions on IT & business topics through brief surveys-and earn cash
>> http://www.techsay.com/default.php? 
>> page=join.php&p=sourceforge&CID=DEVDEV
>> ___
>> DSpace-tech mailing list
>> DSpace-tech@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
>
> -- 
> Richard
> -- 
> --
> Richard Jones| t: +44 (0)20 759 [48614 / 41815]
> Web & Database   | e: [EMAIL PROTECTED]
>Technology Specialist  | b: http://chronicles-of- 
> richard.blogspot.com/
> Imperial College London  |
> -- 
> --
>
> -- 
> ---
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to  
> share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php? 
> page=join.php&p=sourceforge&CID=DEVDEV
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech

~
Mark R. Diggory - DSpace Systems Manager
MIT Libraries, Systems and Technology Services
Massachusetts Institute of Technology
Office: E25-131
Phone: (617) 253-1096



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] XSL and SRW

2007-03-27 Thread orlando carvalho

Hi!
I'm using SRW to acess the content of Dspace and it is working!
Probably this might be a silly question but when i apply the XSL below to
the XML files, it gives the output i want but the ""
line is always in the output!!I think it's weird and I would like to
remove it from the output!Does anibosy know how?Thanks


http://www.w3.org/1999/XSL/Transform";
   xmlns:dc="http://purl.org/dc/elements/1.1/";
xmlns:srw_dc="info:srw/schema/1/dc-v1.1">

   
   
   

   

   AUTOR: 
   TITULO: 
   DESCRICAO: 

   

##
--
Orlando Carvalho
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] ui customization question

2007-03-27 Thread Sarah Ryder

Thank you, Michael and Monika.  I knew what the problem was, but didn't 
realize I needed to rebuild and redeploy for my changes to take effect. 
It's all working now that I've done that.

Thanks!

-Sarah Ryder
Web Development
Hampshire College
413.559.5477

On Tue, 27 Mar 2007, Michael Judd wrote:

> Hi Sarah,
> You might want to double check that your
> config/language-packs/Messages.properties file actually contains mappings
> for "itemlist.dc.date" etc. and that you have executed an "ant update"
> which copies the language pack files to ${dspace.dir}/config and also
> builds them into the war files (that you have to redeploy).
> If you see strings like "???itemlist.dc.date???" it means DSpace couldn't
> find the mapping for the value between the "???"s.
>
> Regards,
>
> Michael Judd
>
> Nathan Campus, Griffith University.
> Brisbane 4111. Australia.
>
> [EMAIL PROTECTED]
> 07 3735 3801
>
>
>
> Sarah Ryder <[EMAIL PROTECTED]>
> Sent by: [EMAIL PROTECTED]
> 27/03/2007 08:10 AM
>
> To
> dspace-tech@lists.sourceforge.net
> cc
>
> Subject
> [Dspace-tech] ui customization question
>
>
>
>
>
>
>
> Hello All
>
> I'm attempting to change the display on my item search to reflect
> different
> metadata.  I've changed dspace.cfg to change the functionality, and I've
> also
> changed Message.properties to reflect the proper display items, but for
> some
> reason on my search results and item display page I'm getting the
> following for
> labels:
> ???itemlist.dc.date???
> ???itemlist.dc.title.preferred???
> and
> ???metadata.dc.title.preferred???
> ???metadata.dc.date???
>
> The functionality seems to be working, but the labels are incorrect.  Is
> there
> maybe something I need to do/run after changing Message.properties?
>
> Thanks in advance for any suggestions you may have.
>
> -Sarah Ryder
> Web Development
> Hampshire College
> 413.559.5477
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
>

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Submit exception

2007-03-27 Thread Ricardo Beltrán
Hi,
I've finally solve this issue it was my fault because my collection the 
submitters group in that collection
did not have authorization to ADD in the collection.

I think that the permission and authorization options is the most 
complex part at DSpace and I haven´t
found good docs or example about particular implementation about this.

Do you happen to know about some good docs and examples of the 
Authorization task in DSpace?

Best regards.


[EMAIL PROTECTED] wrote:
>
> Message: 1
> Date: Mon, 26 Mar 2007 08:52:51 -0600
> From: Ricardo Beltr?n <[EMAIL PROTECTED]>
> Subject: [Dspace-tech] Submit exception
> To: DSpace-tech@lists.sourceforge.net
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi guys, 
> I had problems while trying to submit items to DSpace through the Web 
> interface, my system is using the following packages
>
> Debian Sage
> PostreSQL
> Tomcat 5.5 (I've used the debian and the standalone package from apache)
> DSpace 1.3.2
>
> I've found not reported bugs about this issue.
> Any ideas? 
>
> Thanks in advance
>
> *
>
> Mar 22, 2007 3:25:09 PM org.apache.catalina.core.StandardWrapperValve invoke
> SEVERE: Servlet.service() for servlet submit threw exception
> java.lang.ArrayIndexOutOfBoundsException: 0
> at 
> org.apache.jsp.submit.show_002duploaded_002dfile_jsp._jspService(show_002duploaded_002dfile_jsp.java:101)
> at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> at 
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:334)
> at 
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
> at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
> at 
> org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
> at 
> org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
> at 
> org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
> at 
> org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
> at org.dspace.app.webui.util.JSPManager.showJSP(JSPManager.java:91)
> at 
> org.dspace.app.webui.servlet.SubmitServlet.showProgressAwareJSP(SubmitServlet.java:2036)
> at 
> org.dspace.app.webui.servlet.SubmitServlet.showUploadFileList(SubmitServlet.java:1970)
> at 
> org.dspace.app.webui.servlet.SubmitServlet.processChooseFile(SubmitServlet.java:1119)
> at 
> org.dspace.app.webui.servlet.SubmitServlet.doDSPost(SubmitServlet.java:332)
> at 
> org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:147)
> at 
> org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java:105)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
> at 
> org.dspace.app.webui.filter.RegisteredOnlyFilter.doFilter(RegisteredOnlyFilter.java:100)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
> at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
> at 
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
> at 
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
> at 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
> at 
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
> at 
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
> at 
> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
> at 
> org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
> at 
> org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
> at 
> org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
> 

Re: [Dspace-tech] XSL and SRW

2007-03-27 Thread LeVan,Ralph
You need an output declaration in your stylesheet.

 



 

Ralph

 



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of orlando
carvalho
Sent: Tuesday, March 27, 2007 10:28 AM
To: dspace-tech@lists.sourceforge.net;
[EMAIL PROTECTED]
Subject: [Dspace-tech] XSL and SRW

 

Hi!
I'm using SRW to acess the content of Dspace and it is working!
Probably this might be a silly question but when i apply the XSL below
to the XML files, it gives the output i want but the ""
line is always in the output!!I think it's weird and I would like to
remove it from the output!Does anibosy know how?Thanks
 
 
http://www.w3.org/1999/XSL/Transform"; 
xmlns:dc="http://purl.org/dc/elements/1.1/";
xmlns:srw_dc="info:srw/schema/1/dc-v1.1"> 
 
 
 
 
 

 
AUTOR:  
TITULO:  
DESCRICAO: 
 
 

##
-- 
Orlando Carvalho 

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] UI customisation

2007-03-27 Thread rudra chandana

Hi,
  Thanks monika , jayan . I ve done the process and its working fine now.
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Internal Error with DSpace feedback message

2007-03-27 Thread Jayan Chirayath Kurian
Hi!

In dspace config file, I gave dspace.url = http://scil5wk898:8080/dspace
and dspace.hostname = www.scil5wk898.com

I can only access dspace using http://scil5wk898:8080/dspace and cannot
access through either http://dspacedev1.com:8080/dspace OR 
http://www.dspacedev1.com:8080/dspace


When I click on user registration - "Leave a message for DSpace
administrators" an internal server error message is displayed.

Please suggest how to rectify this and get the feedback form.

Thanks,
Jayan

-Original Message-
From: Graham Triggs [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 01, 2007 5:27 PM
To: Jayan Chirayath Kurian
Cc: dspace-tech@lists.sourceforge.net
Subject: RE: [Dspace-tech] Internal Error with DSpace feedback message

That would be your dspace.url.

In such an instance, you would have:

dspace.url=http://dspacedev1:8080/dspace
dspace.hostname=dspacedev1

However, from the FeedbackServlet, that would give the error you are
receiving (it's first attempt to find a '.' would result in an index of
-1, breaking the substring).

This would also be true if the hostname was set to 'dspacedev1.com' -
the first location of a '.' would be OK, but the second lastIndexOf
would return -1, causing the exception.

So:

dspace.hostname=dspacedev1
dspace.hostname=dspacedev1.com

would cause exceptions.

dspace.hostname=www.dspacedev1.com

*however* - you would only be able to send feedback if you accessed the
site through the urls:

http://dspacedev1.com:8080/dspace
http://www.dspacedev1.com:8080/dspace

note the addition of the .com at the end of the domain name to match the
entry in dspace.hostname - without it the FeedbackServlet would treat it
as a spam attempt and throw an AuthorizeException.

G

On Thu, 2007-03-01 at 17:09 +0800, Jayan Chirayath Kurian wrote:
> Hi! 
> 
>  
> 
> Is it better if I change to http://dspacedev1:8080/dspace
> 
>  
> 
> Thanks,
> 
> Jayan
> 
>  
> 
>
> __
> From: Jayan Chirayath Kurian 
> Sent: Wednesday, February 28, 2007 7:29 PM
> To: Graham Triggs
> Cc: dspace-tech@lists.sourceforge.net
> Subject: RE: [Dspace-tech] Internal Error with DSpace feedback message
> 
> 
>  
> 
> dspace.hostname is set to my machine IP address. Is there anything i
> need to change.
> 
> 
> Thanks,
> 
> 
> Jayan
> 
> 
>  
> 
>
> __
> From: Graham Triggs [mailto:[EMAIL PROTECTED]
> Sent: Wed 2/28/2007 5:23 PM
> To: Jayan Chirayath Kurian
> Cc: dspace-tech@lists.sourceforge.net
> Subject: Re: [Dspace-tech] Internal Error with DSpace feedback message
> 
> 
> What is your dspace.hostname set to?
> 
> It looks like you've got something with less than 2 dots - ie.
> host.com,
> whereas the code is expecting there to be at least two - ie.
> www.host.com
> 
> G
> 
> On Wed, 2007-02-28 at 14:39 +0800, Jayan Chirayath Kurian wrote:
> > Hi!
> >
> > 
> >
> > We have Dspace 1.4.1 on windows 2003. User registration through
> email
> > token registration /LDAP is working fine. In the user registration
> > page there is a link identified by the text "Leave a message for
> > DSpace administrators". When the link is clicked an internal server
> > error message is displayed. The dspace log file and SMTP settings
> are
> > given below. Please suggest whether any other DSpace config
> paramters
> > need to be set for sending messages to DSpace administrators.
> >
> > 
> >
> > Thanks,
> >
> > Jayan
> >
> > 
> >
> > # SMTP mail server
> >
> > mail.server=xx
> >
> > 
> >
> > # SMTP mail server authentication username and password (if
> required)
> >
> > # mail.server.username = myusername
> >
> > # mail.server.password = mypassword
> >
> > 
> >
> > 
> >
> > # From address for mail
> >
> > #mail.from.address = [EMAIL PROTECTED]
> >
> > mail.from.address = [EMAIL PROTECTED]
> >
> > 
> >
> > # Currently limited to one recipient!
> >
> > #feedback.recipient = [EMAIL PROTECTED]
> >
> > feedback.recipient = [EMAIL PROTECTED]
> >
> > 
> >
> > # General site administration (Webmaster) e-mail
> >
> > #mail.admin = [EMAIL PROTECTED]
> >
> > mail.admin = [EMAIL PROTECTED]
> >
> > 
> >
> > # Recipient for server errors and alerts
> >
> > #alert.recipient = [EMAIL PROTECTED]
> >
> > 
> >
> > 
> >
> > 2007-02-28 14:21:46,323 INFO  org.dspace.core.ConfigurationManager @
> > DSpace logging installed using log4j.properties
> >
> > 2007-02-28 14:21:46,948 INFO  org.dspace.core.ConfigurationManager @
> > DSpace logging installed using log4j.properties
> >
> > 2007-02-28 14:22:19,760 WARN
> > org.dspace.app.webui.servlet.InternalErrorServlet
> > @ :session_id=23ED50CB21BBA096E08C4ECFD6EFC944:internal_error:-- URL
> > Was: http://dspacedev1:8080/dspace/feedback
> >
> > -- Method: GET
> >
> > -- Parameters were:
> >
> > 
> >
> > java.lang.StringIndexOutOfBoundsException: String index out of
> range:
> > -1
> >
> > a

[Dspace-tech] DSpace and SRW: 404 not available

2007-03-27 Thread Ullrich, Ralf
Dear list-members,

 

I set up Dspace 1.4.1 and everything works fine. Now I tried to use Ralph LeVan 
SRW-package, which installed smoothly, but only gives me access to the "test" 
database configured in SRWServer.props (http://localhost:8080/SRW/search/test). 
Trying to call the Dspace Database (http://localhost:8080/SRW/search/DSpace ) 
results in a 404 error (Tomcat 5.0.28, Postgresql 8.2 win32, jdk 1.6.0); my 
SRWServer.props for dspace are aas follows:

 

SRW.Home=C:/Programme/Apache Software Foundation/Tomcat 5.0/webapps/SRW/

default.database=DSpace

resultSetIdleTime=300

makeIndex.html=true

index.html=C:/Programme/Apache Software Foundation/Tomcat 
5.0/webapps/SRW/index.html

 

db.DSpace.class=ORG.oclc.os.SRW.DSpaceLucene.SRWLuceneDatabase

db.DSpace.home=c:/dev/dspace/

db.DSpace.configuration=config/DSpace.SRWDatabase.props

 

Dspace.SRWDatabase.props is "as is", I didn`t change anything.

 

What am I doing wrong? Did I overlook something?

 

Any help help is highly appreciated.

 

Yours

 

ralf

 

Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von orlando carvalho
Gesendet: Dienstag, 27. März 2007 16:28
An: dspace-tech@lists.sourceforge.net; [EMAIL PROTECTED]
Betreff: [Dspace-tech] XSL and SRW

 

Hi!
I'm using SRW to acess the content of Dspace and it is working!
Probably this might be a silly question but when i apply the XSL below to the 
XML files, it gives the output i want but the ""
line is always in the output!!I think it's weird and I would like to remove 
it from the output!Does anibosy know how?Thanks
 
 
http://www.w3.org/1999/XSL/Transform"; 
xmlns:dc="http://purl.org/dc/elements/1.1/"; 
xmlns:srw_dc="info:srw/schema/1/dc-v1.1"> 
 
 
 
 
 

 
AUTOR:  
TITULO:  
DESCRICAO: 
 
 

##
-- 
Orlando Carvalho 

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech