Project:
| View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | ||||||||
| 0039487 | ||||||||
| Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
| design defect | [Openbravo ERP] A. Platform | minor | have not tried | 2018-10-19 08:12 | 2022-03-10 11:04 | |||
| Reporter | alostale | View Status | public | |||||
| Assigned To | alostale | |||||||
| Priority | normal | Resolution | fixed | Fixed in Version | ||||
| Status | closed | Fix in branch | Fixed in SCM revision | c2c80c697b3e | ||||
| Projection | none | ETA | none | Target Version | ||||
| OS | Any | Database | Any | Java version | 10+ | |||
| OS Version | Database version | Ant version | ||||||
| Product Version | SCM revision | |||||||
| Merge Request Status | ||||||||
| Review Assigned To | caristu | |||||||
| OBNetwork customer | No | |||||||
| Web browser | ||||||||
| Modules | Core | |||||||
| Support ticket | ||||||||
| Regression level | ||||||||
| Regression date | ||||||||
| Regression introduced in release | ||||||||
| Regression introduced by commit | ||||||||
| Triggers an Emergency Pack | No | |||||||
| Summary | 0039487: can't serve SOAP webservices compiled with JDK10+ | |||||||
| Description | SOAP webservices served from Openbravo that are implemented by Java compiled with JDK10+ fail with HTTP error 500 caused by Exception - java.lang.IllegalStateException: Error looking for paramter names in bytecode: unexpected bytes in file. | |||||||
| Steps To Reproduce | Using JDK10+: 1. Enable SOAP server [1] 2. Create a SOAP webservice having at least one method with at least one parameter 3. Deploy it to Tomcat: ant installWebservice 4. Try to use it from a client -> ERROR: HTTP 500: Error looking for parameter names in bytecode: unexpected bytes in file. 5. Try to access to /services path -> ERROR: Error looking for paramter names in bytecode: unexpected bytes in file. --- [1] http://wiki.openbravo.com/wiki/Development_Build_Tasks#SOAP_Webservice_Server_Tasks [^] | |||||||
| Proposed Solution | The problem is in old axis library included within Openbravo, using this library is discouraged. If required while migrating to a newer infrastructure, it is possible to replace axis jar with patched one published here [1]. [1] https://github.com/alostale/axis1-java/releases/tag/1.4-patched [^] | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
Relationships [ Relation Graph ]
[ Dependency Graph ]
|
||||||||||||||||||||||
|
||||||||||||||||||||||
Notes |
|
|
(0117348) hgbot (developer) 2020-01-30 09:34 |
Repository: erp/mods/org.openbravo.legacy.axis Changeset: c2c80c697b3e87af25f1fcb94930747de016954b Author: Asier Lostalé <asier.lostale <at> openbravo.com> Date: Thu Jan 30 09:18:57 2020 +0100 URL: http://code.openbravo.com/erp/mods/org.openbravo.legacy.axis/rev/c2c80c697b3e87af25f1fcb94930747de016954b [^] fixed BUG-39487: can't serve SOAP webservices compiled with JDK10+ Patched axis.jar to support JDK10+. Sources for patch can be found at: https://github.com/alostale/axis1-java/tree/1.4-patched [^] --- A lib/runtime/axis-1.4-patched.jar R lib/runtime/axis.jar --- |
|
(0117390) caristu (viewer) 2020-01-31 08:34 |
Reviewed: https://gitlab.com/openbravo/product/mods/org.openbravo.legacy.axis/-/merge_requests/1 [^] |
|
(0135614) hgbot (developer) 2022-03-10 11:04 |
Repository: https://gitlab.com/openbravo/product/unsupported/modules/org.openbravo.legacy.axis [^] Changeset: a05acc923121a85871ecf4dcc7ad8cb788a5819d Author: Asier Lostalé <asier.lostale@openbravo.com> Date: 10-03-2022 10:24:45 URL: https://gitlab.com/openbravo/product/unsupported/modules/org.openbravo.legacy.axis/-/commit/a05acc923121a85871ecf4dcc7ad8cb788a5819d [^] related to BUG-39487: updates licensing info --- M legal/Licensing.txt --- |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2018-10-19 08:12 | alostale | New Issue | |
| 2018-10-19 08:12 | alostale | Assigned To | => platform |
| 2018-10-19 08:12 | alostale | OBNetwork customer | => No |
| 2018-10-19 08:12 | alostale | Modules | => Core |
| 2018-10-19 08:12 | alostale | Triggers an Emergency Pack | => No |
| 2018-10-19 08:12 | alostale | Status | new => acknowledged |
| 2018-10-19 08:13 | alostale | Relationship added | related to 0037683 |
| 2018-10-19 08:14 | alostale | Relationship added | related to 0038196 |
| 2018-11-12 10:00 | alostale | Type | defect => design defect |
| 2018-11-12 10:00 | alostale | Steps to Reproduce Updated | View Revisions |
| 2018-11-12 10:00 | alostale | Proposed Solution updated | |
| 2019-04-05 11:00 | caristu | Relationship added | related to 0040536 |
| 2020-01-30 09:09 | alostale | Assigned To | platform => alostale |
| 2020-01-30 09:09 | alostale | Review Assigned To | => caristu |
| 2020-01-30 09:34 | hgbot | Checkin | |
| 2020-01-30 09:34 | hgbot | Note Added: 0117348 | |
| 2020-01-30 09:34 | hgbot | Status | acknowledged => resolved |
| 2020-01-30 09:34 | hgbot | Resolution | open => fixed |
| 2020-01-30 09:34 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/mods/org.openbravo.legacy.axis/rev/c2c80c697b3e87af25f1fcb94930747de016954b [^] |
| 2020-01-31 08:34 | caristu | Note Added: 0117390 | |
| 2020-01-31 08:34 | caristu | Status | resolved => closed |
| 2022-03-10 11:04 | hgbot | Note Added: 0135614 | |
| Copyright © 2000 - 2009 MantisBT Group |