TeamCity failed to initialize DSL plugins.
Answered
Hi i have just installed Team City on to a fresh Windows 2019 server. When i go the the administration section i get the following error
TeamCity failed to initialize DSL plugins
The show details give the following, please advise what has gone wrong
DSL plugin compilation failed exit code: -1 stderr: NOTE: Picked up JDK_JAVA_OPTIONS: --add-opens jdk.management/com.sun.management.internal=ALL-UNNAMED -XX:+IgnoreUnrecognizedVMOptions --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED exception: Timeout exception: the process did not produce output longer than 600 seconds; Process: D:\TeamCity\jre\bin\java -server -Xmx256m -cp D:\TeamCity\webapps\ROOT\WEB-INF\plugins\.unpacked\configs-dsl\kotlin_runtime\lib\kotlin-reflect.jar;D:\TeamCity\webapps\ROOT\WEB-INF\plugins\.unpacked\configs-dsl\kotlin_runtime\lib\kotlin-script-runtime.jar;D:\TeamCity\webapps\ROOT\WEB-INF\plugins\.unpacked\configs-dsl\kotlin_runtime\lib\kotlin-stdlib-common.jar;D:\TeamCity\webapps\ROOT\WEB-INF\plugins\.unpacked\configs-dsl\kotlin_runtime\lib\kotlin-stdlib-jdk7.jar;D:\TeamCity\webapps\ROOT\WEB-INF\plugins\.unpacked\configs-dsl\kotlin_runtime\lib\kotlin-stdlib-jdk8.jar;D:\TeamCity\webapps\ROOT\WEB-INF\plugins\.unpacked\configs-dsl\kotlin_runtime\lib\kotlin-stdlib.jar;D:/TeamCity/webapps/ROOT/WEB-INF/plugins/.unpacked/configs-dsl/server/configs-dsl-kotlin-2020.1.jar;D:/TeamCity/webapps/ROOT/WEB-INF/lib/common-api.jar;D:/TeamCity/webapps/ROOT/WEB-INF/plugins/.unpacked/configs-dsl/server/configs-dsl-server-2020.1.jar;D:/TeamCity/webapps/ROOT/WEB-INF/lib/configs-api.jar;D:/TeamCity/webapps/ROOT/WEB-INF/lib/configs-impl.jar;D:/TeamCity/webapps/ROOT/WEB-INF/lib/jdom.jar;D:/TeamCity/webapps/ROOT/WEB-INF/lib/log4j-1.2.12.jar;D:/TeamCity/webapps/ROOT/WEB-INF/lib/openapi.jar;D:/TeamCity/webapps/ROOT/WEB-INF/lib/server.jar;D:/TeamCity/webapps/ROOT/WEB-INF/lib/xercesImpl.jar;D:/TeamCity/webapps/ROOT/WEB-INF/lib/serviceMessages.jar jetbrains.buildServer.configs.dsl.DslCompiler D:\ProgramData\JetBrains\TeamCity\system\caches\pluginsDslCache\src
jetbrains.buildServer.configs.dsl.DslPluginManager:runCompiler()
jetbrains.buildServer.configs.dsl.DslPluginManager:compileGeneratedKotlinSources()
jetbrains.buildServer.configs.dsl.DslPluginManager:initDslInternal()
jetbrains.buildServer.serverSide.impl.BaseAccessChecker:runWithDisabledChecks()
jetbrains.buildServer.serverSide.impl.SecondaryNodeSecurityManager:executeSafe()
jetbrains.buildServer.serverSide.IOGuardInitializer$IOGuardDelegateImpl:allowCommandLine()
jetbrains.buildServer.serverSide.IOGuard:allowCommandLine()
jetbrains.buildServer.configs.dsl.RestrictorImpl:doReadOnlyCommandLine()
jetbrains.buildServer.configs.dsl.DslPluginManager:initPlugins()
jetbrains.buildServer.configs.dsl.DslPluginManager:lambda$initPluginsAsync$0()
java.lang.Thread:run()
Please sign in to leave a comment.
Hello!
Just to confirm, is the TeamCity installed directly on Windows host or is it running as a Docker container? Could you please try increasing the amount of memory for DSL plugins compilation? To do that add an internal property:
This may require more memory for the docker image as well, in case my guess is correct.