Stack trace :
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
15:09:25,305 INFO [org.jboss.modules] JBoss Modules version 1.1.1.GA
15:09:26,409 INFO [org.jboss.msc] JBoss MSC version 1.0.2.GA
15:09:26,507 INFO [org.jboss.as] JBAS015899: JBoss AS 7.1.1.Final "Brontes" starting
If you have Eclipse Mars IDE with Java 8 and installed JBoss Application server version 7.x.x then you would face this issue because JBoss supports Java up to version 7.
If you check out JBoss community post: https://community.jboss.org/message/808212
There have been some changes in JDK8 that prevent AS7 and the current version of EAP6 to start under JDK8. We have many JDK8 related fixes in WildFly so I would recommend you use that.
As for EAP goes, the start-up on JDK8 is fixed in upcoming 6.2 release.
Solutions:- Downgrade Java version to 1.7 or lower, or
- Install WildFly 8, the new renamed JBoss Application Server.
- How to Get List of All Country Codes in Java Using Locale Class
- Unsupported major.minor version 52.0 in java
- Java - How to set custom thread name?
- Get the current timestamp in Java
- Java Spring Boot 3 Web Hello World with Gradle in IntelliJ
- [fix] NullPointerException Cannot Invoke findById because Repository is null - Java Spring
- java: unclosed string literal [Error]
- Convert Java Byte Array to String with code examples
- Error: Can not find the tag library descriptor for
- Java 8 - Convert List to Map Examples
- Java - Calculate time taken for the code to execute in milliseconds or nanoseconds
- Fix java.net.ProtocolException: Invalid HTTP method
- Java: Convert Stream to List
- Java equals method - Tutorial
- List of Java JDBC Database Driver Jars, Classes and URLs Details
- Read YAML file Java Jackson Library
- How to display Java Date Time timezone GMT/UTC offset using SimpleDateFormat
- List of Java Keywords
- Enable JSON Pretty Print in Java Jackson
- How to Word-Warp Console logs in IntelliJ
- Convert Map to List in Java 8 using Stream API
- Create a Directory using Java Code
- Ways to Convert Integer or int to Long in Java
- [Program] How to read three different values using Scanner in Java
- Java JDBC Example with Oracle Database Driver Connection
- Python matplotlib segmentation fault: 11 macOS Big Sur - Python
- Google translate in spreadsheet - Google
- Java JDBC Transition Management using PreparedStatement Examples - Java
- [Solution] Exception in thread main java.util.EmptyStackException - Java
- Run DynamoDB Local on Docker Container - Docker
- Fix - sudo: systemctl: command not found - Ubuntu
- How to upgrade Docker Desktop on Mac - MacOS
- List of Eclipse versions and future releases (2022-06) - Eclipse