[Dspace-tech] Override user agent language in XMLUI

2008-10-07 Thread Κώστας Παρασκευόπουλος
Hi,

Is there any way to override the locale of the browser via the XMLUI (with
an aspect, link, sitemap change) so that users can select the interface
language without having to change their browser settings?

Thanks in advance
-
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] Finding a submission in a person's My DSpace queue

2008-10-07 Thread George Kozak
Claudia:

EXCELLENT!!  The SQL commands are exactly what I needed.  Thank you!

At 03:43 AM 10/7/2008, Claudia Jürgen wrote:
Hi George,

there is an old patch for the jspui
http://sourceforge.net/tracker/index.php?func=detailaid=1615148group_id=19984atid=319984
to assume another user.

You might also simply look in the db:

select * from item where submitter_id=IDofYourUser,
This will give you all items the user submitted.

select w.* from workspaceitem w, item i where
i.submitter_id=IDofYourUser and i.item_id=w.item_id;
This will give you all the unfinished submission of a user

select w.* from workflowitem w, item i where i.submitter_id=IDofYourUser
   and i.item_id=w.item_id;
This will give you all the submissions of a user still in the workflow.
Workflows might also be viewed via the dspace-admin UI.

To see, whether the user deleted an unfinished submission you got to
look at the logs.

Hope that helps

Claudia



George Kozak schrieb:
  Claudia:
 
  Thank you...I should have stated that I am using 1.4.2 currently.  DO
  you know of a way in that release?
 
  At 05:04 PM 10/6/2008, Claudia Juergen wrote:
  Hi George,
 
  if you're using 1.5.x with xmlui there is a config option:
  xmlui.user.assumelogin
  If set to true the DSpace admin can login as another user.
 
  Hope that helps
 
  Claudia
 
 
  Hi...
 
  Is there a way for me (as Sys Admin) to see someone's My DSpace
  queue to guarantee that they have or have not submitted a request?  I
  have a user who insists that he made a submission, but I do not find
  it archived nor is it in the workflow.
 
  ***
  George Kozak
  Coordinator
  Web Development and Management
  Digital Media Group
  501 Olin Library
  Cornell University
  607-255-8924
  ***
  [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
 
 
  ***
  George Kozak
  Coordinator
  Web Development and Management
  Digital Media Group
  501 Olin Library
  Cornell University
  607-255-8924
  ***
  [EMAIL PROTECTED]
 
 
  -
  This SF.Net email is sponsored by the Moblin 
 Your Move Developer's challenge
  Build the coolest Linux based applications 
 with Moblin SDK  win great prizes
  Grand prize is a trip for two to an Open Source event anywhere in the world
  http://moblin-contest.org/redirect.php?banner_id=100url=/
  ___
  DSpace-tech mailing list
  DSpace-tech@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/dspace-tech

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

***
George Kozak
Coordinator
Web Development and Management
Digital Media Group
501 Olin Library
Cornell University
607-255-8924
***
[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] header changes

2008-10-07 Thread Kennedy, Irene
hi claudia 

we last spoke in september unfortunetly due to work commitments with students
coming back I have not managed to do any dspace work until this morning

anyway I followed your instructions all went well mvn package worked then
ran ant update after eventually getting the right directory (I Think!!)

the last part deploy new webapplication not sure what you mean sorry
for being stupid

Irene

-Original Message-
From: Claudia Jürgen [mailto:[EMAIL PROTECTED]
Sent: 11, September, 2008 16:08
To: Kennedy, Irene
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] header changes


Hi Irene,

with the new maven build process, overlays are used.
You put your localized/customized sources in
[dspace-source]/dspace/modules in your case in
[dspace-source]/dspace/modules/jspui
run mvn package and then ant update and deploy the new webapplication.

Sunny greetings

Claudia

Kennedy, Irene schrieb:
 Hi guys,
 
 I need help with changing my header.jsp.  I am running a vanilla install of 
 1.5 on progress in a windows
 environment.  I have been very naughty as I am new to dspace and finding it 
 difficult to get to grips with
 the architecture.  Anyway my point is, I have updated all header.jsp's on my 
 server and inserted my new header image in all directories
 that the dspace image was located.
 
 I have recompiled my build but still no joy with my header been changed can 
 someone please tell which directory and files
 I need to change in order for my header to be updated.  Also as a sub 
 question to this I want to undertake a training course
 in order to get a better handle on dspace.
 
 Yours desperate
 Irene 
 
 __
 Irene Kennedy
 Senior Information Specialist
 Central Server Support Group
 University of Abertay Dundee 
 [EMAIL PROTECTED]
 (01382) 308814 
 The University of Abertay Dundee is a charity registered in Scotland, No: 
 SC016040. 
 
 
 
 
 
 
 
 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
 Build the coolest Linux based applications with Moblin SDK  win great prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 
 
 
 
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

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


[Dspace-tech] DSpace import throwing SQL connection error

2008-10-07 Thread Mr Havercamp
I've recently been importing a few thousand records into dspace using 
the import tool that is supplied within the ./bin directory.

Up until recently I have been importing collections without incident 
until last night when, during an import, I lost my remote connection to 
my DSpace server.

When attempting to resume an import;

# sudo /path/to/dspace/bin/import -c 123456789/8 -a -R -m 
/path/to/dspace/imports/photographs.log -e [EMAIL PROTECTED] -s 
/path/to/assets/photographs

the following error is thrown;

Exception in thread main java.sql.SQLException: 
java.lang.ClassNotFoundException:
at 
org.dspace.storage.rdbms.DatabaseManager.initialize(DatabaseManager.java:1555)
at 
org.dspace.storage.rdbms.DatabaseManager.getConnection(DatabaseManager.java:512)
at org.dspace.core.Context.init(Context.java:117)
at org.dspace.app.itemimport.ItemImport.main(ItemImport.java:336)

I've checked the logs and have not been able to find any other 
information except for when I restart postgresql I see;

2008-10-07 12:54:46 UTC LOG:  received smart shutdown request
2008-10-07 12:54:46 UTC LOG:  autovacuum launcher shutting down
2008-10-07 12:56:11 UTC LOG:  incomplete startup packet

Restarting the Postgresql server a number of times fixed the problem but 
unfortunately, during the second update I lost the connection again and 
this time I get the same outcome above but I cannot seem to resolve it. 
I've checked my import log file for incomplete data but it looks fine 
and checking the last record in DSpace show that it was imported 
successfully.

Any help would be much appreciated as I do not fancy setting up the 
entire dspace database again.

-
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-tech Digest, Vol 30, Issue 16

2008-10-07 Thread Joseph Greene
Hello all,

I'm reviewing our metadata input and would like to know if anyone knows what
happens to 'mangled dates'? We had been putting years in like 20?? When
unsure of the exact publication date and I've found the following in the
logs:

2008-07-31 12:26:53,293 WARN  org.dspace.content.DCDate @ Mangled date: 20??
Exception: java.lang.NumberFormatException: For input string: 20??

How does DSpace handle this error-- what happens to the date?
What do others do to represent unknown dates?

Many thanks,

Joseph Greene
Institutional Repository Project Manager
325 James Joyce Library
University College Dublin
Belfield, Dublin 4

353 (0)1 716 7398
[EMAIL PROTECTED]
http://irserver.ucd.ie/dspace/


-
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-tech Digest, Vol 30, Issue 16

2008-10-07 Thread Claudia Jürgen
Hi Joseph,

the date will be stored in the mangled form. So if you got an item with 
dc.date.issued= 20?? imported or created a mangled date via editing an 
item, it will lead to some problems
- it will not be displayed properly in default item display
- it will not appear in browse lists
and so on.

At the moment there is no metadata type to represent fuzzy dates, or 
something like 123 b.c ... For the time being it might be best to create 
an own metadata field for it and not use it as date type.

Hope that helps

Claudia Jürgen


Joseph Greene schrieb:
 Hello all,
 
 I'm reviewing our metadata input and would like to know if anyone knows what
 happens to 'mangled dates'? We had been putting years in like 20?? When
 unsure of the exact publication date and I've found the following in the
 logs:
 
 2008-07-31 12:26:53,293 WARN  org.dspace.content.DCDate @ Mangled date: 20??
 Exception: java.lang.NumberFormatException: For input string: 20??
 
 How does DSpace handle this error-- what happens to the date?
 What do others do to represent unknown dates?
 
 Many thanks,
 
 Joseph Greene
 Institutional Repository Project Manager
 325 James Joyce Library
 University College Dublin
 Belfield, Dublin 4
 
 353 (0)1 716 7398
 [EMAIL PROTECTED]
 http://irserver.ucd.ie/dspace/
 
 
 -
 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] Error while using feedback option

2008-10-07 Thread Durga Ratnam
Hi,
 Am using Dspace 1.5 on Windows XP. We have an option called 'Feedback'
on the home page of Dspace. when i click on it, Internal System Error is
being displayed. Did i miss any step while installation? please help me to
solve this error.

Hoping for a quick reply,

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 email a link to an attached file, without handle

2008-10-07 Thread Alvaro Sandoval
Hi all:

We would like to email (from the item page) the local URL of an attached
file instead of the handle uri. Is it possible?
How can we do it?

Thanks in advance,
-- 
Álvaro Sandoval
BCN, Biblioteca del Congreso Nacional
Servicios Digitales. Ingeniería y Desarrollo
Fono: (56-32) 226 3981. Fax: (56-32) 226 3973
www.bcn.cl


-
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] Installing Dspace 1.5.1 Using Oracle XE in windows environment

2008-10-07 Thread Adam Fethi
  Greetings,

In DSpace 1.5.1, when we execute  mvn -Ddb.name=oracle package, it
generates the following error:

[ERROR] FATAL ERROR

[INFO]


[INFO] basedir D:\ColNum\dspace-1.5.1\dspace\modules\xmlui\src\main\webapp
does not exist
  [INFO]


[INFO] Trace

java.lang.IllegalStateException: basedir
D:\ColNum\dspace-1.5.1\dspace\modules\xmlui\src\main\webapp does not exist


   Please, could anyone help us to solve the error?



Thanks. Regards



AF.
-
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] Error in DSpace 1.5.1 and Maven

2008-10-07 Thread Sahouli, Boubakeur
Greetings,
In DSpace 1.5.1, when we execute  mvn -Ddb.name=oracle package, it
generates the following error:

 

[ERROR] FATAL ERROR

[INFO]


[INFO] basedir
D:\ColNum\dspace-1.5.1\dspace\modules\xmlui\src\main\webapp does not
exist

[INFO]


[INFO] Trace

java.lang.IllegalStateException: basedir
D:\ColNum\dspace-1.5.1\dspace\modules\xmlui\src\main\webapp does not
exist

 

Please, could anyone help us to solve the error?



Thanks. Regards.



B. Sahouli

-
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] Need help

2008-10-07 Thread Bram Luyten
Hello Zico,

as long as your client has the proper access rights to setup the database,
tomcat application server, ... on this non-dedicated (web)server, this
should work.
Concerning the domain question: do you mean an internet URL ? Even if a url
is already purchased, they can direct it to the DSpace system after
installation.

Hope this helps.

with best regards,

Bram Luyten

@mire NV
Romeinse Straat 18
3001 Heverlee
Belgium
+32 2 888 29 56

http://www.atmire.com - Institutional Repository Solutions
http://www.togather.eu - Before getting together, get [EMAIL PROTECTED]


On Thu, Sep 25, 2008 at 6:53 PM, Zico [EMAIL PROTECTED] wrote:

 one of my client wants to install dspace in their domain. That means, they
 don`t have enough money to buy a stand alone server for dspace. Moreover,
 they already bought a domain in somewhere. Now, they are telling me to
 install dspace there in that domain.

 Is it possible? How can i do that?

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


-
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] Installing Dspace 1.5.1 Using Oracle XE in windows environment

2008-10-07 Thread Claudia Jürgen
Hi Adam,

are you using cvs to manage your sources?

Claudia


Adam Fethi schrieb:
   Greetings,
 
 In DSpace 1.5.1, when we execute  mvn -Ddb.name=oracle package, it
 generates the following error:
 
 [ERROR] FATAL ERROR
 
 [INFO]
 
 
 [INFO] basedir D:\ColNum\dspace-1.5.1\dspace\modules\xmlui\src\main\webapp
 does not exist
   [INFO]
 
 
 [INFO] Trace
 
 java.lang.IllegalStateException: basedir
 D:\ColNum\dspace-1.5.1\dspace\modules\xmlui\src\main\webapp does not exist
 
 
Please, could anyone help us to solve the error?
 
 
 
 Thanks. Regards
 
 
 
 AF.
 
 
 
 
 
 -
 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] Deadlocks during index-init after configurable browse.

2008-10-07 Thread Anderson, Charles W
We recently implemented configurable browse in our test instance of DSpace, and 
everything went swimmingly.  When we tried to move the changes to production, 
however, we got deadlocks (see error messages below) while running the required 
index-init.  These errors occur during the browse portion of the index, and pop 
up whether the new browse configurations are in place or not.  Has anybody else 
had this problem?  

-- 
Bill Anderson
Software Developer
Digital Library Development
Georgia Tech Library

Error messages, copied from bin/index-init output

Creating browse index
Exception in thread main org.dspace.browse.BrowseException: 
org.postgresql.util.PSQLException: ERROR: deadlock detected
  Detail: Process 20247 waits for AccessExclusiveLock on relation 20116917 of 
database 14218788; blocked by process 19174.
Process 19174 waits for AccessShareLock on relation 20116964 of database 
14218788; blocked by process 20247.
at 
org.dspace.browse.BrowseCreateDAOPostgres.dropIndexAndRelated(BrowseCreateDAOPostgres.java:447)
at org.dspace.browse.IndexBrowse.dropItemTables(IndexBrowse.java:890)
at org.dspace.browse.IndexBrowse.clearDatabase(IndexBrowse.java:864)
at org.dspace.browse.IndexBrowse.prepTables(IndexBrowse.java:737)
at org.dspace.browse.IndexBrowse.initBrowse(IndexBrowse.java:1045)
at org.dspace.browse.IndexBrowse.main(IndexBrowse.java:707)
Caused by: org.postgresql.util.PSQLException: ERROR: deadlock detected
  Detail: Process 20247 waits for AccessExclusiveLock on relation 20116917 of 
database 14218788; blocked by process 19174.
Process 19174 waits for AccessShareLock on relation 20116964 of database 
14218788; blocked by process 20247.
at 
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1512)
at 
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1297)
at 
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
at 
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:430)
at 
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:346)
at 
org.postgresql.jdbc2.AbstractJdbc2Statement.executeUpdate(AbstractJdbc2Statement.java:300)
at 
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:101)
at 
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:101)
at 
org.dspace.storage.rdbms.DatabaseManager.updateQuery(DatabaseManager.java:354)
at 
org.dspace.browse.BrowseCreateDAOPostgres.dropIndexAndRelated(BrowseCreateDAOPostgres.java:440)

-
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] Make private Dspace repository

2008-10-07 Thread Alvaro Sandoval
Hi:

Is it possible to restrict access to a dspace instance in order to allow
only authorized users? Not even READ access to Anonymous group.

Any suggestion?

Thanks in advance!

-- 
Álvaro Sandoval
BCN, Biblioteca del Congreso Nacional
Servicios Digitales. Ingeniería y Desarrollo
Fono: (56-32) 226 3981. Fax: (56-32) 226 3973
www.bcn.cl


-
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] problem install Dspace

2008-10-07 Thread Trung Vo Quang
Dear All,

   I tried to install DSpcace. When I execute comand: *ant fresh_install*. I
got an error:


[EMAIL PROTECTED]:/media/sda5/Projects/Dspace.org/dspace/dspace# ant
fresh_install
Buildfile: build.xml

init_installation:

init_configs:

setup_database:
 [java] Exception in thread main java.lang.NoClassDefFoundError:
org/dspace/storage/rdbms/InitializeDatabase

BUILD FAILED
/media/sda5/Projects/Dspace.org/dspace/dspace/build.xml:380: Java returned:
1

Total time: 0 seconds*


I'm using: Web server: Apache2 + Resin. JDK 1.6. Ant, PostgreSQL 8.2, Dspace
1.5.1 


Best regards.
Trung Vo.
-
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