Log in to follow, share, and participate in this community.
Thread All TCP connections are in CLOSE_WAIT State
All TCP connections are in CLOSE_WAIT Statehi 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...
Thread Session is getting merge with other session
Session is getting merge with other sessionHi, 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...
Thread Session information sharing between 2 different web contexts?
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...
AJP13 Request Hang IntermittentlyAfter 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). ...
JSF at jboss-4.0.5.GAHi, 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...
Thread wrong context path when WAR file name starts with number(s)
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 ...
Creating new session idsHi 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 ...
Thread AJP connection pile up with CLOSE_WAIT status
AJP connection pile up with CLOSE_WAIT statusHi, 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...
javax.servlet.ServletException: java.lang.AbstractMethodErrohi, 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....
Thread How to configure a tomcat custom authenticator
How to configure a tomcat custom authenticatorEnvironment : *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...
Thread War deployment fails due unzip problem with Richfaces library
War deployment fails due unzip problem with Richfaces libraryHello 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...
Thread jbossweb-tomcat.sar upgrade to Tomcat 5.5.28
jbossweb-tomcat.sar upgrade to Tomcat 5.5.28The 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.
jboss addsJBoss 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...
Thread HA Web Sessions via Database Persistence in SVN is not worki
HA Web Sessions via Database Persistence in SVN is not workiAs 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 ...
Thread PersistentManager for sessions is broken in 5.1.0GA
PersistentManager for sessions is broken in 5.1.0GATomcat 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 ...
Intermittent mime type lossHi, 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...
HttpSession is getting mixed upI 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...
Howto deploy a simple FolderHi 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...
JSP pre compilation vs. JBoss 5Currently 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...
Work arroundI 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...