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

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

Translate the entire conversation x

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

JJ_10067340
4-Participant

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

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
3 REPLIES 3

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.

@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

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.

Announcements
Top Tags