51zero / 51zero/eel-sdk

Issue with Installation of Jboss application server

Đang mở
#379 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Scala
Star
147
Fork
32
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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.

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Hướng nghiên cứu

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.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Đánh giá

Công nghệ
java, scala
Lĩnh vực
backend, devops
Loại issue
Lỗi
Độ khó
3/5
Thời gian dự kiến
1-2 ngày
Mức độ hoạt động
Đình trệ
Độ rõ ràng
Khá rõ ràng
Mức phù hợp với người mới
45/100

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.