newgenlib installation on rhel 5

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

newgenlib installation on rhel 5

surigaba
I am installing newgenlib on rhel 5.0. The following is the message. I could not understand why it is going to C:/ drive. Please help


./Install.sh
Buildfile: /root/Desktop/InstallNGL3.0/apache-ant-1.8.1/bin/Installation.xml

checkos:

if_windows:

if_unix:
     [echo] /usr

nglfiles.drive:
     [echo] /usr/NewGenLibFiles

CreateInstallationDirectory:

BUILD FAILED
/root/Desktop/InstallNGL3.0/apache-ant-1.8.1/bin/Installation.xml:39: Warning: Could not find file /root/Desktop/InstallNGL3.0/apache-ant-1.8.1/bin/C:/InstallNGL3.0/no-image.gif to copy.

Surinder Kumar
NIC, New Delhi
Reply | Threaded
Open this post in threaded view
|

Re: newgenlib installation on rhel 5

Verus Open Source Support
Hi, can you please send the config.ini
or even copy/paste its contents for examination

On 11/05/2011 10:49 AM, surigaba [via NewGenLib] wrote:
I am installing newgenlib on rhel 5.0. The following is the message. I could not understand why it is going to C:/ drive. Please help


./Install.sh
Buildfile: /root/Desktop/InstallNGL3.0/apache-ant-1.8.1/bin/Installation.xml

checkos:

if_windows:

if_unix:
     [echo] /usr

nglfiles.drive:
     [echo] /usr/NewGenLibFiles

CreateInstallationDirectory:

BUILD FAILED
/root/Desktop/InstallNGL3.0/apache-ant-1.8.1/bin/Installation.xml:39: Warning: Could not find file /root/Desktop/InstallNGL3.0/apache-ant-1.8.1/bin/C:/InstallNGL3.0/no-image.gif to copy.

Surinder Kumar
NIC, New Delhi


If you reply to this email, your message will be added to the discussion below:
http://newgenlib.2944635.n2.nabble.com/newgenlib-installation-on-rhel-5-tp6965082p6965082.html
To start a new topic under NewGenLib, email [hidden email]
To unsubscribe from NewGenLib, click here.

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

Re: newgenlib installation on rhel 5

surigaba
Thanks for your reply. I am adding my config.ini for your reference. The problem which I have mentioned is resolved after I changed config.ini file. Still I am adding config.ini file. you may please check config.ini whether any parameter is to be added.


#Directory in which you want to do installation. In the below example we chose C:/NGL3
installation.directory=/usr/NewGenLibFiles/

#IP Address of the server on which the database server is running.
ServerIPAddress=localhost

#Database port number. In most of the cases it is 5432. This is the default port number for Postgresql
DatabasePort=5433

#This is a default database created during Postgresql installation. Leave it as postgres(from Postgresql 8.3 onwards) only.
DefaultDatabase=postgres

#Database user. In most of the cases it is postgres
DatabaseUserName=newgenlib

#Database password. The password you have entered while installing POstgres. (In most of the cases it is newgenlib)
DatabasePassword=newgenlib

#Location of the directory in which your NGL 3.0.3 Installation files reside
source.location=/root/Desktop/InstallNGL3.0

# This property takes two values. If blank is entered, an empty newgenlib schema will be restored. The other #accepted value is original.
#If original is entered then your existing database is restored from your plain sql backup(with insert statements). This sql backup file is loaded
#from InstallNGL3.0/DBBackup directory. Hence if you have such backup, put it in the mentioned directory and
#enter original instead of blank. Eg. restore.database=original
restore.database=blank

#Thats it, unless you are an expert do not edit the below properties. Also there is no necessity to edit them in
#most of the cases.
#Save this file and go to the next step

#This database will be created (if it is not existing). In this database NewGenLib schema will be restored                   
NewGenLib.Database=newgenlib

#This database user name will be created with the below password
"config.ini" [dos] 41L, 1970C

regards

Surinder Kumar
NIC, New Delhi


On Mon, Nov 7, 2011 at 10:44 AM, Verus Open Source Support [via NewGenLib] <[hidden email]> wrote:
Hi, can you please send the config.ini
or even copy/paste its contents for examination

On 11/05/2011 10:49 AM, surigaba [via NewGenLib] wrote:
I am installing newgenlib on rhel 5.0. The following is the message. I could not understand why it is going to C:/ drive. Please help


./Install.sh
Buildfile: /root/Desktop/InstallNGL3.0/apache-ant-1.8.1/bin/Installation.xml

checkos:

if_windows:

if_unix:
     [echo] /usr

nglfiles.drive:
     [echo] /usr/NewGenLibFiles

CreateInstallationDirectory:

BUILD FAILED
/root/Desktop/InstallNGL3.0/apache-ant-1.8.1/bin/Installation.xml:39: Warning: Could not find file /root/Desktop/InstallNGL3.0/apache-ant-1.8.1/bin/C:/InstallNGL3.0/no-image.gif to copy.

Surinder Kumar
NIC, New Delhi


If you reply to this email, your message will be added to the discussion below:
http://newgenlib.2944635.n2.nabble.com/newgenlib-installation-on-rhel-5-tp6965082p6965082.html
To start a new topic under NewGenLib, email [hidden email]
To unsubscribe from NewGenLib, click here.

NewGenLib Open Source Support
Verus Solutions
www.verussolutions.biz



If you reply to this email, your message will be added to the discussion below:
http://newgenlib.2944635.n2.nabble.com/newgenlib-installation-on-rhel-5-tp6965082p6969232.html
To unsubscribe from newgenlib installation on rhel 5, click here.



--
Surinder Kumar Gaba
Senior Technical Director
Digital Archiving & Management Group
National Informatics Centre
A-Block, CGO Complex, Lodhi Road
New Delhi-110 003
Tel : 011-24362359 (o)
      : 011-27865224 (r)
Reply | Threaded
Open this post in threaded view
|

Re: newgenlib installation on rhel 5

Verus Open Source Support
Hi,
Glad to know that the installation went on fine. Your config.ini is correctly configured. Please do let us know if any further assistance is required
Regards
NewGenLib Open Source Team

On 11/07/2011 11:57 AM, surigaba [via NewGenLib] wrote:
Thanks for your reply. I am adding my config.ini for your reference. The problem which I have mentioned is resolved after I changed config.ini file. Still I am adding config.ini file. you may please check config.ini whether any parameter is to be added.


#Directory in which you want to do installation. In the below example we chose C:/NGL3
installation.directory=/usr/NewGenLibFiles/

#IP Address of the server on which the database server is running.
ServerIPAddress=localhost

#Database port number. In most of the cases it is 5432. This is the default port number for Postgresql
DatabasePort=5433

#This is a default database created during Postgresql installation. Leave it as postgres(from Postgresql 8.3 onwards) only.
DefaultDatabase=postgres

#Database user. In most of the cases it is postgres
DatabaseUserName=newgenlib

#Database password. The password you have entered while installing POstgres. (In most of the cases it is newgenlib)
DatabasePassword=newgenlib

#Location of the directory in which your NGL 3.0.3 Installation files reside
source.location=/root/Desktop/InstallNGL3.0

# This property takes two values. If blank is entered, an empty newgenlib schema will be restored. The other #accepted value is original.
#If original is entered then your existing database is restored from your plain sql backup(with insert statements). This sql backup file is loaded
#from InstallNGL3.0/DBBackup directory. Hence if you have such backup, put it in the mentioned directory and
#enter original instead of blank. Eg. restore.database=original
restore.database=blank

#Thats it, unless you are an expert do not edit the below properties. Also there is no necessity to edit them in
#most of the cases.
#Save this file and go to the next step

#This database will be created (if it is not existing). In this database NewGenLib schema will be restored                   
NewGenLib.Database=newgenlib

#This database user name will be created with the below password
"config.ini" [dos] 41L, 1970C

regards

Surinder Kumar
NIC, New Delhi


On Mon, Nov 7, 2011 at 10:44 AM, Verus Open Source Support [via NewGenLib] <[hidden email]> wrote:
Hi, can you please send the config.ini
or even copy/paste its contents for examination

On 11/05/2011 10:49 AM, surigaba [via NewGenLib] wrote:
I am installing newgenlib on rhel 5.0. The following is the message. I could not understand why it is going to C:/ drive. Please help


./Install.sh
Buildfile: /root/Desktop/InstallNGL3.0/apache-ant-1.8.1/bin/Installation.xml

checkos:

if_windows:

if_unix:
     [echo] /usr

nglfiles.drive:
     [echo] /usr/NewGenLibFiles

CreateInstallationDirectory:

BUILD FAILED
/root/Desktop/InstallNGL3.0/apache-ant-1.8.1/bin/Installation.xml:39: Warning: Could not find file /root/Desktop/InstallNGL3.0/apache-ant-1.8.1/bin/C:/InstallNGL3.0/no-image.gif to copy.

Surinder Kumar
NIC, New Delhi


If you reply to this email, your message will be added to the discussion below:
http://newgenlib.2944635.n2.nabble.com/newgenlib-installation-on-rhel-5-tp6965082p6965082.html
To start a new topic under NewGenLib, email [hidden email]
To unsubscribe from NewGenLib, click here.

NewGenLib Open Source Support
Verus Solutions
www.verussolutions.biz



If you reply to this email, your message will be added to the discussion below:
http://newgenlib.2944635.n2.nabble.com/newgenlib-installation-on-rhel-5-tp6965082p6969232.html
To unsubscribe from newgenlib installation on rhel 5, click here.



--
Surinder Kumar Gaba
Senior Technical Director
Digital Archiving & Management Group
National Informatics Centre
A-Block, CGO Complex, Lodhi Road
New Delhi-110 003
Tel : 011-24362359 (o)
      : 011-27865224 (r)



If you reply to this email, your message will be added to the discussion below:
http://newgenlib.2944635.n2.nabble.com/newgenlib-installation-on-rhel-5-tp6965082p6969322.html
To start a new topic under NewGenLib, email [hidden email]
To unsubscribe from NewGenLib, click here.

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