We have some of the custom application code java files and JSP files which connect custom database and get some data. We have placed custom application code from our old TS solaris box 6.7.2 to new installed box TS Linux 7.4.1 under "/opt/Autonomy/TeamSite/local/config/lib/content_center/customer_src/src" placed java files and
"/opt/Autonomy/TeamSite/local/config/lib/content_center/customer_src/web/customer" placed jsp files.
We build the application code using make_toolkit.ipl but the build is failed with below error. I am sure this build is not failed because of java files or jsp files which did not show errors related to java errors but we got different error.
Please find below the build error.
[root@BVASNDD03 customer_src]# /opt/Autonomy/TeamSite/iw-perl/bin/iwperl /opt/Autonomy/TeamSite/bin/make_toolkit.ipl
Buildfile: /opt/Autonomy/TeamSite/local/config/lib/content_center/reference/build.xml
init:
compile:
[echo] trying to compile
validate:
[xmlvalidate] 7 file(s) have been successfully validated.
[xmlvalidate] 7 file(s) have been successfully validated.
files:
[delete] Deleting: /opt/Autonomy/TeamSite/local/config/lib/content_center/customer_out/customer.tk.war
[war] Building war: /opt/Autonomy/TeamSite/local/config/lib/content_center/customer_out/customer.tk.war
[exec] Stripping DOCTYPE from file: WEB-INF/conf/customer/application_custom.xml, matched pattern: .*_custom.xml
[exec] Stripping DOCTYPE from file: WEB-INF/conf/customer/file_template_custom.xml, matched pattern: .*_custom.xml
[exec] Stripping DOCTYPE from file: WEB-INF/conf/customer/portal_custom.xml, matched pattern: .*_custom.xml
[exec] Stripping DOCTYPE from file: WEB-INF/conf/customer/search_custom.xml, matched pattern: .*_custom.xml
[exec] Stripping DOCTYPE from file: WEB-INF/conf/customer/ui_custom.xml, matched pattern: .*_custom.xml
[exec] Stripping DOCTYPE from file: WEB-INF/conf/customer/userops_custom.xml, matched pattern: .*_custom.xml
[exec] Stripping DOCTYPE from file: WEB-INF/conf/customer/workflow_custom.xml, matched pattern: .*_custom.xml
iw-preview.update:
iw-teamsite.update:
iw-teamsite.customer.update:
update:
[exec]
[exec] ***** Analyzing content_center *****
[exec] Previous install of customer toolkit: Wed Aug 20 16:45:03 2014
[exec] Added files: 11
[exec] customer/customer/ephiphany_offers_jsp.java
[exec] customer/ep_select.css
[exec] customer/ep_select.css.071206
[exec] customer/ephiphany_offers.jsp
[exec] customer/epiphany_offers.jsp
[exec] customer/interval_world.jsp
[exec] customer/interval_world.jspOLD
[exec] customer/iwov_devnet.jsp
[exec] customer/rsp_announcement_list.jsp
[exec] customer/tc_epiphany_offers.jsp
[exec] customer/tc_interwoven_newsletters.jsp
[exec] Changed files: 2
[exec] WEB-INF/conf/customer/portal_custom.xml
[exec] WARNING: Timestamp on WEB-INF/conf/customer/portal_custom.xml is older than the previous version
[exec] Mon Jun 4 17:48:38 2007 vs. Thu Dec 5 23:28:20 2013
[exec] WEB-INF/lib/customer.jar
[exec] Exception in /opt/Autonomy/TeamSite/install/install_toolkit.ipl: File not found: /opt/iwmnt/iwadmin/main/spars/WORKAREA/Installed/foundation/toolkit/foundation.tk.war
BUILD FAILED
/opt/Autonomy/TeamSite/local/config/lib/content_center/reference/build.xml:162: exec returned: 1
Total time: 0 seconds
Exception in /opt/Autonomy/TeamSite/bin/make_toolkit.ipl: Failure while running Ant at /opt/Autonomy/TeamSite/bin/make_toolkit.ipl line 173.