[jboss-user] [Beginner's Corner] - JBoss AS7: Deploys but there's nothing there

maximomussini do-not-reply at jboss.com
Wed Sep 14 12:56:33 EDT 2011


maximomussini [http://community.jboss.org/people/maximomussini] created the discussion

"JBoss AS7: Deploys but there's nothing there"

To view the discussion, visit: http://community.jboss.org/message/626513#626513

--------------------------------------------------------------
Hello, when running AS7 from ~/bin/standalone.bat with the standard configuration (fresh download of 7.0.1.Final) the default JBoss page is supposed to be seen at  http://localhost:8080/ http://localhost:8080/, but there's nothing there.
Furthermore, if I deploy an example application (by dropping the "EnterpriseApplication1.ear" in ~/bin/standalone/deployments/) and start the server again, I still can't see anything from the browser.

Calling C:\jboss-as-7.0.1.Final\bin\standalone.conf.bat
===============================================================================

  JBoss Bootstrap Environment

  JBOSS_HOME: C:\jboss-as-7.0.1.Final

  JAVA: C:\glassfish3\jdk7\bin\java

  JAVA_OPTS: -Dprogram.name=standalone.bat -Xms64M -Xmx512M -XX:MaxPermSize=256M -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterv
al=3600000 -Dorg.jboss.resolver.warning=true -Djboss.modules.system.pkgs=org.jboss.byteman -server

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

13:56:46,094 Informaci¾n [org.jboss.modules] JBoss Modules version 1.0.1.GA
13:56:48,422 INFO  [org.jboss.msc] JBoss MSC version 1.0.0.GA
13:56:48,922 INFO  [org.jboss.as] JBoss AS 7.0.1.Final "Zap" starting
13:56:54,932 WARN  [org.jboss.as] No security realm defined for native management service, all access will be unrestricted.
13:56:55,039 INFO  [org.jboss.as] creating http management service using network interface (management) port (9990)
13:56:55,041 WARN  [org.jboss.as] No security realm defined for http management service, all access will be unrestricted.
13:56:55,057 INFO  [org.jboss.as.logging] Removing bootstrap log handlers
13:56:55,323 INFO  [org.jboss.as.connector.subsystems.datasources] (Controller Boot Thread) Deploying JDBC-compliant driver class org.h2.Driver (versi
on 1.2)
13:56:55,452 INFO  [org.jboss.as.clustering.infinispan.subsystem] (Controller Boot Thread) Activating Infinispan subsystem.
13:56:56,390 INFO  [org.jboss.as.naming] (Controller Boot Thread) Activating Naming Subsystem
13:56:56,437 INFO  [org.jboss.as.naming] (MSC service thread 1-4) Starting Naming Service
13:56:56,441 INFO  [org.jboss.as.osgi] (Controller Boot Thread) Activating OSGi Subsystem
13:56:56,488 INFO  [org.jboss.as.security] (Controller Boot Thread) Activating Security Subsystem
13:56:56,614 INFO  [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 3.2.0.Beta2
13:56:56,696 INFO  [org.xnio] (MSC service thread 1-1) XNIO Version 3.0.0.Beta3
13:56:56,829 INFO  [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementation Version 3.0.0.Beta3
13:56:58,463 INFO  [org.apache.catalina.core.AprLifecycleListener] (MSC service thread 1-3) La biblioteca nativa de Apache Tomcat basada en ARP que pe
rmite un rendimiento ¾ptimo en entornos de desarrollo no ha sido hallada en java.library.path: C:\glassfish3\jdk7\bin;C:\Windows\Sun\Java\bin;C:\Windo
ws\system32;C:\Windows;C:\glassfish3\jdk7\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\P
rogram Files\TortoiseSVN\bin;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files\Microsoft SQL Server\100\Tools
\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files\Microsoft ASP.NET\ASP.NET Web Pages\v1.0\;C:\Program Files\NetBeans 7.0.1\
java\maven\bin;;.
13:56:58,574 INFO  [org.jboss.as.ee] (Controller Boot Thread) Activating EE subsystem
13:56:58,957 INFO  [org.jboss.as.jmx.JMXConnectorService] (MSC service thread 1-2) Starting remote JMX connector
13:56:59,448 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-4) Arrancando Coyote HTTP/1.1 en puerto http--127.0.0.1-8080
13:56:59,937 INFO  [org.jboss.as.remoting] (MSC service thread 1-4) Listening on /127.0.0.1:9999
13:57:00,745 INFO  [org.jboss.as.connector] (MSC service thread 1-4) Starting JCA Subsystem (JBoss IronJacamar 1.0.3.Final)
13:57:00,995 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) Bound data source [java:jboss/datasources/ExampleDS]
13:57:02,044 INFO  [org.jboss.as.deployment] (MSC service thread 1-2) Started FileSystemDeploymentService for directory C:\jboss-as-7.0.1.Final\standa
lone\deployments
13:57:02,208 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) Starting deployment of "EnterpriseApplication1.ear"
13:57:02,316 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) Starting deployment of "EnterpriseApplication1-war.war"
13:57:02,455 INFO  [org.jboss.as.jpa] (MSC service thread 1-3) added javax.persistence.api dependency to EnterpriseApplication1.ear
13:57:02,457 INFO  [org.jboss.as.jpa] (MSC service thread 1-4) added javax.persistence.api dependency to EnterpriseApplication1-war.war
13:57:03,157 INFO  [org.jboss.web] (MSC service thread 1-4) registering web context: /EnterpriseApplication1-war
13:57:03,160 INFO  [org.jboss.as] (MSC service thread 1-4) JBoss AS 7.0.1.Final "Zap" started in 18788ms - Started 138 of 199 services (61 services ar
e passive or on-demand)
13:57:03,285 INFO  [org.jboss.as.server.controller] (DeploymentScanner-threads - 2) Deployed "EnterpriseApplication1.ear"
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/626513#626513]

Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110914/5e979927/attachment-0001.html 


More information about the jboss-user mailing list