51zero / 51zero/eel-sdk

Issue with Installation of Jboss application server

オープン
#379 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Scala
スター
147
フォーク
32
PR マージ指標
30日以内にマージされた PR はありません

説明

Hi,

I am encountering a problem. I need to get Jboss started before I can attempt to run another software. The following is the error message after executing the Standalone batch file.

Unrecognized VM option 'MetaspaceSize=96M'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

This is my current JDK version
- jdk1.7.0_80

I am rather new to this and hence any explanation in any form would be greatly appreciated.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

調査の方向性

The issue is about a JVM startup error with an unrecognized VM option 'MetaspaceSize=96M' on JDK 1.7.0_80. First, check the JBoss standalone configuration files for JVM options. Compare supported JVM options between JDK 1.7 and later versions. 'MetaspaceSize' is a Java 8+ option; the fix likely involves removing or replacing it for JDK 1.7 compatibility. Verify the fix by starting the JBoss server after adjusting the configuration.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
java, scala
領域
backend, devops
issue の種類
バグ
難易度
3/5
見積もり時間
1〜2日
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
45/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。