• WFLYDS0012: IndexOutOfBoundsException while trying to run JBoss on Docker

    I'm trying to run JBoss EAP 7.2 on Docker. Below is my Dockerfile:   FROM alpine ARG DATABASE_CONFIGURATION=postgres.jbossoptions.orig ARG PROXY_CONFIGURATION ENV HTTP_PROXY=${PROXY_CONFIGURATION} \ HTTPS_PROX...
    Profile Photo
    last modified by wkorczynski
  • JBoss Core Service apache http server

    Dear All,   I Have a question about JBoss apache http server. My client want to upgrade the apache http server on their JBoss server from apache http server 2.4.29 to apache http server 2.4.41. My question is, w...
    Profile Photo
    created by h4rdd14n
  • ZipException with JBoss 7.1.3 (EAP 6.0.1) and RichFaces 4.3.0

    I'm getting a weird exception and my application is being deployed:   11:23:36,467 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (MSC service thread 1-4) Initializing Mojarra 2.1.13-jbossorg-1 20...
    Profile Photo
    last modified by rodrigo.uchoa
  • Jboss 7 shutdown, controller not available from command line

    I have a bit of a specific issue with a recent upgrade to jboss that maybe somebody else has come across.   Connecting from windows to the linux machine it is possible to execute a shutdown via jconsole however ...
    Profile Photo
    last modified by bryan882
  • Can you configure WAR logging without editing the standalone.xml?

    I am serving a WAR file in a Standalone instance of JBOSS eap 7.2.   The WAR file is set to log to two different log files; application.log and request.log.   The WAR deploys as expected and appears to...
    Profile Photo
    last modified by mreinker
  • Jboss email prob

    hi guys can you help me out interpreting this kind of error generated from our jboss log?   Note: im not a developer, im a sysad trying to locate the problem..   thanks in advance guys   00:00:00,164...
    Profile Photo
    last modified by madcap31
  • JCE cannot authenticate the provider BC

    I am migrating a webapp from JBoss 4.0.5.GA to JBoss AS7.  I am using 7.1.0.Alpha1-SNAPSHOT.      I am getting the following stack grace on        Cipher.getInstance("A...
    Profile Photo
    last modified by rhinmass
  • Migration of EJB 2.1 from Weblogic to JBoss EAP 7.2

    Hi All, I have been trying to migrate ejb2 which runs on top of the weblogic server which should run on jboss 7.2 server . My application was developed using xdoclet tools., I came to know that the tool is no longer i...
    Profile Photo
    last modified by rajugaru0546
  • jboss 7 connection pool issue

    We recently upgraded from jboss4 and we are now on jboss7 (7.1.1.Final).  During high load times we started noticing this error:   javax.resource.ResourceException: IJ000453: Unable to get managed connectio...
    Profile Photo
    last modified by mandrosen
  • Loadbalancer client-certificate into HTTP header

    Hi I configured a wildfly loadbalancer to terminate TLS connections with x509-client-authentication. Now I want the loadbalancer to give the certificate to the application that is being accessed with an HTTP-header. B...
    Profile Photo
    created by captain_goldfish
  • Eclipse JBoss does not load the new .ear file

    I have a web project that I'm running on jboss server, but whenever I modify something and do mvn clean install and restart the server, or even just shut it down and then start it again, it seems not to see the chan...
    Profile Photo
    last modified by marinalondei
  • How to use path-variables in standalone.xml

    Hello,   I have defined a security-domain.                   <security-domain name="form-auth" cache-type="default">  &#...
    Profile Photo
    last modified by chris81t
  • Missing entry in JGroup view during parallel start causes Infinispan failure

    I'm using WildFly 13.0 version with Infinispan 9.3.0. While bringing up non master servers all at once, at times facing issue due to race condition that occurs between JGroup and infinispan   Say: A1 - 100.1.1....
    Profile Photo
    last modified by bsudhananthan
  • ActiveMQ connection failure

    we are getting below warnings in JBOSS EAP 7 , seems like in JMS connections/sessions which are opened is not closed. Is there any way i can get the stack trace to find out the files in which jms conneciton /session i...
    Profile Photo
    created by srpaluri
  • Difficulties configuring Load Balance for Cluster JBoss AS 7.1.1 Final

    Hi guys,   I read a lot of documentation but so far I was not able to successfully configure a Load Balance using Apache 2.4 and mod_cluster/2.0.0.Alpha1-SNAPSHOT. First question would be: Why this version of m...
    Profile Photo
    last modified by dfcastro1
  • JBoss EAP 7.1: Jars 1000x opened

    Hello,   we are using a JBoss EAP 7.1. We are facing sometimes a OoMe: Cannot create new native threads, especially at the deployment.   So I execute a "lsof" at the deployment process. I can see, that a...
    Profile Photo
    last modified by christianmolecki
  • Jboss 7.0 (Jersey 2 + OpenJPA 2.2.2)

    Hello All,   I'm doing a Weblogic Migration to JBoss 7.   While doing this migration to Jersey 2 and OpenJPA 2.2.2, everything is being properly deployed but the EntityManager in my EJB's isn't.   I ...
    Profile Photo
    last modified by danidomi
  • Problem converting from JBoss Server 6.4 to EAP-7.1.0

    Hello, I can't get any apps that ran on server version 6.4 to run on version 7.1.0. Can someone tell me what I am doing wrong ? Thanks in advance!   When I start the local server, here is what is in the console:...
    Profile Photo
    last modified by rodnichols
  • Operation ("read-attribute") failed

    Server hung and in server.log just wrote this: How understand why it hung? How to fix without reboot server?   ERROR [org.jboss.as.controller.management-operation] (External Management Request Threads -- 5) WFL...
    Profile Photo
    last modified by draven1
  • Clustering without mod_cluster

    Howdy,   We're trying to implement JBoss AS7.4 (eap-6.3 alpha) in a clustered mode without using mod_cluster. Is it possible?   Our environment already has a load balancer fronting the two servers we're tr...
    Profile Photo
    last modified by xmillerx