[Dspace-tech] Installation Pre-requisite Software for installing Dspace

2014-01-16 Thread Eric Martyns
Hi,
In verifying if the software have been properly installed,
i ran the command
java-version
ANT-version
 in the command prompt but came up with the message not recognized.

Best Regards
Martyns Eric
--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Installation Pre-requisite Software for installing Dspace

2014-01-16 Thread Kostas Stamatis
You need to add the bin directory of all these tools in your system PATH.
ie: for JAVA see this one: http://www.java.com/en/download/help/path.xml

 

Accordingly, set the path for the other tools as well.

 

Regards,

Kostas

 

 

From: Eric Martyns [mailto:martynse...@gmail.com] 
Sent: Thursday, January 16, 2014 11:39 AM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Installation Pre-requisite Software for installing
Dspace

 

Hi,

In verifying if the software have been properly installed,

i ran the command

java-version
ANT-version
 in the command prompt but came up with the message not recognized.

Best Regards

Martyns Eric

--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Installation Pre-requisite Software for installing Dspace

2014-01-16 Thread helix84
Hi Eric,

it's not clear from your message which OS you're using. You should
have also included the exact error message. I'm asuming it's bash:
java: command not found or equivalent.

On Thu, Jan 16, 2014 at 10:38 AM, Eric Martyns martynse...@gmail.com wrote:
 i ran the command
 java-version
 ANT-version

Firstly, there has to be a space between the command and its parameter:
java -version
ant -version

Secondly, UNIX-like systems are case sensitive, so you can't type
ANT, you have to type ant. Windows is case-insensitive.

Assuming you're doing that correctly, you most likely haven't added
the path to these commands to your PATH environment variable. How to
do this depends on which OS you're using, that's why you must include
all this information when asking questions.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Installation Pre-requisite Software for installing Dspace

2014-01-16 Thread Mark H. Wood
On Thu, Jan 16, 2014 at 10:38:36AM +0100, Eric Martyns wrote:
 Hi,
 In verifying if the software have been properly installed,
 i ran the command
 java-version
 ANT-version
  in the command prompt but came up with the message not recognized.

Missing spaces.  -version is an option and must be separated from
the name of the program to be run:

  mwood@mhw ~ $ java -version
  java version 1.7.0_45
  OpenJDK Runtime Environment (IcedTea 2.4.3) (Gentoo build 1.7.0_45-b31)
  OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)
  mwood@mhw ~ $ ant -version
  Apache Ant(TM) version 1.9.1 compiled on October 21 2013
  mwood@mhw ~ $ 

-- 
Mark H. Wood, Lead System Programmer   mw...@iupui.edu
Machines should not be friendly.  Machines should be obedient.


signature.asc
Description: Digital signature
--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Installation of DSpace 3.1 on RHEL 6

2013-04-16 Thread SanjibKumarDeka
Hi,

I am in the process of installing DSpace 3.1 on RHEL 6.  I have installed
apache ant 1.9.0, apache maven 3.0.5, apache tomcat 7.0.39, Postgres
9.0.6.1 and jdk1.7.0_17.

Now I am unable to create user and database to proceed further.
Kindly help me to come out from this situation.

Regards,

sanjib deka
--
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis  visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Installation of DSpace 3.1 on RHEL 6

2013-04-16 Thread Hilton Gibson
Hi Sanjib

To create a user, try the command *adduse*r or *useradd*.
To create a database, try following these instructions:
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Prepare_Ubuntu/S06#Step_6.2:_Setup_PostgreSQL_admin_password

Cheers

hg


On 16 April 2013 12:14, SanjibKumarDeka xan...@gmail.com wrote:

 Hi,

 I am in the process of installing DSpace 3.1 on RHEL 6.  I have installed
 apache ant 1.9.0, apache maven 3.0.5, apache tomcat 7.0.39, Postgres
 9.0.6.1 and jdk1.7.0_17.

 Now I am unable to create user and database to proceed further.
 Kindly help me to come out from this situation.

 Regards,

 sanjib deka



 --
 Precog is a next-generation analytics platform capable of advanced
 analytics on semi-structured data. The platform includes APIs for building
 apps and a phenomenal toolset for data science. Developers can use
 our toolset for easy data analysis  visualization. Get a free account!
 http://www2.precog.com/precogplatform/slashdotnewsletter
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




-- 
*Hilton Gibson*
Systems Administrator
JS Gericke Library
Room 1025C
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Tel: +27 21 808 4100 | Cell: +27 84 646 4758
http://library.sun.ac.za
http://scholar.sun.ac.za
http://ar1.sun.ac.za
http://aj1.sun.ac.za
--
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis  visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Installation of DSpace 3.1 on RHEL 6

2013-04-16 Thread Mark H. Wood
On Tue, Apr 16, 2013 at 03:44:11PM +0530, SanjibKumarDeka wrote:
 I am in the process of installing DSpace 3.1 on RHEL 6.  I have installed
 apache ant 1.9.0, apache maven 3.0.5, apache tomcat 7.0.39, Postgres
 9.0.6.1 and jdk1.7.0_17.
 
 Now I am unable to create user and database to proceed further.
 Kindly help me to come out from this situation.

In what particular way are you unable to create the database-user and
database?  There are a number of ways this could fail.  Please tell us
what commands you entered and what messages resulted from them.

Notice that PostgreSQL must be not only installed but started, before
you can create Pg users or databases.

-- 
Mark H. Wood, Lead System Programmer   mw...@iupui.edu
There's an app for that:  your browser


signature.asc
Description: Digital signature
--
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis  visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Installation issues w/version 1.8.2 - Unable to create administrator (unable to load launcher configuration file)

2012-10-01 Thread Anja Le Blanc
Hi James,

Try 'dspace create-administrator' (note the '-').

Regards,
Anja


On 01/10/2012 13:13, Miller, James wrote:
 Hi Everyone-

 I'm a complete noob to dspace. I followed all the steps to install and
 have recieved Build Successful messages after running the mvn
 package and ant fresh_install in command prompt. Now I'm trying to
 create an administrator account. I received the following error in
 command prompt.

 C:\DSpace\bindspace create administrator

 Using DSpace installation in: C:\DSpace

 Unable to load the launcher configuration file: [dspace]/config/launcher.xml

 Error on line 1 of document
 file:///C:/DSpace%20%20#%20DSpace%20host%20name%20-%

 20should%20match%20base%20URL.%20%20Do%20not%20include%20port%20number/config/la

 uncher.xml: Content is not allowed in prolog.

 I've attached two log files.

 I appreciate any help you can give me.

 Best,

 James




 --
 Got visibility?
 Most devs has no idea what their production app looks like.
 Find out how fast your code is with AppDynamics Lite.
 http://ad.doubleclick.net/clk;262219671;13503038;y?
 http://info.appdynamics.com/FreeJavaPerformanceDownload.html



 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


--
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Installation issues w/version 1.8.2 - Unable to create administrator (unable to load launcher configuration file)

2012-10-01 Thread Miller, James
Hi Anja-

I tried that and got the same error. I think my folder naming system is all 
screwed up. I think my DSpace is installed in a folder with the long goofy name 
of 
DSpace  # DSpace host name - should match base URL.  Do not include port number

I went into this folder (with the goofy name) changed the My University name 
section of the config file and the name change showed up when I reloaded the 
page. 

I'm sure this is messing me up, filepath-wise. Take a look at my screenshot of 
my folders. Should I just rename these folders?

Thanks!
James

 


From: Anja Le Blanc [anja.lebl...@manchester.ac.uk]
Sent: Monday, October 01, 2012 9:20 AM
To: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Installation issues w/version 1.8.2 - Unable to 
create administrator (unable to load launcher configuration file)

Hi James,

Try 'dspace create-administrator' (note the '-').

Regards,
Anja


On 01/10/2012 13:13, Miller, James wrote:
 Hi Everyone-

 I'm a complete noob to dspace. I followed all the steps to install and
 have recieved Build Successful messages after running the mvn
 package and ant fresh_install in command prompt. Now I'm trying to
 create an administrator account. I received the following error in
 command prompt.

 C:\DSpace\bindspace create administrator

 Using DSpace installation in: C:\DSpace

 Unable to load the launcher configuration file: [dspace]/config/launcher.xml

 Error on line 1 of document
 file:///C:/DSpace%20%20#%20DSpace%20host%20name%20-%

 20should%20match%20base%20URL.%20%20Do%20not%20include%20port%20number/config/la

 uncher.xml: Content is not allowed in prolog.

 I've attached two log files.

 I appreciate any help you can give me.

 Best,

 James




 --
 Got visibility?
 Most devs has no idea what their production app looks like.
 Find out how fast your code is with AppDynamics Lite.
 http://ad.doubleclick.net/clk;262219671;13503038;y?
 http://info.appdynamics.com/FreeJavaPerformanceDownload.html



 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


--
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-techattachment: Dspace Folders.JPG--
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Installation issues w/version 1.8.2 - Unable to create administrator (unable to load launcher configuration file)

2012-10-01 Thread Tim Donohue
James,

It looks as though your dspace.cfg file has gotten messed up.  That 
message # DSpace host name - should match base URL. Do not include port 
number is a comment in the dspace.cfg file.

Somehow, that comment has been added to the path of the 'dspace.dir 
setting.

Because it's hard to say what files were installed 
improperly/incorrectly, I suspect you may want to start over with the 
install by doing the following:

(1) Delete those oddly created directories (You also may want to delete 
the DSpace directory, as some files may have been installed there).

(2) Check the 'dspace.dir' setting in the copy of dspace.cfg in 
dspace-1.8.2-src-release/dspace/target/dspace-1.8.2-build/config/
 * Correct that 'dspace.dir' setting, as I suspect it is wrong and 
includes that long comment string.
 * Double check all other settings you changed in that dspace.cfg file.

(3) From the 
'dspace-1.8.2-src-release/dspace/target/dspace-1.8.2-build/', run 'ant 
clean_database'. WARNING: THIS WILL DELETE YOUR EXISTING DSPACE DATABASE 
TABLES. IF YOU ACTUALLY HAVE DATA YOU WANT TO KEEP, YOU SHOULD NOT RUN THIS.

(4) Finally, run 'ant fresh_install' again.  Hopefully this time 
everything will install properly and you won't end up with an odd 
looking folder name.

Good luck,

- Tim

On 10/1/2012 8:54 AM, Miller, James wrote:
 Hi Anja-

 I tried that and got the same error. I think my folder naming system is all 
 screwed up. I think my DSpace is installed in a folder with the long goofy 
 name of
 DSpace  # DSpace host name - should match base URL.  Do not include port 
 number

 I went into this folder (with the goofy name) changed the My University 
 name section of the config file and the name change showed up when I reloaded 
 the page.

 I'm sure this is messing me up, filepath-wise. Take a look at my screenshot 
 of my folders. Should I just rename these folders?

 Thanks!
 James



 
 From: Anja Le Blanc [anja.lebl...@manchester.ac.uk]
 Sent: Monday, October 01, 2012 9:20 AM
 To: dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] Installation issues w/version 1.8.2 - Unable to 
 create administrator (unable to load launcher configuration file)

 Hi James,

 Try 'dspace create-administrator' (note the '-').

 Regards,
 Anja


 On 01/10/2012 13:13, Miller, James wrote:
 Hi Everyone-

 I'm a complete noob to dspace. I followed all the steps to install and
 have recieved Build Successful messages after running the mvn
 package and ant fresh_install in command prompt. Now I'm trying to
 create an administrator account. I received the following error in
 command prompt.

 C:\DSpace\bindspace create administrator

 Using DSpace installation in: C:\DSpace

 Unable to load the launcher configuration file: [dspace]/config/launcher.xml

 Error on line 1 of document
 file:///C:/DSpace%20%20#%20DSpace%20host%20name%20-%

 20should%20match%20base%20URL.%20%20Do%20not%20include%20port%20number/config/la

 uncher.xml: Content is not allowed in prolog.

 I've attached two log files.

 I appreciate any help you can give me.

 Best,

 James




 --
 Got visibility?
 Most devs has no idea what their production app looks like.
 Find out how fast your code is with AppDynamics Lite.
 http://ad.doubleclick.net/clk;262219671;13503038;y?
 http://info.appdynamics.com/FreeJavaPerformanceDownload.html



 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


 --
 Got visibility?
 Most devs has no idea what their production app looks like.
 Find out how fast your code is with AppDynamics Lite.
 http://ad.doubleclick.net/clk;262219671;13503038;y?
 http://info.appdynamics.com/FreeJavaPerformanceDownload.html
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech



 --
 Got visibility?
 Most devs has no idea what their production app looks like.
 Find out how fast your code is with AppDynamics Lite.
 http://ad.doubleclick.net/clk;262219671;13503038;y?
 http://info.appdynamics.com/FreeJavaPerformanceDownload.html



 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


--
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html

[Dspace-tech] installation

2012-04-20 Thread srinaththota
Hello Friends,

I am new to Dspace.

I tried to install Dpase 1.7.2 ver on windows 7. I have followed the
documentation and successfully completed upto execution of ant
fresh_install. But am unable to create system administrator. Am inserting
the screen shot of it. Please look into that and get me a solution. 
http://dspace.2283337.n4.nabble.com/file/n4574248/dspace.jpg 

ThanksRegards
srinath

--
View this message in context: 
http://dspace.2283337.n4.nabble.com/installation-tp4574248p4574248.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] installation

2012-04-20 Thread helix84
Hi Srinath,

you're running that command in the [dspace-src] directory. You're
supposed to run it in the installed directory (marked as [dspace] in
documentation). In your case something like C:\DSpace\bin\

Regards,
~~helix84

--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] installation

2012-04-20 Thread revskill
Hi, you should look into file config/dspace.cfg to see what is value of
dspace.dir ? If it's D:\Dspace, you should run command dspace
create-administer in folder D:\Dspace\bin, not in the src directory.
Hope this helps.

2012/4/20 srinaththota srinaththo...@gmail.com

 Hello Friends,

 I am new to Dspace.

 I tried to install Dpase 1.7.2 ver on windows 7. I have followed the
 documentation and successfully completed upto execution of ant
 fresh_install. But am unable to create system administrator. Am inserting
 the screen shot of it. Please look into that and get me a solution.
 http://dspace.2283337.n4.nabble.com/file/n4574248/dspace.jpg

 ThanksRegards
 srinath

 --
 View this message in context:
 http://dspace.2283337.n4.nabble.com/installation-tp4574248p4574248.html
 Sent from the DSpace - Tech mailing list archive at Nabble.com.


 --
 For Developers, A Lot Can Happen In A Second.
 Boundary is the first to Know...and Tell You.
 Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
 http://p.sf.net/sfu/Boundary-d2dvs2
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




-- 
TRUONG HOANG DUNG*
**Librarian Researcher
**Information and Library Centre
Mobile: 0121.411.5322
Email: dun...@hpu.edu.vn*
*Hai Phong Private University* http://lib.hpu.vn
--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Installation Problems on Ubuntu

2012-02-16 Thread Adam Fullerton
Good Day,

I am trying to install Dspace for the first time on a clean install of
Ubuntu. I get to the command mvn -U package and I get this error -
Compilation Failure Please ensure you are using JDK 1.4 or above and not a
JRE...

Any ideas on how to fix this. I have followed the directions on this page
from step one to this point.

https://wiki.duraspace.org/display/DSPACE/Installing+DSpace+1.7+on+Ubuntu

Thank you for your help,

Adam Fullerton, MLIS
Electronic/Technical Services Librarian 
Assistant Professor
Morningside College
1501 Morningside Ave
Sioux City, IA 51106

Phone: 712-274-5247
Fax: 712-274-5224 attn: Fullerton
Email: fullert...@morningside.edu

Being a librarian is not a job...it's a lifestyle.
--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Installation Problems on Ubuntu

2012-02-16 Thread Tim Donohue
Hi Adam,

It looks like the error is saying you don't have a recent version of 
Java (JDK) installed.

The prerequisite software for installing DSpace 1.7 is listed in the 
official installation docs over at:
https://wiki.duraspace.org/display/DSDOC17/Installation#Installation-PrerequisiteSoftware

You'll especially want to check to make sure you have installed Oracle 
Java JDK 6 or later.

Good luck,

- Tim

On 2/16/2012 2:41 PM, Adam Fullerton wrote:
 Good Day,

 I am trying to install Dspace for the first time on a clean install of
 Ubuntu. I get to the command mvn -U package and I get this error -
 Compilation Failure Please ensure you are using JDK 1.4 or above and
 not a JRE...

 Any ideas on how to fix this. I have followed the directions on this
 page from step one to this point.

 https://wiki.duraspace.org/display/DSPACE/Installing+DSpace+1.7+on+Ubuntu

 Thank you for your help,

 Adam Fullerton, MLIS
 Electronic/Technical Services Librarian 
 Assistant Professor
 Morningside College
 1501 Morningside Ave
 Sioux City, IA 51106

 Phone: 712-274-5247
 Fax: 712-274-5224 attn: Fullerton
 Email: fullert...@morningside.edu mailto:fullert...@morningside.edu

 Being a librarian is not a job...it's a lifestyle.





 --
 Virtualization  Cloud Management Using Capacity Planning
 Cloud computing makes use of virtualization - but cloud computing
 also focuses on allowing computing to be delivered as a service.
 http://www.accelacomm.com/jaw/sfnl/114/51521223/



 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Installation Problems on Ubuntu

2012-02-16 Thread Andrew Woods
Hello Adam,
It is likely that you do not have a Java JDK installed on your Ubuntu
machine. Try installing the Java6 JDK per these instructions:
https://help.ubuntu.com/community/Java
Andrew

On Thu, Feb 16, 2012 at 3:41 PM, Adam Fullerton
fullert...@morningside.edu wrote:
 Good Day,

 I am trying to install Dspace for the first time on a clean install of
 Ubuntu. I get to the command mvn -U package and I get this error -
 Compilation Failure Please ensure you are using JDK 1.4 or above and not a
 JRE...

 Any ideas on how to fix this. I have followed the directions on this page
 from step one to this point.

 https://wiki.duraspace.org/display/DSPACE/Installing+DSpace+1.7+on+Ubuntu

 Thank you for your help,

 Adam Fullerton, MLIS
 Electronic/Technical Services Librarian 
 Assistant Professor
 Morningside College
 1501 Morningside Ave
 Sioux City, IA 51106

 Phone: 712-274-5247
 Fax: 712-274-5224 attn: Fullerton
 Email: fullert...@morningside.edu

 Being a librarian is not a job...it's a lifestyle.




 --
 Virtualization  Cloud Management Using Capacity Planning
 Cloud computing makes use of virtualization - but cloud computing
 also focuses on allowing computing to be delivered as a service.
 http://www.accelacomm.com/jaw/sfnl/114/51521223/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Installation on a NAS box

2011-06-02 Thread helix84
Hi Srijan,

I looked at the specs you provided and didn't find out what operating
system it runs. Maybe it's not meant to be accessed directly, only
managed via some web interface.

The software requirements for running DSpace are datailed here:
https://wiki.duraspace.org/display/DSDOC/Installation#Installation-PrerequisiteSoftware

Even if your NAS wouldn't have a suitable OS and software to run
DSpace, you can always use it to store the files (the assetstore
directory can live on the NAS and be mounted via NFS, CIFS or
whatever) and run DSpace on another system in your network where you
have control over the software. You can control the location of the
assetstore via the assetstore.dir configuration variable.

Regards,
~~helix84

--
Simplify data backup and recovery for your virtual environment with vRanger. 
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today. 
http://p.sf.net/sfu/quest-sfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Installation on a NAS box

2011-06-01 Thread Srijan Deshpande
Hi,

I'm new to this list and to DSpace. I work for a small independent audio 
archive in Mumbai, India and I'm doing some research about DSpace for our 
soon-to-begin digitization project.

I need to know whether DSpace can be directly installed on this NAS box: 
http://www.netgear.com/home/products/storage/work-and-play/RNDU6000.aspx

The idea is to have DSpace installed on this NAS box so that the repository can 
be accessed by the other terminals that are on our office network. Is this 
possible?

Thanks,
Srijan Deshpande --
Simplify data backup and recovery for your virtual environment with vRanger. 
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today. 
http://p.sf.net/sfu/quest-sfdev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Installation of Dspace 1.5 on Ubuntu

2010-10-22 Thread MOHIT SHARMA
Have u completed ur installation process ?

On Thu, Oct 21, 2010 at 18:01, Hilton Gibson hilton.gib...@gmail.comwrote:

  Hi Bidhan

 Try this: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Dspace

 Cheers

 hg

 On 21/10/2010 12:26, bidhan chaudhuri wrote:


  Hi everybody,

 I've installed Ubuntu 9.10 desktop version and now trying to install dspace
 1.5. But hopelessly I failed repeatedly. Is there any easy way of installing
 dspace? Please help me.

 --
 Bidhan Chaudhuri
 CG  CRI
 Kolkata 700 032




 --
 Bidhan Chaudhuri
 CG  CRI
 Kolkata 700 032


 --
 Nokia and ATT present the 2010 Calling All Innovators-North America contest
 Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
 $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
 Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
 http://p.sf.net/sfu/nokia-dev2dev


 ___
 DSpace-tech mailing 
 listdspace-t...@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/dspace-tech


 --
 Hilton Gibson
 Systems Administrator
 JS Gericke Library
 Room 1053
 Stellenbosch University
 Private Bag X5036
 Stellenbosch
 7599
 South Africa

 Tel: +27 21 808 4100 | Cell: +27 84 646 4758

 Simplicity is the ultimate sophistication
   Leonardo da Vinci



 --
 Nokia and ATT present the 2010 Calling All Innovators-North America
 contest
 Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
 $10 million total in prizes - $4M cash, 500 devices, nearly $6M in
 marketing
 Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store
 http://p.sf.net/sfu/nokia-dev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Installation of Dspace

2009-06-26 Thread Jason Stirnaman
Hi, Will!  The DSpace manual for version 1.5.2 is actually quite strong
in the installation area. The manual can be found in the source release
(which you don't really want) or at
http://www.dspace.org/1_5_2Documentation/DSpace-Manual.pdf
We're running on Solaris, though the instructions should suit just
about any 'nix platform I think.

Jason
-- 



 On 6/25/2009 at 1:23 PM, in message
24187643.p...@talk.nabble.com, williamw
willi...@rider.edu wrote:

 Hello, I have been searching all over on how to install DSpace onto
solaris
 and i cant
 seem to find out how, as in i mean how to install what into what
directory
 and what directory's i need to make and where, ive been on the dspace
wiki
 and that didn't really help me all that much, and i guess it doesn't
help
 all that much that i am new to Linux so i don't really know how to
install
 things all that great, i was wondering if anyone would take the time
to help
 me?
 
 Thank you!
 
 -Will

--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] INSTALLATION HELP

2009-04-30 Thread Lu, Chichi
Hello,

 

I am trying to install DSpace onto our server and it is not letting me create a 
user or database through PostgreSQL.  I've tried installing different versions 
of Postgre.  I've tried changing the ports and host IP addresses.  

 

Also, PostgreSQL service will not start consistently.  Often times, it would 
not start.  It would say sometimes services will not start unless they had 
something to do.  However, when I attempt to give it something to do through 
command promp, it says Createuser: could not connect to database postgres: 
server closed the connection unexpectedly.  This probably means the server 
terminated abnormally before or while processing the request. In addition, 
when I go through the PGadmin program and I start the database, it says the 
server is not listening, although our firewall is turned off and it is set to 
listen to all IPs. 

 

Event viewer says \could not open process token: error 5\ every time I 
attempt to start the service via Services window and command prompt.  I\'ve 
uninstalled and installed Postgres about 10 times.  Everything else seems to be 
working properly until that part of the installation instructions.

 

Warm regards,

 

Chichi Lu

Network Systems Specialist

Information Technology Department

Bahá'í National Center

1233 Central St.

Evanston, IL 60201

(847) 733-3422

c...@usbnc.org

 

We cannot be casual Bahá'ís.  Even if we only have a crumb to give we must not 
withhold it. --Dorothy Baker

 

--
Register Now  Save for Velocity, the Web Performance  Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance  Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Installation of DSPACE

2009-02-26 Thread Diggory Mark
I've seen this question before.  I have no expereince with CPANEL.  
But, just searching via google I do see some references to accessing  
and configuring Postgres and Tomcat via CPANEL, if you can't configure  
an installation location for dspace, initialize a postgres database  
with appropriate dspace database and user, and run java from the  
commandline via CPANEL, then I would say it would be difficult to  
accomplish.  It may also depend highly not only on CPANEL, but on the  
services your hosting provider is offering, you need JAVA, as  
webapplication container such as tomcat and either a postgres or  
oracle database.


Hope this may help some,
Mark

On Feb 26, 2009, at 10:00 PM, César Lockhart wrote:


Hi,

my name is César J. Lockhart,

I'm trying to install dspace as a repository for the LACCEI STUDENTS  
CHAPTER of the APEC University in the Dominican Republic. We have a  
subscription to a server and we only have acces to the CPANEL, so I  
want to know if there is any way to install Dspace in the server or  
I wil have to forguet about that.


Sincerely,

César J. Lockhart

PD: I really want to install Dspace, it is just what I need.
--
Open Source Business Conference (OSBC), March 24-25, 2009, San  
Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the  
Enterprise
-Strategies to boost innovation and cut costs with open source  
participation
-Receive a $600 discount off the registration fee with the source  
code: SFAD

http://p.sf.net/sfu/XcvMzF8H___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


~
Mark R. Diggory
http://purl.org/net/mdiggory/homepage



--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Installation Question

2009-02-23 Thread Thornton, Susan M. (LARC-B702)[RAYTHEON TECHNICAL SERVICES COMPANY]
Hi Jeff,

 You can just do a database query (use command line or a tool such
as pgAdminIII (this is what I like to use)) to either modify or remove
the metadata entries for element=identifier, qualifier=uri.  Very
simple!  We've also done this.

Good luck!

Sue

 



From: West, Jeff [mailto:jw...@mail.barry.edu] 
Sent: Thursday, February 19, 2009 5:36 PM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Installation Question

 

I just installed DSpace 1.5 on a Fedora 10 Server.   Everything is
working fine, but I need to remove the handle server link.   The server
is not publicly accessible, so the information is incorrect.  Is there a
way to mask the handle URI, or change hdl.handle.net to my server name?

 

  

 

 

image001.jpg--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Installation Question

2009-02-23 Thread West, Jeff
Thanks, Susan.   I removed id number 25 from the metadata table.   I also 
edited display-item.jsp located in the Tomcat webapps directory and removed the 
identifier code that showed handle.net.  Now all references are gone.

[cid:image001.jpg@01C995E1.D2CB2A40]


From: Thornton, Susan M. (LARC-B702)[RAYTHEON TECHNICAL SERVICES COMPANY] 
[mailto:susan.m.thorn...@nasa.gov]
Sent: Monday, February 23, 2009 4:48 PM
To: West, Jeff; dspace-tech@lists.sourceforge.net
Subject: RE: [Dspace-tech] Installation Question

Hi Jeff,
 You can just do a database query (use command line or a tool such as 
pgAdminIII (this is what I like to use)) to either modify or remove the 
metadata entries for element=identifier, qualifier=uri.  Very simple!  We've 
also done this.
Good luck!
Sue


From: West, Jeff [mailto:jw...@mail.barry.edu]
Sent: Thursday, February 19, 2009 5:36 PM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Installation Question

I just installed DSpace 1.5 on a Fedora 10 Server.   Everything is working 
fine, but I need to remove the handle server link.   The server is not publicly 
accessible, so the information is incorrect.  Is there a way to mask the handle 
URI, or change hdl.handle.net to my server name?

[cid:image001.jpg@01C995E1.D2CB2A40]


inline: image001.jpg--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Installation Question

2009-02-19 Thread West, Jeff
I just installed DSpace 1.5 on a Fedora 10 Server.   Everything is working 
fine, but I need to remove the handle server link.   The server is not publicly 
accessible, so the information is incorrect.  Is there a way to mask the handle 
URI, or change hdl.handle.net to my server name?

[cid:image001.jpg@01C992B8.806F10D0]


inline: image001.jpg--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Installation Inquiry

2008-09-17 Thread Robert Roggenbuck
Hello Will,

The lines of Your commands looking a bit strange - but I think / hope 
that are typos while writing this mail.

Will Tarver schrieb:
 Hello Robert,
 Thank you so much for the quick reply.  With your assistance, I've managed
 to complete everything except step 5.  I can't seem to get it to install.
 I'm not really used to using commands.  Here's what I'm entering after trial
 and error:
 
 cd\users\will\downloads\dspace-1.5.1-release\dspace\config
You mean:
cd \users\will\downloads\dspace-1.5.1-release\dspace\config
(with a space after 'cd')
BUT: this is not [dspace-source]!

 
 Next, I enter:
 cd\config.cfg mvn package
???

 
 
  This will open the file, but not install.  I also tried:
 
  cd\users\will\downloads\dspace-1.5.1-release
  cd\DSpace
  mvn package
 
  This attempt says *'mvn' is not recognized as an internal or external
  command, operable program or batch file.*


Again: issue the following commands (replace the '[directory]' by the 
real settings)
# cd [dspace-source]
# cd dspace
# mvn package

When I see it right, it should be this way in Your case:
# cd \users\will\downloads\dspace-1.5.1-release
# cd dspace
# mvn package

If the last command fails with the message You reported, You did not 
installed Maven (or You have it not in Your PATH-variable).

Hope that helps

Regards

Robert


-
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 manual of 1.5 on linux

2008-09-11 Thread mallikarjun dora
Dear All

I am searching for installation manual for  linux  which will provide step
by step instruction for installation, apart from  documentation  in dspace
website and dspace wiki. Can anyone help me.

Thanks
Mallikarjun
-
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] 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


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


[Dspace-tech] Installation Error - Dspace1.4.2

2008-03-17 Thread Satya Ranjan Sahu
I am getting the following error when I try to run ant fresh_install. Why
the following error is coming?

Buildfile: build.xml

compile:

install_code:
  [jar] Building jar: /dspace/lib/dspace.jar

build_wars:
  [war] Building war: /dspace/build/dspace.war
  [war] Building war: /dspace/build/dspace-oai.war

init_configs:

setup_database:
 [java] 2008-03-17 16:55:50,990 INFO
org.dspace.storage.rdbms.InitializeDatabase @ Initializing Database

BUILD FAILED
/dspace/build.xml:293: Java returned: 1

Total time: 11 seconds

Thanking you
With regards
Satya

Satya Ranjan Sahu
National Information Centre for Marine Sciences
National Institute of Oceanography
Dona Paula, Goa - 403 004
Phone: 0832-2450370 (O)
--


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Installation of Dspace

2008-01-07 Thread Ponerulappan.P

Hi

We about to install Dspace to try out. While downloading support
software's couldn't download postgresql. Can you please helpme out what
are the files should be downloaded for  postgresql 8.X

Thanks  Regards

Pons   (Ponerulappan)   | Library  Information Services,  Co
-Original Message-



This e-mail and any files transmitted with it are for the sole use of the 
intended recipient(s) and may contain confidential and privileged information.
If you are not the intended recipient, please contact the sender by reply 
e-mail and destroy all copies of the original message.
Any unauthorised review, use, disclosure, dissemination, forwarding, printing 
or copying of this email or any action taken in reliance on this e-mail is 
strictly
prohibited and may be unlawful.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Installation of Dspace

2008-01-07 Thread Christian Voelker

Am 07.01.2008 um 13:18 schrieb [EMAIL PROTECTED] [EMAIL PROTECTED] 
 :

 We about to install Dspace to try out. While downloading support
 software's couldn't download postgresql. Can you please helpme out  
 what
 are the files should be downloaded for  postgresql 8.X

Depending on your distribution it is usually sufficient to install
packages for the server itself and the jdbc driver. Have you checked
the install guide and the Wiki? If you tell about the distribution
you use, you will probably get more specific help on this list.

Bye, Christian



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] installation help

2007-07-26 Thread Jayan Chirayath Kurian
org.postgresql.util.PSQLException: FATAL: password authentication failed
for user dspace 

 

The dspace user with a password exists in postgresql ?

 



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Shali
9846303531
Sent: Friday, July 27, 2007 1:07 PM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] installation help

 

Dear sir 

When i am trying to insrall dspace using ant fresh_install the following
error will appear


setup_database:
 [java] 2007-07-27 10:31:57,379 INFO  org.dspace.storage.rdbms

.InitializeDatabase @ Initializing Database
 [java] 2007-07-27 10:31:57,473 INFO
org.dspace.core.ConfigurationManager @ DSpace logging installed using
log4j.properties
 [java] 2007-07-27 10:31:57,860 FATAL
org.dspace.storage.rdbms.InitializeDatabase @ Caught exception:
 [java] org.postgresql.util.PSQLException: FATAL: password
authentication failed for user dspace
 [java] at
org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication (
ConnectionFactoryImpl.java:275)
 [java] at
org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(Connecti
onFactoryImpl.java:94)
 [java] at org.postgresql.core.ConnectionFactory.openConnection
(ConnectionFactory.java:65)
 [java] at
org.postgresql.jdbc2.AbstractJdbc2Connection.init(AbstractJdbc2Connect
ion.java:116)
 [java] at
org.postgresql.jdbc2.Jdbc2Connection.init(Jdbc2Connection.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:171)
 [java] at
org.apache.commons.dbcp.DriverManagerConnectionFactory.createConnection(
DriverManagerConnectionFactory.java:48) 
 [java] at
org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableCon
nectionFactory.java:290)
 [java] at
org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjec
tPool.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.j
ava:717)
 [java] at
org.dspace.storage.rdbms.DatabaseManager.loadSql(DatabaseManager.java:10
62) 
 [java] at
org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java
:71)

BUILD FAILED
/home/dspace/dspace-src/build.xml:293: Java returned: 1

kindly help me 

thanking you
-- 
Shali.K.R
Asst.Librarian(Digital)
Vidya Academy of Science  Technology
Thrissur, Kerala.
Mob:9847593531,9846303531




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


[Dspace-tech] installation help

2007-07-26 Thread Shali 9846303531
Dear sir

When i am trying to insrall dspace using ant fresh_install the following
error will appear


setup_database:
 [java] 2007-07-27 10:31:57,379 INFO
org.dspace.storage.rdbms.InitializeDatabase
@ Initializing Database
 [java] 2007-07-27 10:31:57,473 INFO
org.dspace.core.ConfigurationManager @ DSpace logging installed using
log4j.properties
 [java] 2007-07-27 10:31:57,860 FATAL
org.dspace.storage.rdbms.InitializeDatabase @ Caught exception:
 [java] org.postgresql.util.PSQLException: FATAL: password
authentication failed for user dspace
 [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.jdbc2.Jdbc2Connection.init(
Jdbc2Connection.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
:171)
 [java] at
org.apache.commons.dbcp.DriverManagerConnectionFactory.createConnection(
DriverManagerConnectionFactory.java:48)
 [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:717)
 [java] at org.dspace.storage.rdbms.DatabaseManager.loadSql(
DatabaseManager.java:1062)
 [java] at org.dspace.storage.rdbms.InitializeDatabase.main(
InitializeDatabase.java:71)

BUILD FAILED
/home/dspace/dspace-src/build.xml:293: Java returned: 1

kindly help me

thanking you
-- 
Shali.K.R
Asst.Librarian(Digital)
Vidya Academy of Science  Technology
Thrissur, Kerala.
Mob:9847593531,9846303531
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Installation manual of 1.5 on linux

-- Thread mallikarjun dora
->










  
  Re: [Dspace-tech] Installation manual of 1.5 on linux
  
  
  
  
  
  








	

	dspace-tech 

	
		
			-- Thread --
			-- Date --
			





			
		
	



	
	
	




 




<!--
google_ad_client = "pub-7266757337600734";
google_alternate_ad_url = "http://www.mail-archive.com/blank.png";
google_ad_width = 160;
google_ad_height = 600;
google_ad_format = "160x600_as";
google_ad_channel = "8427791634";
google_color_border = "FF";
google_color_bg = "FF";
google_color_link = "006792";
google_color_url = "006792";
google_color_text = "00";
//-->







[Dspace-tech] Installation manual of 1.5 on linux
mallikarjun dora



Re: [Dspace-tech] Installation manual of 1.5 on linux
Robert Roggenbuck
 





 






  
  





Reply via email to



  
  





 
 







[Dspace-tech] Installation Inquiry

-- Thread Will Tarver
->









  
  [Dspace-tech] Installation Inquiry
  
  
  
  
  
  








	

	dspace-tech 

	
		
			-- Thread --
			-- Date --
			





			
		
	



	
	
	




 




<!--
google_ad_client = "pub-7266757337600734";
google_alternate_ad_url = "http://www.mail-archive.com/blank.png";
google_ad_width = 160;
google_ad_height = 600;
google_ad_format = "160x600_as";
google_ad_channel = "8427791634";
google_color_border = "FF";
google_color_bg = "FF";
google_color_link = "006792";
google_color_url = "006792";
google_color_text = "00";
//-->








[Dspace-tech] Installation Inquiry
Will Tarver
 


Re: [Dspace-tech] Installation Inquiry
Robert Roggenbuck





 






  
  





Reply via email to



  
  





 
 








 




<!--
google_ad_client = "pub-7266757337600734";
google_alternate_ad_url = "http://www.mail-archive.com/blank.png";
google_ad_width = 160;
google_ad_height = 600;
google_ad_format = "160x600_as";
google_ad_channel = "8427791634";
google_color_border = "FF";
google_color_bg = "FF";
google_color_link = "006792";
google_color_url = "006792";
google_color_text = "00";
//-->








[Dspace-tech] Installation Inquiry
Will Tarver
 


Re: [Dspace-tech] Installation Inquiry
Robert Roggenbuck





 






  
  





Reply via email to



  
  





 
 








 




<!--
google_ad_client = "pub-7266757337600734";
google_alternate_ad_url = "http://www.mail-archive.com/blank.png";
google_ad_width = 160;
google_ad_height = 600;
google_ad_format = "160x600_as";
google_ad_channel = "8427791634";
google_color_border = "FF";
google_color_bg = "FF";
google_color_link = "006792";
google_color_url = "006792";
google_color_text = "00";
//-->








[Dspace-tech] Installation Inquiry
Will Tarver
 


Re: [Dspace-tech] Installation Inquiry
Robert Roggenbuck


Re: [Dspace-tech] Installation Inquiry
Robert Roggenbuck







 






  
  





Reply via email to



  
  





 
 








 




<!--
google_ad_client = "pub-7266757337600734";
google_alternate_ad_url = "http://www.mail-archive.com/blank.png";
google_ad_width = 160;
google_ad_height = 600;
google_ad_format = "160x600_as";
google_ad_channel = "8427791634";
google_color_border = "FF";
google_color_bg = "FF";
google_color_link = "006792";
google_color_url = "006792";
google_color_text = "00";
//-->








[Dspace-tech] Installation Inquiry
Will Tarver
 


Re: [Dspace-tech] Installation Inquiry
Robert Roggenbuck


Re: [Dspace-tech] Installation Inquiry
Robert Roggenbuck







 






  
  





Reply via email to



  
  





 
 







[Dspace-tech] Installation Inquiry

-- Thread Will Tarver
->










  
  Re: [Dspace-tech] Installation Inquiry
  
  
  
  
  
  








	

	dspace-tech 

	
		
			-- Thread --
			-- Date --
			





			
		
	



	
	
	




 




<!--
google_ad_client = "pub-7266757337600734";
google_alternate_ad_url = "http://www.mail-archive.com/blank.png";
google_ad_width = 160;
google_ad_height = 600;
google_ad_format = "160x600_as";
google_ad_channel = "8427791634";
google_color_border = "FF";
google_color_bg = "FF";
google_color_link = "006792";
google_color_url = "006792";
google_color_text = "00";
//-->







[Dspace-tech] Installation Inquiry
Will Tarver



Re: [Dspace-tech] Installation Inquiry
Robert Roggenbuck
 





 






  
  





Reply via email to



  
  





 
 








 




<!--
google_ad_client = "pub-7266757337600734";
google_alternate_ad_url = "http://www.mail-archive.com/blank.png";
google_ad_width = 160;
google_ad_height = 600;
google_ad_format = "160x600_as";
google_ad_channel = "8427791634";
google_color_border = "FF";
google_color_bg = "FF";
google_color_link = "006792";
google_color_url = "006792";
google_color_text = "00";
//-->







[Dspace-tech] Installation Inquiry
Will Tarver



Re: [Dspace-tech] Installation Inquiry
Robert Roggenbuck
 





 






  
  





Reply via email to



  
  





 
 








 




<!--
google_ad_client = "pub-7266757337600734";
google_alternate_ad_url = "http://www.mail-archive.com/blank.png";
google_ad_width = 160;
google_ad_height = 600;
google_ad_format = "160x600_as";
google_ad_channel = "8427791634";
google_color_border = "FF";
google_color_bg = "FF";
google_color_link = "006792";
google_color_url = "006792";
google_color_text = "00";
//-->







[Dspace-tech] Installation Inquiry
Will Tarver



Re: [Dspace-tech] Installation Inquiry
Robert Roggenbuck
 


Re: [Dspace-tech] Installation Inquiry
Robert Roggenbuck







 






  
  





Reply via email to