Unable to compile the Infoengine and OOTB files after installing cps14 with JDK 11.0.26
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Unable to compile the Infoengine and OOTB files after installing cps14 with JDK 11.0.26
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
- Labels:
-
General Customization
-
Info*Engine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
