Questions tagged [jboss-eap-7]

For development issues encountered while using Red Hat JBoss EAP 7

JBoss EAP 7 is a Red Hat supported release based on open source WildFly.
JBoss EAP 7 has been tested with OpenJDK 8, Oracle JDK 8, IBM JDK 8, and HP JDK 8
JBoss EAP 7 implements the Java EE 7 Full Platform and Web Profile standards.
Component versions reference: https://access.redhat.com/articles/112673#EAP_7
Click here for free development subscription which allows you to download Red Hat JBoss EAP 7 for development use https://developers.redhat.com/downloads/

442 questions
2
votes
0 answers

Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.jboss.classfilewriter.ClassFile

I am using Jboss EAP 7.2.6 and trying to deploy and EJB3 application. I am getting below error during the application deployment. Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.jboss.classfilewriter.ClassFile at…
user1126122
  • 59
  • 2
  • 5
2
votes
1 answer

jboss/eap docker container error from jgroups stack

While running the docker container using "registry.redhat.io/jboss-eap-7/eap73-openjdk8-openshift-rhel7" base image getting the following error. For testing purpose this is executed as a standalone docker container(using docker runtime) under…
Balu R
  • 87
  • 1
  • 1
  • 10
2
votes
1 answer

Error creating bean with name 'undertowServletWebServerFactory' when deploying Spring Boot application in JBoss EAP 7.1.0

I am trying to deploy a Spring Boot application in JBoss EAP 7.1.0. The Spring Boot application internally calls Apache Camel route and sends message to a JMS queue (provided by ActiveMQ Artemis embedded in JBoss EAP 7.1.0). The pom.xml is as…
Anirban
  • 925
  • 4
  • 24
  • 54
2
votes
1 answer

JBOSS EAP 7.2 wraps STDOUT and STDERR messages

This question has been asked few times before and there are some answers but none of them are suitable for the requirement that I have because the answers are directed towards either console appender or File appender. Formatter config of both these…
Sachin
  • 21
  • 3
2
votes
1 answer

Unable to send message to remote ActiveMQ Artemis embedded in JBoss EAP 7.2

I am trying to send a JMS message to remote ActiveMQ Artemis queue that is embedded in JBoss EAP 7.2. I have defined the following in standalone-full.xml: Remote Connector Pooled Connection Factory Remote binding
Anirban
  • 925
  • 4
  • 24
  • 54
2
votes
0 answers

JBoss force startup-load of lazy, passive or on-demand service

At the JBoss startup usually not all services are started. 10:44:19,160 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: JBoss EAP 7.1.5.GA (WildFly Core 3.0.19.Final-redhat-00001) started in 3594ms - Started 300 of 560 services (343…
leonardkraemer
  • 6,573
  • 1
  • 31
  • 54
2
votes
1 answer

jboss-eap-7.1.0 stops logging serverstartup logs once it starts deploying cas.war of version 5.3.8

I have deployed CAS 5.3.8 WAR file in JBOSS EAP 7.1.0. But on serverstartup once the JBOSS starts deployment of CAS WAR it stops logging the startup information, Below is the startup log, 14:19:30,699 INFO [org.jboss.modules] (main) JBoss Modules…
Shreyas Holla P
  • 145
  • 2
  • 14
2
votes
0 answers

JBoss EAP 7: Load-On-Startup-Servlet fails to lookup EJB in init()-method

We are migrating an application from JBoss EAP 6 to EAP 7. It is an ear-file containing various war and jar-files. We have multiple servlets that get started when the server starts. The servlets are configured in web.xml with the attribute…
StSch
  • 377
  • 1
  • 4
  • 12
2
votes
1 answer

Java RestEasy Client builder issue in Jboss EAP 7.1 upgrade

My application is getting upgraded to Jboss 6.2 to Jboss 7.1 and Java 7 to Java 8. So while doing deployment, We are facing below issue: java.lang.LinkageError: loader constraint violation: when resolving overridden method …
2
votes
3 answers

What version of Wildfly corresponds to EAP 7.2?

Again, no information is available about this on any Red Hat or JBoss site, so I ask it here... I am not sure if it is 13 or 14.
onderbewustzijn
  • 935
  • 7
  • 32
2
votes
0 answers

JBoss EAP 7.1: how to ignore irrelevant resource reference

Note: This is followup to the following question for which the solution worked at old JBoss 5.1/6.0: https://developer.jboss.org/thread/160804. It doesn't seem to work anymore at JBoss EAP 7.1. We've got an application built for multiple app…
Petr H
  • 452
  • 1
  • 3
  • 10
2
votes
1 answer

Jboss JVM arguments configuration for hotswap-agent and DCEVM

For some background, I am trying to run Jboss EAP 7.1 along with Eclipse and both are connected via Jboss Tools. Okay so my main problem is how to configure JVM arguments to the Jboss Server JVM since I intend to use the DCEVM inorder to use…
Bakar
  • 383
  • 1
  • 9
  • 27
2
votes
1 answer

Same application showing different behavior on two different machine jboss EAP 7.0

I have been testing the application on my local jboss server EAP 7.0 and its work fine but when the same war is deployed on production it throws Factory method 'jacksonObjectMapper' threw exception; nested exception is java.lang.ClassCastException:…
fawad
  • 141
  • 2
  • 19
2
votes
0 answers

JBoss EAP 7.0.0 OutOfMemoryError: GC overhead limit exceeded

I'm having problems deployments a WAR in JBoss EAP 7.0.0. This war is based on an Spring application. After deploying and removing the WAR 3 or 4 times, I get an OutOfMemoryError exception: 17:02:37,643 ERROR [stderr] (Thread-223) Exception in…
Marc Gil Sendra
  • 819
  • 2
  • 9
  • 22
2
votes
2 answers

Better approach to multiple jboss instances

I need create 4 Applications running in different ports within JBOSS EAP 7. APP A: Port 8080 APP B: Port 8081 APP C: Port 8082 APP B: Port 8083 I know that i need use port-offset in standalone.xml to configure it. But i need separate server.log…
Ronaldo Lanhellas
  • 2,975
  • 5
  • 46
  • 92
1 2
3
29 30