0

我正在尝试在 tomcat 服务器上设置 thingworx 8.1 战争。我已将 catalina 文件中的 JAVA_OPTS 配置为:

set "JAVA_OPTS= %JAVA_OPTS% -Djava.library.path=path-to-tomcat-webapp\Thingworx\WEB-INF\extensions"

我还通过如下设置文件尝试了 setenv 批处理文件方法:

set LD_LIBRARY_PATH=path-to-tomcat/webapps/Thingworx/WEB-INF/extensions/

但是我仍然在thingworx的应用程序日志中收到错误,如下所示:

Failed to load FlxCore library. Ensure it's in PATH (Windows) or LD_LIBRARY_PATH(other platforms) or set with the VM arg, -Djava.library.path. Error message : com.flexnet.licensing.DllEntryPoint.entry([B)I

我真的被困住了。请帮帮我!!!

4

2 回答 2

0

请验证您license.binThingworxPlatform中是否有相关信息。

于 2018-01-18T12:51:07.580 回答
0

请确保在 Tomcat Java 选项字段中,选项字段末尾有以下内容:

-Dserver -Dd64
-XX:+UseG1GC
-Dfile.encoding=UTF-8
-Djava.library.path=<path to Tomcat>\webapps\Thingworx\WEB-INF\extensions
于 2018-04-17T11:11:50.860 回答