Log in to follow, share, and participate in this community.
Thread Jboss starts very slow
Jboss starts very slowHello all, I hope I've chosen a right forum for my question. I have an application running on Jboss 4.2.1 GA, with underlying database (Oracle). Each time I start up the Jboss, it updates the DB schema, checki...
Thread Jboss - 5.0 and 5.1 having warn of Interceptorsfactory
Jboss - 5.0 and 5.1 having warn of InterceptorsfactoryThis kind of worning always occur but its not affact the application but may be affact in performace some of my friend tells this kind of working occure in jboss 5.0 but it ...
A question about JVM activ thread countI installed the applications on Jboss Application Server which installed on LINUX. I noticed that every time if the so-called jvm-activ-thread-count goes high, the Jboss server will crash. Someone knows why? how c...
Performance issue to use remote ejb?Hello, I am using remote ejb. i develop one ear in which i put ejb module .jar and deploy it to jboss 5.1 server and one other ear having .war and .jar(containing Remote int...
Garbage Collection StartegiesIs there a documentation that I can refer to that explains the startegies used by JBoss-AS for gargabe collection? Any pointers that allow show me how to tune the AS will help. Or Does JBoss uses the default J...
Thread JBoss As 5.1 OutOfMemoryError: PermGen space on start up when
JBoss As 5.1 OutOfMemoryError: PermGen space on start up whenJboss dies on start up when i added these lines in run.conf JAVA_OPTS="$JAVA_OPTS -Djboss.platform.mbeanserver" JAVA_OPTS="$JAVA_OPTS -Djavax.management.builder.initial=org.jboss.system.server.jmx.MBeanServerB...
Tuning the MaxThreadPoolMy jboss server got several slow responses. I read from a passage that, it may due to the lack of Thread pool connection. However, that post suggested I can monitor the QueueSize in the JMX MBean first, if the QueueSi...
Thread Is there any tool or plugin for testing the performance in Jboss?
Is there any tool or plugin for testing the performance in Jboss?Hi friends, To test the performance of a transaction manager in Jboss AS 5.1.0 GA, is there any tool / plugin to add on..in order to analysis the memory management, CPU time and many other parameters..since my...
Thread JBoss Tomcat high number of threads and slower application response
JBoss Tomcat high number of threads and slower application responseHi all, I am using JBoss 4.2.3 server on a HP UX OS (4 core CPU, 16GB RAM). Our application contains JAX-WS WebServices (developed using NetBeans 6.1), which invoke other vendor based WebServices for getting most of...
Periodic Service Delay/HangMostly I am wondering if anyone else has seen this behavior. We are upgrading our JBoss installation from 4.2.3 to 5.1.0. So far everything has worked great, but we are experiencing periodic service delays - that is, ...
JMS Message Queueing bottleneckWe are using jboss-4.0.2. I have around 1500 queues into my application. There are seperate threads for each queues. All thread dumps have the usual pattern that most of threads are waiting for the following lock....
JBoss Request Queue SizeIn the Jboss server we can configure the max number of requests Jboss should keep in the buffer if all threads are busy as acceptCount in the jboss.web.connector related mbean. I'm looking to find the dynamic/ru...
Problems with concurrencyHello, I have a seam 2.1.2 app running on Jboss AS 4.2.3 with MySQL 5.0 on a HP Blade Server with 22G RAM and Intel Xeon 2.66GHz x4 cpu I have set max connections for mysql and app pool to 3000 i have set max...
Thread JBoss 3.2.6 - pauses for a minute during startup
JBoss 3.2.6 - pauses for a minute during startupHello, I'm currently migrating a production application from older physical hardware, to a new vmware host. I've confirmed that all components (java version, jboss version, config files, application an...
jboss performance tuningHi I am working on OFBiz project. I am running OFBiz on Jboss. My requirement is to allow 1000 concurrent users to access the application. But when I try to access the application with 150 users, it throws an ...
Max no of users Jboss AS can handle ??Hi All, I am looking for information on the user handling capacity of Jboss AS. Max Total no of users: Max concurrent users: Regards, Gunjan
Thread jboss-4.2.2.GA Performance via JMeter Testing
jboss-4.2.2.GA Performance via JMeter TestingI ran the performance testing for 200 users. i accessed the jmx-console of jboss server via web interface and i saw 200 httprequest as shown below name=HttpRequest1,type=RequestProcessor,worker=http-192...
How to collect the Heap Dump on purposeHi, I am try to find the way to collect the Heap dump when ever I need. I have tried -xx:+HeapDumpOnOutOfMemoryError, it is creating dump during startup and application is not starting properly. We are using J...