Impossible d'ouvrir à distance installé sonar sur un navigateur

J'ai installé sonar sur une distance Linux cent OS serveur. J'ai configuré la base de données sur le même serveur. Quand je lance le serveur, je ne vois pas d'erreurs dans les logs et le sonar semble en cours d'exécution.
message:
[sonar]$ ./bin/linux-x86-64/sonar.sh statut
sonar est en cours d'exécution (13429).

Mais, lorsque je tente d'accéder à un sonar à partir de mon pc de windows par le biais d'un navigateur, il me donne un délai de connexion dépassé erreur.
J'ai essayé d'accès via chrome et firefox navigateur avec l'URL suivante.
http://:9000/sonar
Est-ce la bonne façon de le faire?
Est-il autre chose que je suis en manque ici? Je n'ai pas autre chose comme maven/jenkins/tomcat de l'intégration ou de quoi que ce soit. Toute aide serait appréciée.

Following are the values I had given:
sonar.web.host:                           127.0.0.1
sonar.web.port:                           9000
sonar.web.context:                        /sonar

Journaux:

    STATUS | wrapper  | 2013/10/01 11:08:57 | --> Wrapper Started as Daemon
STATUS | wrapper  | 2013/10/01 11:08:58 | Launching a JVM...
INFO   | jvm 1    | 2013/10/01 11:08:58 | Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org
INFO   | jvm 1    | 2013/10/01 11:08:58 |   Copyright 1999-2006 Tanuki Software, Inc.  All Rights Reserved.
INFO   | jvm 1    | 2013/10/01 11:08:58 |
INFO   | jvm 1    | 2013/10/01 11:08:58 | 2013-10-01 11:08:58.578:INFO:oejs.Server:jetty-7.6.11.v20130520
2013.10.01 11:09:01 INFO  o.s.s.p.ServerImpl  SonarQube Server /3.7.1 /7f8f4d0f0b0044f178d587b8680032734d4fb578
2013.10.01 11:09:01 INFO  o.s.c.p.Database  Create JDBC datasource for jdbc:mysql://localhost:3306/sonarqube?useUnicode=true&characterEncoding=utf8&rewriteBatchedStatem
ents=true
2013.10.01 11:09:02 INFO  o.s.s.p.DefaultServerFileSystem  SonarQube home: /apps/sonar
2013.10.01 11:09:02 INFO  o.s.s.p.DefaultServerFileSystem  Deploy dir: /apps/sonar/war/sonar-server/deploy
2013.10.01 11:09:02 INFO  org.sonar.INFO  Install plugins...
2013.10.01 11:09:03 INFO  o.s.s.p.PluginDeployer  Deploy plugin Findbugs /1.3 /4d7d78e9340e39f53bbf202ed16d1253e6507c36
2013.10.01 11:09:03 INFO  o.s.s.p.PluginDeployer  Deploy plugin JaCoCo /1.3 /4d7d78e9340e39f53bbf202ed16d1253e6507c36
2013.10.01 11:09:03 INFO  o.s.s.p.PluginDeployer  Deploy plugin English Pack /3.7.1 /7f8f4d0f0b0044f178d587b8680032734d4fb578
2013.10.01 11:09:03 INFO  o.s.s.p.PluginDeployer  Deploy plugin Maven Batch Plugin /3.7.1 /7f8f4d0f0b0044f178d587b8680032734d4fb578
2013.10.01 11:09:03 INFO  o.s.s.p.PluginDeployer  Deploy plugin Surefire /1.3 /4d7d78e9340e39f53bbf202ed16d1253e6507c36
2013.10.01 11:09:03 INFO  o.s.s.p.PluginDeployer  Deploy plugin Duplications /3.7.1 /7f8f4d0f0b0044f178d587b8680032734d4fb578
2013.10.01 11:09:03 INFO  o.s.s.p.PluginDeployer  Deploy plugin Checkstyle /1.3 /4d7d78e9340e39f53bbf202ed16d1253e6507c36
2013.10.01 11:09:03 INFO  o.s.s.p.PluginDeployer  Deploy plugin PMD /1.3 /4d7d78e9340e39f53bbf202ed16d1253e6507c36
2013.10.01 11:09:03 INFO  o.s.s.p.PluginDeployer  Deploy plugin Java /1.3 /4d7d78e9340e39f53bbf202ed16d1253e6507c36
2013.10.01 11:09:03 INFO  o.s.s.p.PluginDeployer  Deploy plugin Core /3.7.1 /7f8f4d0f0b0044f178d587b8680032734d4fb578
2013.10.01 11:09:03 INFO  o.s.s.p.PluginDeployer  Deploy plugin Database Cleaner /3.7.1 /7f8f4d0f0b0044f178d587b8680032734d4fb578
2013.10.01 11:09:03 INFO  o.s.s.p.PluginDeployer  Deploy plugin Squid for Java /1.3 /4d7d78e9340e39f53bbf202ed16d1253e6507c36
2013.10.01 11:09:03 INFO  o.s.s.p.PluginDeployer  Deploy plugin Email notifications /3.7.1 /7f8f4d0f0b0044f178d587b8680032734d4fb578
2013.10.01 11:09:03 INFO  o.s.s.p.PluginDeployer  Deploy plugin Design /3.7.1 /7f8f4d0f0b0044f178d587b8680032734d4fb578
2013.10.01 11:09:03 INFO  org.sonar.INFO  Install plugins done: 241 ms
2013.10.01 11:09:03 INFO  o.s.s.p.ApplicationDeployer  Deploy Ruby on Rails applications
2013.10.01 11:09:03 INFO  org.sonar.INFO  Start components...
2013.10.01 11:09:03 INFO  o.s.j.s.AbstractDatabaseConnector  Initializing Hibernate
2013.10.01 11:09:05 INFO  o.s.s.p.UpdateCenterClient  Update center: http://update.sonarsource.org/update-center.properties (no proxy)
2013.10.01 11:09:05 INFO  o.s.s.n.NotificationService  Notification service started (delay 60 sec.)
2013.10.01 11:09:05 INFO  org.sonar.INFO  Deploy GWT plugins...
2013.10.01 11:09:05 INFO  org.sonar.INFO  Deploy org.sonar.plugins.design.ui.libraries.LibrariesPage to /apps/sonar/war/sonar-server/deploy/gwt
2013.10.01 11:09:05 INFO  org.sonar.INFO  Deploy org.sonar.plugins.design.ui.page.DesignPage to /apps/sonar/war/sonar-server/deploy/gwt
2013.10.01 11:09:05 INFO  org.sonar.INFO  Deploy GWT plugins done: 32 ms
2013.10.01 11:09:05 INFO  org.sonar.INFO  Load metrics...
2013.10.01 11:09:06 INFO  o.s.s.s.RegisterMetrics  cleaning alert thresholds...
2013.10.01 11:09:06 INFO  org.sonar.INFO  Load metrics done: 498 ms
2013.10.01 11:09:06 INFO  org.sonar.INFO  Register rules [findbugs/java]...
2013.10.01 11:09:07 INFO  org.sonar.INFO  Register rules [findbugs/java] done: 611 ms
2013.10.01 11:09:07 INFO  org.sonar.INFO  Register rules [checkstyle/java]...
2013.10.01 11:09:07 INFO  org.sonar.INFO  Register rules [checkstyle/java] done: 543 ms
2013.10.01 11:09:07 INFO  org.sonar.INFO  Register rules [pmd/java]...
2013.10.01 11:09:08 INFO  org.sonar.INFO  Register rules [pmd/java] done: 841 ms
2013.10.01 11:09:08 INFO  org.sonar.INFO  Register rules [pmd-unit-tests/java]...
2013.10.01 11:09:08 INFO  org.sonar.INFO  Register rules [pmd-unit-tests/java] done: 38 ms
2013.10.01 11:09:08 INFO  org.sonar.INFO  Register rules [squid/java]...
2013.10.01 11:09:08 INFO  org.sonar.INFO  Register rules [squid/java] done: 220 ms
2013.10.01 11:09:08 INFO  org.sonar.INFO  Register rules [common-java/java]...
2013.10.01 11:09:08 INFO  org.sonar.INFO  Register rules [common-java/java] done: 6 ms
2013.10.01 11:09:08 INFO  o.s.s.s.RegisterRules  Removing deprecated rules
2013.10.01 11:09:09 INFO  o.s.s.s.RegisterNewProfiles  Register Quality Profiles...
2013.10.01 11:09:11 INFO  o.s.s.s.RegisterNewProfiles  Register Quality Profiles done: 2401 ms
2013.10.01 11:09:11 INFO  o.s.s.s.RegisterQualityModels  Register Quality Models...
2013.10.01 11:09:11 INFO  o.s.s.s.RegisterQualityModels  Register Quality Models done: 0 ms
2013.10.01 11:09:12 INFO  o.s.s.s.RegisterNewMeasureFilters  Register measure filters...
2013.10.01 11:09:12 INFO  o.s.s.s.RegisterNewMeasureFilters  Register measure filters done: 6 ms
2013.10.01 11:09:12 INFO  o.s.s.s.RegisterNewDashboards  Register dashboards...
2013.10.01 11:09:12 INFO  o.s.s.s.RegisterNewDashboards  Register dashboards done: 18 ms
2013.10.01 11:09:12 INFO  o.s.s.s.RegisterPermissionTemplates  Register permission templates...
2013.10.01 11:09:12 INFO  o.s.s.s.RegisterPermissionTemplates  Register permission templates done: 2 ms
2013.10.01 11:09:12 INFO  o.s.s.s.RenameDeprecatedPropertyKeys  Rename deprecated property keys
2013.10.01 11:09:12 INFO  org.sonar.INFO  Start components done: 8602 ms
2013.10.01 11:09:12 INFO  jruby.rack  jruby 1.6.8 (ruby-1.8.7-p357) (2012-09-18 1772b40) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_22) [linux-amd64-java]
2013.10.01 11:09:12 INFO  jruby.rack  using a shared (threadsafe!) runtime
INFO   | jvm 1    | 2013/10/01 11:09:18 | JRuby limited openssl loaded. http://jruby.org/openssl
INFO   | jvm 1    | 2013/10/01 11:09:18 | gem install jruby-openssl for full support.
INFO   | jvm 1    | 2013/10/01 11:09:26 | 2013-10-01 11:09:26.032:INFO:oejsh.ContextHandler:started o.e.j.w.WebAppContext{/sonar,file:/apps/sonar/war/sonar-server/},file:/apps/sonar/war/sonar-server
INFO   | jvm 1    | 2013/10/01 11:09:26 | 2013-10-01 11:09:26.107:INFO:oejs.AbstractConnector:Started [email protected]:9000

Les autorisations des dossiers dans le Sonar répertoire:

drwxrwxrwx 13 usr grp     4096 Sep 30 15:53 bin
drwxrwxrwx  2 usr grp     4096 Oct  1 12:36 conf
-rwxrwxrwx  1 usr grp     7651 Sep 30 15:53 COPYING
drwxrwxrwx  2 usr grp     4096 Sep 30 15:53 data
drwxrwxrwx  7 usr grp     4096 Sep 30 16:02 extensions
drwxrwxrwx  3 usr grp     4096 Sep 30 15:53 lib
drwxrwxrwx  2 usr grp     4096 Oct  1 10:23 logs
-rwxrwxrwx  1 usr grp 74135040 Sep 30 15:17 sonar.tar
drwxrwxrwx  3 usr grp     4096 Oct  1 12:58 temp
drwxrwxrwx  4 usr grp     4096 Sep 30 15:53 war

Grâce,
N

OriginalL'auteur NixRam | 2013-10-01