We are using Java 1.8 and JBoss AS 7.1 . We are not able to deploy our web application in JBoss. However, with Java 1.7 and Jboss AS 7.1 its working . Kindly guide.
Jboss AS 7.1 and Java 1.8 -facing issues while deploying the war file
838 Views Asked by Joyal George At
1
There are 1 best solutions below
Related Questions in JBOSS7.X
- Kafka: java.lang.NoClassDefFoundError: Could not initialize class org.apache.logging.log4j.core.appender.mom.kafka.KafkaManager
- SM Session Authentication issue from Site Minder getting HTML Login Page
- In what order are the bean instance pools settings applied in Jboss 7.3
- Unable to start Jakarta EE based JSF web application on JBoss EAP 7.4.6
- Deploying Jakarta EE 9 on JBoss 7.4
- HSTS missing by Nessus even JBoss EAP 7 is configured
- Getting java.lang.IncompatibleClassChangeError while deploying app to jboss server
- How DB Connection leakage is handled in the Jboss
- Caused by: java.lang.NoSuchMethodError: Lcom/fasterxml/jackson/databind/cfg/MutableCoercionConfig;"
- Error initializing TransactionManager. Could not instantiate TransactionConfig
- Valve logic implementation worked in jboss 6.4 not working in 7.3 jboss
- Spring Boot datasorce (in application properties config) and JBoss 7 deployment transactions dont works
- How to read DMN files with the Kie Framework from an URL on my JBOSS?
- Paging is not worked by default in Jboss 7.2
- why wildfly can't start running jboss server
Related Questions in WAR
- Jmix framework throws error building WAR file
- Maven including multiple versions of spring dependencies
- Dockerized Spring Boot app can't load file in war
- JPA/REST Application as a .war file?
- maven-war-plugin upgrade to java 21
- Tomcat 9 error on WAR deployment tries to read logging configuration from wrong location
- How to obfuscate WAR with maven plugin for Proguard?
- Getting "Failed to clear soft references from ObjectStreamClass$Caches for web application" error while starting app- tomcat8
- Maven War file issue at tomcat server | Ubuntu
- Angular Routes Issue in Wildfly Deployment: Routing Fails in .war Packaged Application Using "jar -cfv"
- Glassfish6 WAR Module Doesn't Boot as ejb,web,webservice despite having @WebService Annotation
- broadleafcommerce with tomcat10 standalone
- Troubleshooting Deployment Issues with Spring Boot WAR on Tomcat 11 and JDK 21 on Windows vServer
- How to prevent MVN from changing file dates as it packages a WAR file?
- Oracle Weblogic: Application never RUNNING, always STARTING in and no errors in logs
Related Questions in JDK1.8-73
- Android Studio setup JDK error
- Jboss AS 7.1 and Java 1.8 -facing issues while deploying the war file
- Creating a temporary directory in jdk 6 vs jdk 8
- NetBeans New Project doesn't include JavaFX folder
- Unable to install JDK 8 in windows
- project Can not execute Findbugs: java.lang.ArrayIndexOutOfBoundsException
- Joda dateTime Exception
- Android Studio showing "unable to start daemon process"
- TestNG service test - 1.8 JDK
- JAR files required BY the JRE
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?

JBoss AS 7.1 (EAP 6.2) is not officially compatible with Java 8. If you want to use Java 8, you will need to migrate to WildFly or JBoss EAP 6.4. That is the official release for Java 8.
To make 7.1 work with Java 8, you will need to do a lot of tweaks to jboss jar versions, which is not advisable.
For details, please refer to these links:
https://developer.jboss.org/thread/240679?start=0&tstart=0
https://access.redhat.com/support/configurations/jboss