第5章 既知の問題
本リリースの CodeReady Studio における既知の問題の情報は、「Known Issues」を参照してください。
特記すべき既知の問題を以下に示します。
- JBIDE-27796: BYOE does not install Oauth UI needed by devsandbox.
- JBIDE-27789: BYOE does not install Quarkus.
- JBIDE-27737: CRC Hangs on Starting status in some situations on Windows.
-
JBIDE-27741: Failed to refresh element Unable to execute request to request url
https://api.crc.testing:6443/.well-known/oauth-authorization-server
. -
JBIDE-27787: Problems occurred while performing installation: No repository found at
https://dl.bintray.com/nodeclipse/nodeclipse/1.0.2f/
. JBIDE-27591: Hot deploy does not work with OpenShift server adapter.
この問題を回避するには、OpenShift Server Adapter Settings に移動し、Use inferred Pod Deployment Path チェックボックスを未選択にします。Pod Deployment Path フィールドを
/opt/eap/standalone/deployments/
に設定します。JBDS-4710: Central page is not showing proper content after page reload.
この問題を回避するには、Red Hat Central を再度開きます。
- JBIDE-26118: Cannot Create JSF2 Composite component from current selected source.
JBIDE-27066: Cannot login to OpenShift 4.4.0 cluster using jdk11.
この問題を回避するには、JDK バージョン 8 を使用するか、SSL プロトコルとして TLSv1.2 を使用するように Java を設定します。
TLSv1.2 を使用するように Java を設定するには、CodeReady Studio インストールディレクトリー内の studio ディレクトリーにある
codereadystudio.ini
ファイルを開きます。-vmargs セクションに以下の行を追加します。
-Djdk.tls.client.protocols=TLSv1.2
- JBDS-4818: Monitor binary signing policy in mac os platforms.
JBIDE-27605: Conflicting dependency when updating from BYOE 2020-09 + JBT 4.17.0.Final to JBT 4.18.0.Final.
この問題を回避するには、
Help
を使用して Jbosstools の安定した更新サイトを選択し、JAX-RS と JAX-WS 機能の両方を選択します。どちらの機能も更新されます。Install New Software あるいは、
Preferences
を使用して、最新の Eclipse リリースを無効にします。これにより、Eclipse 2020.12 がインストールされます。Install/Update Available Software - JBIDE-27498: Refreshing Openshift connection does not work for started CRC 1.16 in studio when asked by warning dialog.
- FUSETOOLS-3337: Unable to deploy Fuse project with DataTransformation to Fuse on Karaf 7.x runtime.
FUSETOOLS-3373: Fuse Integration Project is created with error for camel version Fuse 7.2 and 7.1.
この問題を回避するには、以下の行を
jakarta.xml.bind-api
ファイルに追加し、jakarta バージョンを定義します。<dependency> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> <version>2.3.3</version> </dependency>
利用可能な最新バージョンは 2.3.3 です。最新バージョンの詳細は、「Maven Repository: Jakarta XML Binding API」を参照してください。