Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0036108 | Retail Modules | StoreServer | public | 2017-05-25 16:12 | 2017-06-29 13:37 |
|
Reporter | naiaramartinez | |
Assigned To | mtaal | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR17Q3 | |
Merge Request Status | |
Review Assigned To | AugustoMauch |
OBNetwork customer | OBPS |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0036108: [STORE SERVER2899] An error is raised in central server when the store server is started |
Description | Working with BUT production snapshot or Snapshot_BUT_PREVIOUS_DELIVERY (that does not include integration modules) when the store server is started an error is raised in central server.
ERROR org.openbravo.erpCommon.security.SessionListener - Request is stateless, still a session is created
java.lang.Exception
|
Steps To Reproduce | * install the snapshot Snapshot_BUT_PREVIOUS_DELIVERY in multiserver environment
* start central (check the log and see there is no error)
* start store server (check that an error is raised in the central server)
See attached the trace of the error. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | Error.txt (7,999) 2017-05-25 16:12 https://issues.openbravo.com/file_download.php?file_id=10796&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2017-05-25 16:12 | naiaramartinez | New Issue | |
2017-05-25 16:12 | naiaramartinez | Assigned To | => mtaal |
2017-05-25 16:12 | naiaramartinez | File Added: Error.txt | |
2017-05-25 16:12 | naiaramartinez | OBNetwork customer | => Yes |
2017-05-25 16:12 | naiaramartinez | Resolution time | => 1496872800 |
2017-05-25 16:12 | naiaramartinez | Triggers an Emergency Pack | => No |
2017-06-16 20:52 | hgbot | Checkin | |
2017-06-16 20:52 | hgbot | Note Added: 0097463 | |
2017-06-17 02:07 | hudsonbot | Checkin | |
2017-06-17 02:07 | hudsonbot | Note Added: 0097464 | |
2017-06-27 21:16 | mtaal | Review Assigned To | => AugustoMauch |
2017-06-27 21:20 | hgbot | Checkin | |
2017-06-27 21:20 | hgbot | Note Added: 0097724 | |
2017-06-27 21:20 | hgbot | Status | new => resolved |
2017-06-27 21:20 | hgbot | Resolution | open => fixed |
2017-06-27 21:20 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/9fe0c3a0cd97d74c1bc3a01447bf15035575e72a [^] |
2017-06-29 13:37 | AugustoMauch | Note Added: 0097767 | |
2017-06-29 13:37 | AugustoMauch | Status | resolved => closed |
2017-06-29 13:37 | AugustoMauch | Fixed in Version | => RR17Q3 |
Notes |
|
(0097463)
|
hgbot
|
2017-06-16 20:52
|
|
Repository: erp/devel/pi
Changeset: 45d8b2b00bae25a45f074798619d309eda6fbe8a
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Fri Jun 16 20:51:32 2017 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/45d8b2b00bae25a45f074798619d309eda6fbe8a [^]
Related to issue 36108: [STORE SERVER2899] An error is raised in central server when the store server is started
Log more Request information
---
M src/org/openbravo/erpCommon/security/SessionListener.java
---
|
|
|
|
|
|
(0097724)
|
hgbot
|
2017-06-27 21:20
|
|
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 9fe0c3a0cd97d74c1bc3a01447bf15035575e72a
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Tue Jun 27 21:16:59 2017 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/9fe0c3a0cd97d74c1bc3a01447bf15035575e72a [^]
Fixes issue 36108: [STORE SERVER2899] An error is raised in central server when the store server is started
When a stateless session then do not create a session accidentally
---
M src/org/openbravo/mobile/core/process/JSONProcessSimple.java
---
|
|
|
|
Code reviewed and verified |
|