INFO 2017-11-04 19:21:16 - [java] 'C:\ptc\Windchill_11.0\Windchill\codebase/gwt' INFO 2017-11-04 19:21:16 - [java] '-style' INFO 2017-11-04 19:21:16 - [java] 'OBF' INFO 2017-11-04 19:21:16 - [java] '-workDir' INFO 2017-11-04 19:21:16 - [java] 'C:\ptc\Windchill_11.0\Windchill/temp' INFO 2017-11-04 19:21:16 - [java] '-localWorkers' INFO 2017-11-04 19:21:16 - [java] '1' INFO 2017-11-04 19:21:16 - [java] '-XdisableCastChecking' INFO 2017-11-04 19:21:16 - [java] 'com.ptc.windchill.wncgwt.WncGWT' INFO 2017-11-04 19:21:16 - [java] INFO 2017-11-04 19:21:16 - [java] The ' characters around the executable and arguments are INFO 2017-11-04 19:21:16 - [java] not part of the command. INFO 2017-11-04 19:21:16 - [java] Using input "" INFO 2017-11-04 19:21:16 - [java] CompilerOracle: exclude org/eclipse/core/internal/dtree/DataTreeNode.forwardDeltaWith INFO 2017-11-04 19:21:16 - [java] CompilerOracle: exclude org/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding. INFO 2017-11-04 19:21:16 - [java] CompilerOracle: exclude org/eclipse/jdt/internal/compiler/lookup/ParameterizedMethodBinding. INFO 2017-11-04 19:21:22 - [java] Compiling module com.ptc.windchill.wncgwt.WncGWT INFO 2017-11-04 19:21:54 - [java] ### Excluding compile: org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding:: INFO 2017-11-04 19:21:55 - [java] ### Excluding compile: org.eclipse.jdt.internal.compiler.lookup.ParameterizedMethodBinding:: INFO 2017-11-04 19:22:00 - [java] ### Excluding compile: org.eclipse.jdt.internal.compiler.lookup.ParameterizedMethodBinding:: INFO 2017-11-04 19:22:38 - [java] Validating units: INFO 2017-11-04 19:22:38 - [java] Ignored 15 units with compilation errors in first pass. INFO 2017-11-04 19:22:38 - [java] Compile with -strict or with -logLevel set to TRACE or DEBUG to see all errors. INFO 2017-11-04 19:24:28 - [java] Compiling 3 permutations INFO 2017-11-04 19:24:28 - [java] Compiling permutation 0... INFO 2017-11-04 19:25:37 - [java] Compiling permutation 1... INFO 2017-11-04 19:26:42 - [java] Compiling permutation 2... INFO 2017-11-04 19:27:42 - [java] Compile of permutations succeeded INFO 2017-11-04 19:27:45 - [java] Linking into C:\ptc\Windchill_11.0\Windchill\codebase\gwt\com.ptc.windchill.wncgwt.WncGWT INFO 2017-11-04 19:27:45 - [java] Link succeeded INFO 2017-11-04 19:27:45 - [java] Compilation succeeded -- 383.080s INFO 2017-11-04 19:27:45 - Override ignored for property "class_path.codebase" INFO 2017-11-04 19:27:45 - Override ignored for property "class_path.src.jars" INFO 2017-11-04 19:27:45 - Override ignored for property "class_path_regular_jars" INFO 2017-11-04 19:27:45 - [groovy] addText(' INFO 2017-11-04 19:27:45 - [groovy] // This groovy script's goal is to move the GWT jars to the end of the classpath so that INFO 2017-11-04 19:27:45 - [groovy] // we can override them without editing the jars provided from Google. INFO 2017-11-04 19:27:45 - [groovy] INFO 2017-11-04 19:27:45 - [groovy] // This function reduces a fully or partially qualified jar to just its name INFO 2017-11-04 19:27:45 - [groovy] // without its .jar extension. INFO 2017-11-04 19:27:45 - [groovy] def extractJarName (String rawJarName) { INFO 2017-11-04 19:27:45 - [groovy] String[] jarSplit = rawJarName.split("/"); INFO 2017-11-04 19:27:45 - [groovy] String jarName = jarSplit[jarSplit.length - 1] INFO 2017-11-04 19:27:45 - [groovy] jarSplit = jarName.split("\\\\") INFO 2017-11-04 19:27:45 - [groovy] jarName = jarSplit[jarSplit.length - 1] INFO 2017-11-04 19:27:45 - [groovy] jarName = jarName.substring(0, jarName.lastIndexOf(".jar") > 0 ? jarName.lastIndexOf(".") : jarName.length()) INFO 2017-11-04 19:27:45 - [groovy] return jarName; INFO 2017-11-04 19:27:45 - [groovy] } INFO 2017-11-04 19:27:45 - [groovy] INFO 2017-11-04 19:27:45 - [groovy] def ant = new AntBuilder(project) INFO 2017-11-04 19:27:45 - [groovy] def gwtDeps = ant.project.properties.class_path_regular_jars INFO 2017-11-04 19:27:45 - [groovy] def gwt_mods = ant.project.properties.gwt_mods INFO 2017-11-04 19:27:45 - [groovy] INFO 2017-11-04 19:27:45 - [groovy] String[] splitGwtDeps = gwtDeps.split(File.pathSeparator) INFO 2017-11-04 19:27:45 - [groovy] String[] spltGwtMods = gwt_mods.split(",") INFO 2017-11-04 19:27:45 - [groovy] INFO 2017-11-04 19:27:45 - [groovy] String newGwtDeps = ""; INFO 2017-11-04 19:27:45 - [groovy] String depsForTheEnd = ""; INFO 2017-11-04 19:27:45 - [groovy] INFO 2017-11-04 19:27:45 - [groovy] for (String gwtDep : splitGwtDeps) { INFO 2017-11-04 19:27:45 - [groovy] String gwtDepJarName = extractJarName(gwtDep); INFO 2017-11-04 19:27:45 - [groovy] INFO 2017-11-04 19:27:45 - [groovy] boolean found = false; INFO 2017-11-04 19:27:45 - [groovy] for (String gwt_mod : spltGwtMods) { INFO 2017-11-04 19:27:45 - [groovy] String gwt_modJarName = extractJarName(gwt_mod); INFO 2017-11-04 19:27:45 - [groovy] INFO 2017-11-04 19:27:45 - [groovy] if (gwtDepJarName.trim().equals(gwt_modJarName.trim())) { INFO 2017-11-04 19:27:45 - [groovy] INFO 2017-11-04 19:27:45 - [groovy] found = true; INFO 2017-11-04 19:27:45 - [groovy] break; INFO 2017-11-04 19:27:45 - [groovy] } INFO 2017-11-04 19:27:45 - [groovy] } INFO 2017-11-04 19:27:45 - [groovy] INFO 2017-11-04 19:27:45 - [groovy] if (!found) { INFO 2017-11-04 19:27:45 - [groovy] if (!newGwtDeps.isEmpty()) { INFO 2017-11-04 19:27:45 - [groovy] newGwtDeps += "; "; INFO 2017-11-04 19:27:45 - [groovy] } INFO 2017-11-04 19:27:45 - [groovy] newGwtDeps += gwtDep; INFO 2017-11-04 19:27:45 - [groovy] } INFO 2017-11-04 19:27:45 - [groovy] else { INFO 2017-11-04 19:27:45 - [groovy] depsForTheEnd += "; "; INFO 2017-11-04 19:27:45 - [groovy] depsForTheEnd += gwtDep; INFO 2017-11-04 19:27:45 - [groovy] } INFO 2017-11-04 19:27:45 - [groovy] } INFO 2017-11-04 19:27:45 - [groovy] INFO 2017-11-04 19:27:45 - [groovy] ant.property(name:'rearrangedGwtDeps', value: (newGwtDeps + depsForTheEnd)) INFO 2017-11-04 19:27:45 - [groovy] ') INFO 2017-11-04 19:27:45 - [groovy] Script: // This groovy script's goal is to move the GWT jars to the end of the classpath so that INFO 2017-11-04 19:27:45 - [groovy] // we can override them without editing the jars provided from Google. INFO 2017-11-04 19:27:45 - [groovy] INFO 2017-11-04 19:27:45 - [groovy] // This function reduces a fully or partially qualified jar to just its name INFO 2017-11-04 19:27:45 - [groovy] // without its .jar extension. INFO 2017-11-04 19:27:45 - [groovy] def extractJarName (String rawJarName) { INFO 2017-11-04 19:27:45 - [groovy] String[] jarSplit = rawJarName.split("/"); INFO 2017-11-04 19:27:45 - [groovy] String jarName = jarSplit[jarSplit.length - 1] INFO 2017-11-04 19:27:45 - [groovy] jarSplit = jarName.split("\\\\") INFO 2017-11-04 19:27:45 - [groovy] jarName = jarSplit[jarSplit.length - 1] INFO 2017-11-04 19:27:45 - [groovy] jarName = jarName.substring(0, jarName.lastIndexOf(".jar") > 0 ? jarName.lastIndexOf(".") : jarName.length()) INFO 2017-11-04 19:27:45 - [groovy] return jarName; INFO 2017-11-04 19:27:45 - [groovy] } INFO 2017-11-04 19:27:45 - [groovy] INFO 2017-11-04 19:27:45 - [groovy] def ant = new AntBuilder(project) INFO 2017-11-04 19:27:45 - [groovy] def gwtDeps = ant.project.properties.class_path_regular_jars INFO 2017-11-04 19:27:45 - [groovy] def gwt_mods = ant.project.properties.gwt_mods INFO 2017-11-04 19:27:45 - [groovy] INFO 2017-11-04 19:27:45 - [groovy] String[] splitGwtDeps = gwtDeps.split(File.pathSeparator) INFO 2017-11-04 19:27:45 - [groovy] String[] spltGwtMods = gwt_mods.split(",") INFO 2017-11-04 19:27:45 - [groovy] INFO 2017-11-04 19:27:45 - [groovy] String newGwtDeps = ""; INFO 2017-11-04 19:27:45 - [groovy] String depsForTheEnd = ""; INFO 2017-11-04 19:27:45 - [groovy] INFO 2017-11-04 19:27:45 - [groovy] for (String gwtDep : splitGwtDeps) { INFO 2017-11-04 19:27:45 - [groovy] String gwtDepJarName = extractJarName(gwtDep); INFO 2017-11-04 19:27:45 - [groovy] INFO 2017-11-04 19:27:45 - [groovy] boolean found = false; INFO 2017-11-04 19:27:45 - [groovy] for (String gwt_mod : spltGwtMods) { INFO 2017-11-04 19:27:45 - [groovy] String gwt_modJarName = extractJarName(gwt_mod); INFO 2017-11-04 19:27:45 - [groovy] INFO 2017-11-04 19:27:45 - [groovy] if (gwtDepJarName.trim().equals(gwt_modJarName.trim())) { INFO 2017-11-04 19:27:45 - [groovy] INFO 2017-11-04 19:27:45 - [groovy] found = true; INFO 2017-11-04 19:27:45 - [groovy] break; INFO 2017-11-04 19:27:45 - [groovy] } INFO 2017-11-04 19:27:45 - [groovy] } INFO 2017-11-04 19:27:45 - [groovy] INFO 2017-11-04 19:27:45 - [groovy] if (!found) { INFO 2017-11-04 19:27:45 - [groovy] if (!newGwtDeps.isEmpty()) { INFO 2017-11-04 19:27:45 - [groovy] newGwtDeps += "; "; INFO 2017-11-04 19:27:45 - [groovy] } INFO 2017-11-04 19:27:45 - [groovy] newGwtDeps += gwtDep; INFO 2017-11-04 19:27:45 - [groovy] } INFO 2017-11-04 19:27:45 - [groovy] else { INFO 2017-11-04 19:27:45 - [groovy] depsForTheEnd += "; "; INFO 2017-11-04 19:27:45 - [groovy] depsForTheEnd += gwtDep; INFO 2017-11-04 19:27:45 - [groovy] } INFO 2017-11-04 19:27:45 - [groovy] } INFO 2017-11-04 19:27:45 - [groovy] INFO 2017-11-04 19:27:45 - [groovy] ant.property(name:'rearrangedGwtDeps', value: (newGwtDeps + depsForTheEnd)) INFO 2017-11-04 19:27:46 - Override ignored for property "rearrangedGwtDeps" INFO 2017-11-04 19:27:46 - [groovy] statements executed successfully INFO 2017-11-04 19:27:46 - [java] Executing 'C:\Users\GAGAN\AppData\Local\Temp\I1509800568\Windows\resource\jre\bin\java.exe' with arguments: INFO 2017-11-04 19:27:46 - [java] '-server' INFO 2017-11-04 19:27:46 - [java] '-Xmx2000M' INFO 2017-11-04 19:27:46 - [java] '-Xss2048k' INFO 2017-11-04 19:27:46 - [java] '-Dwtcodebase=C:\ptc\Windchill_11.0\Windchill\codebase' INFO 2017-11-04 19:27:46 - [java] '-XX:CompileCommand=exclude,org/eclipse/core/internal/dtree/DataTreeNode,forwardDeltaWith' INFO 2017-11-04 19:27:46 - [java] '-XX:CompileCommand=exclude,org/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding,' INFO 2017-11-04 19:27:46 - [java] '-XX:CompileCommand=exclude,org/eclipse/jdt/internal/compiler/lookup/ParameterizedMethodBinding,' INFO 2017-11-04 19:27:46 - [java] '-classpath' INFO 2017-11-04 19:27:46 - [java] 'C:\ptc\Windchill_11.0\Windchill\codebase;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\Associative-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\AssociativePartStructureBrowser-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\AssociativeStructureBrowser-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\BaseClient-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\BaseServer-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\CADAlternateRep-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\CAT-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\CommonCore-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\ContextBuilderCommon-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\CoreGWT-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\DocumentStructureBrowser-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\DualStructure-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\DualStructureBrowser-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\DualStructureViewer-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\DualStructureViewerCore-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\EPM-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\EffectivityManagement-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\ExpansionCriteriaCore-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\ExpansionCriteriaUI-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\Foundation-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\HistoryClient-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\LotBaseline-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\MetaSpecCommon-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\ModelStructureReport-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\Mvc-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\OptionsGWTClients-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\PartAlternateRep-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\PartAlternateRepUI-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\PartConfigurationCompare-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\PartConfigurationInstance-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\PartInstanceCompare-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\PartStructureBrowser-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\PersistedCollectionUI-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\ProductFamilyManagementUI-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\RequirementTraceabilityClient-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\ServiceEffectivityClients-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\StructFilterRule-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\StructFilterRuleUI-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\StructureCompare-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\StructureComponent-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\UICommonResources-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\UwgmCadx-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\WncGWTCompile-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\WorkspaceBrowser-src.jar;C:\ptc\Windchill_11.0\Windchill\srclib\gxt.jar;C:\ptc\Windchill_11.0\Windchill\srclib\ie\InfoEngine.jar;C:\ptc\Windchill_11.0\Windchill\srclib\jmxcore\WtJmxCore.jar;C:\ptc\Windchill_11.0\Windchill\srclib\jmxcore\WtLogR.jar;C:\ptc\Windchill_11.0\Windchill\srclib\json.jar;C:\ptc\Windchill_11.0\Windchill\srclib\log4j.jar;C:\ptc\Windchill_11.0\Windchill\srclib\spring-aop.jar;C:\ptc\Windchill_11.0\Windchill\srclib\spring-aspects.jar;C:\ptc\Windchill_11.0\Windchill\srclib\spring-beans.jar;C:\ptc\Windchill_11.0\Windchill\srclib\spring-context-support.jar;C:\ptc\Windchill_11.0\Windchill\srclib\spring-context.jar;C:\ptc\Windchill_11.0\Windchill\srclib\spring-core.jar;C:\ptc\Windchill_11.0\Windchill\srclib\spring-expression.jar;C:\ptc\Windchill_11.0\Windchill\srclib\spring-instrument-tomcat.jar;C:\ptc\Windchill_11.0\Windchill\srclib\spring-instrument.jar;C:\ptc\Windchill_11.0\Windchill\srclib\spring-jdbc.jar;C:\ptc\Windchill_11.0\Windchill\srclib\spring-jms.jar;C:\ptc\Windchill_11.0\Windchill\srclib\spring-messaging.jar;C:\ptc\Windchill_11.0\Windchill\srclib\spring-orm.jar;C:\ptc\Windchill_11.0\Windchill\srclib\spring-oxm.jar;C:\ptc\Windchill_11.0\Windchill\srclib\spring-test.jar;C:\ptc\Windchill_11.0\Windchill\srclib\spring-tx.jar;C:\ptc\Windchill_11.0\Windchill\srclib\spring-web.jar;C:\ptc\Windchill_11.0\Windchill\srclib\spring-webmvc-portlet.jar;C:\ptc\Windchill_11.0\Windchill\srclib\spring-webmvc.jar;C:\ptc\Windchill_11.0\Windchill\srclib\spring-websocket.jar;C:\ptc\Windchill_11.0\Windchill\srclib\tool\Annotations.jar;C:\ptc\Windchill_11.0\Windchill\srclib\vecmath.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\CADAlternateRep.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\CAT.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\CollectionSrv.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\CommonComponents.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\CommonCore.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\ContextBuilderCommon.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\CoreFoundationDelegates.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\CoreGWT.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\CoreHtmlComp.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\DocumentStructureBrowser.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\DualStructureBrowser.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\DualStructureViewer.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\DualStructureViewerCore.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\ExpansionCriteriaCore.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\ExpansionCriteriaUI.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\Foundation.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\MetaSpecCommon.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\ModelStructureReport.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\Mvc.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\OptionsGWTClients.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\PartAlternateRep.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\PartAlternateRepUI.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\PartConfigurationCompare.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\PartConfigurationInstance.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\PartInstanceCompare.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\PartStructureBrowser.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\PersistedCollectionUI.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\ServiceEffectivityClients.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\StructFilterRule.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\StructFilterRuleUI.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\StructureCompare.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\UICommonResources.jar;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\WncGWTCompile.jar;C:\ptc\Windchill_11.0\Windchill\bin;C:\ptc\Windchill_11.0\Windchill\srclib\gwt-dev.jar;C:\ptc\Windchill_11.0\Windchill\srclib\gwt-user.jar;C:\ptc\Windchill_11.0\Windchill\srclib\gwtx-1.5.2.jar;C:\ptc\Windchill_11.0\Windchill\srclib\log4j-gwt.jar;C:\ptc\Windchill_11.0\Windchill\srclib\validation-api-1.0.0.GA-sources.jar;C:\ptc\Windchill_11.0\Windchill\srclib\validation-api-1.0.0.GA.jar' INFO 2017-11-04 19:27:46 - [java] 'com.google.gwt.dev.Compiler' INFO 2017-11-04 19:27:46 - [java] '-logLevel' INFO 2017-11-04 19:27:46 - [java] 'INFO' INFO 2017-11-04 19:27:46 - [java] '-war' INFO 2017-11-04 19:27:46 - [java] 'C:\ptc\Windchill_11.0\Windchill\codebase/gwt' INFO 2017-11-04 19:27:46 - [java] '-style' INFO 2017-11-04 19:27:46 - [java] 'PRETTY' INFO 2017-11-04 19:27:46 - [java] '-workDir' INFO 2017-11-04 19:27:46 - [java] 'C:\ptc\Windchill_11.0\Windchill/temp' INFO 2017-11-04 19:27:46 - [java] '-localWorkers' INFO 2017-11-04 19:27:46 - [java] '1' INFO 2017-11-04 19:27:46 - [java] 'com.ptc.windchill.wncgwt.WncGWTdebug' INFO 2017-11-04 19:27:46 - [java] INFO 2017-11-04 19:27:46 - [java] The ' characters around the executable and arguments are INFO 2017-11-04 19:27:46 - [java] not part of the command. INFO 2017-11-04 19:27:46 - [java] Using input "" INFO 2017-11-04 19:27:46 - [java] CompilerOracle: exclude org/eclipse/core/internal/dtree/DataTreeNode.forwardDeltaWith INFO 2017-11-04 19:27:46 - [java] CompilerOracle: exclude org/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding. INFO 2017-11-04 19:27:46 - [java] CompilerOracle: exclude org/eclipse/jdt/internal/compiler/lookup/ParameterizedMethodBinding. INFO 2017-11-04 19:27:49 - [java] Compiling module com.ptc.windchill.wncgwt.WncGWTdebug INFO 2017-11-04 19:28:08 - [java] ### Excluding compile: org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding:: INFO 2017-11-04 19:28:10 - [java] ### Excluding compile: org.eclipse.jdt.internal.compiler.lookup.ParameterizedMethodBinding:: INFO 2017-11-04 19:28:12 - [java] ### Excluding compile: org.eclipse.jdt.internal.compiler.lookup.ParameterizedMethodBinding:: INFO 2017-11-04 19:28:46 - [java] Validating units: INFO 2017-11-04 19:28:46 - [java] Ignored 15 units with compilation errors in first pass. INFO 2017-11-04 19:28:46 - [java] Compile with -strict or with -logLevel set to TRACE or DEBUG to see all errors. INFO 2017-11-04 19:30:32 - [java] Compiling 3 permutations INFO 2017-11-04 19:30:32 - [java] Compiling permutation 0... INFO 2017-11-04 19:31:45 - [java] Compiling permutation 1... INFO 2017-11-04 19:32:54 - [java] Compiling permutation 2... INFO 2017-11-04 19:34:05 - [java] Compile of permutations succeeded INFO 2017-11-04 19:34:22 - [java] Linking into C:\ptc\Windchill_11.0\Windchill\codebase\gwt\com.ptc.windchill.wncgwt.WncGWTdebug INFO 2017-11-04 19:34:22 - [java] Link succeeded INFO 2017-11-04 19:34:22 - [java] Compilation succeeded -- 392.811s INFO 2017-11-04 19:34:22 - [ant] Exiting C:\ptc\Windchill_11.0\Windchill\bin\gwt.xml. INFO 2017-11-04 19:34:22 - [groovy] addText(' INFO 2017-11-04 19:34:22 - [groovy] INFO 2017-11-04 19:34:22 - [groovy] INFO 2017-11-04 19:34:22 - [groovy] INFO 2017-11-04 19:34:22 - [groovy] ant.echo(message: "${new java.text.SimpleDateFormat(args[1]).format(new Date())} ${args[0]}") // , level: org.apache.tools.ant.types.LogLevel.VERBOSE INFO 2017-11-04 19:34:22 - [groovy] //println new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(new Date()) args[0] INFO 2017-11-04 19:34:22 - [groovy] INFO 2017-11-04 19:34:22 - [groovy] ') INFO 2017-11-04 19:34:22 - [groovy] Script: ant.echo(message: "${new java.text.SimpleDateFormat(args[1]).format(new Date())} ${args[0]}") // , level: org.apache.tools.ant.types.LogLevel.VERBOSE INFO 2017-11-04 19:34:22 - [groovy] //println new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(new Date()) args[0] INFO 2017-11-04 19:34:22 - [echo] 2017-11-04 19:34:22 !T! EXIT deploy_gwt for * INFO 2017-11-04 19:34:22 - [groovy] statements executed successfully INFO 2017-11-04 19:34:22 - INFO 2017-11-04 19:34:22 - update_enunciate_index.init: INFO 2017-11-04 19:34:22 - [available] Found: groovy\UpdateEnunciateIndex.groovy INFO 2017-11-04 19:34:22 - [available] Found: resources\enunciate_style.css INFO 2017-11-04 19:34:22 - [available] Found: tools.xml INFO 2017-11-04 19:34:22 - [available] Found: C:\ptc\Windchill_11.0\Java\lib\tools.jar INFO 2017-11-04 19:34:22 - INFO 2017-11-04 19:34:22 - update_enunciate_index: INFO 2017-11-04 19:34:22 - [groovy] addText(' INFO 2017-11-04 19:34:22 - [groovy] INFO 2017-11-04 19:34:22 - [groovy] INFO 2017-11-04 19:34:22 - [groovy] INFO 2017-11-04 19:34:22 - [groovy] ant.echo(message: "${new java.text.SimpleDateFormat(args[1]).format(new Date())} ${args[0]}") // , level: org.apache.tools.ant.types.LogLevel.VERBOSE INFO 2017-11-04 19:34:22 - [groovy] //println new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(new Date()) args[0] INFO 2017-11-04 19:34:22 - [groovy] INFO 2017-11-04 19:34:22 - [groovy] ') INFO 2017-11-04 19:34:22 - [groovy] Script: ant.echo(message: "${new java.text.SimpleDateFormat(args[1]).format(new Date())} ${args[0]}") // , level: org.apache.tools.ant.types.LogLevel.VERBOSE INFO 2017-11-04 19:34:22 - [groovy] //println new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(new Date()) args[0] INFO 2017-11-04 19:34:22 - [echo] 2017-11-04 19:34:22 !T! ENTER update_enunciate_index INFO 2017-11-04 19:34:22 - [groovy] statements executed successfully INFO 2017-11-04 19:34:22 - Project base dir set to: C:\ptc\Windchill_11.0\Windchill\bin INFO 2017-11-04 19:34:22 - [ant] calling target(s) [update_enunciate_index] in build file C:\ptc\Windchill_11.0\Windchill\bin\tools.xml INFO 2017-11-04 19:34:22 - parsing buildfile C:\ptc\Windchill_11.0\Windchill\bin\tools.xml with URI = file:/C:/ptc/Windchill_11.0/Windchill/bin/tools.xml INFO 2017-11-04 19:34:22 - Project base dir set to: C:\ptc\Windchill_11.0\Windchill\bin INFO 2017-11-04 19:34:22 - parsing buildfile jar:file:/C:/Users/GAGAN/AppData/Local/Temp/ant/lib/ant-contrib.jar!/net/sf/antcontrib/antlib.xml with URI = jar:file:/C:/Users/GAGAN/AppData/Local/Temp/ant/lib/ant-contrib.jar!/net/sf/antcontrib/antlib.xml from a zip file INFO 2017-11-04 19:34:22 - Override ignored for property "this.dir" INFO 2017-11-04 19:34:22 - Override ignored for property "env.wt_home" INFO 2017-11-04 19:34:22 - [property] Loading Environment env. INFO 2017-11-04 19:34:22 - Override ignored for property "env.NUMBER_OF_PROCESSORS" INFO 2017-11-04 19:34:22 - Override ignored for property "env.windows_tracing_logfile" INFO 2017-11-04 19:34:22 - Override ignored for property "env.PSModulePath" INFO 2017-11-04 19:34:22 - Override ignored for property "env.USERPROFILE" INFO 2017-11-04 19:34:22 - Override ignored for property "env.windows_tracing_flags" INFO 2017-11-04 19:34:22 - Override ignored for property "env.windir" INFO 2017-11-04 19:34:22 - Override ignored for property "env.PROCESSOR_IDENTIFIER" INFO 2017-11-04 19:34:22 - Override ignored for property "env.FP_NO_HOST_CHECK" INFO 2017-11-04 19:34:22 - Override ignored for property "env.=C:" INFO 2017-11-04 19:34:22 - Override ignored for property "env.ProgramW6432" INFO 2017-11-04 19:34:22 - Override ignored for property "env.PROCESSOR_ARCHITECTURE" INFO 2017-11-04 19:34:22 - Override ignored for property "env.CommonProgramFiles" INFO 2017-11-04 19:34:22 - Override ignored for property "env.CommonProgramFiles(x86)" INFO 2017-11-04 19:34:22 - Override ignored for property "env.PUBLIC" INFO 2017-11-04 19:34:22 - Override ignored for property "env.PATHEXT" INFO 2017-11-04 19:34:22 - Override ignored for property "env.CommonProgramW6432" INFO 2017-11-04 19:34:22 - Override ignored for property "env._USE_CLASSPATH" INFO 2017-11-04 19:34:22 - Override ignored for property "env.SystemRoot" INFO 2017-11-04 19:34:22 - Override ignored for property "env.OS" INFO 2017-11-04 19:34:22 - Override ignored for property "env.COMPUTERNAME" INFO 2017-11-04 19:34:22 - Override ignored for property "env.HOMEPATH" INFO 2017-11-04 19:34:22 - Override ignored for property "env.APPDATA" INFO 2017-11-04 19:34:22 - Override ignored for property "env.SystemDrive" INFO 2017-11-04 19:34:22 - Override ignored for property "env.ProgramData" INFO 2017-11-04 19:34:22 - Override ignored for property "env.USERDOMAIN" INFO 2017-11-04 19:34:22 - Override ignored for property "env.ComSpec" INFO 2017-11-04 19:34:22 - Override ignored for property "env.USERNAME" INFO 2017-11-04 19:34:22 - Override ignored for property "env.Path" INFO 2017-11-04 19:34:22 - Override ignored for property "env.PROCESSOR_LEVEL" INFO 2017-11-04 19:34:22 - Override ignored for property "env.HOMEDRIVE" INFO 2017-11-04 19:34:22 - Override ignored for property "env.TMP" INFO 2017-11-04 19:34:22 - Override ignored for property "env.ANT_CMD_LINE_ARGS" INFO 2017-11-04 19:34:22 - Override ignored for property "env.JAVA_HOME" INFO 2017-11-04 19:34:22 - Override ignored for property "env.wt_home" INFO 2017-11-04 19:34:22 - Override ignored for property "env.ProgramFiles(x86)" INFO 2017-11-04 19:34:22 - Override ignored for property "env.ProgramFiles" INFO 2017-11-04 19:34:22 - Override ignored for property "env.ANT_OPTS" INFO 2017-11-04 19:34:22 - Override ignored for property "env.PROMPT" INFO 2017-11-04 19:34:22 - Override ignored for property "env.ALLUSERSPROFILE" INFO 2017-11-04 19:34:22 - Override ignored for property "env.LOGONSERVER" INFO 2017-11-04 19:34:22 - Override ignored for property "env.__PROCESS_HISTORY" INFO 2017-11-04 19:34:22 - Override ignored for property "env._JAVACMD" INFO 2017-11-04 19:34:22 - Override ignored for property "env.TEMP" INFO 2017-11-04 19:34:22 - Override ignored for property "env.WT_HOME" INFO 2017-11-04 19:34:22 - Override ignored for property "env.LOCALAPPDATA" INFO 2017-11-04 19:34:22 - Override ignored for property "env.PROCESSOR_REVISION" INFO 2017-11-04 19:34:22 - Override ignored for property "env.ANT_HOME" INFO 2017-11-04 19:34:22 - [property] Loading C:\ptc\Windchill_11.0\Windchill\bin\user.build.properties INFO 2017-11-04 19:34:22 - [property] Unable to find property file: C:\ptc\Windchill_11.0\Windchill\bin\user.build.properties INFO 2017-11-04 19:34:22 - Override ignored for property "env.wt_home" INFO 2017-11-04 19:34:22 - Override ignored for property "installroot" INFO 2017-11-04 19:34:22 - Override ignored for property "buildroot" INFO 2017-11-04 19:34:22 - Property "env.wt_viewroot" has not been set INFO 2017-11-04 19:34:22 - Importing file C:\ptc\Windchill_11.0\Windchill\bin\ohioImport.xml from C:\ptc\Windchill_11.0\Windchill\bin\tools.xml INFO 2017-11-04 19:34:22 - Overriding previous definition of reference to ant.projectHelper INFO 2017-11-04 19:34:22 - parsing buildfile C:\ptc\Windchill_11.0\Windchill\bin\ohioImport.xml with URI = file:/C:/ptc/Windchill_11.0/Windchill/bin/ohioImport.xml INFO 2017-11-04 19:34:22 - [property] Loading Environment env. INFO 2017-11-04 19:34:22 - Override ignored for property "env.NUMBER_OF_PROCESSORS" INFO 2017-11-04 19:34:22 - Override ignored for property "env.windows_tracing_logfile" INFO 2017-11-04 19:34:22 - Override ignored for property "env.PSModulePath" INFO 2017-11-04 19:34:22 - Override ignored for property "env.USERPROFILE" INFO 2017-11-04 19:34:22 - Override ignored for property "env.windows_tracing_flags" INFO 2017-11-04 19:34:22 - Override ignored for property "env.windir" INFO 2017-11-04 19:34:22 - Override ignored for property "env.PROCESSOR_IDENTIFIER" INFO 2017-11-04 19:34:22 - Override ignored for property "env.FP_NO_HOST_CHECK" INFO 2017-11-04 19:34:22 - Override ignored for property "env.=C:" INFO 2017-11-04 19:34:22 - Override ignored for property "env.ProgramW6432" INFO 2017-11-04 19:34:22 - Override ignored for property "env.PROCESSOR_ARCHITECTURE" INFO 2017-11-04 19:34:22 - Override ignored for property "env.CommonProgramFiles" INFO 2017-11-04 19:34:22 - Override ignored for property "env.CommonProgramFiles(x86)" INFO 2017-11-04 19:34:22 - Override ignored for property "env.PUBLIC" INFO 2017-11-04 19:34:22 - Override ignored for property "env.PATHEXT" INFO 2017-11-04 19:34:22 - Override ignored for property "env.CommonProgramW6432" INFO 2017-11-04 19:34:22 - Override ignored for property "env._USE_CLASSPATH" INFO 2017-11-04 19:34:22 - Override ignored for property "env.SystemRoot" INFO 2017-11-04 19:34:22 - Override ignored for property "env.OS" INFO 2017-11-04 19:34:22 - Override ignored for property "env.COMPUTERNAME" INFO 2017-11-04 19:34:22 - Override ignored for property "env.HOMEPATH" INFO 2017-11-04 19:34:22 - Override ignored for property "env.APPDATA" INFO 2017-11-04 19:34:22 - Override ignored for property "env.SystemDrive" INFO 2017-11-04 19:34:22 - Override ignored for property "env.ProgramData" INFO 2017-11-04 19:34:22 - Override ignored for property "env.USERDOMAIN" INFO 2017-11-04 19:34:22 - Override ignored for property "env.ComSpec" INFO 2017-11-04 19:34:22 - Override ignored for property "env.USERNAME" INFO 2017-11-04 19:34:22 - Override ignored for property "env.Path" INFO 2017-11-04 19:34:22 - Override ignored for property "env.PROCESSOR_LEVEL" INFO 2017-11-04 19:34:22 - Override ignored for property "env.HOMEDRIVE" INFO 2017-11-04 19:34:22 - Override ignored for property "env.TMP" INFO 2017-11-04 19:34:22 - Override ignored for property "env.ANT_CMD_LINE_ARGS" INFO 2017-11-04 19:34:22 - Override ignored for property "env.JAVA_HOME" INFO 2017-11-04 19:34:22 - Override ignored for property "env.wt_home" INFO 2017-11-04 19:34:22 - Override ignored for property "env.ProgramFiles(x86)" INFO 2017-11-04 19:34:22 - Override ignored for property "env.ProgramFiles" INFO 2017-11-04 19:34:22 - Override ignored for property "env.ANT_OPTS" INFO 2017-11-04 19:34:22 - Override ignored for property "env.PROMPT" INFO 2017-11-04 19:34:22 - Override ignored for property "env.ALLUSERSPROFILE" INFO 2017-11-04 19:34:22 - Override ignored for property "env.LOGONSERVER" INFO 2017-11-04 19:34:22 - Override ignored for property "env.__PROCESS_HISTORY" INFO 2017-11-04 19:34:22 - Override ignored for property "env._JAVACMD" INFO 2017-11-04 19:34:22 - Override ignored for property "env.TEMP" INFO 2017-11-04 19:34:22 - Override ignored for property "env.WT_HOME" INFO 2017-11-04 19:34:22 - Override ignored for property "env.LOCALAPPDATA" INFO 2017-11-04 19:34:22 - Override ignored for property "env.PROCESSOR_REVISION" INFO 2017-11-04 19:34:22 - Override ignored for property "env.ANT_HOME" INFO 2017-11-04 19:34:22 - Property "wt.home" has not been set INFO 2017-11-04 19:34:22 - Property "wt_home" has not been set INFO 2017-11-04 19:34:22 - Override ignored for property "installroot" INFO 2017-11-04 19:34:22 - Override ignored for property "installroot" INFO 2017-11-04 19:34:22 - Property "env.INTEG_MODE" has not been set INFO 2017-11-04 19:34:22 - Override ignored for property "ohioDocumentBaseDirName" INFO 2017-11-04 19:34:22 - [available] Unable to find C:\ptc\Windchill_11.0\Windchill\codebase.war INFO 2017-11-04 19:34:22 - Override ignored for property "documentBaseDirName" INFO 2017-11-04 19:34:22 - Overriding previous definition of reference to ant.projectHelper INFO 2017-11-04 19:34:22 - Override ignored for property "documentBaseDirName" INFO 2017-11-04 19:34:22 - [echo] INFO 2017-11-04 19:34:22 - [echo] basedir C:\ptc\Windchill_11.0\Windchill\bin INFO 2017-11-04 19:34:22 - [echo] ant.file C:\ptc\Windchill_11.0\Windchill\bin\tools.xml INFO 2017-11-04 19:34:22 - [echo] ant.file.WindchillTools C:\ptc\Windchill_11.0\Windchill\bin\tools.xml INFO 2017-11-04 19:34:22 - [echo] wt_home C:\ptc\Windchill_11.0\Windchill INFO 2017-11-04 19:34:22 - [echo] installroot C:\ptc\Windchill_11.0\Windchill INFO 2017-11-04 19:34:22 - [echo] srcroot C:\ptc\Windchill_11.0\Windchill INFO 2017-11-04 19:34:22 - [echo] buildroot C:\ptc\Windchill_11.0\Windchill INFO 2017-11-04 19:34:22 - [echo] INFO 2017-11-04 19:34:22 - Override ignored for property "env.wt_tool_lib" INFO 2017-11-04 19:34:22 - Override ignored for property "env.wt_3rd_lib" INFO 2017-11-04 19:34:22 - Override ignored for property "xml_jars" INFO 2017-11-04 19:34:22 - Override ignored for property "rt_codebase" INFO 2017-11-04 19:34:22 - Override ignored for property "rt_weblib" INFO 2017-11-04 19:34:22 - Override ignored for property "rt_serverlib" INFO 2017-11-04 19:34:22 - Override ignored for property "inst_codebase" INFO 2017-11-04 19:34:22 - Override ignored for property "inst_weblib" INFO 2017-11-04 19:34:22 - Override ignored for property "inst_serverlib" INFO 2017-11-04 19:34:22 - Override ignored for property "tool_assembly" INFO 2017-11-04 19:34:22 - Override ignored for property "wnc_assembly" INFO 2017-11-04 19:34:22 - Override ignored for property "jmx_assembly" INFO 2017-11-04 19:34:22 - [macrodef] creating macro RegistryMerge INFO 2017-11-04 19:34:22 - [macrodef] creating macro FilterFile INFO 2017-11-04 19:34:22 - [macrodef] creating macro CustomColumn INFO 2017-11-04 19:34:22 - Property "gen.input" has not been set INFO 2017-11-04 19:34:22 - [macrodef] creating macro SqlScripts INFO 2017-11-04 19:34:22 - [macrodef] creating macro InitFileset INFO 2017-11-04 19:34:22 - [macrodef] creating macro CopyMoveHelp INFO 2017-11-04 19:34:22 - [macrodef] creating macro RemoveHelp INFO 2017-11-04 19:34:22 - [ant] Entering C:\ptc\Windchill_11.0\Windchill\bin\tools.xml... INFO 2017-11-04 19:34:22 - Build sequence for target(s) `update_enunciate_index' is [update_enunciate_index] INFO 2017-11-04 19:34:22 - Complete build sequence is [update_enunciate_index, init, java.init, AppStarter.init, gen.init, wt_home.check, gen.check, custom_column, module.check, ddl_uninstall, register.init, register.help, bundle_custom.init, bundle.includes.convert, bundle.init, bundle.help, bundle_convert.init, app_starter.check, inforeport.init, inforeport.help, customer_build.init, customer_bundle, registry_merge.init, model_install, customer_client_jars, class_wnc, class_wnc.help, class_version.help, files_move, model_uninstall.init, model_uninstall, registry_diff.check, sql_script.help, class.check, app_starter.init, app_starter.help, registry_merge.check, bundle_convert.check, bundle_convert, files_move.help, customer_sql_script, registry_diff.init, registry_diff.help, class.init, eclipse_project.init, eclipse_project.check, eclipse_project, registry_diff, search_path.init, search_path.help, help, model_uninstall.help, sql_script, files_remove, class.help, class_version, registry_merge.help, custom_convert.init, bundle.check, registry_merge, custom_column.help, outputClasspath, eclipse_project.help, class.clean, search_path.check, search_path, customer_build.help, bundle.force, class, bundle_custom, customer_build, wt.step.schema.gen, gen, files_copy, bundle_custom.help, register, files_copy.help, files_remove.help, bundle_convert.help, inforeport.check, inforeport, bundle, ddl_install, custom_convert, app_starter, ] INFO 2017-11-04 19:34:22 - INFO 2017-11-04 19:34:22 - update_enunciate_index: INFO 2017-11-04 19:34:22 - [echo] enunciate base directory is: C:\ptc\Windchill_11.0\Windchill\codebase/wt/clients/library/enunciate INFO 2017-11-04 19:34:22 - [mkdir] Created dir: C:\ptc\Windchill_11.0\Windchill\codebase\wt\clients\library\enunciate INFO 2017-11-04 19:34:22 - [copy] Copying 1 file to C:\ptc\Windchill_11.0\Windchill\codebase\wt\clients\library\enunciate INFO 2017-11-04 19:34:22 - [copy] Copying C:\ptc\Windchill_11.0\Windchill\bin\resources\enunciate_style.css to C:\ptc\Windchill_11.0\Windchill\codebase\wt\clients\library\enunciate\style.css INFO 2017-11-04 19:34:23 - [groovy] addText(' INFO 2017-11-04 19:34:23 - [groovy] INFO 2017-11-04 19:34:23 - [groovy] ') INFO 2017-11-04 19:34:23 - [groovy] Script: import groovy.io.FileType INFO 2017-11-04 19:34:23 - [groovy] INFO 2017-11-04 19:34:23 - [groovy] import java.text.SimpleDateFormat; INFO 2017-11-04 19:34:23 - [groovy] import java.util.regex.Matcher INFO 2017-11-04 19:34:23 - [groovy] import java.util.regex.Pattern INFO 2017-11-04 19:34:23 - [groovy] import org.apache.tools.ant.types.LogLevel INFO 2017-11-04 19:34:23 - [groovy] import javax.xml.transform.TransformerFactory INFO 2017-11-04 19:34:23 - [groovy] import javax.xml.transform.stream.StreamResult INFO 2017-11-04 19:34:23 - [groovy] import javax.xml.transform.stream.StreamSource INFO 2017-11-04 19:34:23 - [groovy] INFO 2017-11-04 19:34:23 - [groovy] INFO 2017-11-04 19:34:23 - [groovy] /** INFO 2017-11-04 19:34:23 - [groovy] * This script searches a specified stream directory (any directory with a set of build/checkpoints), and INFO 2017-11-04 19:34:23 - [groovy] * returns the latest numeric folder value it found, or 0. INFO 2017-11-04 19:34:23 - [groovy] */ INFO 2017-11-04 19:34:23 - [groovy] def attributes = Util.processArgs(args, ["moduledir":0]) INFO 2017-11-04 19:34:23 - [groovy] def module_dir = new File( attributes.moduledir ) INFO 2017-11-04 19:34:23 - [groovy] def index_file_string = module_dir.getPath() + "/" + "index.html" INFO 2017-11-04 19:34:23 - [groovy] def index_file = new File(index_file_string) INFO 2017-11-04 19:34:23 - [groovy] String module_dir_normalized = module_dir.toString().replaceAll("\\\\", "/") INFO 2017-11-04 19:34:23 - [groovy] def stringWriter = new StringWriter() INFO 2017-11-04 19:34:23 - [groovy] INFO 2017-11-04 19:34:23 - [groovy] try INFO 2017-11-04 19:34:23 - [groovy] { INFO 2017-11-04 19:34:23 - [groovy] def xml = new groovy.xml.MarkupBuilder(stringWriter) INFO 2017-11-04 19:34:23 - [groovy] modXML(xml,module_dir, module_dir_normalized) INFO 2017-11-04 19:34:23 - [groovy] } INFO 2017-11-04 19:34:23 - [groovy] catch (Exception e) INFO 2017-11-04 19:34:23 - [groovy] { INFO 2017-11-04 19:34:23 - [groovy] ant.echo( message:"error thrown by CreateModuleReport.groovy " + e.getMessage(), level:LogLevel.WARN ) INFO 2017-11-04 19:34:23 - [groovy] } INFO 2017-11-04 19:34:23 - [groovy] INFO 2017-11-04 19:34:23 - [groovy] // Prepare to transform XML list to HTML INFO 2017-11-04 19:34:23 - [groovy] def xsltInput = stringWriter.toString() INFO 2017-11-04 19:34:23 - [groovy] INFO 2017-11-04 19:34:23 - [groovy] //Define XSLT INFO 2017-11-04 19:34:23 - [groovy] def xslt = ''' INFO 2017-11-04 19:34:23 - [groovy] INFO 2017-11-04 19:34:23 - [groovy] INFO 2017-11-04 19:34:23 - [groovy] INFO 2017-11-04 19:34:23 - [groovy] INFO 2017-11-04 19:34:23 - [groovy] INFO 2017-11-04 19:34:23 - [groovy] INFO 2017-11-04 19:34:23 - [groovy] Windchill WebService API Index INFO 2017-11-04 19:34:23 - [groovy] INFO 2017-11-04 19:34:23 - [groovy] INFO 2017-11-04 19:34:23 - [groovy]
INFO 2017-11-04 19:34:23 - [groovy]
INFO 2017-11-04 19:34:23 - [groovy] INFO 2017-11-04 19:34:23 - [groovy]
INFO 2017-11-04 19:34:23 - [groovy]
INFO 2017-11-04 19:34:23 - [groovy] INFO 2017-11-04 19:34:23 - [groovy]

Modules

INFO 2017-11-04 19:34:23 - [groovy]
    INFO 2017-11-04 19:34:23 - [groovy] INFO 2017-11-04 19:34:23 - [groovy] INFO 2017-11-04 19:34:23 - [groovy] INFO 2017-11-04 19:34:23 - [groovy]
INFO 2017-11-04 19:34:23 - [groovy]
INFO 2017-11-04 19:34:23 - [groovy]
INFO 2017-11-04 19:34:23 - [groovy] INFO 2017-11-04 19:34:23 - [groovy] INFO 2017-11-04 19:34:23 - [groovy]
INFO 2017-11-04 19:34:23 - [groovy] INFO 2017-11-04 19:34:23 - [groovy]
  • INFO 2017-11-04 19:34:23 - [groovy] INFO 2017-11-04 19:34:23 - [groovy]
  • INFO 2017-11-04 19:34:23 - [groovy]
    INFO 2017-11-04 19:34:23 - [groovy]
    INFO 2017-11-04 19:34:23 - [groovy] '''.trim() INFO 2017-11-04 19:34:23 - [groovy] INFO 2017-11-04 19:34:23 - [groovy] // Perform the XML Tranformation INFO 2017-11-04 19:34:23 - [groovy] def factory = TransformerFactory.newInstance() INFO 2017-11-04 19:34:23 - [groovy] def transformer = factory.newTransformer(new StreamSource(new StringReader(xslt))) INFO 2017-11-04 19:34:23 - [groovy] //Write out the transformed XML (to html) file INFO 2017-11-04 19:34:23 - [groovy] transformer.transform(new StreamSource(new StringReader(xsltInput)), new StreamResult(index_file)) INFO 2017-11-04 19:34:23 - [groovy] INFO 2017-11-04 19:34:23 - [groovy] INFO 2017-11-04 19:34:23 - [groovy] /* provide utility method to create xml representation out of a given assembly_dir */ INFO 2017-11-04 19:34:23 - [groovy] void modXML(builder, assembly_dir, module_dir_normalized) INFO 2017-11-04 19:34:23 - [groovy] { INFO 2017-11-04 19:34:23 - [groovy] builder.modules { INFO 2017-11-04 19:34:23 - [groovy] assembly_dir.traverse( INFO 2017-11-04 19:34:23 - [groovy] type : FileType.DIRECTORIES, INFO 2017-11-04 19:34:23 - [groovy] postRoot : true, INFO 2017-11-04 19:34:23 - [groovy] maxDepth : 1) { INFO 2017-11-04 19:34:23 - [groovy] String itPath = it.path INFO 2017-11-04 19:34:23 - [groovy] itPath = itPath.replaceAll("\\\\", "/") INFO 2017-11-04 19:34:23 - [groovy] itPath = itPath.replaceAll(module_dir_normalized + "/", "") INFO 2017-11-04 19:34:23 - [groovy] if ( itPath.matches(".*/.*") ) { INFO 2017-11-04 19:34:23 - [groovy] builder.enunciate(type:"module") { INFO 2017-11-04 19:34:23 - [groovy] module(itPath) INFO 2017-11-04 19:34:23 - [groovy] } INFO 2017-11-04 19:34:23 - [groovy] } //else directory is an assembly or something else INFO 2017-11-04 19:34:23 - [groovy] } INFO 2017-11-04 19:34:23 - [groovy] } INFO 2017-11-04 19:34:23 - [groovy] } INFO 2017-11-04 19:34:25 - [groovy] statements executed successfully INFO 2017-11-04 19:34:25 - [ant] Exiting C:\ptc\Windchill_11.0\Windchill\bin\tools.xml. INFO 2017-11-04 19:34:25 - [groovy] addText(' INFO 2017-11-04 19:34:25 - [groovy] INFO 2017-11-04 19:34:25 - [groovy] INFO 2017-11-04 19:34:25 - [groovy] INFO 2017-11-04 19:34:25 - [groovy] ant.echo(message: "${new java.text.SimpleDateFormat(args[1]).format(new Date())} ${args[0]}") // , level: org.apache.tools.ant.types.LogLevel.VERBOSE INFO 2017-11-04 19:34:25 - [groovy] //println new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(new Date()) args[0] INFO 2017-11-04 19:34:25 - [groovy] INFO 2017-11-04 19:34:25 - [groovy] ') INFO 2017-11-04 19:34:25 - [groovy] Script: ant.echo(message: "${new java.text.SimpleDateFormat(args[1]).format(new Date())} ${args[0]}") // , level: org.apache.tools.ant.types.LogLevel.VERBOSE INFO 2017-11-04 19:34:25 - [groovy] //println new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(new Date()) args[0] INFO 2017-11-04 19:34:25 - [echo] 2017-11-04 19:34:25 !T! EXIT update_enunciate_index INFO 2017-11-04 19:34:25 - [groovy] statements executed successfully INFO 2017-11-04 19:34:25 - INFO 2017-11-04 19:34:25 - update_install_registry.init: INFO 2017-11-04 19:34:25 - [available] Found: C:\ptc\Windchill_11.0\Windchill\srclib\wnc\CommonCore.jar INFO 2017-11-04 19:34:25 - INFO 2017-11-04 19:34:25 - update_install_registry: INFO 2017-11-04 19:34:25 - Property "assembly_complete" has not been set INFO 2017-11-04 19:34:25 - Property "assembly_to_register" has not been set INFO 2017-11-04 19:34:25 - [java] Executing 'C:\Users\GAGAN\AppData\Local\Temp\I1509800568\Windows\resource\jre\bin\java.exe' with arguments: INFO 2017-11-04 19:34:25 - [java] '-classpath' INFO 2017-11-04 19:34:25 - [java] 'C:\ptc\Windchill_11.0\Windchill\codebase;C:\ptc\Windchill_11.0\Windchill\srclib\wnc\CommonCore.jar;C:\ptc\Windchill_11.0\Windchill\srclib\jmxcore\WtLogR.jar;C:\ptc\Windchill_11.0\Windchill\srclib\log4j.jar' INFO 2017-11-04 19:34:25 - [java] 'com.ptc.windchill.instassm.UpdateInstallationRegistry' INFO 2017-11-04 19:34:25 - [java] '--incomplete' INFO 2017-11-04 19:34:25 - [java] '--installDirectory=C:\ptc\Windchill_11.0\Windchill' INFO 2017-11-04 19:34:25 - [java] INFO 2017-11-04 19:34:25 - [java] The ' characters around the executable and arguments are INFO 2017-11-04 19:34:25 - [java] not part of the command. INFO 2017-11-04 19:34:25 - [java] Using input "" INFO 2017-11-04 19:34:28 - [java] Removing previous file: C:\ptc\Windchill_11.0\Windchill\codebase\instreg\registry. INFO 2017-11-04 19:34:28 - [java] Removing previous file: C:\ptc\Windchill_11.0\Windchill\codebase\instreg\commonpdm.ia. INFO 2017-11-04 19:34:28 - [java] Removing previous file: C:\ptc\Windchill_11.0\Windchill\codebase\instreg\ie.ia. INFO 2017-11-04 19:34:28 - [java] Removing previous file: C:\ptc\Windchill_11.0\Windchill\codebase\instreg\pdml.ia. INFO 2017-11-04 19:34:28 - [java] Removing previous file: C:\ptc\Windchill_11.0\Windchill\codebase\instreg\whc.ia. INFO 2017-11-04 19:34:28 - [java] Removing previous file: C:\ptc\Windchill_11.0\Windchill\codebase\instreg\wnc.ia. INFO 2017-11-04 19:34:28 - [java] Removing previous file: C:\ptc\Windchill_11.0\Windchill\codebase\instreg\wsp.ia. INFO 2017-11-04 19:34:28 - INFO 2017-11-04 19:34:28 - deploy_install: INFO 2017-11-04 19:34:28 - Skipped because property 'deploy_install.enable' not set. INFO 2017-11-04 19:34:28 - INFO 2017-11-04 19:34:28 - BUILD SUCCESSFUL INFO 2017-11-04 19:34:28 - Total time: 20 minutes 6 seconds INFO 2017-11-04 19:34:28 - Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0 DEBUG 2017-11-04 19:34:28 - Calling installModules deploy_install: timer.stop. Elapsed time = 00:20:06 -- 1206 sec DEBUG 2017-11-04 19:34:28 - ----- End: com.ptc.windchill.install.suite.actions.InstallModulesLauncherIaAction @ 2085250526 ----- DEBUG 2017-11-04 19:34:28 - java.lang.InterruptedException: sleep interrupted DEBUG 2017-11-04 19:34:28 - at java.lang.Thread.sleep(Native Method) DEBUG 2017-11-04 19:34:28 - at com.ptc.windchill.install.suite.actions.InstallModulesLauncherIaAction$ProgressBarIncherThread.run(InstallModulesLauncherIaAction.java:36) DEBUG 2017-11-04 19:34:28 - checkStreams: product_log_file_name = PTCSOLNINSTALLER_PtcInstall.log DEBUG 2017-11-04 19:34:28 - checkStreams: ia_product_log_file_name = PTCSOLNINSTALLER_InstallLog.xml DEBUG 2017-11-04 19:34:28 - --- Start: com.ptc.windchill.install.suite.actions.DeployInstallIaAction @ 1358009748 ----- DEBUG 2017-11-04 19:34:28 - Product install dir is C:\ptc\Windchill_11.0\PSI. DEBUG 2017-11-04 19:34:28 - Fixing up variable arrays... DEBUG 2017-11-04 19:34:28 - Done fixing up variable arrays. DEBUG 2017-11-04 19:34:28 - CHOSEN_INSTALL_SET=Recover DEBUG 2017-11-04 19:34:28 - CHOSEN_INSTALL_FEATURE_LIST=Application DEBUG 2017-11-04 19:34:28 - Replaced 0 occurrences in C:\ptc\Windchill_11.0\Windchill\codebase\WEB-INF\log4jMethodServer.properties DEBUG 2017-11-04 19:34:28 - Concatenated 0 blocks to end of C:\ptc\Windchill_11.0\Windchill\codebase\WEB-INF\log4jMethodServer.properties DEBUG 2017-11-04 19:34:29 - ----- End: com.ptc.windchill.install.suite.actions.DeployInstallIaAction @ 1358009748 ----- DEBUG 2017-11-04 19:34:29 - checkStreams: product_log_file_name = PTCSOLNINSTALLER_PtcInstall.log DEBUG 2017-11-04 19:34:29 - checkStreams: ia_product_log_file_name = PTCSOLNINSTALLER_InstallLog.xml DEBUG 2017-11-04 19:34:29 - --- Start: com.ptc.windchill.install.suite.actions.CCSZipManager @ 1656914222 ----- DEBUG 2017-11-04 19:34:29 - Product install dir is C:\ptc\Windchill_11.0\PSI. DEBUG 2017-11-04 19:34:29 - Fixing up variable arrays... DEBUG 2017-11-04 19:34:29 - Done fixing up variable arrays. DEBUG 2017-11-04 19:34:29 - CHOSEN_INSTALL_SET=Recover DEBUG 2017-11-04 19:34:29 - CHOSEN_INSTALL_FEATURE_LIST=Application DEBUG 2017-11-04 19:34:29 - In CCSZipManager DEBUG 2017-11-04 19:34:29 - Skipping CCS zip management because "Enable Remote File Server Support" is not selected. DEBUG 2017-11-04 19:34:29 - ----- End: com.ptc.windchill.install.suite.actions.CCSZipManager @ 1656914222 ----- DEBUG 2017-11-04 19:34:29 - checkStreams: product_log_file_name = PTCSOLNINSTALLER_PtcInstall.log DEBUG 2017-11-04 19:34:29 - checkStreams: ia_product_log_file_name = PTCSOLNINSTALLER_InstallLog.xml DEBUG 2017-11-04 19:34:29 - --- Start: com.ptc.windchill.install.suite.actions.CreateCustomXconfPropertiesIaAction @ 1257555875 ----- DEBUG 2017-11-04 19:34:29 - Product install dir is C:\ptc\Windchill_11.0\PSI. DEBUG 2017-11-04 19:34:29 - Fixing up variable arrays... DEBUG 2017-11-04 19:34:29 - Done fixing up variable arrays. DEBUG 2017-11-04 19:34:29 - CHOSEN_INSTALL_SET=Recover DEBUG 2017-11-04 19:34:29 - CHOSEN_INSTALL_FEATURE_LIST=Application DEBUG 2017-11-04 19:34:29 - ----- End: com.ptc.windchill.install.suite.actions.CreateCustomXconfPropertiesIaAction @ 1257555875 ----- DEBUG 2017-11-04 19:34:29 - checkStreams: product_log_file_name = PTCSOLNINSTALLER_PtcInstall.log DEBUG 2017-11-04 19:34:29 - checkStreams: ia_product_log_file_name = PTCSOLNINSTALLER_InstallLog.xml DEBUG 2017-11-04 19:34:29 - --- Start: com.ptc.windchill.install.suite.WindchillDDLManager @ 622120890 ----- DEBUG 2017-11-04 19:34:29 - Product install dir is C:\ptc\Windchill_11.0\PSI. DEBUG 2017-11-04 19:34:29 - Fixing up variable arrays... DEBUG 2017-11-04 19:34:29 - Done fixing up variable arrays. DEBUG 2017-11-04 19:34:29 - CHOSEN_INSTALL_SET=Recover DEBUG 2017-11-04 19:34:29 - CHOSEN_INSTALL_FEATURE_LIST=Application DEBUG 2017-11-04 19:34:29 - WindchillDDLManager): timer.start INFO 2017-11-04 19:34:29 - ******** Executing 0 pre-schema actions for assembly javasdk******** INFO 2017-11-04 19:34:29 - ******** Executing 0 pre-schema actions for assembly tomcat******** INFO 2017-11-04 19:34:29 - ******** Executing 0 pre-schema actions for assembly apache******** INFO 2017-11-04 19:34:29 - ******** Executing 0 pre-schema actions for assembly windchillds******** INFO 2017-11-04 19:34:29 - ******** Executing 0 pre-schema actions for assembly ocu******** INFO 2017-11-04 19:34:29 - ******** Executing 0 pre-schema actions for assembly ie******** INFO 2017-11-04 19:34:29 - ******** Executing 0 pre-schema actions for assembly wnc******** INFO 2017-11-04 19:34:29 - ******** Executing 0 pre-schema actions for assembly commonpdm******** INFO 2017-11-04 19:34:29 - ******** Executing 0 pre-schema actions for assembly pdml******** INFO 2017-11-04 19:34:29 - ******** Executing 0 pre-schema actions for assembly whc******** INFO 2017-11-04 19:34:29 - ******** Executing 0 pre-schema actions for assembly wsp******** INFO 2017-11-04 19:34:29 - DDL Manager - configure DDL for Oracle INFO 2017-11-04 19:34:29 - ************ Loading schema ************ DEBUG 2017-11-04 19:34:29 - loadAllSchema: timer.start DEBUG 2017-11-04 19:34:29 - Entered DbInstallUserCredentialsInputs:entered constructor with ctlr parm. DEBUG 2017-11-04 19:34:29 - DbInstallUserCredentialsInputs.isSchemaLoadIncomplete: product javasdk does not contain new schema. DEBUG 2017-11-04 19:34:29 - DbInstallUserCredentialsInputs.isSchemaLoadIncomplete: product tomcat does not contain new schema. DEBUG 2017-11-04 19:34:29 - DbInstallUserCredentialsInputs.isSchemaLoadIncomplete: product apache does not contain new schema. DEBUG 2017-11-04 19:34:29 - DbInstallUserCredentialsInputs.isSchemaLoadIncomplete: product windchillds does not contain new schema. DEBUG 2017-11-04 19:34:29 - DbInstallUserCredentialsInputs.isSchemaLoadIncomplete: product ocu does not contain new schema. DEBUG 2017-11-04 19:34:29 - DbInstallUserCredentialsInputs.isSchemaLoadIncomplete: product ie does not contain new schema. DEBUG 2017-11-04 19:34:29 - DbInstallUserCredentialsInputs.isSchemaLoadIncomplete: product wnc contains new schema. DEBUG 2017-11-04 19:34:29 - DbInstallUserCredentialsInputsP.isSchemaLoadIncomplete: product wnc has not had schema loaded -- returning true DEBUG 2017-11-04 19:34:29 - WindchillDDLManager:getJavaArgs including dbUser=sys as sysdba and dbPassword (is hidden) because it is an update install, or a recover of a failed update install, or a recover a failed fresh install which requires schema creation. INFO 2017-11-04 19:34:29 - ************ Found Schema to Load ************ INFO 2017-11-04 19:34:29 - **** Running: C:\ptc\Windchill_11.0\Windchill\bin\windchill.exe --java=C:\ptc\Windchill_11.0\Java\bin\java.exe --javaargs=[the value is hidden due to password sensitive information.] wt.tools.sql.SQLCommandTool create_ddl_wt.sql C:\ptc\Windchill_11.0\Windchill\db\sql INFO 2017-11-04 19:34:35 - joining with std out thread INFO 2017-11-04 19:34:35 - std out join complete. INFO 2017-11-04 19:34:35 - joining with std error thread INFO 2017-11-04 19:34:35 - std err join complete. FATAL 2017-11-04 19:34:35 - create schema returned non-zero: 1 DEBUG 2017-11-04 19:34:35 - Installation is Aborting. The installation cannot continue. FATAL 2017-11-04 19:40:46 - Aborting installation. FATAL 2017-11-04 19:40:46 - Installation is Aborting. The installation cannot continue. FATAL 2017-11-04 19:40:46 - Error during schema creation. See the logs for more information. FATAL 2017-11-04 19:40:46 - aborting: original exit_code = 2 FATAL 2017-11-04 19:40:46 - aborting: normalized exit_code = 2 DEBUG 2017-11-04 19:40:46 - SHUTDOWN REQUESTED DEBUG 2017-11-04 19:40:46 - (X) commiting registry DEBUG 2017-11-04 19:40:46 - (X) shutting down service manager DEBUG 2017-11-04 19:40:47 - (X) cleaning up temporary directories DEBUG 2017-11-04 19:40:47 - Exiting with exit code: 2 DEBUG 2017-11-04 19:40:48 - cleanUp() DEBUG 2017-11-04 19:40:48 - calling cleanUpWin32()