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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0027542
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformminorhave not tried2014-09-04 15:372014-12-30 23:27
ReporterjonalegriaesarteView Statuspublic 
Assigned Toinigosanchez 
PrioritynormalResolutionfixedFixed in Version3.0PR15Q1
StatusclosedFix in branchFixed in SCM revisionf7b4f6a3f082
ProjectionnoneETAnoneTarget Version3.0PR15Q1
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned ToAugustoMauch
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0027542: Error in executing setup-properties-windows.exe in Windows 7 Ultimate

DescriptionError in executing setup-properties-windows.exe in Windows 7 Ultimate
Steps To ReproduceAttached the error when executing the setup
TagsNo tags attached.
Attached Filespng file icon setup-properties-windowserrormessage.png [^] (38,412 bytes) 2014-09-04 15:37

- Relationships Relation Graph ] Dependency Graph ]
related to design defect 0014631 acknowledgedTriage Platform Base Update core messes Openbravo.properties 
blocks defect 0026993 closedAugustoMauch The documentation should be more clear telling how to execute the setup in OSX operating system 
causes defect 00296073.0PR15Q3 closedinigosanchez The new way to create to do the setup is not taking into account the context name that users are configuring 
causes defect 00301353.0PR15Q3 closedcaristu On windows the 'ant setup' tool writes incorrect source.path to Openbravo.properties (not using \\ for a \) 

-  Notes
(0069977)
AugustoMauch (manager)
2014-09-05 10:02

See [1] and [2].

[1] http://stackoverflow.com/questions/1069135/this-program-might-not-have-installed-correctly-message-in-windows-7-rc [^]
[2] http://msdn.microsoft.com/en-us/library/dd371711%28VS.85%29.aspx [^]
(0071752)
hgbot (developer)
2014-11-18 11:21

Repository: erp/devel/pi
Changeset: f7b4f6a3f08247b63fa6448a07187614d49de952
Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com>
Date: Tue Nov 18 11:14:27 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/f7b4f6a3f08247b63fa6448a07187614d49de952 [^]

Fixes issue 27542: [setupConf] Merge with pi.

---
M build.xml
A src/org/openbravo/configuration/ConfigurationApp.java
A src/org/openbravo/configuration/ConfigureOption.java
---
(0072006)
hgbot (developer)
2014-11-25 20:54

Repository: erp/devel/pi
Changeset: 3a46fd99fd7dd77770537335e049149c95259eda
Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com>
Date: Tue Nov 25 20:53:08 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/3a46fd99fd7dd77770537335e049149c95259eda [^]

Related issue 27542: Error to invoke the function "size()" with a null object.

In one case, function "size()" did not have value because there is an error when
it has been tried to invoke "size()" with a null object.

It has been resolved using variable "numOptionsDDBB" that persists the correct
value [ size() ] in the program.

---
M src/org/openbravo/configuration/ConfigurationApp.java
---
(0072007)
hgbot (developer)
2014-11-25 20:54

Repository: erp/devel/pi
Changeset: 3a46fd99fd7dd77770537335e049149c95259eda
Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com>
Date: Tue Nov 25 20:53:08 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/3a46fd99fd7dd77770537335e049149c95259eda [^]

Related issue 27542: Error to invoke the function "size()" with a null object.

In one case, function "size()" did not have value because there is an error when
it has been tried to invoke "size()" with a null object.

It has been resolved using variable "numOptionsDDBB" that persists the correct
value [ size() ] in the program.

---
M src/org/openbravo/configuration/ConfigurationApp.java
---
(0072345)
hgbot (developer)
2014-12-09 11:57

Repository: erp/devel/pi
Changeset: a8bd0fc474563a5f4dadc5dfcef2d60484182926
Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com>
Date: Fri Nov 28 17:38:27 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/a8bd0fc474563a5f4dadc5dfcef2d60484182926 [^]

Related issue 27542: Added refactor to improve readability of the code.

For each "case" in the main "switch" has been created a method that implements
the functionality associated with the case.

It has also been created a general method that could replace the functionality
of two of the previous methods. This method is called changeAllOptionsDatabase().

---
M build.xml
M src/org/openbravo/configuration/ConfigurationApp.java
---
(0072346)
hgbot (developer)
2014-12-09 11:57

Repository: erp/devel/pi
Changeset: d695301d91b69958c047e89482610cf6e493ab7a
Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com>
Date: Fri Nov 28 18:34:37 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/d695301d91b69958c047e89482610cf6e493ab7a [^]

Related issue 27542: Added refactor code.

There have been several changes to improve usability. This changes are:
* Refactor several variable names and methods names.
* Removed several unnecessary constants.

Besides, it has been updated README file.

---
M README
M src/org/openbravo/configuration/ConfigurationApp.java
---
(0072347)
hgbot (developer)
2014-12-09 11:57

Repository: erp/devel/pi
Changeset: 7a6be9f8f0668b09d4524ba6939ee57f79bde1a4
Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com>
Date: Fri Nov 28 19:24:21 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/7a6be9f8f0668b09d4524ba6939ee57f79bde1a4 [^]

Related bug 27542: Added a small functional improvement and other style issue.

Now, some files are copied at the end of program execution. Thus
if the user does not complete the setup process, these files are not copied.

Also, it has been created a method called printOptionWithStyle() that is used
to display the options with the same style.

---
M src/org/openbravo/configuration/ConfigurationApp.java
M src/org/openbravo/configuration/ConfigureOption.java
---
(0072348)
hgbot (developer)
2014-12-09 11:57

Repository: erp/devel/pi
Changeset: bb5b95bb7b279da678fe6fb7166cfbde5d8cafc8
Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com>
Date: Sun Nov 30 21:21:59 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/bb5b95bb7b279da678fe6fb7166cfbde5d8cafc8 [^]

Related bug 27542: Refactored collection type used to store options.

It has been changed the type of object that stores the options. Now, instead of
using a HashMap <Int, ConfigureOption>, an ArrayList <ConfigureOption> is used.

It has been modified everything related to this refactor:
*Access to ArrayList
*Editing an element of ArrayList
*Search for an item in an ArrayList
*...

---
M src/org/openbravo/configuration/ConfigurationApp.java
---
(0072349)
hgbot (developer)
2014-12-09 11:57

Repository: erp/devel/pi
Changeset: 6741d936b00e2f005cd06bb0d57b8c992888ade7
Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com>
Date: Tue Dec 02 10:58:10 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/6741d936b00e2f005cd06bb0d57b8c992888ade7 [^]

Related bug 27542: Removed some options and rename a variable

It has been removed some options because it has been considered non useful properties. Now, it is NOT possible configure the next properties in this application:
* Output script location
* Tomcat Manager URL
* Tomcat manager username
* Tomcat manager password
However, It is possible configure this properties in Openbravo.properties file.

Besides, it has been renamed a variable to improve readibility.

---
M src/org/openbravo/configuration/ConfigurationApp.java
---
(0072350)
hgbot (developer)
2014-12-09 11:57

Repository: erp/devel/pi
Changeset: 2f5ab667b99accf0d0ac8e028021e3373491ef88
Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com>
Date: Thu Dec 04 10:20:33 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/2f5ab667b99accf0d0ac8e028021e3373491ef88 [^]

Related bug 27542: Improved behaviour when the configuration is not completed.

Now, it is consider the posibility that there not exists Openbravo.properties
file at the begining. In this case, it has been used template file. FInally,
Openbravo.properties file is created at the end of the successfully
configuration but not at first.

Besides, It have been removed some unnecesary comments.

---
M src/org/openbravo/configuration/ConfigurationApp.java
---
(0072351)
hgbot (developer)
2014-12-09 11:57

Repository: erp/devel/pi
Changeset: ef79806f84887c39d53a0900d64923ecce7d22f1
Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com>
Date: Thu Dec 04 10:11:17 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/ef79806f84887c39d53a0900d64923ecce7d22f1 [^]

Related bug 27542: Added some options to ant task javac and dependence "init"

It have been added options to ant task javac like fork, deprecation,encoding,
debug and debuglevel. Besides, it has been added dependence "init" to setup ant task.

---
M build.xml
---
(0072352)
hgbot (developer)
2014-12-09 11:57

Repository: erp/devel/pi
Changeset: 27969a86b459aef3632602ac9858d59788463424
Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com>
Date: Fri Dec 05 11:36:38 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/27969a86b459aef3632602ac9858d59788463424 [^]

Related issue 27542: Added some constants to improve readibility.

It have been added some constants to improve readibility. Besides,
it have been removed some unnecesary comments.

---
M src/org/openbravo/configuration/ConfigurationApp.java
---
(0072353)
hgbot (developer)
2014-12-09 11:57

Repository: erp/devel/pi
Changeset: d4831f03c23f2e9ba350d323ff3fc56ade846df9
Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com>
Date: Fri Dec 05 11:55:54 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/d4831f03c23f2e9ba350d323ff3fc56ade846df9 [^]

Related issue 27542: Added some comments to class variables.

---
M src/org/openbravo/configuration/ConfigurationApp.java
M src/org/openbravo/configuration/ConfigureOption.java
---
(0072354)
hgbot (developer)
2014-12-09 11:58

Repository: erp/devel/pi
Changeset: 9742a602ee9c33469cc7b09529eb3b79b4462875
Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com>
Date: Fri Dec 05 14:20:30 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/9742a602ee9c33469cc7b09529eb3b79b4462875 [^]

Related issue 27542: Renamed some methods in ConfigureOption

It have been renamed some methods to improve readibility.

---
M src/org/openbravo/configuration/ConfigurationApp.java
M src/org/openbravo/configuration/ConfigureOption.java
---
(0072355)
hgbot (developer)
2014-12-09 11:58

Repository: erp/devel/pi
Changeset: 9a50a28c110a9076f21fd363af8283cf83f6a10d
Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com>
Date: Fri Dec 05 14:25:29 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/9a50a28c110a9076f21fd363af8283cf83f6a10d [^]

Related issue 27542: Added small refactor and close scanners.

It has been added a method to improve readibility. This method
prints a message with the same style. Besides,it have added
some close() function for close "scanners".

---
M src/org/openbravo/configuration/ConfigurationApp.java
---
(0072356)
hgbot (developer)
2014-12-09 11:58

Repository: erp/devel/pi
Changeset: b3781c0a79662728a5892b256b1c5a24a6fe0854
Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com>
Date: Fri Dec 05 14:38:40 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/b3781c0a79662728a5892b256b1c5a24a6fe0854 [^]

Related issue 27542: Added a variable to persist the chosen database.

It has been added a variable "chosenDatabase" that contains the name
of chosen database. This avoid to use some parts of the code. It have
been removed.

---
M src/org/openbravo/configuration/ConfigurationApp.java
---
(0072357)
hgbot (developer)
2014-12-09 11:58

Repository: erp/devel/pi
Changeset: f330b74bb7c121e934d47119e0ef8d609fb2c563
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Tue Dec 09 11:13:29 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/f330b74bb7c121e934d47119e0ef8d609fb2c563 [^]

Related issue 27542: Fixes some typos

---
M src/org/openbravo/configuration/ConfigurationApp.java
---
(0072358)
hgbot (developer)
2014-12-09 11:58

Repository: erp/devel/pi
Changeset: 9b1b8a37654344ec0b93016c351fc6f45cb0d0b1
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Tue Dec 09 11:16:40 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/9b1b8a37654344ec0b93016c351fc6f45cb0d0b1 [^]

Related with issue 27542: Prevents potential NPE

---
M src/org/openbravo/configuration/ConfigurationApp.java
---
(0072359)
AugustoMauch (manager)
2014-12-09 11:59

Code reviewed and verified in pi@9b1b8a376543
(0073076)
hudsonbot (developer)
2014-12-30 23:25

A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/6525fe229e06 [^]
Maturity status: Test
(0073142)
hudsonbot (developer)
2014-12-30 23:26

A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/6525fe229e06 [^]
Maturity status: Test
(0073187)
hudsonbot (developer)
2014-12-30 23:27

A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/6525fe229e06 [^]
Maturity status: Test
(0073188)
hudsonbot (developer)
2014-12-30 23:27

A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/6525fe229e06 [^]
Maturity status: Test
(0073189)
hudsonbot (developer)
2014-12-30 23:27

A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/6525fe229e06 [^]
Maturity status: Test
(0073190)
hudsonbot (developer)
2014-12-30 23:27

A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/6525fe229e06 [^]
Maturity status: Test
(0073191)
hudsonbot (developer)
2014-12-30 23:27

A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/6525fe229e06 [^]
Maturity status: Test
(0073192)
hudsonbot (developer)
2014-12-30 23:27

A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/6525fe229e06 [^]
Maturity status: Test
(0073193)
hudsonbot (developer)
2014-12-30 23:27

A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/6525fe229e06 [^]
Maturity status: Test
(0073194)
hudsonbot (developer)
2014-12-30 23:27

A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/6525fe229e06 [^]
Maturity status: Test
(0073195)
hudsonbot (developer)
2014-12-30 23:27

A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/6525fe229e06 [^]
Maturity status: Test
(0073196)
hudsonbot (developer)
2014-12-30 23:27

A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/6525fe229e06 [^]
Maturity status: Test
(0073197)
hudsonbot (developer)
2014-12-30 23:27

A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/6525fe229e06 [^]
Maturity status: Test
(0073198)
hudsonbot (developer)
2014-12-30 23:27

A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/6525fe229e06 [^]
Maturity status: Test
(0073199)
hudsonbot (developer)
2014-12-30 23:27

A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/6525fe229e06 [^]
Maturity status: Test
(0073200)
hudsonbot (developer)
2014-12-30 23:27

A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/6525fe229e06 [^]
Maturity status: Test

- Issue History
Date Modified Username Field Change
2014-09-04 15:37 jonalegriaesarte New Issue
2014-09-04 15:37 jonalegriaesarte Assigned To => AugustoMauch
2014-09-04 15:37 jonalegriaesarte File Added: setup-properties-windowserrormessage.png
2014-09-04 15:37 jonalegriaesarte Modules => Core
2014-09-04 15:37 jonalegriaesarte Resolution time => 1416438000
2014-09-04 15:37 jonalegriaesarte Triggers an Emergency Pack => No
2014-09-05 10:02 AugustoMauch Note Added: 0069977
2014-09-17 12:23 inigosanchez Assigned To AugustoMauch => inigosanchez
2014-09-22 09:04 alostale Relationship added related to 0014631
2014-09-22 16:36 jonalegriaesarte Target Version => 3.0PR15Q1
2014-11-18 11:18 inigosanchez Review Assigned To => alostale
2014-11-18 11:18 inigosanchez Issue Monitored: alostale
2014-11-18 11:19 inigosanchez Resolution open => fixed
2014-11-18 11:21 hgbot Checkin
2014-11-18 11:21 hgbot Note Added: 0071752
2014-11-18 11:21 hgbot Status new => resolved
2014-11-18 11:21 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/f7b4f6a3f08247b63fa6448a07187614d49de952 [^]
2014-11-24 13:09 alostale Review Assigned To alostale => AugustoMauch
2014-11-25 20:54 hgbot Checkin
2014-11-25 20:54 hgbot Checkin
2014-11-25 20:54 hgbot Note Added: 0072006
2014-11-25 20:54 hgbot Note Added: 0072007
2014-11-28 09:55 alostale Relationship added blocks 0026993
2014-12-09 11:57 hgbot Checkin
2014-12-09 11:57 hgbot Note Added: 0072345
2014-12-09 11:57 hgbot Checkin
2014-12-09 11:57 hgbot Note Added: 0072346
2014-12-09 11:57 hgbot Checkin
2014-12-09 11:57 hgbot Note Added: 0072347
2014-12-09 11:57 hgbot Checkin
2014-12-09 11:57 hgbot Note Added: 0072348
2014-12-09 11:57 hgbot Checkin
2014-12-09 11:57 hgbot Note Added: 0072349
2014-12-09 11:57 hgbot Checkin
2014-12-09 11:57 hgbot Note Added: 0072350
2014-12-09 11:57 hgbot Checkin
2014-12-09 11:57 hgbot Note Added: 0072351
2014-12-09 11:57 hgbot Checkin
2014-12-09 11:57 hgbot Note Added: 0072352
2014-12-09 11:57 hgbot Checkin
2014-12-09 11:57 hgbot Note Added: 0072353
2014-12-09 11:58 hgbot Checkin
2014-12-09 11:58 hgbot Note Added: 0072354
2014-12-09 11:58 hgbot Checkin
2014-12-09 11:58 hgbot Note Added: 0072355
2014-12-09 11:58 hgbot Checkin
2014-12-09 11:58 hgbot Note Added: 0072356
2014-12-09 11:58 hgbot Checkin
2014-12-09 11:58 hgbot Note Added: 0072357
2014-12-09 11:58 hgbot Checkin
2014-12-09 11:58 hgbot Note Added: 0072358
2014-12-09 11:59 AugustoMauch Note Added: 0072359
2014-12-09 11:59 AugustoMauch Status resolved => closed
2014-12-09 11:59 AugustoMauch Fixed in Version => 3.0PR15Q1
2014-12-30 23:25 hudsonbot Checkin
2014-12-30 23:25 hudsonbot Note Added: 0073076
2014-12-30 23:26 hudsonbot Checkin
2014-12-30 23:26 hudsonbot Note Added: 0073142
2014-12-30 23:27 hudsonbot Checkin
2014-12-30 23:27 hudsonbot Note Added: 0073187
2014-12-30 23:27 hudsonbot Checkin
2014-12-30 23:27 hudsonbot Note Added: 0073188
2014-12-30 23:27 hudsonbot Checkin
2014-12-30 23:27 hudsonbot Note Added: 0073189
2014-12-30 23:27 hudsonbot Checkin
2014-12-30 23:27 hudsonbot Note Added: 0073190
2014-12-30 23:27 hudsonbot Checkin
2014-12-30 23:27 hudsonbot Note Added: 0073191
2014-12-30 23:27 hudsonbot Checkin
2014-12-30 23:27 hudsonbot Note Added: 0073192
2014-12-30 23:27 hudsonbot Checkin
2014-12-30 23:27 hudsonbot Note Added: 0073193
2014-12-30 23:27 hudsonbot Checkin
2014-12-30 23:27 hudsonbot Note Added: 0073194
2014-12-30 23:27 hudsonbot Checkin
2014-12-30 23:27 hudsonbot Note Added: 0073195
2014-12-30 23:27 hudsonbot Checkin
2014-12-30 23:27 hudsonbot Note Added: 0073196
2014-12-30 23:27 hudsonbot Checkin
2014-12-30 23:27 hudsonbot Note Added: 0073197
2014-12-30 23:27 hudsonbot Checkin
2014-12-30 23:27 hudsonbot Note Added: 0073198
2014-12-30 23:27 hudsonbot Checkin
2014-12-30 23:27 hudsonbot Note Added: 0073199
2014-12-30 23:27 hudsonbot Checkin
2014-12-30 23:27 hudsonbot Note Added: 0073200
2015-04-16 11:17 alostale Relationship added related to 0029607
2015-04-17 11:54 inigosanchez Relationship replaced causes 0029607
2015-06-25 15:52 dmitry_mezentsev Relationship added causes 0030135


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker