[
https://issues.apache.org/jira/browse/TOMEE-3979?focusedWorklogId=781696&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-781696
]
ASF GitHub Bot logged work on TOMEE-3979:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 15/Jun/22 15:17
Start Date: 15/Jun/22 15:17
Worklog Time Spent: 10m
Work Description: cesarhernandezgt merged PR #886:
URL: https://github.com/apache/tomee/pull/886
Issue Time Tracking
-------------------
Worklog Id: (was: 781696)
Time Spent: 20m (was: 10m)
> service.bat issue when using JRE_HOME on Windows
> -------------------------------------------------
>
> Key: TOMEE-3979
> URL: https://issues.apache.org/jira/browse/TOMEE-3979
> Project: TomEE
> Issue Type: Bug
> Affects Versions: 9.0.0-M7, 8.0.11, 8.0.12
> Reporter: Cesar Hernandez
> Assignee: Cesar Hernandez
> Priority: Major
> Fix For: 8.0.13
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Pre requisites to reproduce this issue:
> # Windows environment
> # set JRE_HOME instead of JAVA_HOME
> Example:
>
> {code:java}
> >set JRE_HOME=C:\java\jre-8
> >service.bat install tomee_service
> Installing the service 'tomee_service' ...
> Using CATALINA_HOME:
> "C:\Users\Administrator\Documents\apache-tomee-8.0.11-plus\apache-tomee-plus-8.0.11"
> Using CATALINA_BASE:
> "C:\Users\Administrator\Documents\apache-tomee-8.0.11-plus\apache-tomee-plus-8.0.11"
> Using JAVA_HOME: ""
> Using JRE_HOME: "C:\java\jre-8"
> Using JVM: "C:\java\jre-8\bin\server\jvm.dll"
> Using Service User: ""
> Installed, will now configure TomEE
> 11 was unexpected at this time. {code}
>
> As part of the work done in https://issues.apache.org/jira/browse/TOMEE-2261,
> The origin of the issue happens in this validation:
> [https://github.com/apache/tomee/blob/45b1ba51ebfc31691bbf517d9d3d00c7fe86e48f/tomee/apache-tomee/src/main/resources/service.bat#L242-L248]
> because `JAVA_MAJOR_VERSION` is note defined when JRE_HOME is used
> (independently if it's Java 8, 11
> etc.):[https://github.com/apache/tomee/blob/45b1ba51ebfc31691bbf517d9d3d00c7fe86e48f/tomee/apache-tomee/src/main/resources/service.bat#L88-L90]
>
>
>
--
This message was sent by Atlassian Jira
(v8.20.7#820007)