• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Server starts but page can't display (JBoss AS 5.1.0.GA)

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello.
I installed JBoss in a Red Hat Enterprise and I can start JBoss AS without errors, but when I try to access: http://localhost:8080/ web-console and jmx-console gives an error page.
Any tips? Need to start some other service?

Thanks
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Fabiano, welcome to Java Ranch!

jmx-console gives an error page


What error page? Details, please.

Also, are you accessing web-console or jmx-console? Your post is inconsistent on that point.

It might also help if you posted the full console log (not the server.log file!), starting with the command line you entered to run JBoss AS.
 
Fabiano Campos
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok, Peter. I'm so sorry!

Don't open any of them. It's as if the server is stopped, but isn't and has no error in the console. See below:



 
Fabiano Campos
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello, I found that when executed on the server (localhost: 8080) the page opened. But he tried not by IP. Was a parameter in the bin (jboss_init_redhat) was necessary to change the IP 127.0.0.0 to the server. Now is functioning normally.

Thanks,
 
If you believe you can tell me what to think, I believe I can tell you where to go. Go read this tiny ad!
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic