6 Replies Latest reply on Jul 29, 2009 3:02 PM by jaikiran

    Install succesful but no localhost:8080 or 127.0.0.1:8080

      Maybe it is a silly mistake or I am missing something, but I do not find any reason for this.
      I have installed JDK 5 update 19, I have downloaded jboss-5.1.0.GA.zip and settled the environment variables. Then I go to jboss-5.1.0.GA\bin, launch run.bat (I am in Windows). It runs without any mistake:

      Calling C:\jboss-5.1.0.GA\bin\run.conf.bat
      ===============================================================================

      JBoss Bootstrap Environment

      JBOSS_HOME: C:\jboss-5.1.0.GA

      JAVA: C:\Java\jdk1.5.0_19\bin\java

      JAVA_OPTS: -Dprogram.name=run.bat -Xms128M -Xmx512M -XX:MaxPermSize=256M -Dsun
      .rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dorg
      .jboss.resolver.warning=true -server

      CLASSPATH: C:\jboss-5.1.0.GA\bin\run.jar

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

      00:52:53,921 INFO [ServerImpl] Starting JBoss (Microcontainer)...
      00:52:53,937 INFO [ServerImpl] Release ID: JBoss [The Oracle] 5.1.0.GA (build:
      SVNTag=JBoss_5_1_0_GA date=200905221053)
      00:52:53,953 INFO [ServerImpl] Bootstrap URL: null
      00:52:53,968 INFO [ServerImpl] Home Dir: C:\jboss-5.1.0.GA
      00:52:53,968 INFO [ServerImpl] Home URL: file:/C:/jboss-5.1.0.GA/
      00:52:53,968 INFO [ServerImpl] Library URL: file:/C:/jboss-5.1.0.GA/lib/
      00:52:54,000 INFO [ServerImpl] Patch URL: null
      00:52:54,000 INFO [ServerImpl] Common Base URL: file:/C:/jboss-5.1.0.GA/common/

      00:52:54,000 INFO [ServerImpl] Common Library URL: file:/C:/jboss-5.1.0.GA/comm
      on/lib/
      00:52:54,031 INFO [ServerImpl] Server Name: default
      00:52:54,031 INFO [ServerImpl] Server Base Dir: C:\jboss-5.1.0.GA\server
      00:52:54,031 INFO [ServerImpl] Server Base URL: file:/C:/jboss-5.1.0.GA/server/

      00:52:54,046 INFO [ServerImpl] Server Config URL: file:/C:/jboss-5.1.0.GA/serve
      r/default/conf/
      00:52:54,046 INFO [ServerImpl] Server Home Dir: C:\jboss-5.1.0.GA\server\defaul
      t
      00:52:54,046 INFO [ServerImpl] Server Home URL: file:/C:/jboss-5.1.0.GA/server/
      default/
      00:52:54,062 INFO [ServerImpl] Server Data Dir: C:\jboss-5.1.0.GA\server\defaul
      t\data
      00:52:54,140 INFO [ServerImpl] Server Library URL: file:/C:/jboss-5.1.0.GA/serv
      er/default/lib/
      00:52:54,250 INFO [ServerImpl] Server Log Dir: C:\jboss-5.1.0.GA\server\default
      \log
      00:52:54,250 INFO [ServerImpl] Server Native Dir: C:\jboss-5.1.0.GA\server\defa
      ult\tmp\native
      00:52:54,265 INFO [ServerImpl] Server Temp Dir: C:\jboss-5.1.0.GA\server\defaul
      t\tmp
      00:52:54,265 INFO [ServerImpl] Server Temp Deploy Dir: C:\jboss-5.1.0.GA\server
      \default\tmp\deploy
      00:52:58,765 INFO [ServerImpl] Starting Microcontainer, bootstrapURL=file:/C:/j
      boss-5.1.0.GA/server/default/conf/bootstrap.xml
      00:53:03,953 INFO [VFSCacheFactory] Initializing VFSCache [org.jboss.virtual.pl
      ugins.cache.CombinedVFSCache]
      00:53:03,953 INFO [VFSCacheFactory] Using VFSCache [CombinedVFSCache[real-cache
      : null]]
      00:53:05,656 INFO [CopyMechanism] VFS temp dir: C:\jboss-5.1.0.GA\server\defaul
      t\tmp
      00:53:05,671 INFO [ZipEntryContext] VFS force nested jars copy-mode is enabled.

      00:53:15,390 INFO [ServerInfo] Java version: 1.5.0_19,Sun Microsystems Inc.
      00:53:15,406 INFO [ServerInfo] Java Runtime: Java(TM) 2 Runtime Environment, St
      andard Edition (build 1.5.0_19-b02)
      00:53:15,406 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.5.0_19-b02
      ,Sun Microsystems Inc.
      00:53:15,406 INFO [ServerInfo] OS-System: Windows XP 5.1,x86
      00:53:15,421 INFO [ServerInfo] VM arguments: -Dprogram.name=run.bat -Xms128M -X
      mx512M -XX:MaxPermSize=256M -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dg
      c.server.gcInterval=3600000 -Dorg.jboss.resolver.warning=true -Djava.endorsed.di
      rs=C:\jboss-5.1.0.GA\lib\endorsed
      00:53:15,546 INFO [JMXKernel] Legacy JMX core initialized
      00:53:24,531 INFO [ProfileServiceBootstrap] Loading profile: ProfileKey@bdec44[
      domain=default, server=default, name=default]
      00:53:45,046 INFO [WebService] Using RMI server codebase: http://127.0.0.1:8083
      /
      00:53:50,140 INFO [ServerImpl] JBoss (Microcontainer) [5.1.0.GA (build: SVNTag=
      JBoss_5_1_0_GA date=200905221053)] Started in 55s:875ms

      Then I go to http://localhost:8080 or http://127.0.0.1:8080, and nothing appears. I tried to move my Java and JBoss to locations without spaces, installing and reinstalling everything, but nothing seems to work, what am I missing?