• Alternative to use the jboss eap internal dependencies in the manifest file

    I am using this in the manifest.mf file in the ear.   Dependencies: org.jboss.as.web, org.apache.xerces export, org.jboss.as.ejb3 export, org.jboss.ironjacamar.jdbcadapters export   I am getting this w...
    Profile Photo
    created by aditya.chava
  • Database persistence based JMS messaging in Jboss EAP 7.0

    I am trying to configure JDBC database based persistence for JMS messaging in JBoss Version 7.0.6.GA. When I look at JBoss 7.0 docs - https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_...
    Profile Photo
    created by gandhirajan
  • spring mvc dispatcher servlet mapping

    Hello i have a trouble with spring mvc in jboss 7.1.1.Final. HomeController returns simple hello world jsp page.     public class WebConfig implements WebApplicationInitializer {     &...
    Profile Photo
    last modified by tramwai
  • Ear deployment fails in Jboss7

    @ I try to deploy a ear file in Jboss 7 and it has the ejb jar inside it. The application.xml file has entry on the ejb jar and getting the following error when deploying the ear. Copied the ear inside the deployment...
    Profile Photo
    last modified by nepoleonjoseph12
  • Difficulties Configuring Cluster with JBoss AS 7.1.1 Final

    I made the configuration of my JBoss AS 7.1.1Final until de LoadBalance notificatiin part.   I created a config named lb.conf inside /opt/apache/conf/sites and I include it on httpd.conf After I start apache I ...
    Profile Photo
    last modified by dfcastro1
  • Jboss (missing) dependents: [service jboss.persistenceunit]

    Hello Guys, I am facing below issues when I tried to deploy my war file in jboss 7.1.1 server. Everytime when I try to deploy my war file, it gets rolled back Missing/unsatisfied dependencies: service jboss.naming.c...
    Profile Photo
    last modified by ashwiniash.04
  • How to hide the response header Server in JBossAS 7

    Dear   Any idea to hide the response header server in JBossAS7?   Server: Apache-Coyote/1.1
    Profile Photo
    last modified by liyuncdc
  • [JNDI] Failed to look up object on EAP 6

    My application deploys, but when I try to access certain pages I get an error. Here is the log  of the error:   10:19:08,542 INFO  [net.company.xa.resourcelocator.handlers.OpenEJBResourceLocatorHandler...
    Profile Photo
    created by securetransfers
  • JBoss EAP 6.2.3 Hangs with AJP Threads Blocked

    Dear all,   My first post on JBoss Developer, I would try to state the problem as accurate as I can.   Setup: 2 x load balanced IIS on Windows Server 2012, forwarding request to 2 x JBoss (on same Windows ...
    Profile Photo
    last modified by jim-fan
  • Jboss EAP 6.4.19 on AWS

    Can anyone help me with my configuration on aws Ec2.   what i configured: created ec2 instance and installed jboss eap 6.4.19 , installed Apache 2.4.18 from source and mod_cluster.created S3 bucket and IAM with ...
    Profile Photo
    created by rajesh.w61
  • http://127.0.0.1:6666/mod_cluster-manager not working

    I have installed mod cluster and used default setting in httpd.conf. It just worked yesterday using http://127.0.0.1:6666/mod_cluster-manager but it does not work any more this morning without chaning anything in http...
    Profile Photo
    last modified by ohmygod
  • Field to start wildfly server

    12:59:48,853 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC000001: Failed to start service jboss.deployment.unit."DataProcessing.war".POST_MODULE: org.jboss.msc.service.StartException in service jboss...
    Profile Photo
    last modified by rabinintig
  • java.lang.NoClassDefFoundError: com/sun/jmx/snmp/Timestamp

    Facing NoClassDefnot found while deploying in JBOSS EAP.     Here is my jboss-deployment-structure   <?xml version="1.0" encoding="UTF-8"?> <jboss-deployment-structure>    ...
    Profile Photo
    last modified by srivaishnavikarmegan
  • How to install JBoss AS 7 as a Linux service

    See also: Start JBoss AS On Linux Boot - applies to JBoss AS 4, 5 and 6     This assumes you have JBoss AS 7 unzipped under /sw/AS7 . The following operations are supposed to be done as the root user. (An...
    Profile Photo
    last modified by lildadou
  • Failed to process phase POST_MODULE of deployment "..."

    hello!   could someone please help me?   I have a problem starting/deploying a dynamic web project using the Wildfly 14 server. My IDE is eclipse 1.8.   When i try to run it on server, i keep gettin...
    Profile Photo
    last modified by whatthe
  • Jboss configuration to connect  Oracle Rac One Node Database

    HI   I have configured Rac One database and Application server Jboss with jdbc connection with right formatstring to connect Rac one node database. My problem is when i relocate database from node 1 to node2, its...
    Profile Photo
    last modified by remsma456
  • COMPARTIR SESION DE SERVIDOR GLASSFISH 3.0.1 A JBOSS 7.1

    Tengo un problema.   Tengo un sistema para el control de usuario y los sistemas a los que esta asignado. Este sistema se encuentra en un servidor Glassfish 3.0.1 con la tecnologías de JSF 2.0 y Primefaces ...
    Profile Photo
    last modified by chapatrejo
  • Someone please guide me "HOW TO CONFIGURE SSO" in JBOSS EAP 7 using kerberos on Windows server

    Hi Experts,     I'm a new bee to JBOSS and i've been assigned with a task to configure SSO in JBOSS EAP 7 on windows server.     I've googled a lot but not able to achieve what i was expecting. &...
    Profile Photo
    last modified by docinfs
  • Can't start JBoss EAP 6 from Eclipse

    Hi everyone, I can't start JBoss EAP 6.4 when in a certain workspace from Eclipse. It works in another workspace. I get the following error :   WARNING: Failed to load the specified log manager class org.jboss....
    Profile Photo
    last modified by securetransfers
  • Custom Login Module

    I'm trying to implement Cutsom Login Module in JBoss. Right now I'm trying to pass credentials in clear text. Once it works I will change the code to fetch from a service.   {code} import org.slf4j.Logger; imp...
    Profile Photo
    last modified by payamrastogi