Skip to main content
4-Participant
February 13, 2025
Question

Unable to compile the Infoengine and OOTB files after installing cps14 with JDK 11.0.26

  • February 13, 2025
  • 2 replies
  • 521 views
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.2.14
Unable to compile the InfoEngine(customized) and OOTB files after installing cps14 with JDK 11.0.26

/u01/schneider/nextgen/Windchill/tasks/codebase/com/infoengine/compiledTasks/file/u01/schneider/nextgen/Windchill/tasks
under com/ptc -->windchill folder is missing

2 replies

avillanueva
23-Emerald I
23-Emerald I
February 13, 2025

this is similar: https://www.ptc.com/en/support/article/CS342959?source=search

In general I remember the compiledTasks folder as something that can be cleared and rebuilt.

20-Turquoise
February 13, 2025

@avillanueva is correct. The infoengine/compiledTasks directory can be removed.

My windchill startup script contains the following, before starting Windchill, for cleaning/clearing caches:

#https://www.ptc.com/en/support/article/CS172572
#This article says to clear the cache which means this "Cleaning caches" needs to happen before
#firing up Windchill
#See also article CS29555 https://www.ptc.com/en/support/article/CS29555
echo Cleaning caches...
rm -rf /opt/ptc/Windchill/Windchill/tomcat/instances/* 2>/dev/null
rm -rf /opt/ptc/Windchill/Windchill/tasks/codebase/com/infoengine/compiledTasks/* 2>/dev/null
rm -rf /opt/ptc/Windchill/Windchill/codebase/wt/workflow/expr/* 2>/dev/null
Community Moderator
February 20, 2025

Hi @JJ_10067340,

Thank you for your question.

 
It looks like you have some responses from some community members. If any of these replies helped you solve your question please mark the appropriate reply as the Accepted Solution. 
Of course, if you have more to share on your issue, please let the Community know so other community members can continue to help you.

Thanks,
Vivek N.
Community Moderation Team.