当dotnet工具无法启动(无法初始化)时,我设置了哪些环境变量来获取更详细的信息?

时间:2016-07-07 00:21:38

标签: linux asp.net-core .net-core

我知道我已经在某处或其他地方的博客上阅读过你可以设置一些环境变量,以便在启动时调用dotnet工具崩溃时提供更多信息(asp.net core dotnet命令行工具)。

我在OpenSuSE linux系统上使用dotnet 1.0.0 rtm,它崩溃了:

> dotnet version
Failed to initialize CoreCLR, HRESULT: 0x80131500

要获得有关原因的更多信息,是否有一些环境变量我可以设置告诉我为什么它不会启动?

我知道你可以使用dotnet --info获取一些unix系统信息,但是在我的情况下也崩溃了同样的初始化错误。

我知道我可以做一个strace(strace dotnet版本),但我认为有一些内置

1 个答案:

答案 0 :(得分:2)

您正在寻找的环境变量是import org.apache.flume.node.Application; import org.apache.log4j.BasicConfigurator; public class flume { public static void main(String[] args) { String[] args1 = new String[] { "agent","-nTwitterAgent","-fflume.conf" }; BasicConfigurator.configure(); Application.main(args1); System.setProperty("hadoop.home.dir", "/"); } }