Delivery Status Notification (Failure)
by postmaster@lists.jboss.org
This is an automatically generated Delivery Status Notification.
Unable to deliver message to the following recipients, because the message was forwarded more than the maximum allowed times. This could indicate a mail loop.
1f(a)technodom.kz
18 years
[Installation, Configuration & DEPLOYMENT] - Re: Problems deploying app in a 64-bit environment
by jimmycallaghan
If it is an ordering thing, and the EJBs haven't been bound into the relevant JNDI locations at the point that the WAR is being deployed, then shouldn't they be in the correct locations once the server has fully started? My problem with this is that when I look at the JNDI view in the JMX console I can see that none of the EJBs are bound to the correct locations even after the server has fully started.
******* minutes later *********
So I removed the WAR from the EAR and restarted. Now I don't get the error when the WAR deploys (as expected) and the EJBs are bound correctly in JNDI. So it seems that when the WAR failed to deploy it stopped the deployment process of the rest of the EAR which meant that the EJBs were not then bound.
Why is it that on my local machine the deployment order is correct and on the server it is not? Are there multiple threads deploying different modules in the EAR simultaneously (the server is a dual-core machine)? So, I suppose my next task is to determine how I can make the WAR the last thing to deploy when an EAR is deployed.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164492#4164492
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4164492
18 years
[Performance Tuning] - Re: JBoss (web service app) huge memory usage
by xinhua
here is my memory pool:
Total Memory Pools: 5
|
| Pool: Code Cache (Non-heap memory)
|
| Peak Usage : init:2097152, used:19078080, committed:19136512, max:50331648
| Current Usage : init:2097152, used:19070336, committed:19136512, max:50331648
|
|
| |-------------------------| committed:18,25Mb
| +---------------------------------------------------------------------+
| |/////////////////////////| | max:48Mb
| +---------------------------------------------------------------------+
| |-------------------------| used:18,19Mb
|
|
| Pool: PS Eden Space (Heap memory)
|
| Peak Usage : init:270532608, used:328335360, committed:328335360, max:349634560
| Current Usage : init:270532608, used:121320968, committed:297140224, max:328335360
|
|
| |--------------------------------------------------------------| committed:283,38Mb
| +---------------------------------------------------------------------+
| |///////////////////////// | | max:313,12Mb
| +---------------------------------------------------------------------+
| |------------------------| used:115,7Mb
|
|
| Pool: PS Survivor Space (Heap memory)
|
| Peak Usage : init:45088768, used:45088424, committed:61734912, max:61734912
| Current Usage : init:45088768, used:14708968, committed:14745600, max:14745600
|
|
| |---------------------------------------------------------------------| committed:14,06Mb
| +---------------------------------------------------------------------+
| |/////////////////////////////////////////////////////////////////////| max:14,06Mb
| +---------------------------------------------------------------------+
| |--------------------------------------------------------------------| used:14,03Mb
|
|
| Pool: PS Old Gen (Heap memory)
|
| Peak Usage : init:717225984, used:364008224, committed:717225984, max:717225984
| Current Usage : init:717225984, used:217202688, committed:717225984, max:717225984
|
|
| |---------------------------------------------------------------------| committed:684Mb
| +---------------------------------------------------------------------+
| |///////////////////// | max:684Mb
| +---------------------------------------------------------------------+
| |--------------------| used:207,14Mb
|
|
| Pool: PS Perm Gen (Non-heap memory)
|
| Peak Usage : init:25165824, used:75780424, committed:88080384, max:88080384
| Current Usage : init:25165824, used:75610008, committed:83886080, max:88080384
|
|
| |-----------------------------------------------------------------| committed:80Mb
| +---------------------------------------------------------------------+
| |//////////////////////////////////////////////////////////// | | max:84Mb
| +---------------------------------------------------------------------+
| |-----------------------------------------------------------| used:72,11Mb
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164491#4164491
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4164491
18 years