cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X

Thingworx Analytics Extension Import failure

agangaiah
14-Alexandrite

Thingworx Analytics Extension Import failure

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

2 REPLIES 2

Bounce the tomcat services for Thingworx and import again . It will work

dupatel
19-Tanzanite
(To:agangaiah)

Avinash Gangaiah

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

Top Tags