首页
学习
活动
专区
工具
TVP
发布
社区首页 >问答首页 >开始时的LeanFT空指针

开始时的LeanFT空指针
EN

Stack Overflow用户
提问于 2018-05-31 02:34:41
回答 1查看 0关注 0票数 0

尝试从intellij想法开始时(LeanFT> Enable LeanFT),我有错误:

空值
显示java.lang.NullPointerException
    在com.hp.lft.sdk.internal.ServerLauncher.runLauncherProcess(ServerLauncher.java:66)
    在com.hp.lft.sdk.internal.ServerLauncher.launch(ServerLauncher.java:44)
    在com.hpe.lft.sdkUtilities.serverLaunch.ServerLaunchUtils.launchIfNeeded(ServerLaunchUtils.java:24)
    在com.hpe.lft.sdkUtilities.PluginServiceBase.launchServer(PluginServiceBase.java:129)
    在com.hpe.lft.sdkUtilities.PluginServiceBase.enableOrDisablePlugin(PluginServiceBase.java:105)
    在com.hpe.lft.actions.EnableLeanFTAction $ 1.run(EnableLeanFTAction.java:20)
    在com.intellij.openapi.application.impl.ApplicationImpl $ 1.run(ApplicationImpl.java:305)
    在java.util.concurrent.Executors $ RunnableAdapter.call(Executors.java:511)
    在java.util.concurrent.FutureTask.run(FutureTask.java:266)
    在java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    在java.util.concurrent.ThreadPoolExecutor $ Worker.run(ThreadPoolExecutor.java:617)
    在java.lang.Thread.run(Thread.java:745)
EN

回答 1

Stack Overflow用户

发布于 2018-05-31 12:20:37

深入研究它,我的npm路径从Windows环境变量中丢失了。将路径添加到我的npm安装后,它工作正常。

可能有类似的问题,但要找出实际的原因,我建议检查LeanFT运行时日志文件,它可以在这里找到:

配置文件: <LeanFT installation folder>\bin\LFTRuntime.log.config.xml

日志级别的路径: log4net > root

(从“INFO”更改为“debug”)

日志输出: %localappdata%\Hewlett-Packard\LeanFT\Logs\HP.LeanFT.log

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/-100008608

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档