Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0013886
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 01. General setupminoralways2010-07-05 10:052010-08-18 05:36
ReporternetworkbView Statuspublic 
Assigned Toalostale 
PriorityhighResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revisiona2b32071c996
ProjectionnoneETAnoneTarget Version2.50MP21
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product Version2.50MP19SCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0013886: It is not possible to install a module or activate heartbeat when using a proxy with user and password

DescriptionIt 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 Reproduce1.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
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0009097 closediperdomo Add modules tab is not loaded in a network with a proxy 
has duplicate defect 00138742.50MP21 closedadrianromero It is not possible to install a module from the repository because there is a problem with the heartbeat. 

-  Notes
(0029674)
alostale (manager)
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 (developer)
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 (developer)
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 (developer)
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 (developer)
2010-08-17 15:59

Tested that connections work correctly with a proxy which requires authentication.
(0030091)
hudsonbot (developer)
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 [^]

- 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 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 View Revisions
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


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker