Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Hello,
I tried importing TWX Analysis Extension 52.2 into Thingworx Foundation and while importing I am getting the error as shown below:
Any help here is really appreciated.
Thanks,
Avinash
Bounce the tomcat services for Thingworx and import again . It will work
I believe your server did not have enough memory to manage some particularly memory-consuming task, or you have a memory leak.
You may change the memory settings of your tomcat with -Xmx and -Xms VM arguments, see Java VM options for details.
Try modify settings
CATALINA_OPTS="-Djava.awt.headless=true -Dfile.encoding=UTF-8
-server -Xms1536m -Xmx1536m
-XX:NewSize=256m -XX:MaxNewSize=256m -XX:PermSize=256m
-XX:MaxPermSize=256m -XX:+DisableExplicitGC"
-Durgesh