Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0013673 | Openbravo ERP | A. Platform | public | 2010-06-16 13:00 | 2010-06-18 00:00 |
|
Reporter | plujan | |
Assigned To | marvintm | |
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | main | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0013673: Application rebuild does not finish nor ask for Tomcat Restart |
Description | When using the application for rebuilding, the rebuild window does not finish although rebuild process has finished with no issues.
When closing the pop up window, the application continues as if tomcat were already restarted (without asking for restarting).
This behavior causes several instabilities in smoke tests. |
Steps To Reproduce | Rebuild the system in a context having Apache and Tomcat, and use a different machine for launching the rebuild (i.e. context is not in local computer) |
Proposed Solution | |
Additional Information | |
Tags | Regression QA |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-06-16 13:00 | plujan | New Issue | |
2010-06-16 13:00 | plujan | Assigned To | => marvintm |
2010-06-16 13:00 | plujan | OBNetwork customer | => No |
2010-06-16 13:00 | plujan | Status | new => scheduled |
2010-06-16 13:00 | plujan | fix_in_branch | => pi |
2010-06-16 13:02 | plujan | Tag Attached: Regression QA | |
2010-06-17 11:48 | hgbot | Checkin | |
2010-06-17 11:48 | hgbot | Note Added: 0028544 | |
2010-06-17 11:48 | hgbot | Status | scheduled => resolved |
2010-06-17 11:48 | hgbot | Resolution | open => fixed |
2010-06-17 11:48 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/9f24aff64553331c20014e33a7f136479ba4cdcd [^] |
2010-06-17 18:19 | marvintm | Note Added: 0028562 | |
2010-06-17 18:27 | shuehner | Note Added: 0028563 | |
2010-06-17 18:27 | shuehner | Status | resolved => closed |
2010-06-17 20:43 | hudsonbot | Checkin | |
2010-06-17 20:43 | hudsonbot | Note Added: 0028573 | |
2010-06-18 00:00 | anonymous | sf_bug_id | 0 => 3017791 |
Notes |
|
(0028544)
|
hgbot
|
2010-06-17 11:48
|
|
Repository: erp/devel/pi
Changeset: 9f24aff64553331c20014e33a7f136479ba4cdcd
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Thu Jun 17 11:47:58 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/9f24aff64553331c20014e33a7f136479ba4cdcd [^]
Fixed issue 13673. Fixed problems related to high latency.
Basically, there were problems when latency from client to server was very high, which normally happens when the tomcat server is running in a different computer than the client with the browser. Also, fixed a problem which prevented error messages from showing in the rebuild window.
---
M src/org/openbravo/erpCommon/ad_process/ApplyModules.html
M src/org/openbravo/erpCommon/ad_process/ApplyModules.java
M src/org/openbravo/erpCommon/ad_process/ApplyModulesCallServlet.java
M src/org/openbravo/erpCommon/ad_process/ApplyModulesResponse.java
---
|
|
|
|
I've already tested the fix with an Amazon machine, both with Firefox 3.0.18 and Internet Explorer, both a fully successful rebuild, and a rebuild with an error.
I also tested rebuilds with success and error in my local machine with tomcat inside Eclipse,with Firefox 3.0.18. |
|
|
|
REviewed and one extra randomly selected test (as developer already covered all needed testcases)
Extra testcase done:
Using standalone tomcat on linux access it from a windows-vm with Internet Explorer and do a sucessfull rebuild -> Working fine (modulo two independent new issues: 13689, 13689)
-> Closing |
|
|
|
|