You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\Apicurio\Quickstart\apicurio-studio-0.2.10.Final>bin\standalone.bat -c apicurio-standalone.xml
Calling "C:\Apicurio\Quickstart\apicurio-studio-0.2.10.Final\bin\standalone.conf.bat"
Setting JAVA property to "C:\Program Files\Java\jdk1.8.0_171\bin\java"
===============================================================================
JBoss Bootstrap Environment
JBOSS_HOME: "C:\Apicurio\Quickstart\apicurio-studio-0.2.10.Final"
JAVA: "C:\Program Files\Java\jdk1.8.0_171\bin\java"
JAVA_OPTS: "-Dprogram.name=standalone.bat -Xms64M -Xmx512M -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4S
tack=true -Djboss.modules.system.pkgs=org.jboss.byteman"
===============================================================================
11:53:47,341 INFO [org.jboss.modules] (main) JBoss Modules version 1.5.2.Final
java.lang.IllegalStateException: WFLYCTL0214: Could not get main file: apicurio-standalone.xml. Specified files must be relative to
the configuration dir: C:\Apicurio\Quickstart\apicurio-studio-0.2.10.Final\standalone\configuration
at org.jboss.as.controller.persistence.ConfigurationFile.determineMainFile(ConfigurationFile.java:312)
at org.jboss.as.controller.persistence.ConfigurationFile.<init>(ConfigurationFile.java:173)
at org.jboss.as.server.ServerEnvironment.<init>(ServerEnvironment.java:456)
at org.jboss.as.server.Main.determineEnvironment(Main.java:297)
at org.jboss.as.server.Main.main(Main.java:94)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jboss.modules.Module.run(Module.java:330)
at org.jboss.modules.Main.main(Main.java:505)
11:53:47,945 FATAL [org.jboss.as.server] (main) WFLYSRV0239: Aborting with exit code 1
Press any key to continue . . .
It doesnt seem to be an environment issue. Running "bin\standalone.sh -c apicurio-standalone.xml" inside apicurio-studio-0.2.10.Final folder just fails without any logs.
By running "bin\standalone.bat -c apicurio-standalone.xml" inside apicurio-studio-0.2.10.Final I got the above mentioned error.
The text was updated successfully, but these errors were encountered:
The configuration file is named standalone-apicurio.xml rather than apicurio-standalone.xml. I checked the docs and it seems to be correct there, but it might have been wrong in an earlier version. Apologies if that is the case.
I am getting the following error while setting up the studio through quickstart:
It doesnt seem to be an environment issue. Running "bin\standalone.sh -c apicurio-standalone.xml" inside apicurio-studio-0.2.10.Final folder just fails without any logs.
By running "bin\standalone.bat -c apicurio-standalone.xml" inside apicurio-studio-0.2.10.Final I got the above mentioned error.
The text was updated successfully, but these errors were encountered: