[JBoss-user] [Installation & Configuration] - Re: Linux + JBoss 3.2.2 problem with file handles and multip

2004-08-17 Thread mrtom
Maybe too late but... Using lsof with wc can be misleading. The repeated files you are seeing are the same files but for each java thread running. The actual filehandles will be shared amongst each thread - so as a _rough_ guide you may want to divide the 4000+ figure by the number of java thre

[JBoss-user] [Clustering/JBoss] - cluster suddenly failed

2004-06-10 Thread mrtom
I've been happily running a cluster for several weeks but yesterday it fell apart and I can't get it working again. First thing that happened was that at least one node stopped listening on 1100. I can't remember what state the other was in but there were no exceptions in the logs and the server

[JBoss-user] [Clustering/JBoss] - Re: cluster suddenly failed

2004-06-10 Thread mrtom
Sorry. I just got the second machine to start up normally so I've just got to fix the first one. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838282#3838282 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838282 ---

[JBoss-user] [Beginners Corner] - Re: How do I schedule a task for action

2004-03-17 Thread mrtom
If you look in your server/default/deploy/scheduler-service.xml you'll see the two ways in which you can set up a scheduled task. The quickest way is to implement the first method. In the declaration you'll notice that it references org.jboss.varia.scheduler.example.SchedulableExample - if you l

[JBoss-user] [Installation & Configuration] - Re: Jboss On Debian: javax.naming.CommunicationException

2004-03-17 Thread mrtom
Yeah, I was thinking along the lines of a config problem. Check to see that you have a localhost entry in your /etc/hosts file. Should look something like: 127.0.0.1 localhost You can also change your CONTEXT_PROVIDER_URL to 127.0.0.1:1099 OR just leave it blank and JBoss will work it out (ma

[JBoss-user] [Installation & Configuration] - Re: Jboss On Debian: javax.naming.CommunicationException

2004-03-17 Thread mrtom
What IP address does the Debian machine have? Is it the 192.168.42.13 that appears in the stack trace? http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3826109#3826109";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3826109>Reply to the post

[JBoss-user] [J2EE Design Patterns] - J2EE run-time variables

2004-03-16 Thread mrtom
I'm having difficulty figuring out the neatest way to keep run-time variables accessible within a J2EE environment. My main aim is for a set of MBeans that are able to read shared variables in order to prevent the repeating of configuration options in each of my *-service.xml files. My thought