Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0013886 | Openbravo ERP | 01. General setup | public | 2010-07-05 10:05 | 2010-08-18 05:36 |
|
Reporter | networkb | |
Assigned To | alostale | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.50MP19 | |
Target Version | 2.50MP21 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0013886: It is not possible to install a module or activate heartbeat when using a proxy with user and password |
Description | It is not possible to install a module or activate heartbeat when using a proxy with user and password. As the application supports proxy usage, you should be able to use user and password. |
Steps To Reproduce | 1.As System Administrator go to General Setup || Application || System Info
2.Configure your Proxy details (which is defined with user/password)
3. Try to activate heartbeat or install a module |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0009097 | | closed | iperdomo | Add modules tab is not loaded in a network with a proxy | has duplicate | defect | 0013874 | 2.50MP21 | closed | adrianromero | It is not possible to install a module from the repository because there is a problem with the heartbeat. |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-07-05 10:05 | networkb | New Issue | |
2010-07-05 10:05 | networkb | Assigned To | => adrianromero |
2010-07-05 10:05 | networkb | OBNetwork customer | => Yes |
2010-07-05 12:54 | adrianromero | Assigned To | adrianromero => alostale |
2010-07-05 12:56 | adrianromero | Relationship added | has duplicate 0013874 |
2010-07-12 08:53 | alostale | Status | new => scheduled |
2010-07-29 18:08 | alostale | Note Added: 0029674 | |
2010-07-29 18:09 | alostale | Note Edited: 0029674 | bug_revision_view_page.php?bugnote_id=0029674#r638 |
2010-08-02 15:20 | hgbot | Checkin | |
2010-08-02 15:20 | hgbot | Note Added: 0029748 | |
2010-08-02 15:20 | hgbot | Status | scheduled => resolved |
2010-08-02 15:20 | hgbot | Resolution | open => fixed |
2010-08-02 15:20 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/a2b32071c996584c79364771175fb77879dd98e5 [^] |
2010-08-02 20:12 | hudsonbot | Checkin | |
2010-08-02 20:12 | hudsonbot | Note Added: 0029755 | |
2010-08-10 13:59 | rafaroda | Relationship added | related to 0009097 |
2010-08-10 14:02 | rafaroda | Issue Monitored: rafaroda | |
2010-08-17 15:53 | hgbot | Checkin | |
2010-08-17 15:53 | hgbot | Note Added: 0030075 | |
2010-08-17 15:59 | marvintm | Note Added: 0030076 | |
2010-08-17 15:59 | marvintm | Status | resolved => closed |
2010-08-18 00:00 | anonymous | sf_bug_id | 0 => 3047305 |
2010-08-18 05:36 | hudsonbot | Checkin | |
2010-08-18 05:36 | hudsonbot | Note Added: 0030091 | |
Notes |
|
(0029674)
|
alostale
|
2010-07-29 18:08
(edited on: 2010-07-29 18:09) |
|
Because of axis' issue 2295 [1], after fixing this erp issue it might be required (depending on the parameters were already initialized in axis) to restart tomcat server after proxy settings are modified.
[1] https://issues.apache.org/jira/browse/AXIS-2295 [^]
|
|
|
(0029748)
|
hgbot
|
2010-08-02 15:20
|
|
Repository: erp/devel/pi
Changeset: a2b32071c996584c79364771175fb77879dd98e5
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Mon Aug 02 15:19:01 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/a2b32071c996584c79364771175fb77879dd98e5 [^]
fixed bug 13886: Implemented authenticated proxy
Authenticated user is implemented, this is set by the HttpsUtils.isInternetAvailable()
method, which must be called before doing any Internet connection (direct or SOAP ws).
Invokation of this method has also been implemented in several places where unathenticated
proxy might not been set (register module and some cases in module management window).
---
M src-db/database/model/tables/AD_SYSTEM_INFO.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src/org/openbravo/erpCommon/ad_forms/MaturityLevel.java
M src/org/openbravo/erpCommon/ad_forms/ModuleManagement.java
M src/org/openbravo/erpCommon/ad_process/HeartbeatProcess.java
M src/org/openbravo/erpCommon/ad_process/RegisterModule.java
M src/org/openbravo/erpCommon/modules/ImportModule.java
M src/org/openbravo/erpCommon/utility/HttpsUtils.java
---
|
|
|
|
|
|
(0030075)
|
hgbot
|
2010-08-17 15:53
|
|
Repository: erp/devel/pi
Changeset: 06ae83c94835eebb7e313ccdc1b14e1abce43eb4
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue Aug 17 15:52:31 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/06ae83c94835eebb7e313ccdc1b14e1abce43eb4 [^]
related to issue 13886: Added missing isInternetAvailable for activating instance
---
M src/org/openbravo/erpCommon/obps/ActiveInstanceProcess.java
M src/org/openbravo/erpCommon/utility/HttpsUtils.java
---
|
|
|
|
Tested that connections work correctly with a proxy which requires authentication. |
|
|
|
|