Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #28190 All Revisions ] Back to Issue ]
Summary 0028190: Stabilization: 'ant install.source' incorrectly reports that the database already exists when it should report that is opened
Revision 2015-04-17 12:31 by Orekaria
Steps To Reproduce In a working Openbravo instance:

1) Create a database connection to the database of an Openbravo instance
Execute at least one of these options:
- open pgAdmin (or other db tool that keeps db connection alive)
  open the database of instance
- start tomcat with the Openbravo instance

2) Install.source
in the openbravo directory of the selected instance
execute 'ant install.source'

Verify that the following error message is shown (INCORRECT):
build-create.xml:203: org.postgresql.util.PSQLException: ERROR: database "obtip" already exists

3) close database connections
stop tomcat or/and close pgAdmin session to the database
execute install.source again
Verify that the build is correctly executed


The problem:
The message is correctly reporting that the database exists BUT the real problem is that there are open connections to the database
Revision 2015-04-17 12:31 by Orekaria
Steps To Reproduce In an working Openbravo instance:

1) Create a database connection to the database of an Openbravo instance
Execute at least one of these options:
- open pgAdmin (or other db tool that keeps db connection alive)
  open the database of instance
- start tomcat with the Openbravo instance

2) Install.source
in the openbravo directory of the selected instance
execute 'ant install.source'

Verify that the following error message is shown (INCORRECT):
build-create.xml:203: org.postgresql.util.PSQLException: ERROR: database "obtip" already exists

3) close database connections
stop tomcat or/and close pgAdmin session to the database
execute install.source again
Verify that the build is correctly executed


The problem:
The message is correctly reporting that the database exists BUT the real problem is that there are open connections to the database
Revision 2015-04-17 11:10 by Orekaria
Steps To Reproduce Start Openbravo server
execute 'ant install.source'
Verify that the following error message is shown:

build-create.xml:203: org.postgresql.util.PSQLException: ERROR: database "obtip" already exists


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker