Leanft Null指针开始时



我在leantft上有问题。当我尝试从Intellij Idea(Leanft>启用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.launchifneed(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.lun(applicationimpl.java:305(    在java.util.concurrent.executors $ runnableadapter.call(executors.java:511(    在java.util.concurrent.futuretask.run(futuretask.java:266(    at Java.util.concurrent.threadpoolexecutor.runworker(threadpoolexecutor.java:1142(    at Java.util.concurrent.threadpoolexecutor $ worker.run(threadpoolexecutor.java:617(    在java.lang.thread.run(thread.java:745(

即使运行时引擎手动启动。什么会导致此问题?

我最近遇到了同样的问题,这与无法加载nodejs的leantft运行时有关。进一步研究了Windows环境变量中缺少我的NPM路径。添加了我的NPM安装的路径后,它可以正常工作。

您可能有类似的问题,但是要找出实际原因,我建议您检查Leanft运行时日志文件,可以在此处找到:

配置文件: <LeanFT installation folder>binLFTRuntime.log.config.xml

通往日志级别的路径: log4net > root

(从"信息"更改为"调试"(

日志输出: %localappdata%Hewlett-PackardLeanFTLogsHP.LeanFT.log

可以在此HP支持页面上找到有关Leanft日志的更多详细信息。

这可能是多种原因...

1(主要是Leanft运行时代理问题。如果您开始使用Leanft并与NET断开连接,那么即使连接NET之后,Leanft也无法作为被许可服务器无法正常工作。手动启动LeanFT运行时也无法正常工作。重新启动Eclipse/Intellij并重新启动Leanft运行时间将解决。或在连接到网时重新启动笔记本电脑/系统将解决此问题。

2(当脚本,IE/Chrome附加组件和精益FT运行时代理版本中使用Leanft SDK之间的不兼容版本时,就会出现此问题。确保所有内容都是相同的版本,例如14.0.2 ...包括次要版本。

相关内容

  • 没有找到相关文章

最新更新