• All TCP connections are in CLOSE_WAIT State

    hi i m using jboss4.2.2.GA and ocle 10g OS : RHEL5 Problem Description: Users get a 503 error message when the try to login in to the website. it seems they cannot connect to the Application via ajp proxying. 1. M...
    Profile Photo
    last modified by ravikumar.palaparthi
  • Session is getting merge with other session

    Hi, I have been using J2EE application on jboss-4.2.0.GA in a clustered mode from past 6 months and it is working perfectly. But in last 2-3 days I got 2 unusual reports. In our application there is module called O...
    Profile Photo
    last modified by igain
  • Session information sharing between 2 different web contexts?

    Hello,   I am in need of getting a few attributes that get stored in the session of web context "A" from web context "B".   Is it possible to retrieve/share session id's, attributes between 2 different web...
    Profile Photo
    last modified by lesquivel
  • AJP13 Request Hang Intermittently

    After my jboss server running over an hour, AJP request submitted to it just requesting for a static page got hang intermittently (ie. 1 of 4 requests is hang, and sometimes, 4 to 5 requests in a row is hang).   ...
    Profile Photo
    last modified by edlam_2000
  • JSF at jboss-4.0.5.GA

    Hi, I had problems to see jsf tables implemented in my application that uses SUN jsf-api.jar and jsf-impl.jar on JBossAS. I had to remove jsf-lib at /server/default/deploy/jbossweb-tomcat55.sar/ to deploy my applica...
    Profile Photo
    last modified by jinsuk
  • wrong context path when WAR file name starts with number(s)

    Hello,   I have a problem with deployment of a WAR file which has a file name starting with a number, e.g. "5live.war". When the file is deployed the context path of the application is the file name without the ...
    Profile Photo
    last modified by sweber2010
  • Creating new session ids

    Hi All, Every time I log into my application, I want the session to have a new session id. Currently if I close and open the browser, I'll get a new session id or else the session id will be the same even tough I am ...
    Profile Photo
    last modified by shenaz
  • AJP connection pile up with CLOSE_WAIT status

    Hi,   We have a web server(apache 2.0.52, mod_jk/1.2.28) on Red Hat Linux, connect with JBoss (JBoss [Trinity] 4.2.3.GA). After the server ran for few hours, all the AJP connections piled up with CLOSE_WAIT sta...
    Profile Photo
    last modified by jimyliu
  • javax.servlet.ServletException: java.lang.AbstractMethodErro

    hi, In my jboss (jboss 4.2.3 GA) when i takes my application page i am getting getiitng an http 500 error page. This is not for all pages. The pages which is called in an iframe is having the issue. javax.servlet....
    Profile Photo
    last modified by rasa
  • How to configure a tomcat custom authenticator

    Environment : *JBOSS 4.0.4GA* I want to write a custom authenticator. I followed these piece of advices at http://community.jboss.org/wiki/ExternalizeTomcatAuthenticators   I wrote a class that extends org.apa...
    Profile Photo
    created by djeanprost
  • War deployment fails due unzip problem with Richfaces library

    Hello everyone. I am using JBoss AS 5.0.1 to deploy our web application (packaged as a war file and using Richfaces as JSF extension). Unfortunately the deployment fails sometimes (about 30-50%). The reason for t...
    Profile Photo
    created by pkx
  • jbossweb-tomcat.sar upgrade to Tomcat 5.5.28

    The Apache Tomcat project posts periodic security updates to Tomcat (the latest version of 5.5 is 5.5.28). Is there a way to upgrade the jbossweb-tomcat.sar to incorporate the latest build? Thanks in advance.
    Profile Photo
    last modified by jriesenberg
  • jboss adds

    JBoss is looking for tmp files in the "wrong" directory. For example, in our case the tmp files are created in: tmp/deploy/tmp6516248728899508581OurApp_Ear.ear-contents/OurApp_Web-exp.war/WEB-INF/jsp/ but jboss is l...
    Profile Photo
    last modified by chrlon
  • HA Web Sessions via Database Persistence in SVN is not worki

    As described in http://labs.jboss.com/community/wiki/HAWebSessionsviaDatabasePersistencethere there is a way to tell JBoss to store web sessions in a datasource without using the Tomcat PersistentManager but the code ...
    Profile Photo
    created by edavism
  • PersistentManager for sessions is broken in 5.1.0GA

    Tomcat provides a way to store web sessions data that is resilient to server reboots using the org.apache.catalina.session.PersistentManager as described in http://tomcat.apache.org/tomcat-6.0-doc/config/manager.html ...
    Profile Photo
    created by edavism
  • Intermittent mime type loss

    Hi, The app has an instance of Apache (2.2.13) load-balancing a 2-instance cluster of JBoss EAP 4.3.0.GA_CP06 running a web application. Apache and JBoss are connected via mod_proxy_ajp. Intermittently, the web serv...
    Profile Photo
    created by warren_big
  • HttpSession is getting mixed up

    I am having a weird, sporadic and impossible to duplicate problem. If this is not the correct forum, I apologize and would appreciate a shove in the right direction. My configuration is 4 JBoss nodes clustered and ru...
    Profile Photo
    last modified by davewebb
  • Howto deploy a simple Folder

    Hi everybody, I want to deploy a folder containing some files that have to be accessable via http. Under native tomcat I just put the folder in my deploy-Folder and it works. In JBoss it doesn't. Can anyone provide a...
    Profile Photo
    last modified by piecko
  • JSP pre compilation vs. JBoss 5

    Currently I try to run/deploy a war file in JBoss AS 5.0.0.GA that contains pre-compiled JSPs. Unfortunately I get some strange errors, I don't get rid off. Below you can find some details about my activities. If anyo...
    Profile Photo
    last modified by pkx
  • Work arround

    I was able to find a work arround for this problem. My original IE request was like this: var xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); xmlhttp.open("POST", URL, false); xmlhttp.send(xmlRequest); -- some xml...
    Profile Photo
    created by erahamim