[Dspace-tech] Problem with ant fresh_install

2012-07-04 Thread shiva kumara
Hi all

This is from Shivakumara RM, working as librarian in Bangalore. I am trying
to install Dspace 1.7.0 on Windows Platform. I facing following problem
during the command running *ant fresh_install *

Kindly let me know the solution to the below problem.





C:\dspace-1.7.0-src-release\dspace\target\dspace-1.7.0-build.dir ant
fresh_install

 Build file:
C:\dspace-1.7.0-src-release\dspace\target\dspace-1.7.0-build.dir\build.xml

 init_installation:



init_configs:



test_database:

  [java] 2012-07-04 15:11:10,171 INFO

org.dspace.core.ConfigurationManager @ Loading system provided config

property (-Ddspace.configuration): config/dspace.cfg

  [java] 2012-07-04 15:11:10,187 INFO

org.dspace.core.ConfigurationManager @ Using default log4j provided log

configuration,if unintended, check your dspace.cfg for (log.init.config)

  [java]

  [java] Attempting to connect to database:

  [java]  - URL: jdbc:postgresql://localhost:5432/dspace

  [java]  - Driver: org.postgresql.Driver

  [java]  - Username: dspace

  [java]  - Password: dspace

  [java]  - Schema: null

  [java]

  [java] Testing connection...

  [java]

  [java] Error:

  [java]  - org.postgresql.util.PSQLException: Protocol error. Session
setup failed

  [java]

  [java] Please see the DSpace documentation for assistance.

  [java]



BUILD FAILED

C:\dspace-1.7.0-src-release\dspace\target\dspace-1.7.0-build.dir\build.xml:747:Java
returned: 1

Total time: 1 second

-- 
Thanking you,
Shivakumara RM
http://sites.google.com/site/aigslibrary
https://sites.google.com/site/shivakumararm/
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Problem with ant fresh_install

2012-07-04 Thread helix84
On Wed, Jul 4, 2012 at 12:24 PM, shiva kumara shivu...@gmail.com wrote:
 This is from Shivakumara RM, working as librarian in Bangalore. I am trying
 to install Dspace 1.7.0 on Windows Platform. I facing following problem
 during the command running ant fresh_install

 Kindly let me know the solution to the below problem.

Hi Shivakumara,

ant here is trying to connect to the database you specified in
dspace.cfg (you can see the URL, login and password it's trying) and
it fails to connect. There are two common reasons for that:
a) You didn't install or configure your database yet.
b) You provided wrong information about the database in dspace.cfg

Regards,
~~helix84

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Problem with ant fresh_install

2012-07-04 Thread helix84
On Wed, Jul 4, 2012 at 12:56 PM, shiva kumara shivu...@gmail.com wrote:
 Thank you very much for quick response, I have attached dspace.cfg file for
 your kind suggestion to enlighten me about said problem.

Thanks, that is not necessary, I already had all needed information
from the first message. If you didn't yet install Postgres, you have
to install it. If you did, you have to set up a database and fill in
the configuration info into dspace.cfg.

You should follow the steps in the Installation documentation if you're lost:
https://wiki.duraspace.org/display/DSDOC18/Installation

Regards,
~~helix84

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Problem with ant fresh_install

2012-07-04 Thread helix84
On Wed, Jul 4, 2012 at 12:59 PM, helix84 heli...@centrum.sk wrote:
 You should follow the steps in the Installation documentation if you're lost:
 https://wiki.duraspace.org/display/DSDOC18/Installation

Definitely do follow the official documentation, but you can also look
at some unoffcial docs which may provide more context, e.g. about
Postgres. Just google for DSpace installation windows. Here's a nice
example:

http://ir.inflibnet.ac.in/dxml/bitstream/handle/1944/1590/Installing%20DSpace%20on%20Windows.pdf

Regards,
~~helix84

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Problem with ant fresh_install

2008-08-11 Thread Kieffer, Paul
Sounds more useful than the error I am receiving... and I am in the correct 
directory.

[EMAIL PROTECTED] dspace-1.5.0-build.dir]$ ant fresh_install
Buildfile: build.xml

init_installation:

BUILD FAILED
/ds/dspace-1.5.0-release/dspace/target/dspace-1.5.0-build.dir/build.xml:325: 
Directory /dspace/bin creation was not successful for an unknown reason

Total time: 0 seconds
[EMAIL PROTECTED] dspace-1.5.0-build.dir]

Any ideas?

Thanks,
Paul Kieffer

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of sujata santosh
Sent: Monday, August 11, 2008 1:43 AM
To: dspace-tech@lists.sourceforge.net
Cc: [EMAIL PROTECTED]
Subject: Re: [Dspace-tech] Problem with ant fresh_install

Hi,

If you get build.xml does not exist, it means you are not running the ant from 
the directory where you have dspace source unzipped.

Please give dir command and check whether the build.xml file is in the 
directory you are running ant.

Thanks,
Sujata Santosh

-Original Message-
From: [EMAIL PROTECTED] on behalf of thandu venkat narayana
Sent: Sat 8/9/2008 8:20 AM
To: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Problem with ant fresh_install

Dear All,
I installed all required software's for Dspace, but at the time of ant 
fresh_install I am facing the problem. errer report is : build fail build.xml 
dos not exist.

Pl help any one
Thanks
Venkat Narayana
Asst Librarian
S.V.Engineeirng College
Suryapet


  Unlimited freedom, unlimited storage. Get it now, on 
http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/

-

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] Problem with ant fresh_install

2008-08-10 Thread sujata santosh


Hi,
 
If you get build.xml does not exist, it means you are not running the ant from 
the directory where you have dspace source unzipped.
 
Please give dir command and check whether the build.xml file is in the 
directory you are running ant.
 
Thanks,
Sujata Santosh
 
-Original Message-
From: [EMAIL PROTECTED] on behalf of thandu venkat narayana
Sent: Sat 8/9/2008 8:20 AM
To: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Problem with ant fresh_install

Dear All,
I installed all required software's for Dspace, but at the time of ant 
fresh_install I am facing the problem. errer report is : build fail build.xml 
dos not exist.

Pl help any one
Thanks
Venkat Narayana
Asst Librarian
S.V.Engineeirng College
Suryapet


  Unlimited freedom, unlimited storage. Get it now, on 
http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/


-
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] Problem with ant fresh_install

2008-08-09 Thread Claudia Juergen
Hi Venkat,

seems as if you are not running the ant command from the right directory.

Which version are you trying to install?

cheers

Claudia


 Dear All,
 I installed all required software's for Dspace, but at the time of ant
 fresh_install I am facing the problem. errer report is : build fail
 build.xml dos not exist.
 Â
 Pl help any one
 Thanks
 Venkat Narayana
 Asst Librarian
 S.V.Engineeirng College
 Suryapet


   Unlimited freedom, unlimited storage. Get it now, on
 http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/-
 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] Problem with ant fresh_install

2008-08-08 Thread thandu venkat narayana
Dear All,
I installed all required software's for Dspace, but at the time of ant 
fresh_install I am facing the problem. errer report is : build fail build.xml 
dos not exist.
 
Pl help any one
Thanks
Venkat Narayana
Asst Librarian
S.V.Engineeirng College
Suryapet


  Unlimited freedom, unlimited storage. Get it now, on 
http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/-
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] Problem with ant fresh_install

2008-08-08 Thread Jayan Chirayath Kurian
Hi! 

this link may be of help. Probably it could be because of the PATH variable.
http://ardb4.ncsi.iisc.ernet.in/dspace/dspacewindows.htm

Jayan

-Original Message-
From: [EMAIL PROTECTED] on behalf of thandu venkat narayana
Sent: Sat 8/9/2008 8:20 AM
To: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Problem with ant fresh_install
 
Dear All,
I installed all required software's for Dspace, but at the time of ant 
fresh_install I am facing the problem. errer report is : build fail build.xml 
dos not exist.
 
Pl help any one
Thanks
Venkat Narayana
Asst Librarian
S.V.Engineeirng College
Suryapet


  Unlimited freedom, unlimited storage. Get it now, on 
http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/

-
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 with ant fresh_install in WIndows

2008-05-08 Thread zahid
Hi,

My OS is WinXP with FAT 32 of all drives. I have converted only D: to NTFS
from FAT32. Installed Java (j2sdk-1_4_2_17-windows-i586-p) in C:\programme
files, Extracted Ant (apache-ant-1.7.0-bin) in C:\ant, Defined the
variable paths, installed Postgresql (postgresql-8.3.0-1) in D:, created
users, postgres and dspace, Installed Tomcat (apache-tomcat-5.5.17), done
all the initial tasks for configuration of Dspace.cfg file and this is put
in C:\dspace etc. But the problem is I can't able to run the command:

ant fresh_install

Though I use command promt but now I am confused from where should it run
and from which folder. Can anybody help me?

Zahid Hossain Shoeb


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] problem with ant fresh_install in WIndows

2008-05-08 Thread Christophe Dupriez

Hi Zahid!

ant may either be in the PATH or the path may be specified.
Ant must be run from the dspace-source directory

In your case:
c:
cd \dspace-source
c:\ant\bin\ant fresh_install
  should do the job.

By the way, PostgreSQL 8.3 has some incompatibilities with DSpace 1.4.1 
(I don't know for 1.4.2) so I would suggest you to use PostgreSQL 8.2

(problems with strings used to access integer fields)

Have a nice day in Dhaka!

Christophe Dupriez

[EMAIL PROTECTED] a écrit :

Hi,

My OS is WinXP with FAT 32 of all drives. I have converted only D: to NTFS
from FAT32. Installed Java (j2sdk-1_4_2_17-windows-i586-p) in C:\programme
files, Extracted Ant (apache-ant-1.7.0-bin) in C:\ant, Defined the
variable paths, installed Postgresql (postgresql-8.3.0-1) in D:, created
users, postgres and dspace, Installed Tomcat (apache-tomcat-5.5.17), done
all the initial tasks for configuration of Dspace.cfg file and this is put
in C:\dspace etc. But the problem is I can't able to run the command:

ant fresh_install

Though I use command promt but now I am confused from where should it run
and from which folder. Can anybody help me?

Zahid Hossain Shoeb


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone

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



  


begin:vcard
fn:Christophe Dupriez
n:Dupriez;Christophe
org:DESTIN inc. SSEB
adr;quoted-printable:;;rue des Palais 44, bo=C3=AEte 1;Bruxelles;;B-1030;Belgique
email;internet:[EMAIL PROTECTED]
title:Informaticien
tel;work:+32/2/216.66.15
tel;fax:+32/2/242.97.25
tel;cell:+32/475.77.62.11
note;quoted-printable:D=C3=A9veloppement de Syst=C3=A8mes de Traitement de l'Information
x-mozilla-html:TRUE
url:http://www.destin.be
version:2.1
end:vcard

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech