[Dspace-tech] How to change Administator?

2008-08-21 Thread Durga Ratnam
Hi,
 Am using Dspace-1.4 .I wanted to create a new Administartor.I have
runned the command *dsrun org.dspace.administer.CreateAdministrator* in
command prompt and have created new administrator. And am able to login as
an Administrator . But the old adminstrator account is still existing. The
new users who register themselves are getting mails from the old
administrator Id, instead they should get the mail from the newly created
administrator. Please suggest me how can i solve this problem?

Regards,
 Durga
-
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] How to delete old Administrator account?

2008-08-21 Thread Durga Ratnam
Hi,
Am using Dspace1.4. I wanted to create new administrator. I have used
the command org.dspace.administer.CreateAdministrator. I have given the new
Administrator's Id and Password. And am able to login as Administrator with
my newly created Admin's ID. But the old Adminstrators acoout is still
working. Am able to login as administrator with my old Admin's Id. And when
a new user registers himself, a mail is sent to the new user's Id from
Admin's id. In my case the user is getting the mail from old Admin's ID,
instead the user should get the mail from the new Admin. Please, help me how
can i delete the old admin and use the new admin.

Regards,
 Durga.
-
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 beta

2008-08-21 Thread Mika Stenberg
It seems that scandinavian characters are not working in searches in 
DSpace 1.5.1 beta.
Hopefully this can be fixed in stable release?

Thanks,
Mika


-
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] Converting bash-files to batch-files (dspace\bin)

2008-08-21 Thread sibrand . staessens
Hello,

I'm currently working on dspace 1.5 and I've taken the time to convert all the
UNIX shell scripts in /dspace/bin to batch files, so a Windows environment
would have the same easy-to-use scripts. I know a dspace-shell is on its way
(or it's at the TODO-list, at least), but for now, they would come in handy.
I've could convert most of them very straightforward, but a few scripts were a
little bit more tricky. So here are my questions:

make-handle-config uses sed and awk, and because there are no equivalents on
DOS/Windows (or I'm not aware of such commands), I've decided to use a small
Java class for the file manipulation. Is this solution O.K., or are better
options available ?
dspace_migrate has the same problem, I think (it's the last one I need to make).

start-handle-server uses nohup, which means that it's running like a system
service instead of a user service. Again, I don't know a good equivalent in
Windows, so I had to use start, resulting in a new command window in which
the handle server is started. When the user logs out, the handle server is
obviously shut down. A better solution ?

Submitting the batch files has to be done on the sourceforge patching subsite ?
-
https://sourceforge.net/tracker/index.php?func=detailaid=2061922group_id=19984atid=319984
I'll post later this day a zip/rar-file containing ALL my batch-files (incl. the
necessary java classes).
Is that enough for submitting the code or do I need to do other actions ?

Kindly regards,
Sibrand.

-
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] installation and data base connection problem

2008-08-21 Thread Gustavo Roig
Dear colleagues!
I'm trying to install dspace 1.5 but i'm getting this message:

biblioteca:/root/dspace-source/dspace/target/dspace-1.5.0-build.dir$ ant
fresh_install
Buildfile: build.xml

init_installation:

init_configs:

setup_database:
 [java] 2008-08-20 17:35:59,253 INFO
org.dspace.core.ConfigurationManager @ Loading system provided config
property (-Ddspace.configuration): config/dspace.cfg
 [java] 2008-08-20 17:35:59,258 INFO
org.dspace.core.ConfigurationManager @ Using default log4j provided log
configuration,if uninitended, check your dspace.cfg for (log.init.config)
 [java] 2008-08-20 17:35:59,258 INFO
org.dspace.storage.rdbms.InitializeDatabase @ Initializing Database
 [java] 2008-08-20 17:35:59,308 FATAL
org.dspace.storage.rdbms.InitializeDatabase @ Caught exception:
 [java] org.postgresql.util.PSQLException: FATAL: no se especifica
un nombre de usuario en el paquete de inicio
 [java] at
org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:275)
 [java] at
org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:94)
 [java] at
org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:65)
 [java] at
org.postgresql.jdbc2.AbstractJdbc2Connection.init(AbstractJdbc2Connection.java:116)
 [java] at
org.postgresql.jdbc3.AbstractJdbc3Connection.init(AbstractJdbc3Connection.java:30)
 [java] at
org.postgresql.jdbc3.Jdbc3Connection.init(Jdbc3Connection.java:24)
 [java] at org.postgresql.Driver.makeConnection(Driver.java:369)
 [java] at org.postgresql.Driver.connect(Driver.java:245)
 [java] at
java.sql.DriverManager.getConnection(DriverManager.java:525)
 [java] at
java.sql.DriverManager.getConnection(DriverManager.java:193)
 [java] at
org.apache.commons.dbcp.DriverManagerConnectionFactory.createConnection(DriverManagerConnectionFactory.java:46)
 [java] at
org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:290)
 [java] at
org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:840)
 [java] at
org.apache.commons.dbcp.PoolingDriver.connect(PoolingDriver.java:175)
 [java] at
java.sql.DriverManager.getConnection(DriverManager.java:525)
 [java] at
java.sql.DriverManager.getConnection(DriverManager.java:193)
 [java] at
org.dspace.storage.rdbms.DatabaseManager.getConnection(DatabaseManager.java:514)
 [java] at
org.dspace.storage.rdbms.DatabaseManager.loadSql(DatabaseManager.java:869)
 [java] at
org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:100)

BUILD FAILED
/root/dspace-source/dspace/target/dspace-1.5.0-build.dir/build.xml:380:
Java returned: 1



I've create a Postgres user (dspace) with it passwd and it db (dspace).
I'm running  postgres 8.1 on Debian etch, jdk 1.5 and
postgresql-8.1-411.jdbc3.jar located in
/dspace-source/dspace/target/dspace-1.5.0-build.dir/lib

You can see the part of the config file with the database connection info:

# Database name (oracle, or postgres)
db.name = ${default.db.name}
#db.name = postgres
#db.name = oracle

# URL for connecting to database
db.url = ${default.db.url}
#db.url = jdbc:postgresql://localhost:5432/dspace

# JDBC Driver
db.driver = ${default.db.driver}
#db.driver = org.postgresql.Driver

# Database username and password
#db.username = ${default.db.username}
#db.password = ${default.db.password}
#db.username = dspace
db.password = xx


Could you help me please? :-)
Thanks a lot!
Gustavo

-- 
***
HOSPITAL 12 de OCTUBRE
BIBLIOTECA
Gustavo Roig
Avda. Andalucía - Km 5,400
28.041 - MADRID
Tel.: 91 390 8551
Fax: 91 390 8358
mailto: [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] How to change Administator?

2008-08-21 Thread Claudia Jürgen
Hi Durga,

the mails beeing sent are independent for the the eperson(s) belonging 
to the administrator group in the dspace instance.
The addresses are settings in dspace.cfg, just check the section Email 
setting:

# Email settings ##
# SMTP mail server
mail.server=smtp.myu.edu

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

# Currently limited to one recipient!
feedback.recipient = [EMAIL PROTECTED]

# General site administration (Webmaster) e-mail
mail.admin = [EMAIL PROTECTED]

# Recipient for server errors and alerts
# alert.recipient = email-address-here

Claudia



Durga Ratnam schrieb:
 Hi,
  Am using Dspace-1.4 .I wanted to create a new Administartor.I have
 runned the command *dsrun org.dspace.administer.CreateAdministrator* in
 command prompt and have created new administrator. And am able to login as
 an Administrator . But the old adminstrator account is still existing. The
 new users who register themselves are getting mails from the old
 administrator Id, instead they should get the mail from the newly created
 administrator. Please suggest me how can i solve this problem?
 
 Regards,
  Durga
 
 
 
 
 
 -
 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] How to delete old Administrator account?

2008-08-21 Thread Claudia Jürgen

Hi Durga,

as for the email, see the other answer. Deleting an eperson can be done
via the admin user interface got to your DSpace instance
[URL]/dspace-admin. In the left menue you'll find a point E-people.
With this you can add, edit, delete epersons.

Claudia

Durga Ratnam schrieb:
 Hi,
 Am using Dspace1.4. I wanted to create new administrator. I have used
 the command org.dspace.administer.CreateAdministrator. I have given the new
 Administrator's Id and Password. And am able to login as Administrator with
 my newly created Admin's ID. But the old Adminstrators acoout is still
 working. Am able to login as administrator with my old Admin's Id. And when
 a new user registers himself, a mail is sent to the new user's Id from
 Admin's id. In my case the user is getting the mail from old Admin's ID,
 instead the user should get the mail from the new Admin. Please, help me how
 can i delete the old admin and use the new admin.
 
 Regards,
  Durga.
 
 
 
 
 
 -
 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] Converting bash-files to batch-files (dspace\bin)

2008-08-21 Thread Christopher Steven Yates [csy]
Hi Sibrand,

In regard to the use of the handle server in Windows you may find this
wiki page useful which describes how to set up the handle server to run
as a Windows service.

http://wiki.dspace.org/index.php/Handle_Server_Setup_as_Windows_Service_
(using_Tanuki) 

Many Thanks,
Chris



---
Chris Yates
Repository Support Officer
 
Gwasanaethau Gwybodaeth   Information Services 
Prifysgol Aberystwyth Aberystwyth University
  
E-bost / E-mail [EMAIL PROTECTED]  
Ffon / Tel: (01970 62) 8489


---




 -Original Message-
 From: [EMAIL PROTECTED] [mailto:dspace-tech-
 [EMAIL PROTECTED] On Behalf Of
 [EMAIL PROTECTED]
 Sent: 21 August 2008 08:24
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] Converting bash-files to batch-files
 (dspace\bin)
 
 Hello,
 
 I'm currently working on dspace 1.5 and I've taken the time to convert
 all the
 UNIX shell scripts in /dspace/bin to batch files, so a Windows
 environment
 would have the same easy-to-use scripts. I know a dspace-shell is on
 its way
 (or it's at the TODO-list, at least), but for now, they would come in
 handy.
 I've could convert most of them very straightforward, but a few
scripts
 were a
 little bit more tricky. So here are my questions:
 
 make-handle-config uses sed and awk, and because there are no
 equivalents on
 DOS/Windows (or I'm not aware of such commands), I've decided to use a
 small
 Java class for the file manipulation. Is this solution O.K., or are
 better
 options available ?
 dspace_migrate has the same problem, I think (it's the last one I need
 to make).
 
 start-handle-server uses nohup, which means that it's running like a
 system
 service instead of a user service. Again, I don't know a good
 equivalent in
 Windows, so I had to use start, resulting in a new command window in
 which
 the handle server is started. When the user logs out, the handle
server
 is
 obviously shut down. A better solution ?
 
 Submitting the batch files has to be done on the sourceforge patching
 subsite ?
 -

https://sourceforge.net/tracker/index.php?func=detailaid=2061922group
 _id=19984atid=319984
 I'll post later this day a zip/rar-file containing ALL my batch-files
 (incl. the
 necessary java classes).
 Is that enough for submitting the code or do I need to do other
actions
 ?
 
 Kindly regards,
 Sibrand.
 

---
 --
 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] installation and data base connection problem

2008-08-21 Thread Claudia Jürgen
Hola Gustavo,

did you create the db with the user and password given in the dspace.cfg
db.username
db.password

Claudia

Gustavo Roig schrieb:
 Dear colleagues!
 I'm trying to install dspace 1.5 but i'm getting this message:
 
 biblioteca:/root/dspace-source/dspace/target/dspace-1.5.0-build.dir$ ant
 fresh_install
 Buildfile: build.xml
 
 init_installation:
 
 init_configs:
 
 setup_database:
  [java] 2008-08-20 17:35:59,253 INFO
 org.dspace.core.ConfigurationManager @ Loading system provided config
 property (-Ddspace.configuration): config/dspace.cfg
  [java] 2008-08-20 17:35:59,258 INFO
 org.dspace.core.ConfigurationManager @ Using default log4j provided log
 configuration,if uninitended, check your dspace.cfg for (log.init.config)
  [java] 2008-08-20 17:35:59,258 INFO
 org.dspace.storage.rdbms.InitializeDatabase @ Initializing Database
  [java] 2008-08-20 17:35:59,308 FATAL
 org.dspace.storage.rdbms.InitializeDatabase @ Caught exception:
  [java] org.postgresql.util.PSQLException: FATAL: no se especifica
 un nombre de usuario en el paquete de inicio
  [java] at
 org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:275)
  [java] at
 org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:94)
  [java] at
 org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:65)
  [java] at
 org.postgresql.jdbc2.AbstractJdbc2Connection.init(AbstractJdbc2Connection.java:116)
  [java] at
 org.postgresql.jdbc3.AbstractJdbc3Connection.init(AbstractJdbc3Connection.java:30)
  [java] at
 org.postgresql.jdbc3.Jdbc3Connection.init(Jdbc3Connection.java:24)
  [java] at org.postgresql.Driver.makeConnection(Driver.java:369)
  [java] at org.postgresql.Driver.connect(Driver.java:245)
  [java] at
 java.sql.DriverManager.getConnection(DriverManager.java:525)
  [java] at
 java.sql.DriverManager.getConnection(DriverManager.java:193)
  [java] at
 org.apache.commons.dbcp.DriverManagerConnectionFactory.createConnection(DriverManagerConnectionFactory.java:46)
  [java] at
 org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:290)
  [java] at
 org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:840)
  [java] at
 org.apache.commons.dbcp.PoolingDriver.connect(PoolingDriver.java:175)
  [java] at
 java.sql.DriverManager.getConnection(DriverManager.java:525)
  [java] at
 java.sql.DriverManager.getConnection(DriverManager.java:193)
  [java] at
 org.dspace.storage.rdbms.DatabaseManager.getConnection(DatabaseManager.java:514)
  [java] at
 org.dspace.storage.rdbms.DatabaseManager.loadSql(DatabaseManager.java:869)
  [java] at
 org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:100)
 
 BUILD FAILED
 /root/dspace-source/dspace/target/dspace-1.5.0-build.dir/build.xml:380:
 Java returned: 1
 
 
 
 I've create a Postgres user (dspace) with it passwd and it db (dspace).
 I'm running  postgres 8.1 on Debian etch, jdk 1.5 and
 postgresql-8.1-411.jdbc3.jar located in
 /dspace-source/dspace/target/dspace-1.5.0-build.dir/lib
 
 You can see the part of the config file with the database connection info:
 
 # Database name (oracle, or postgres)
 db.name = ${default.db.name}
 #db.name = postgres
 #db.name = oracle
 
 # URL for connecting to database
 db.url = ${default.db.url}
 #db.url = jdbc:postgresql://localhost:5432/dspace
 
 # JDBC Driver
 db.driver = ${default.db.driver}
 #db.driver = org.postgresql.Driver
 
 # Database username and password
 #db.username = ${default.db.username}
 #db.password = ${default.db.password}
 #db.username = dspace
 db.password = xx
 
 
 Could you help me please? :-)
 Thanks a lot!
 Gustavo
 

-
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] Handle server

2008-08-21 Thread Zico
Hi,
We are trying to generate the handle system for our university`s dspace
server. We completed our all official jobs for that. Now, they told us to
send our sitebnld file. Now, i haven`t get anything regarding sitebnld by
google. So, can you please help me regarding this? Any link or info or
something like that? What is it actually?

-- 
Best,
Z
-
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] Handle server

2008-08-21 Thread Claudia Jürgen
Hi Zico,

did you run [dspace]/bin/make-handle-config ?
See [dspace]/docs/install.html The Handle Server for details about the 
handle system in DSpace and it's setting up.

Claudia




Zico schrieb:
 Hi,
 We are trying to generate the handle system for our university`s dspace
 server. We completed our all official jobs for that. Now, they told us to
 send our sitebnld file. Now, i haven`t get anything regarding sitebnld by
 google. So, can you please help me regarding this? Any link or info or
 something like that? What is it actually?
 
 
 
 
 
 -
 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] Handle server

2008-08-21 Thread Robin Taylor
Hi Zico,

It’s a typo, it should be sitebndl, I believe its short for 'site bundle'.
Follow Claudia's guidance and it will produce the file.

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 Claudia
Jürgen
Sent: 21 August 2008 11:08
To: Zico
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Handle server

Hi Zico,

did you run [dspace]/bin/make-handle-config ?
See [dspace]/docs/install.html The Handle Server for details about the
handle system in DSpace and it's setting up.

Claudia




Zico schrieb:
 Hi,
 We are trying to generate the handle system for our university`s 
 dspace server. We completed our all official jobs for that. Now, they 
 told us to send our sitebnld file. Now, i haven`t get anything 
 regarding sitebnld by google. So, can you please help me regarding 
 this? Any link or info or something like that? What is it actually?
 
 
 
 --
 --
 
 --
 --- This SF.Net email is sponsored by the Moblin Your Move Developer's 
 challenge Build the coolest Linux based applications with Moblin SDK  
 win great prizes Grand prize is a trip for two to an Open Source event 
 anywhere in the world 
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 
 
 --
 --
 
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

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



-
This 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] thumbnails

2008-08-21 Thread Dorothea Salo
 I just ran /usr/local/filter-media

 Thumbnails aren't showing up

 What am I missing?


Watch the output from filter-media. My first instinct is to suggest
that you've been bitten by the PDF-filtering bug such that it's
crashing out before it reaches your images.

My dspace.cfg-fu is weak this morning, but maybe try turning PDF
filtering off and run filter-media again?

Dorothea

-- 
Dorothea Salo [EMAIL PROTECTED]
Digital Repository Librarian AIM: mindsatuw
University of Wisconsin
Rm 218, Memorial Library
(608) 262-5493

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

2008-08-21 Thread Susan Teague Rector
Thanks - will try it out
I did see one error yesterday, but it seemed to keep chugging along.


Dorothea Salo wrote:
 I just ran /usr/local/filter-media

 Thumbnails aren't showing up

 What am I missing?

 

 Watch the output from filter-media. My first instinct is to suggest
 that you've been bitten by the PDF-filtering bug such that it's
 crashing out before it reaches your images.

 My dspace.cfg-fu is weak this morning, but maybe try turning PDF
 filtering off and run filter-media again?

 Dorothea

   

-- 
Susan Teague Rector
Web Applications Manager
Library Information Systems, VCU Libraries
804.827.3554 | [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] installation and data base connection problem

2008-08-21 Thread Mark H. Wood
On Thu, Aug 21, 2008 at 09:24:50AM -0600, Gustavo Roig wrote:
 setup_database:
  [java] 2008-08-20 17:35:59,253 INFO
 org.dspace.core.ConfigurationManager @ Loading system provided config
 property (-Ddspace.configuration): config/dspace.cfg
  [java] 2008-08-20 17:35:59,258 INFO
 org.dspace.core.ConfigurationManager @ Using default log4j provided log
 configuration,if uninitended, check your dspace.cfg for (log.init.config)
  [java] 2008-08-20 17:35:59,258 INFO
 org.dspace.storage.rdbms.InitializeDatabase @ Initializing Database
  [java] 2008-08-20 17:35:59,308 FATAL
 org.dspace.storage.rdbms.InitializeDatabase @ Caught exception:
  [java] org.postgresql.util.PSQLException: FATAL: no se especifica
 un nombre de usuario en el paquete de inicio

This is the problem ^^^

 You can see the part of the config file with the database connection info:
 
 # Database name (oracle, or postgres)
 db.name = ${default.db.name}
 #db.name = postgres
 #db.name = oracle
 
 # URL for connecting to database
 db.url = ${default.db.url}
 #db.url = jdbc:postgresql://localhost:5432/dspace
 
 # JDBC Driver
 db.driver = ${default.db.driver}
 #db.driver = org.postgresql.Driver
 
 # Database username and password
 #db.username = ${default.db.username}
 #db.password = ${default.db.password}
 #db.username = dspace

  ^ This is why it happened.  You should uncomment one of the
  db.username lines.

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



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


Re: [Dspace-tech] Manakin and dspace.log (statistics)

2008-08-21 Thread Mark H. Wood
On Wed, Aug 20, 2008 at 04:29:33PM -0430, Juan Arias wrote:
 For migrating we have the requirement that we must have item viewing and
 bitstream downloading statistics. Therefore we successfuly installed the
 statistics addon from the Uni do Minho.
 
 The problem is that item views and bitstream downloads in the manakin
 interface do not generate statistics!. I was checking and it seems that
 Manakin does not write an INFO entry in the dspace.log file as the
 jspui does.
 
 Is the patch 2025998 related to this?. I have seen also some Email
 traffic in which it is said that this issue is a feature for DSpace
 1.5.1. Is that right?

Related, yes, but 2025998 is not an immediate solution to your
problem.  That patch is meant to provide standard instrumentation
which calls out to your choice of statistical package, so that various
packages can be easier to develop and install.  But the statistical
package itself would need to be written or adapted to accept those
calls.  I've made that adaptation for the University of Rochester
package since that is what we use here.  The patch does instrument
both JSPUI and XMLUI.

It sounds like the Minho package collects observations from the
dspace.log file.  The mechanism in 2025998 would not be immediately
applicable.  I don't know anything, really, about the Minho package,
and couldn't (yet) say how much work it would require to adapt it to
use my patch.  I'm sorry.

I intended that 2025998 be ready for inclusion in DSpace 1.5.1, but at
this point I think the release process is too far advanced for that,
and I have heard no plan to include that patch in 1.5.1.  I now hope
that it may be accepted into 1.5.2, or whatever the next release may be.

In the meantime, you could read 2025998 to see where the log records
should be produced by XMLUI, which might save you some 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.



pgpR2I3jSU3aO.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 beta test instances available

2008-08-21 Thread Claudia Jürgen
Hi all,

for those who might find the time for some testing but got no time to 
set up their test instance, here are 2 test installations of 1.5.1 beta

https://eldorado2.uni-dortmund.de/dspace151beta/ for jspui
https://eldorado2.uni-dortmund.de/dspace151betaxmlui/ for xmlui

They might be unavailable from time to time, while we enable/disable 
features, but never for long, unless we mess it up completely

As soon as I got the time I'll import a bit more data. At the moment it 
just got weird (for encoding testing) data.

Feel free to contact me, if you like to be added to the administrator group.

Sunny greetings

Claudia



-
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.5.1 beta

2008-08-21 Thread Claudia Jürgen
Hi Mika,

it might be that the issue is not related to DSpace, but the servlet 
container that you're using.

Just set up a test instance 
https://eldorado2.uni-dortmund.de/dspace151betaxmlui/ and ran into 
trouble with searching/browsing/displaying special characters while 
others with an unmodified instance of the xmlui did not have any problems.

While searching around I found that a buggy servlet container might 
cause problems and that one got to change encoding at some point.
This might be helpful:
http://cocoon.apache.org/2.2/1366_1_1.html
Worked for me.

Sunny greetings

Claudia




Mika Stenberg schrieb:
 It seems that scandinavian characters are not working in searches in 
 DSpace 1.5.1 beta.
 Hopefully this can be fixed in stable release?
 
 Thanks,
 Mika
 
 
 -
 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] Multiple DSpace instances sharing one database?

2008-08-21 Thread Randy Stern
Wondering if anyone has a solution to this configuration problem:

We are making various modifications to the DSpace 1.5 XMLUI, which requires 
us to periodically test and release updated versions of software. We are 
having trouble figuring out how to configure a pre-production staging 
instance of DSpace. Normally, we would like to push all changes through a 
series of instances:
 DEV - private DEV tomcat instance, database and assetstore
 QA - private QA tomcat instance, database and assetstore
 STAGING - private STAGING tomcat instance, but using the 
PUBLIC  database and assetstore
 PROD - public PROD tomcat instance, database and assetstore

The goal of STAGING is to test all code in a production configuration, 
e.g. with all production settings in dspace.cfg, before moving the changed 
code to production with essentially a file copy.

We tried setting STAGING up with a local copy of the PROD assetstore, and 
with the database as read only,  and this failed to run. Apparently DSpace 
needs to write to the database at startup. Is this true?

If DSpace must write to the database, then we may want to leave the 
database as read/write. A followup question would be: is it safe to have 
two instances of the DSpace tomcat webapp accessing the same database - 
lets say so long as we do not submit any new items or modify items while 
doing staging tests? Or will having two instances access the same database 
cause the database to become corrupt?

Appreciate any thoughts someone more knowledgeable than I would have on the 
viability of setting up this type of environment.

-Randy


Randy Stern
Manager of Systems Development
Harvard University Library Office for Information Systems
90 Mount Auburn Street
Cambridge, MA 02138
Tel. +1 (617) 495-3724
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


[Dspace-tech] Force order of repeatable metadata fields when editing in xmlui?

2008-08-21 Thread Keith Gilbertson
Hello,

Is there a way in the xmlui interface to force the order in which 
repeatable metadata fields are saved when editing existing items?

For some items, the librarians have created multiple (usually about 4) 
dc.contributor.author fields in the metadata, with a personal name 
listed in each field.  They wish to indicate levels of responsibility by 
having the most responsible author listed first in the display.

When these items are initially created, the author fields save, and then 
display,  in the order in which they are entered.  If the metadata for 
these items is edited later, though, the contributor.author fields save 
and display in an order that is unpredictable to us.  Is there a way to 
force the ordering when editing the metadata in xmlui?  If not, is there 
any other solution to force the order in which the authors display when 
viewing the items?


We're using version 1.5.

Thanks,
Keith
 



-
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] Multiple DSpace instances sharing one database?

2008-08-21 Thread Robert Roggenbuck
You can have several DSpace instances running at one database. You just 
need different tablespaces. And then You must do some changes in 
dspace.cfg. May be it is possible to copy the PROD table space to a 
STAGING tablespace - but I am not sure how DSpace will react. Maybe 
there are some internal settings depending on the tablespace and the 
tomcat port and so on.

We are running 1.5 JSPUI in a similar situation - but we did not reach 
the PROD stage. We have a DEV and a QA installation and thought about 
mirroring the QA to a PROD environment (it is a Xen virtual machine). 
But the last step is not tested until now - and of course we will have 
to make some configuration changes. I like Your idea about a STAGING step.

Greetings

Robert

-

Randy Stern schrieb:
 Wondering if anyone has a solution to this configuration problem:
 
 We are making various modifications to the DSpace 1.5 XMLUI, which requires 
 us to periodically test and release updated versions of software. We are 
 having trouble figuring out how to configure a pre-production staging 
 instance of DSpace. Normally, we would like to push all changes through a 
 series of instances:
  DEV - private DEV tomcat instance, database and assetstore
  QA - private QA tomcat instance, database and assetstore
  STAGING - private STAGING tomcat instance, but using the 
 PUBLIC  database and assetstore
  PROD - public PROD tomcat instance, database and assetstore
 
 The goal of STAGING is to test all code in a production configuration, 
 e.g. with all production settings in dspace.cfg, before moving the changed 
 code to production with essentially a file copy.
 
 We tried setting STAGING up with a local copy of the PROD assetstore, and 
 with the database as read only,  and this failed to run. Apparently DSpace 
 needs to write to the database at startup. Is this true?
 
 If DSpace must write to the database, then we may want to leave the 
 database as read/write. A followup question would be: is it safe to have 
 two instances of the DSpace tomcat webapp accessing the same database - 
 lets say so long as we do not submit any new items or modify items while 
 doing staging tests? Or will having two instances access the same database 
 cause the database to become corrupt?
 
 Appreciate any thoughts someone more knowledgeable than I would have on the 
 viability of setting up this type of environment.
 
 -Randy
 


-
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