Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0013886Openbravo ERP01. General setuppublic2010-07-05 10:052010-08-18 05:36
networkb 
alostale 
highminoralways
closedfixed 
5
2.50MP19 
2.50MP21 
Core
No
0013886: It is not possible to install a module or activate heartbeat when using a proxy with user and password
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.
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
No tags attached.
related to defect 0009097 closed iperdomo Add modules tab is not loaded in a network with a proxy 
has duplicate defect 00138742.50MP21 closed adrianromero It is not possible to install a module from the repository because there is a problem with the heartbeat. 
Issue History
2010-07-05 10:05networkbNew Issue
2010-07-05 10:05networkbAssigned To => adrianromero
2010-07-05 12:54adrianromeroAssigned Toadrianromero => alostale
2010-07-05 12:56adrianromeroRelationship addedhas duplicate 0013874
2010-07-12 08:53alostaleStatusnew => scheduled
2010-07-29 18:08alostaleNote Added: 0029674
2010-07-29 18:09alostaleNote Edited: 0029674bug_revision_view_page.php?bugnote_id=0029674#r638
2010-08-02 15:20hgbotCheckin
2010-08-02 15:20hgbotNote Added: 0029748
2010-08-02 15:20hgbotStatusscheduled => resolved
2010-08-02 15:20hgbotResolutionopen => fixed
2010-08-02 15:20hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/a2b32071c996584c79364771175fb77879dd98e5 [^]
2010-08-02 20:12hudsonbotCheckin
2010-08-02 20:12hudsonbotNote Added: 0029755
2010-08-10 13:59rafarodaRelationship addedrelated to 0009097
2010-08-10 14:02rafarodaIssue Monitored: rafaroda
2010-08-17 15:53hgbotCheckin
2010-08-17 15:53hgbotNote Added: 0030075
2010-08-17 15:59marvintmNote Added: 0030076
2010-08-17 15:59marvintmStatusresolved => closed
2010-08-18 00:00anonymoussf_bug_id0 => 3047305
2010-08-18 05:36hudsonbotCheckin
2010-08-18 05:36hudsonbotNote 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
---
(0029755)
hudsonbot   
2010-08-02 20:12   
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/a2b32071c996 [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/d7c5c4c354f5 [^]
Tests: http://builds.openbravo.com/view/int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.18001.obx [^]
(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
---
(0030076)
marvintm   
2010-08-17 15:59   
Tested that connections work correctly with a proxy which requires authentication.
(0030091)
hudsonbot   
2010-08-18 05:36   
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/06ae83c94835 [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/b3c35300e02d [^]
Tests: http://builds.openbravo.com/view/int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.18178.obx [^]