Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I've been attempting to set up JBoss on a remote linux server (CentOS) for some time now. I have it installed (correctly...I think) and can get it up and running. I can access the usual "Welcome to JBoss" page when I visit my_ip:8080 but as soon as I click the Administration Console, JBoss appears to simply stop itself.

I have a terminal up and watch the currently running processes and as soon as I click the link to the admin console, the JBoss process just disappears.

I'm pretty confused and have been wracking my brain trying to figure this one out. Any help is greatly appreciated!

share|improve this question

1 Answer

up vote 0 down vote accepted

After checking the logs and trying a few things, it turns out that JBoss simply wasn't getting enough memory. Allocated some more RAM and everything is running fine.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.