Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0038346Openbravo ERPA. Platformpublic2018-04-12 12:292018-04-13 08:21
caristu 
caristu 
highminorhave not tried
closedfixed 
5
 
3.0PR18Q23.0PR18Q2 
alostale
Core
No
0038346: Restart tomcat 8.0 not working after installing a module through MMC using JDK9
Restart tomcat 8.0 not working after installing a module through MMC using JDK9
0) Build openbravo using JDK9 and deploy it in Tomcat 8
1) Login as system admin and navigate to the Module Management window
2) Install a module
3) Restart tomcat -> Note that restart is not completed
No tags attached.
related to backport 00383583.0PR18Q2 closed caristu Unused connection pool created on module installation 
blocks defect 0038344 closed caristu Restart tomcat 8.0 not working after installing a module through MMC using JDK9 
Issue History
2018-04-12 12:36caristuTypedefect => backport
2018-04-12 12:36caristuTarget Version => 3.0PR18Q2
2018-04-12 12:36caristuAssigned Toplatform => caristu
2018-04-12 16:36hgbotCheckin
2018-04-12 16:36hgbotNote Added: 0103851
2018-04-12 16:36hgbotStatusscheduled => resolved
2018-04-12 16:36hgbotResolutionopen => fixed
2018-04-12 16:36hgbotFixed in SCM revision => http://code.openbravo.com/erp/backports/3.0PR18Q2/rev/a608b59e1e6045ab5816589bcf3a3ee34d4f8515 [^]
2018-04-12 16:37caristuReview Assigned To => alostale
2018-04-12 16:50caristuRelationship addedrelated to 0038358
2018-04-13 08:21alostaleNote Added: 0103866
2018-04-13 08:21alostaleStatusresolved => closed
2018-04-13 08:21alostaleFixed in Version => 3.0PR18Q2

Notes
(0103851)
hgbot   
2018-04-12 16:36   
Repository: erp/backports/3.0PR18Q2
Changeset: a608b59e1e6045ab5816589bcf3a3ee34d4f8515
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Thu Apr 12 16:28:17 2018 +0200
URL: http://code.openbravo.com/erp/backports/3.0PR18Q2/rev/a608b59e1e6045ab5816589bcf3a3ee34d4f8515 [^]

fixes issue 38346: Restart tomcat 8.0 through MMC using JDK9 is not working

  The "tomcat.restart.do" task used to restart tomcat from MMC is starting tomcat with the -Djava.endorsed.dirs= system property setting. The endorsed feature is no longer supported with Java 9[1] and we are not making use of it with previous JDKs. For this reason we are directly removing it.

[1] https://docs.oracle.com/javase/9/migrate/toc.htm#JSMIG-GUID-8E83E51A-88A3-4E9A-8E2A-66E1D66A966C [^]

---
M build.xml
---
(0103866)
alostale   
2018-04-13 08:21   
reviewed + tested