Regarding openbravo installation
Hi to all,
I am getting prblm during openbravo installation.Softwares using are
apache ant 1.6.5,jdk1.5.0_11,tomcat 5.5,postgresql 8.2.2 and openbravo 2.2
I have installed postgresql,jdk , tomcat and apache ant. These are my environment variables.
ANT_HOME C:\apache-ant-1.6.5
CATALINA_HOME E:\Apache Software Foundation\Tomcat 5.5
CATALINA_OPTS -server -Xms256M -Xmx512M
classpath E:\Program Files\Java\jdk1.5.0_11\lib\tools.jar;E:\Program Files\Java\jdk1.5.0_11\lib\dt.jar;E:\Program Files\Java\jdk1.5.0_11\jre\lib\rt.jar;C:\apache-ant-1.6.5\ant.jar
JAVA_HOME E:\Program Files\Java\jdk1.5.0_11
path C:\apache-ant-1.6.5\bin;E:\Program Files\Java\jdk1.5.0_11\bin;C:\Program Files\PostgreSQL\8.2\bin
When i try to install openbravo, it doesnot complete the installation,it will show running sqlimport, and in the output tab, it shows only upto creating database structure like
antinstaller.jarE:\suresh\OPENBRAVO\OPENBRAVO 2.2\OpenbravoERP_2.22-PostgreSQL\download.jar
uncompress:
[unzip] Expanding: E:\suresh\OPENBRAVO\OPENBRAVO 2.2\OpenbravoERP_2.22-PostgreSQL\download.jar into C:\AppsOpenbravo\backup\DOWNLOAD
sqlImport:
[echo]
[echo]******************************************************************
[echo]* DROP OLD DATABASE openbravo *
[echo]******************************************************************
[echo]
[sql] Executing commands
[sql] 0 of 1 SQL statements executed successfully
[echo]
[echo]******************************************************************
[echo]*DROP OLD USER tad *
[echo]******************************************************************
[echo]
[sql] Executing commands
[sql] 0 of 1 SQL statements executed successfully
[echo]
[echo]******************************************************************
[echo]*CREATE USER tad *
[echo]******************************************************************
[echo]
[sql] Executing commands
[sql] 2 of 2 SQL statements executed successfully
[echo]
[echo]******************************************************************
[echo]*CREATE DATABASE openbravo*
[echo]******************************************************************
[echo]
[sql] Executing commands
[sql] 1 of 1 SQL statements executed successfully
[echo]
[echo]******************************************************************
[echo]*GENERATING DATABASE STRUCTURE*
[echo]******************************************************************
[echo]
and in the errors tab,
[sql] Failed to execute: DROP DATABASE openbravo
[sql] org.postgresql.util.PSQLException: ERROR: database "openbravo" does not exist
[sql] Failed to execute: DROP ROLE tad
[sql] org.postgresql.util.PSQLException: ERROR: role "tad" does not exist
From here, installation doesnot continue.
Can u help me out in this regard.
bye
suresh
# 1
> Hi to all,
>
> I am getting prblm during openbravo
> installation.Softwares using are
> apache ant 1.6.5,jdk1.5.0_11,tomcat 5.5,postgresql
> 8.2.2 and openbravo 2.2
>
> I have installed postgresql,jdk , tomcat and apache
> ant. These are my environment variables.
> ANT_HOME C:\apache-ant-1.6.5
> CATALINA_HOME E:\Apache Software Foundation\Tomcat
> 5.5
> CATALINA_OPTS -server -Xms256M -Xmx512M
> classpath E:\Program
> Files\Java\jdk1.5.0_11\lib\tools.jar;E:\Program
> Files\Java\jdk1.5.0_11\lib\dt.jar;E:\Program
> Files\Java\jdk1.5.0_11\jre\lib\rt.jar;C:\apache-ant-1.
> 6.5\ant.jar
> JAVA_HOME E:\Program Files\Java\jdk1.5.0_11
> path C:\apache-ant-1.6.5\bin;E:\Program
> Files\Java\jdk1.5.0_11\bin;C:\Program
> Files\PostgreSQL\8.2\bin
>
> When i try to install openbravo, it doesnot complete
> the installation,it will show running sqlimport, and
> in the output tab, it shows only upto creating
> database structure like
>
> antinstaller.jarE:\suresh\OPENBRAVO\OPENBRAVO
> 2.2\OpenbravoERP_2.22-PostgreSQL\download.jar
>
> uncompress:
> [unzip] Expanding: E:\suresh\OPENBRAVO\OPENBRAVO
> 2.2\OpenbravoERP_2.22-PostgreSQL\download.jar into
> C:\AppsOpenbravo\backup\DOWNLOAD
>
> sqlImport:
>[echo]
> [echo]
>
> ******************************************************
> ***********
> [echo]* DROP OLD
> DATABASE openbravo *
> [echo]
>
> ******************************************************
> ***********
>[echo]
> [sql] Executing commands
> [sql] 0 of 1 SQL statements executed
> successfully
>[echo]
> [echo]
>
> ******************************************************
> ***********
> [echo]*DROP OLD USER tad
>*
> ******************************************************
> ********
>[echo]
> [sql] Executing commands
> [sql] 0 of 1 SQL statements executed
> successfully
>[echo]
> [echo]
>
> ******************************************************
> ***********
> [echo]*CREATE USER tad
>*
> ******************************************************
> ********
>[echo]
> [sql] Executing commands
> [sql] 2 of 2 SQL statements executed
> successfully
>[echo]
> [echo]
>
> ******************************************************
> ***********
> [echo]*CREATE DATABASE
> openbravo*
> [echo]
>
> ******************************************************
> ***********
>[echo]
> [sql] Executing commands
> [sql] 1 of 1 SQL statements executed
> successfully
>[echo]
> [echo]
>
> ******************************************************
> ***********
> [echo]*GENERATING
> DATABASE STRUCTURE*
> [echo]
>
> ******************************************************
> ***********
>[echo]
> in the errors tab,
> [sql] Failed to execute: DROP DATABASE openbravo
> [sql] org.postgresql.util.PSQLException: ERROR:
> database "openbravo" does not exist
>[sql] Failed to execute: DROP ROLE tad
> [sql] org.postgresql.util.PSQLException: ERROR: role
> "tad" does not exist
>
>
> From here, installation doesnot continue.
>
> Can u help me out in this regard.
>
> bye
> suresh
suresh....Have you made any progress with this issue?I'm having the same problem....Thanks