View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003918 | SymmetricDS Pro | Bug | public | 2019-04-15 18:41 | 2019-04-23 16:32 |
Reporter | mmichalek | Assigned To | mmichalek | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.9.0 | ||||
Target Version | 3.9.19 | Fixed in Version | 3.9.19 | ||
Summary | 0003918: ClassCastException when recycling Symmetric pro within the WebLogic web container | ||||
Description | org.jumpmind.util.LogSummaryAppender cannot be cast to org.jumpmind.util.LogSummaryAppender The working theory is this: This occurs because org.jumpmind.util.LogSummaryAppender gets loaded during the 1st deployment of the application, and stored in a static structure in the system class loader. Then, during the 2nd deployment of the application the object from the 1st deployment is recalled from the static structure, and an attempt is made to cast it to the version of the class from the 2nd deployment. | ||||
Tags | No tags attached. | ||||
SymmetricDS: 3.9 473c5205 2019-04-15 16:01:24 Details Diff |
0003918: ClassCastException when recycling Symmetric pro within the WebLogic web container |
Affected Issues 0003918 |
|
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/util/LogSummaryAppenderUtils.java | Diff File | ||
SymmetricDS: 3.10 f73765a5 2019-04-15 16:01:24 Details Diff |
0003918: ClassCastException when recycling Symmetric pro within the WebLogic web container |
Affected Issues 0003918 |
|
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/util/LogSummaryAppenderUtils.java | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2019-04-15 18:41 | mmichalek | New Issue | |
2019-04-15 18:41 | mmichalek | Status | new => assigned |
2019-04-15 18:41 | mmichalek | Assigned To | => mmichalek |
2019-04-15 20:01 | mmichalek | Status | assigned => resolved |
2019-04-15 20:01 | mmichalek | Resolution | open => fixed |
2019-04-15 20:01 | mmichalek | Fixed in Version | => 3.9.19 |
2019-04-15 21:00 | mmichalek | Changeset attached | => SymmetricDS 3.9 473c5205 |
2019-04-15 21:00 | mmichalek | Changeset attached | => SymmetricDS 3.10 f73765a5 |
2019-04-23 16:32 | elong | Status | resolved => closed |