Also tried stracing it via:
strace -f -o jboss.st /etc/init.d/jboss start
and it seems to mostly be calling the system call futex
Stuff like the following over and over and the whole time JBoss is just sitting there on the SQLErrorCodes saying it loaded them.
24174 futex(0x40ac3de8, FUTEX_WAKE, 1) = 0
24174 clock_gettime(CLOCK_REALTIME, {1156538925, 385247000}) = 0
24174 futex(0x2aadf963a4, FUTEX_WAIT, 1, {0, 49973000}) = -1 ETIMEDOUT (Connection timed out)
24174 futex(0x40ac3de8, FUTEX_WAKE, 1) = 0
24174 clock_gettime(CLOCK_REALTIME, {1156538925, 436251000}) = 0
24174 futex(0x2aadf963a4, FUTEX_WAIT, 1, {0, 49974000}) = -1 ETIMEDOUT (Connection timed out)
24174 futex(0x40ac3de8, FUTEX_WAKE, 1) = 0
24174 clock_gettime(CLOCK_REALTIME, {1156538925, 487270000}) = 0
24174 futex(0x2aadf963a4, FUTEX_WAIT, 1, {0, 49976000}) = -1 ETIMEDOUT (Connection timed out)
24174 futex(0x40ac3de8, FUTEX_WAKE, 1) = 0
24174 clock_gettime(CLOCK_REALTIME, {1156538925, 538212000}) = 0
24174 futex(0x2aadf963a4, FUTEX_WAIT, 1, {0, 49975000}) = -1 ETIMEDOUT (Connection timed out)
24174 futex(0x40ac3de8, FUTEX_WAKE, 1) = 0
24174 clock_gettime(CLOCK_REALTIME, {1156538925, 589204000}) = 0
24174 futex(0x2aadf963a4, FUTEX_WAIT, 1, {0, 49975000}) = -1 ETIMEDOUT (Connection timed out)
24174 futex(0x40ac3de8, FUTEX_WAKE, 1) = 0
24174 clock_gettime(CLOCK_REALTIME, {1156538925, 640175000}) = 0
24174 futex(0x2aadf963a4, FUTEX_WAIT, 1, {0, 49976000} <unfinished …>
24166 mprotect(0x2a95ee0000, 4096, PROT_READ) = 0
Anyone have any idea what is going on?