2 Replies Latest reply on Apr 7, 2015 6:51 AM by ctomc

    http://ip:8080 blank after install

    dude_abides

      Hi all,

      Sorry for the n00b question here, I usually use Tomcat but have been plunged into using JBoss.  I've installed JBoss 7.1.1 Final on CentOS 7 per this guide.  My installation is virtually identical including binding public and management to 0.0.0.0.  I'm running Oracle JDK 8 on this system.  After initial install I've attempted to go to http://192.x.x.x:8080/ and the page is blank .  I've viewed the source and it truly is a null page.  This is on a VirtualBox VM running  a bridged adapter.  In an effort to troubleshoot I've turned off firewalld and SELinux.  All network applications function fine externally (eg SSH).

       

        I'm wondering if their is something overly simple that I'm missing the boat on here.  I've installed JBoss in the past and had no issues getting it up and running.

       

        The logs are giving me nothing to go off of either.  Here is my output: (I'd post the error logs but they really do contain no relevant information, if you'd like to see them then I'll pastebin them)

       

       

        TYIA!

       

      =========================================================================

       

       

        JBoss Bootstrap Environment

       

       

        JBOSS_HOME: /usr/share/jboss-as

       

       

        JAVA: /opt/jdk1.8.0_40/bin/java

       

       

        JAVA_OPTS:  -server -XX:+UseCompressedOops -XX:+TieredCompilation -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Djboss.server.default.config=standalone.xml

       

       

      =========================================================================

       

       

      21:48:57,193 INFO  [org.jboss.modules] JBoss Modules version 1.1.1.GA

      21:48:57,486 INFO  [org.jboss.msc] JBoss MSC version 1.0.2.GA

      21:48:57,563 INFO  [org.jboss.as] JBAS015899: JBoss AS 7.1.1.Final "Brontes" starting

      21:48:58,856 INFO  [org.xnio] XNIO Version 3.0.3.GA

      21:48:58,858 INFO  [org.jboss.as.server] JBAS015888: Creating http management service using socket-binding (management-http)

      21:48:58,872 INFO  [org.xnio.nio] XNIO NIO Implementation Version 3.0.3.GA

      21:48:58,885 INFO  [org.jboss.remoting] JBoss Remoting version 3.2.3.GA

      21:48:58,911 INFO  [org.jboss.as.logging] JBAS011502: Removing bootstrap log handlers

      21:48:58,917 INFO  [org.jboss.as.configadmin] (ServerService Thread Pool -- 26) JBAS016200: Activating ConfigAdmin Subsystem

      21:48:58,963 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 27) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)

      21:48:59,025 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 31) JBAS010280: Activating Infinispan subsystem.

      21:48:59,285 INFO  [org.jboss.as.osgi] (ServerService Thread Pool -- 39) JBAS011940: Activating OSGi Subsystem

      21:48:59,321 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 38) JBAS011800: Activating Naming Subsystem

      21:48:59,400 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 48) JBAS015537: Activating WebServices Extension

      21:48:59,403 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 44) JBAS013101: Activating Security Subsystem

      21:48:59,514 INFO  [org.jboss.as.naming] (MSC service thread 1-4) JBAS011802: Starting Naming Service

      21:48:59,527 INFO  [org.jboss.as.security] (MSC service thread 1-6) JBAS013100: Current PicketBox version=4.0.7.Final

      21:48:59,761 INFO  [org.jboss.as.connector] (MSC service thread 1-1) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.9.Final)

      21:48:59,840 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-2) JBAS015400: Bound mail session [java:jboss/mail/Default]

      21:49:00,295 INFO  [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-3) JBoss Web Services - Stack CXF Server 4.0.2.GA

      21:49:00,843 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-3) Starting Coyote HTTP/1.1 on http--0.0.0.0-8080

      21:49:02,550 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]