Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0014123 | Openbravo ERP | A. Platform | public | 2010-08-04 13:11 | 2010-08-17 13:12 |
|
Reporter | marvintm | |
Assigned To | marvintm | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
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 | 0014123: After a correct compile.complete.deploy, if a user tries to log without restarting Tomcat, he will get a wrong error message |
Description | If safe.mode is activated, and you do a compile.complete.deploy, and try to log into the application without restarting tomcat, you should get the message:
"The application container wasn't restarted
The application container wasn't restarted after the latest build."
However, you get a message which tells that the last build went wrong, which is not true. |
Steps To Reproduce | Activate safe.mode
Start tomcat
Do a compile.complete.deploy
Log into the application without restarting tomcat. You will see the incorrect message. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-08-04 13:11 | marvintm | New Issue | |
2010-08-04 13:11 | marvintm | Assigned To | => marvintm |
2010-08-04 13:11 | marvintm | OBNetwork customer | => No |
2010-08-04 16:53 | hgbot | Checkin | |
2010-08-04 16:53 | hgbot | Note Added: 0029789 | |
2010-08-04 16:53 | hgbot | Status | new => resolved |
2010-08-04 16:53 | hgbot | Resolution | open => fixed |
2010-08-04 16:53 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/eb7b40bb1ecb1825abbae701b455da10f7bfe59e [^] |
2010-08-05 09:16 | hudsonbot | Checkin | |
2010-08-05 09:16 | hudsonbot | Note Added: 0029808 | |
2010-08-10 12:43 | hgbot | Checkin | |
2010-08-10 12:43 | hgbot | Note Added: 0029870 | |
2010-08-10 17:17 | hudsonbot | Checkin | |
2010-08-10 17:17 | hudsonbot | Note Added: 0029877 | |
2010-08-11 13:41 | iperdomo | Note Added: 0029890 | |
2010-08-11 13:41 | iperdomo | Status | resolved => closed |
2010-08-12 00:00 | anonymous | sf_bug_id | 0 => 3043347 |
2010-08-12 10:45 | marvintm | Note Added: 0029906 | |
2010-08-12 10:45 | marvintm | Status | closed => new |
2010-08-12 10:45 | marvintm | Resolution | fixed => open |
2010-08-12 11:43 | hgbot | Checkin | |
2010-08-12 11:43 | hgbot | Note Added: 0029910 | |
2010-08-12 11:43 | hgbot | Status | new => resolved |
2010-08-12 11:43 | hgbot | Resolution | open => fixed |
2010-08-12 11:43 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/eb7b40bb1ecb1825abbae701b455da10f7bfe59e [^] => http://code.openbravo.com/erp/devel/pi/rev/fb4fc8956f75d07cd085856c6622af8938f22a4e [^] |
2010-08-12 21:12 | hudsonbot | Checkin | |
2010-08-12 21:12 | hudsonbot | Note Added: 0029930 | |
2010-08-17 13:12 | iperdomo | Note Added: 0030065 | |
2010-08-17 13:12 | iperdomo | Status | resolved => closed |
Notes |
|
(0029789)
|
hgbot
|
2010-08-04 16:53
|
|
|
|
|
|
|
(0029870)
|
hgbot
|
2010-08-10 12:43
|
|
|
|
|
|
|
|
Tested on pi @ rev a45ffdf7b265 |
|
|
|
Although the reported problem was fixed, a new problem happened instead. Now when you install modules or you upgrade Core, in the rebuild window the "Restart tomcat" options will never be shown. |
|
|
(0029910)
|
hgbot
|
2010-08-12 11:43
|
|
Repository: erp/devel/pi
Changeset: fb4fc8956f75d07cd085856c6622af8938f22a4e
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Thu Aug 12 11:43:07 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/fb4fc8956f75d07cd085856c6622af8938f22a4e [^]
Fixed issue 14123. The user will now see the 'Tomcat not restarted' message after one of the normal build tasks.
The system will stay in a state which is consiered 'not final' by the rebuild window, so that the window itself does not break.
---
M build.xml
M src/build.xml
M src/org/openbravo/base/secureApp/LoginHandler.java
---
|
|
|
|
|
|
|
Tested on pi @ rev 0ceda0be723b |
|