Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hi team,
suddenly Thingworx stopped running getting below error.
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
even we set the setenv.sh to CATALINA_OPTS="$CATALINA_OPTS -Djava.library.path=/usr/share/tomcat8.5/8.5.13/webapps/Thingworx/WEB-INF/extensions"
please get back soon.
@mkumar2 This seems related to the other existing thread -
Please provide details as requested and advise on the latest error you are getting.
-Durgesh
@mkumar2: I believe your entry in setenv.sh is not correct and should be something like as below -
export JAVA_OPTS="-Djava.library.path=/usr/share/tomcat8.5/8.5.13/webapps/Thingworx/WEB-INF/extensions"
-Durgesh
Seems that you have a 32 bit version of Tomcat (note how the path is x86). Please uninstall your tomcat, download a 64 bit version, and install from there.
Seems that you have a 32 bit version of Tomcat (note how the path is x86). Please uninstall your tomcat, download a 64 bit version, and install from there.
https://www.inthow.com/ https://firedout.com/ https://techfela.com/ https://techimpose.com/ https://distantinfo.com/ https://2into.com/
Hi @mkumar2.
If one of the previous responses answered your question, please mark the appropriate one as the Accepted Solution for the benefit of others with the same question.
Regards.
--Sharon