• UnknownServiceException: Unknown service requested ?

    Hi,   I'm using JBoss 6.4.0 EAP in Java 8 Maven Project. So, when I try to deploy the war file, the following exceptions are listed: {"JBAS014653: A operação de composição falhou e foi r...
    Profile Photo
    last modified by mantunes2009
  • Unable to deploy application when Java Security Manager is enabled on JBoss 6.x EAP

    I have deployed my application on JBoss 6.x EAP. After enabling security manager, deployment fails with following exception.   Caused by: java.security.AccessControlException: access denied ("org.jboss.vfs.Virtu...
    Profile Photo
    created by adityan
  • Unable to start the Jboss EAP instance in slave machine

    Hi ,   I am facing an issue with my Jboss environement, I have configured jboss as domain in  3 boxes.   Master.server.com (only for domain controller ) slave1.server.com ( Only one Jboss Instance-1 ...
    Profile Photo
    last modified by nurubhas
  • Tuning jboss jdbc connection pool

    Hi, I have a Java Application deployed on Jboss and uses the jdbc pool to connect to DB.   I set the max-pool-size to 10 and the application hung after a while. I changed it to 100 but the issue still occured. ...
    Profile Photo
    last modified by abdellah.dany
  • Clarification on JBoss memory configuration

    Hi Everyone,     I have several doubts on Jboss memory configuration, The environment is setup with the group of 4 nodes which has a Min-heap value of 10GB and Max-Heap value of 10GB. Here are the doubts, &...
    Profile Photo
    last modified by delhibabu_r
  • T24 R15 Jboss Resources and degrading of performance

    Anyone out there who has experience in Jboss configured for T24? We have configured JBoss as our prefered middleware to connect our Core banking application to SQL servers. T24 Release - R15 RDBMS Type - SQL Server...
    Profile Photo
    created by allvan
  • What's the point? :)

    Hi all,   Following on from my earlier message, regarding inconsistencies with JBoss 6 and MQ 8, using Resource Adapter 7.0. I'm wondering if there is anyone out there technically able and friendly enough to ans...
    Profile Photo
    last modified by speedco
  • nofile (max no. of open Files) configuration for JBoss in Linux

    Hi,   I am new to linux, facing some issues with no of open file channels in an enterprise application running in jboss eap 6.2 . Currently to increase the maximum limit, nofile configuration is set in limits.con...
    Profile Photo
    last modified by rafting
  • Remote access to cache memory of JBoss EAP 6.2

    Hello community, I need your help, I have a JBoss EAP 6.2 server and I need to enter its cache memory remotely from another JBoss EAP 6.2 server, can you guide me how can I do it?
    Profile Photo
    last modified by linderlpl
  • Multiple CLOSE_WAIT connection shwoing in netstat -an output

    Getting multiple error every minutes.     2017-02-09 18:40:06,893 WARN [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] (default task-60) SQL Error: 1, SQLState: 23000 2017-02-09 18:40:06,893 ERROR [org....
    Profile Photo
    last modified by rakeshsindhu
  • nofile (max no. of open Files) configuration for JBoss in Linux

    Hi,   I am new to linux, facing some issues with no of open file channels in an enterprise application running in jboss eap 6.2 . Currently to increase the maximum limit, nofile configuration is set in limits.c...
    Profile Photo
    last modified by pbiswas_jboss_linux
  • JBoss Monitoring in Nagios

    Hi,   I have looking around for a viable plugin to monitor JBoss in Nagios (with or without NRPE). So far I have not found any viable solutions and wondering if anyone has recommendations?   Thank you
    Profile Photo
    last modified by jrose84
  • ISPN000188: Error while processing a commit in a two-phase transaction in JBoss EAP 6.4.6

    Hello,   I have enabled session replication in my web application. But replication of session is not happening, giving the below error in the logs. Could anyone please help what I am missing?   ERROR [org...
    Profile Photo
    last modified by sreela.gopi
  • JMSXAConnectionFactory, JMSXAConnection and JMSSession not being closed after PeriodicRecovery.run completion

    Cheers guys,   We're using Jboss EAP 6.4, with a chain to handle jms messages scenario of:   Jboss EAP 6.4.U12 jbossjts 4.17.38 as transaction manager ironjacamar 1.0.37 as java connector com.stc.jmsjca...
    Profile Photo
    last modified by francescodippoliti
  • HTTP connector threading policy: indefinite increasing?

    Hello, I was monitoring the thread count of my applications on Jboss EAP 6.1. I found that the number of thread waiting on this stack trace http-/0.0.0.0:8080-722" daemon prio=10 tid=0x00007fadf48a5800 nid=0x1184 in...
    Profile Photo
    last modified by nicoletta
  • Database performance issue in JBOSS EAP 6.4.5

    We have migrated from JBOSS 5.1 to JBOSS EAP 6.4.5. After migration we are seeing performance issues in Database communication. Database Stored Procedure execution is taking more time. As per DBA, SP is executing in ...
    Profile Photo
    last modified by sachinkat
  • How to Configure Bean Pools for Session and Message-Driven Beans using the Management Console and the CLI tool for Jboss EAP 7.0 and Jboss AS 6.1.0.Final

    I found solution for creating and editing the bean pool configuration for Jboss version EAP 6.0 I need same solution for both Jboss EAP 7.0 and Jboss AS 6.1.0.Final ? https://access.redhat.com/documentation/en-US/JBo...
    Profile Photo
    last modified by hareeshmd
  • Is JBOSS Enterprise Application Platform -Version 6.3.2 compatibale with ORACLE EBS 12.2.5

    Is JBOSS Enterprise Application Platform -Version 6.3.2 compatibale with ORACLE EBS 12.2.5?   Please let us know as we are upgrading to Oracle EBS 12.2.5.
    Profile Photo
    last modified by nagasrinivasachary
  • Is it possible to use JBoss environmental variables in JVM options?

    Hello,   I am trying to find the easiest way to turn on Garbage Collection for monitoring for all of my hosts in a domain. For now, I've been using the host-slave.xml one one of the hosts to do some testing and...
    Profile Photo
    last modified by evade227
  • Database connection validation check with different configurations in EAP 6.4

    There seems to be different options to check if the connection to a database is valid when configuring a data source connection pool in Jboss EAP 6.4.   Is a there a potential conflict or performance implication...
    Profile Photo
    created by rjakkula