Installing fresh NGL3.0 on Ubuntu12.04

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Installing fresh NGL3.0 on Ubuntu12.04

onehomelist
I am helping a neighbouring library to Install NGL3.0 on Ubuntu 12.04. I followed this guide: http://verussolutions.biz/kb/ubuntuInstallation

When I execute:
./ant UpdateWholeRec -f /home/library/InstallNGL3.0/apache-ant-1.8.1/bin/Installation.xml

I get this error:

Buildfile: /home/library/InstallNGL3.0/apache-ant-1.8.1/bin/Installation.xml

BUILD FAILED
Target "UpdateWholeRec" does not exist in the project "NGL3.0.2Instalation".

Running the same command without "UpdateWholeRec" starts installation but stops after a minute.
Reply | Threaded
Open this post in threaded view
|

Re: Installing fresh NGL3.0 on Ubuntu12.04

Verus Open Source Support
Which version of NGL is being downloaded?

On 08/31/2012 04:18 PM, onehomelist [via NewGenLib] wrote:
I am helping a neighbouring library to Install NGL3.0 on Ubuntu 12.04. I followed this guide: http://verussolutions.biz/kb/ubuntuInstallation

When I execute:
./ant UpdateWholeRec -f /home/library/InstallNGL3.0/apache-ant-1.8.1/bin/Installation.xml

I get this error:

Buildfile: /home/library/InstallNGL3.0/apache-ant-1.8.1/bin/Installation.xml

BUILD FAILED
Target "UpdateWholeRec" does not exist in the project "NGL3.0.2Instalation".

Running the same command without "UpdateWholeRec" starts installation but stops after a minute.


If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/Installing-fresh-NGL3-0-on-Ubuntu12-04-tp7573035.html
To start a new topic under NewGenLib, email [hidden email]
To unsubscribe from NewGenLib, click here.
NAML


-- 
Regards
NewGenLib Open Source Support Team

NewGenLib Open Source Support
Verus Solutions Private Limited
www.verussolutions.biz
Reply | Threaded
Open this post in threaded view
|

Re: Installing fresh NGL3.0 on Ubuntu12.04

onehomelist
This version: http://sourceforge.net/projects/newgenlib/

I clicked download button there.
Reply | Threaded
Open this post in threaded view
|

Re: Installing fresh NGL3.0 on Ubuntu12.04

Verus Open Source Support
Can you please download this file?
http://sourceforge.net/projects/newgenlib/files/NewGenLib/version3.0.4R1/InstallNGL3.0.zip/download


On 08/31/2012 04:46 PM, onehomelist [via NewGenLib] wrote:
This version: http://sourceforge.net/projects/newgenlib/

I clicked download button there.


If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/Installing-fresh-NGL3-0-on-Ubuntu12-04-tp7573035p7573037.html
To start a new topic under NewGenLib, email [hidden email]
To unsubscribe from NewGenLib, click here.
NAML


-- 
Regards
NewGenLib Open Source Support Team
NewGenLib Open Source Support
Verus Solutions Private Limited
www.verussolutions.biz
Reply | Threaded
Open this post in threaded view
|

Re: Installing fresh NGL3.0 on Ubuntu12.04

onehomelist
The Installation zip you provided solved the issue. But now there is problem with postgresql-8.4. I created postgresql user with this command: "createuser newgenlib -P" and gave newgenlib password. When I ran Install.sh. It says that newgenlib role already exists, but continues, and almost every sql execution std output lines shows error. But it copies files to relevant directories and shows Build successfull. And the server starts without any errors. If I run installation without doing "createuser newgenlib -P", it tell newgenlib role does not exist and it aborts.
Reply | Threaded
Open this post in threaded view
|

Re: Installing fresh NGL3.0 on Ubuntu12.04

Verus Open Source Support
Hi
Creating the newgenlib user is a right way.
However the installer will try to create a newgenlib user. Even though  it fails, it goes ahead.
The reason it is unable to create a newgenlib user (if newgenlib user is not there) is: postgres user's password must be wrong in your config.ini


On 09/04/2012 11:07 AM, onehomelist [via NewGenLib] wrote:
The Installation zip you provided solved the issue. But now there is problem with postgresql-8.4. I created postgresql user with this command: "createuser newgenlib -P" and gave newgenlib password. When I ran Install.sh. It says that newgenlib role already exists, but continues, and almost every sql execution std output lines shows error. But it copies files to relevant directories and shows Build successfull. And the server starts without any errors. If I run installation without doing "createuser newgenlib -P", it tell newgenlib role does not exist and it aborts.


If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/Installing-fresh-NGL3-0-on-Ubuntu12-04-tp7573035p7573055.html
To start a new topic under NewGenLib, email [hidden email]
To unsubscribe from NewGenLib, click here.
NAML


-- 
Regards
NewGenLib Open Source Support Team

NewGenLib Open Source Support
Verus Solutions Private Limited
www.verussolutions.biz