Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Hi
I am installing NewGenlib on ubuntu machine, but I have Postgresql 8.4 already installed in the system, since I cannot format the system. How can I install Postgresql 8.3, Postgresql-8.3 contrib, pgadmin3 using Synaptic Package Manager on Ubuntu 10.04 when Postgresql8.4 is already installed? |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
You can use Postgresql 8.4 for NewGenLib.
It is not necessary to install Postgresql 8.3 On 05/23/2012 03:36 PM, Piya27 [via NewGenLib] wrote: Hi -- Regards NewGenLib Open Source Support Team
NewGenLib Open Source Support
Verus Solutions Private Limited www.verussolutions.biz |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Ok Thanks. Will Try installing with Postgresql8.4.
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
In reply to this post by Verus Open Source Support
how can i know my installation path for Java in ubuntu? Java is already installed but i don't know the path where it's installed?
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
We would recommend to download JDK from
http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u32-downloads-1594644.html Download jdk-6u32-linux-i586.bin And execute the above bin file by putting it in your home directory then, jdk is installed in home directory Set JAVA_HOME as /home/<home name>/jdk1.6.0_32 On 05/24/2012 02:14 PM, Piya27 [via NewGenLib] wrote: how can i know my installation path for Java in ubuntu? Java is already installed but i don't know the path where it's installed? -- Regards NewGenLib Open Source Support Team
NewGenLib Open Source Support
Verus Solutions Private Limited www.verussolutions.biz |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
In reply to this post by Verus Open Source Support
postgres@libuser-desktop:~$ ls -l /usr/bin/java
lrwxrwxrwx 1 root root 22 2011-06-20 21:21 /usr/bin/java -> /etc/alternatives/java postgres@libuser-desktop:~$ ls -l /etc/alternatives/java lrwxrwxrwx 1 root root 40 2011-06-20 21:20 /etc/alternatives/java -> /usr/lib/jvm/java-6-openjdk/jre/bin/java which path among these shoud I use ? |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
In reply to this post by Verus Open Source Support
I downloaded the same file but could not execute the bin file. Nothing happens when i double click it.
So I downloaded Java SE JDK 6 using Synaptic Manager. postgres@libuser-desktop:~$ java -version java version "1.6.0_20" OpenJDK Runtime Environment (IcedTea6 1.9.13) (6b20-1.9.13-0ubuntu1~10.04.1) OpenJDK Server VM (build 19.0-b09, mixed mode) this is the version installed. wht should i do now? |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
also on the link provided by you, there's
jdk-6u31-linux-i586.bin I cannot find jdk-6u32-linux-i586.bin! |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
I attached the image file, highlighting the link
On 05/24/2012 02:54 PM, Piya27 [via NewGenLib] wrote: also on the link provided by you, there's -- Regards NewGenLib Open Source Support Team
NewGenLib Open Source Support
Verus Solutions Private Limited www.verussolutions.biz |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
yes thanks, I have now installed the java se jdk.
but now when i type createuser newgenlib -P newgenlib in the terminal, following error occurs : postgres@libuser-desktop:~$ createuser newgenlib -P newgenlib createuser: too many command-line arguments (first is "newgenlib") Try "createuser --help" for more information. |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
created user newgenlib successfully.
but now following error occurs : postgres@libuser-desktop:~$ export JAVA_HOME=/home/libuser/jdk1.6.0_32/InstallNGL3.0/apache-ant-1.8.1/bin/./ant UpdateWholeRec -f Installation.xml -su: export: `-f': not a valid identifier -su: export: `Installation.xml': not a valid identifier On Thu, May 24, 2012 at 4:09 PM, Piya27 [via NewGenLib] <[hidden email]> wrote: yes thanks, I have now installed the java se jdk. |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Close your terminal and open it again.
Command 1: export JAVA_HOME=/home/libuser/jdk1.6.0_32 Command 2: cd <path where this directory is available>/InstallNGL3.0/apache-ant-1.8.1/bin Command 3: ./ant UpdateWholeRec -f Installation.xml On 05/24/2012 04:27 PM, Piya27 [via NewGenLib] wrote: created user newgenlib successfully. ... [show rest of quote]
-- Regards NewGenLib Open Source Support Team
NewGenLib Open Source Support
Verus Solutions Private Limited www.verussolutions.biz |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
thanks. did the above steps , however got this error at last step
libuser@libuser-desktop:~/InstallNGL3.0/apache-ant-1.8.1/bin$ ./ant UpdateWholeRec -f Installation.xml Buildfile: /home/libuser/InstallNGL3.0/apache-ant-1.8.1/bin/Installation.xml BUILD FAILED Target "UpdateWholeRec" does not exist in the project "NGL3.0.2Instalation". Total time: 0 seconds |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Hi,
May I know which version of NewGenLib you are installing? Is it the latest U5 or earlier ones? On 05/24/2012 05:28 PM, Piya27 [via NewGenLib] wrote: thanks. did the above steps , however got this error at last step ... [show rest of quote]
-- Regards NewGenLib Open Source Support Team
NewGenLib Open Source Support
Verus Solutions Private Limited www.verussolutions.biz |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
3.0.3 On Fri, May 25, 2012 at 8:25 AM, Verus Open Source Support [via NewGenLib] <[hidden email]> wrote: Hi, ... [show rest of quote] |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Hi,
The link points to U1(Update 1) of 3.0.3 But the latest is 3.0.3 U5 http://www.verussolutions.biz/downloadNGL.php The above link re-directs you to the latest version. We highly recommend this. If you can download this file, we will do the installation for you. Please install TeamViewer or Yuuguu and send you an email to support<at_the-rate>verussolutions.biz Regards NewGenLib Open Source Support Team On 05/25/2012 09:15 AM, Piya27 [via NewGenLib] wrote:
... [show rest of quote]
-- Regards NewGenLib Open Source Support Team
NewGenLib Open Source Support
Verus Solutions Private Limited www.verussolutions.biz |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
thanks , I Installed the latest version and did all the steps all again , but still getting the same error at UpdateWholeRec command
On Fri, May 25, 2012 at 9:38 AM, Verus Open Source Support [via NewGenLib] <[hidden email]> wrote: Hi, ... [show rest of quote] |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Ok follow the below commands
Command 1 chmod 777 InstallNGL3.0 -R Command 2 cd InstallNGL3.0 Command 3 ./Install.sh On 05/25/2012 10:25 AM, Piya27 [via NewGenLib] wrote: thanks , I Installed the latest version and did all the steps all again , but still getting the same error at UpdateWholeRec command ... [show rest of quote]
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
This is the Result I am getting :
libuser@libuser-desktop:~$ chmod 777 InstallNGL3.0 -R libuser@libuser-desktop:~$ cd InstallNGL3.0 libuser@libuser-desktop:~/InstallNGL3.0$ ./Install.sh Buildfile: /home/libuser/InstallNGL3.0/apache-ant-1.8.1/bin/Installation.xml checkos: if_windows: if_unix: [echo] /usr nglfiles.drive: CreateInstallationDirectory: [touch] Creating /home/libuser/output3_0_2.sql [mkdir] Created dir: /home/libuser/InstallNGL3.0/apache-ant-1.8.1/bin/C:/NGL3 [mkdir] Created dir: /home/libuser/InstallNGL3.0/apache-ant-1.8.1/bin/C:/NGL3/BookCovers BUILD FAILED /home/libuser/InstallNGL3.0/apache-ant-1.8.1/bin/Installation.xml:39: Warning: Could not find file /home/libuser/InstallNGL3.0/apache-ant-1.8.1/bin/C:/InstallNGL3.0/no-image.gif to copy. Total time: 0 seconds libuser@libuser-desktop:~/InstallNGL3.0$ -------------- I think there's some path problem. May be I am not giving correct path. I extracted InstallNGL3.0 in my home directory, i.e. , libuser. On Fri, May 25, 2012 at 10:36 AM, Verus Solutions Support [via NewGenLib] <[hidden email]> wrote: Ok follow the below commands ... [show rest of quote] |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
You must edit config.ini first
This file is found in /home/libuser/InstallNGL3.0/apache-ant-1.8.1/bin Use a text editor to edit this file On 05/25/2012 10:42 AM, Piya27 [via NewGenLib] wrote: This is the Result I am getting : ... [show rest of quote]
-- Regards NewGenLib Open Source Support Team
NewGenLib Open Source Support
Verus Solutions Private Limited www.verussolutions.biz |
Free forum by Nabble | Edit this page |