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
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
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
---
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
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
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
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