Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0013545 | Openbravo ERP | A. Platform | public | 2010-06-07 09:08 | 2010-06-16 00:20 |
|
Reporter | jpabloae | |
Assigned To | marvintm | |
Priority | immediate | Severity | critical | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | 2.6.18 |
Product Version | pi | |
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 | 0013545: Unable to restart Tomcat after Core upgrade |
Description | If you upgrade from 2.50MP18 to revision 61c7f9003648 using a Core OBX created out of it, you are not able to restart Tomcat using the ERP.
I've stopped Tomcat manually and then started it. And everything looked
fine. And then I've installed Hello World to verify if it's able to
restart Tomcat or not, and yes, it works.
So the problem is that after upgrading Core to this revision Openbravo
is not able to restart Tomcat. But once you restart it manually you can
install modules and restart Tomcat without problems. |
Steps To Reproduce | 1) Run install.source on 2.50MP18.
2)Create a OBX file from the latest revision in pi (61c7f9003648) and install it from File System.
3) It finishes successfully, with a green message, and it asks you to restart Tomcat.
4) However it does not restart Tomcat, it does nothing. It's uncapable of doing it, for some reason.
|
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-06-07 09:08 | jpabloae | New Issue | |
2010-06-07 09:08 | jpabloae | Assigned To | => marvintm |
2010-06-07 09:08 | jpabloae | OBNetwork customer | => No |
2010-06-07 14:01 | hgbot | Checkin | |
2010-06-07 14:01 | hgbot | Note Added: 0028057 | |
2010-06-07 14:01 | hgbot | Status | new => resolved |
2010-06-07 14:01 | hgbot | Resolution | open => fixed |
2010-06-07 14:01 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/fb45a910f3e08ee79a242d5a8e13e963e07c12d7 [^] |
2010-06-07 21:21 | hudsonbot | Checkin | |
2010-06-07 21:21 | hudsonbot | Note Added: 0028119 | |
2010-06-07 23:44 | hudsonbot | Checkin | |
2010-06-07 23:44 | hudsonbot | Note Added: 0028161 | |
2010-06-15 11:40 | shuehner | Note Added: 0028437 | |
2010-06-15 11:40 | shuehner | Status | resolved => closed |
2010-06-15 15:32 | hgbot | Checkin | |
2010-06-15 15:32 | hgbot | Note Added: 0028449 | |
2010-06-16 00:00 | anonymous | sf_bug_id | 0 => 3016770 |
2010-06-16 00:20 | hudsonbot | Checkin | |
2010-06-16 00:20 | hudsonbot | Note Added: 0028478 | |
Notes |
|
(0028057)
|
hgbot
|
2010-06-07 14:01
|
|
Repository: erp/devel/pi
Changeset: fb45a910f3e08ee79a242d5a8e13e963e07c12d7
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Mon Jun 07 14:00:24 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/fb45a910f3e08ee79a242d5a8e13e963e07c12d7 [^]
Fixed issue 13545. Tomcat will now restart correctly when upgrading from an earlier MP to current pi
To fix this, the old AntExecutor needs to be used.
---
M src/org/openbravo/service/system/ReloadContext.java
M src/org/openbravo/service/system/RestartTomcat.java
---
|
|
|
|
|
|
|
|
|
|
Tested in MP18 appliance with upgrading to current pi-obx. Tomcat restarted fine. Code-change done reverts to code which had been used always until MP18 so restores old behavior. |
|
|
(0028449)
|
hgbot
|
2010-06-15 15:32
|
|
Repository: erp/devel/pi
Changeset: a25962e2937ac8b2c1f849c8f12cb9e49f039f0b
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Tue Jun 15 15:31:58 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/a25962e2937ac8b2c1f849c8f12cb9e49f039f0b [^]
Related to issue 13545. Fixed some deprecation warnings in Core.
---
M src/org/openbravo/service/system/ReloadContext.java
M src/org/openbravo/service/system/RestartTomcat.java
---
|
|
|
|
|