2016-06-23 8 views
1

Guten Tag,Fehler beim Starten von Wildfly 10.0.0.final auf dem Server mit Domänenkonfig

Ich versuche zu lernen, Java mit Wildfly zu verwenden. Ich kann Wildfly ohne Probleme auf meinem Win 10-Rechner im Standalone-Modus starten. Ich konnte die Tutorials ohne Probleme durcharbeiten. Ich habe jetzt versucht, meine Serverumgebung zu verwenden, aber ich kann nicht scheinen, Wildfly mit der Domänenkonfiguration zu starten.

Ich hatte zunächst einen Fehler mit -XX: MaxMetaspaceSize = 256m und festgestellt, dass ich meine JAVA aktualisieren musste. Ich habe das Internet für jede Hilfe bei der Konfiguration, Nachricht, Warnungen und Fehler, die Wildfly gibt, aber nicht scheint, ein ähnliches Problem zu finden. Ich habe mir auch jedes Problem mit der Konsolen- und Portkonfiguration angeschaut, das ich besprochen finden könnte, aber nichts, was ich ändern könnte, scheint es zu beeinflussen.

Jede Hilfe wäre willkommen.

Ich habe wildfly-10.0.0.Final mit PATH Variablensatz verfügbar. Ich verwende Windows Server 2008 R2 x64bit VM Server. Ich habe jdk1.8.0_91. ich das Problem bin immer während Server mit domain.bat

Das Ergebnis zu starten versuchen, ist:

Calling "C:\inetpub\wwwroot\winterpol\wildfly\bin\domain.conf.bat" 
Setting JAVA property to "C:\Program Files (x86)\Java\jre8_92\bin\java" 
=============================================================================== 

    JBoss Bootstrap Environment 

    JBOSS_HOME: "C:\inetpub\wwwroot\winterpol\wildfly" 

    JAVA: "C:\Program Files (x86)\Java\jre8_92\bin\java" 

    JAVA_OPTS: "-Xms64M -Xmx512M -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -server" 

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

14:00:30,991 INFO [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final 
14:00:31,179 INFO [org.jboss.as.process.Host Controller.status] (main) WFLYPC0018: Starting process 'Host Controller' 
[Host Controller] 14:00:31,743 INFO [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final 
[Host Controller] 14:00:31,930 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final 
[Host Controller] 14:00:31,993 INFO [org.jboss.as] (MSC service thread 1-7) WFLYSRV0049: WildFly Servlet 10.0.0.Final (WildFly Core 2.0.10.Final) starting 
[Host Controller] 14:00:32,664 INFO [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0003: Creating http management service using network interface (management) port (9990) securePort (-1) 
[Host Controller] 14:00:32,679 INFO [org.xnio] (MSC service thread 1-1) XNIO version 3.3.4.Final 
[Host Controller] 14:00:32,679 INFO [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementation Version 3.3.4.Final 
[Host Controller] 14:00:32,757 INFO [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 4.0.18.Final 
[Host Controller] 14:00:32,788 INFO [org.jboss.as.remoting] (MSC service thread 1-1) WFLYRMT0001: Listening on 127.0.0.1:9999 

[Host Controller] 14:00:32,788 WARN [org.jboss.as.domain.http.api.undertow] (MSC service thread 1-4) WFLYDMHTTP0003: Unable to load console module for slot main, disabling console 
[Host Controller] 14:00:33,100 ERROR [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0369: Required capabilities are not available: 
[Host Controller]  org.wildfly.domain.server-group.other-server-group in context 'server-config'; There are no known registration points which can provide this capability. 
[Host Controller] 14:00:33,100 FATAL [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0034: Host Controller boot has failed in an unrecoverable manner; exiting. See previous messages for details. 
[Host Controller] 14:00:33,132 INFO [org.jboss.as] (MSC service thread 1-6) WFLYSRV0050: WildFly Servlet 10.0.0.Final (WildFly Core 2.0.10.Final) stopped in 11ms 
14:00:33,615 INFO [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) WFLYPC0011: Process 'Host Controller' finished with an exit status of 99 
14:00:33,615 INFO [org.jboss.as.process] (Thread-8) WFLYPC0017: Shutting down process controller 
14:00:33,615 INFO [org.jboss.as.process] (Thread-8) WFLYPC0016: All processes finished; exiting 

Antwort

1

Dies war ein bekanntes Problem mit der Verteilung Wildfly Servlets. Es gibt einen Workaround für die JIRA (WFLY-6201). Grundsätzlich fehlt das Profil other-server-group und muss hinzugefügt werden.

Verwandte Themen