You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2023/02/27 18:53:00 UTC

[jira] [Work logged] (TOMEE-4189) java.lang.ClassNotFoundException: org.apache.openejb.loader.SystemInstance

     [ https://issues.apache.org/jira/browse/TOMEE-4189?focusedWorklogId=847872&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-847872 ]

ASF GitHub Bot logged work on TOMEE-4189:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 27/Feb/23 18:52
            Start Date: 27/Feb/23 18:52
    Worklog Time Spent: 10m 
      Work Description: rzo1 opened a new pull request, #1025:
URL: https://github.com/apache/tomee/pull/1025

   # What does this PR do?
   
   The classpath for the `version` command of  `./catalina[.sh|.bat] ` does only contain
   
   ```bash
    -classpath "$CATALINA_HOME/lib/catalina.jar"  org.apache.catalina.util.ServerInfo
   ```
   
   Thus, our reflection code introduced with https://github.com/apache/tomee/commit/7ce518e29111ba10cd6bcf5a8fc613fc912b84a8 and https://github.com/apache/tomee/commit/14a034cc9528247d2c30c052412e730d64dea094 will fail with a `ClassNotFoundException` as `openejb-core` isn't available in the given classpath.
   
   However, this is the only occurence within  `./catalina[.sh|.bat] ` , so it should be ok to adjust the classpath for the given command only. 
   
   




Issue Time Tracking
-------------------

            Worklog Id:     (was: 847872)
    Remaining Estimate: 0h
            Time Spent: 10m

> java.lang.ClassNotFoundException: org.apache.openejb.loader.SystemInstance
> --------------------------------------------------------------------------
>
>                 Key: TOMEE-4189
>                 URL: https://issues.apache.org/jira/browse/TOMEE-4189
>             Project: TomEE
>          Issue Type: Bug
>          Components: TomEE Core Server
>    Affects Versions: 9.0.0, 8.0.14
>            Reporter: Tom
>            Assignee: Richard Zowalla
>            Priority: Minor
>             Fix For: 10.0.0, 9.0.1, 8.0.15
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)