Questions tagged [jboss-eap-6]

For development issues encountered while using Red Hat Jboss EAP 6

JBoss EAP 6 is a Red Hat supported release based on open source JBoss AS 7 (now called WildFly).
JBoss EAP versions 6.0 - 6.3 only support Java 7. Jboss EAP versions 6.4 onward have full Java 8 support
JBoss EAP 6 is Certified for Java EE 6.
Component versions reference: https://access.redhat.com/articles/112673#EAP_6
Click here for free development subscription which allows you to download Red Hat JBoss EAP 6 for development use https://developers.redhat.com/downloads/

551 questions
5
votes
5 answers

JBAS010153: Node identifier property is set to the default value. Please make sure it is unique

I am getting the following WARN message while I start my host which is one of the Host Controller (HC) that is attached to the Domain Controller(DC). [Server:server-two] 14:06:13,822 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 33)…
Dev Anand Sadasivam
  • 699
  • 7
  • 21
  • 49
5
votes
1 answer

JBoss EAP 6.3.0 errors in Eclipse Servers View

I'm developing a Java EE 6 application with JBoss EAP 6.3.0 configured as an Eclipse server. In the Package Explorer view all projects are compile-clean. But the Servers view shows error icons for the EJB modules and the EAR. The application is…
dilino
  • 97
  • 1
  • 3
  • 8
5
votes
1 answer

java.lang.NoClassDefFoundError: Could not initialize class javax.imageio.ImageIO jboss EAP 6

We are using the JBoss EAP 6; Everything works well till production environment. But Post deployment in production, we are getting the below error: java.lang.NoClassDefFoundError: Could not initialize class javax.imageio.ImageIO The error…
Manjunath
  • 172
  • 1
  • 2
  • 18
4
votes
1 answer

Hotswap-agent on JBoss EAP 6.1 - java.lang.OutOfMemoryError: PermGen space

I have an EAR project I'm deploying to Jboss EAP 6.1. The product of my maven build looks like this: myapp-ear ├── myapp-ejb.jar ├── myapp-web.war ├── lib │ ├── activation.jar │ ├── activiti-bpmn-converter.jar │ ├──…
Mustafa
  • 5,624
  • 3
  • 24
  • 40
4
votes
4 answers

JBoss EAP 6.4/7 - Spring Boot Application's internal log4j2.xml configuration not printing on console

I have looked up similar questions but none of the answers really fixed the problem. I have a Spring Boot application configured to use slf4j+log4j2 (with an internal log4j2.xml config in src/main/resources). I deploy this war on JBoss EAP (6.4 & 7)…
codependent
  • 23,193
  • 31
  • 166
  • 308
4
votes
2 answers

Need to exclude apache httpcomponent from jboss 6.4 module

We have recently migrated from jboss 6.1 eap to 6.4 eap, but facing problem of class loading. In my project lib We need to use apache httpcore 4.4.1, but apache httpcore 4.3.3 is included in 6.4. This previously wasn't a problem when we were using…
Ravi Parmar
  • 1,392
  • 5
  • 24
  • 46
4
votes
1 answer

IllegalName: org/hibernate/validator/ValidationMessages

I am receiving the following error message in the JBOSS EAP 6.3 server. I am using seam 2.3 and hibernate 4. I am not sure about this issue. com.google.gwt module is giving this error message. 07:59:56,146 WARN [org.jboss.modules]…
Sudha
  • 220
  • 2
  • 16
4
votes
3 answers

How can I disable javax.validation.api in JBoss 6.4

Similar questions: How to use bean validation 1.1 in JBoss EAP 6.4.0? How to change bean-validation version on jboss EAP 6.3? Can you use bean validation 1.1 (JSR 349) in JBoss EAP 6.4.4? There seems to be some uncertainty if we can use Bean…
Dimitrios K.
  • 1,008
  • 13
  • 36
4
votes
1 answer

SNMP giving authorization issues: Error in packet

I have started jboss EAP 6.4 server with following parameter: JAVA_OPTS: -server -XX:+UseCompressedOops -verbose:gc -Xloggc:"/home/sshekhar/EAP-6.4.0/test02/standalone/log/gc.log" -XX:+PrintGCDetails -XX:+PrintGCDateStamps…
Swaraj Shekhar
  • 187
  • 1
  • 7
  • 28
4
votes
2 answers

How do I serialize a JAXBElement?

I am using: GSON 2.3.1 apache-cxf-3.1.1 JBoss EAP 6.4 I am using wsdl2java to create webservice client from wsdl. I generate the classes with: @XmlElementRef(name = "FMLA_Code", namespace = "http://www.ultipro.com/contracts", type =…
klind
  • 855
  • 2
  • 21
  • 33
4
votes
1 answer

Client authentication on JBoss server

I'm trying to configure client authentication for my application running on JBoss. Expected result is that application requests user for certificate and if trusted one is provided, he will be able to work with application. I've generated certificate…
Fuv
  • 922
  • 2
  • 12
  • 25
4
votes
2 answers

Mapping a JAX-RS enum with @XmlEnumValue

I'm trying to map this JSON : {"ref":"code","type":"desc"} With those JAX-RS classes : public class Sorting { public String ref; public SortingType type; } @XmlType @XmlEnum public enum SortingType { @XmlEnumValue("asc") ASCENDING, …
Anthony O.
  • 22,041
  • 18
  • 107
  • 163
4
votes
1 answer

How to Test DataSource connection in JBoss EAP 6.2 Managed Domain

I am trying to port an application from WebLogic to JBoss EAP 6.2. When running the standalone server in JBoss, in the admin console there is a button and in the command line interface there is a command line option to check the data source…
Steve Cohen
  • 4,679
  • 9
  • 51
  • 89
4
votes
1 answer

How do i migrate my application from WebSphere to JBOSS EAP 6.2.0.GA?

I have my web application currently hosted on WebSphere Application Server 7.0.0.0. Now i want to migrate my application to JBOSS EAP 6.2.0. GA. Has anyone done it before? I need help on below issues. I want to create following equivalent…
DineshM
  • 829
  • 1
  • 15
  • 24
4
votes
1 answer

No eclipse console output running JBOSS EAP6 on standalone mode

I'm trying to start JBOSS EAP6 from inside eclipse on standalone mode and everything occurs correctly but the window console output from eclipse stays blank. My settings are below -mp "D:/portal/jboss-eap-6.1.0/modules" -jaxpmodule…
thiagoh
  • 7,098
  • 8
  • 51
  • 77
1
2
3
36 37