The problem is with either:
a) the operating system - Windows tends to let processes run full speed, some other operating systems, however, throttle back processes so that they do not use up all of the processing power. I do not know if the Sun Fire does this, but it is worth looking into.
b) disk speeds - slower disks will cause longer start-ip times, but not as much as you are reporting, so I would not think this is the issue
c) the JVM - there could something that the JVM is doing that is causing the slow startup. Considering that Sun makes Sun Fire and the JVM that runs on it, I would be surprised if this is the case. But stranger things have happened.
I suggest you ask Sun why their hardware or JVM is so slow.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4192649#4192649
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4192649
Hi,
This may be a dumb question, but humour me anyway please.
I have a question regarding setting up a EAP 4.3 cluster node using multiple networks.
Assuming the server is connected to a number of networks, a public one for incoming http traffic, 192.168.10/24 for database traffic and a 10.10.10/24 for cluster traffic.
When starting up the EAP instance do I just startup the server to listen on each nic i.e. -b 0.0.0.0 or do I need to edit the relevant config files to point to each network i.e. tomcat's server.xml, jboss-service.xml for clustering etc,etc.
thanks for your help
Noel
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4192648#4192648
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4192648
Hi All,
I have a similar problem, I'm trying to get a Quartz MBean setup and get it to deploy AFTER my ear application (the Jobs classes are included in my ear file).
How could I do this?
Using this dependency does not work
<depends>jboss.j2ee:service=EARDeployer</depends>
As it seems to be completed before the app is actually deployed.
I even tried 3 dependencies:
<depends>jboss.ejb:service=EJBDeployer</depends>
| <depends>jboss.jca:service=DataSourceBinding,name=QuartzDS</depends>
| <depends>jboss.j2ee:service=EARDeployer</depends>
But same problem, it looks like Quartz is launched before the ear is fully deployed...
Any pointer/solution would be greatly appreciated.
Thanks
Benoit
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4192643#4192643
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4192643