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
0
votes
1 answer

dEAP Jboss 6 Mod Cluster configuration

I'm setting up a cluster on EAP JBoss 6.0.1 with domain mode. The Master server is in ubuntu and one slave in another ubuntu and one slave in windows server. How to install and configure Apache mod cluster on ubuntu server properly? And also how to…
Ram
  • 845
  • 1
  • 13
  • 26
0
votes
1 answer

migrating an application from Jboss 7.1 AS to Jboss EAP 6

Will applications developed using Jboss 7.1 AS work on Jboss 6 EAP? What are some of the things I should look out for?
Saqib Ali
  • 3,953
  • 10
  • 55
  • 100
0
votes
2 answers

Are Tomcat 7 based Spring applications immediately portable to JBoss EAP6?

OpenShift offers the possibility to develop Spring based applications using JBoss EAP6. I am considering migrating a Spring application developed/deployed on Tomcat 7. I have little experience with JBoss. Am I going to go through many troubles if I…
Jérôme Verstrynge
  • 57,710
  • 92
  • 283
  • 453
-1
votes
1 answer

Standalone.xml file of jboss equivalent in websphere

I'm trying to migrate a web app from Websphere to JBoss. I believe the first step is to port the configurations of the server. The main configuration file in Jboss is standalone.xml (or domain.xml for running multiple instances of a server). Could…
Badboy
  • 9
  • 3
-1
votes
2 answers

Jboss EAP 6.4 - Websocket 500 internal server error

=== Java Console log === JBWEB000236: Servlet.service() for servlet default threw exception: java.lang.IllegalStateException: JBWEB000034: Cannot upgrade from HTTP/1.1 without IO events === HTML Code ===
bamossza
  • 3,676
  • 1
  • 29
  • 28
-1
votes
1 answer

How do I resolve this IOException when converting a XML request/response to a String?

I receive the following exception when I try to convert a soap message into a string: java.io.IOException: The serializer class 'org.apache.xml.serializer.ToXMLStream' does not implement org.xml.sax.ContentHandler. at…
John
  • 73
  • 7
-1
votes
2 answers

What does “=1.0 was unexpected at this time” mean in Jboss EAP server

I recently faced this issue while trying to run Jboss EAP server using standalone.bat in a windows environment. I faced the error below in the command window: =1.0 was unexpected at this time. Can you help me on this?
Ashish Mishra
  • 169
  • 16
-1
votes
1 answer

WELD-001409 Ambiguous dependencies for type [SeamTransaction]

I have the following exception : 9:12:29,190 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-10) MSC000001: Failed to start service jboss.deployment.unit."SisneGym-ear.ear".WeldStartService: org.jboss.msc.service.StartException in service…
-2
votes
1 answer

Oracle JDeveloper studio 12c with JBOSS EAP?

I have java web application which runs on JBOSS EAP6. I wanted to use Oracle JDeveloper studio for my coding and unit testing of application. Could you please let me know if i am good to use Oracle JDeveloper studio to run my application by…
Venkata Ramireddy CH
  • 743
  • 4
  • 14
  • 30
-2
votes
1 answer

Connection failure has been detected: HQ119014: Did not receive data from invm:0

actually I have a TimerWS running correctly, but in a few hours I have this error WARN [org.hornetq.core.client] (hornetq-failure-check-thread) HQ212037: Connection failure has been detected: HQ119014: Did not receive data from invm:0. It is likely…
-5
votes
1 answer

War file deployment failed in EAP 6.4

I am new to JBoss EAP, while deploying, I am getting the following error message. Kindly assist me on this. thanks in advance. 10:13:54,991 INFO [org.jboss.as.remoting] (MSC service thread 1-4) JBAS017100: Listening on 127.0.0.1:4447 10:13:55,179…
1 2 3
36
37