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

Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X

Windchill 8 rehosting

rkayasth
6-Contributor

Windchill 8 rehosting

Hello Experts,

I am in the process of upgrading my WIndchill 8 system.

During that, I am preparing a clone of the production system by doing a Rehost.

During the rehost, I am executing the following script from WIndchill shell to rehost the LDAP, and I am getting the error:

ant "-Dtarget-ldap=ldap://cn=manager:ldapadmin@hnjlptshri123.domainname/" -Dtarget-domain=hnjlptshri123.domainname

Getting the following error:

About to re-configure Info*Engine servlets in web.xml. Continue? (y,n)

[echo]

[echo] -- Re-configuring IE and RPC servlets in codebase/WEB-INF/web.xml --

[copy] Copying 1 file to D:\ptc80M50\Windchill_8.0\codebase\WEB-INF

[xslt] Processing D:\ptc80M50\Windchill_8.0\codebase\WEB-INF\web.xml to D:\ptc80M50\Windchill_8.0\codebase\WEB-INF\web_rhost.xml

[xslt] Loading stylesheet D:\ptc80M50\Windchill_8.0\bin\adminTools\rehost\xslt\updateIeServletParams.xsl

[xslt] : Fatal Error! Failure reading file:///D:/ptc80M50/Windchill_8.0/codebase/WEB-INF/web.xml Cause: java.net.ConnectException: Connection timed out: connect

[xslt] Failed to process D:\ptc80M50\Windchill_8.0\codebase\WEB-INF\web.xml

BUILD FAILED

D:\ptc80M50\Windchill_8.0\bin\adminTools\rehost\build.xml:144: Fatal error during transformation

at org.apache.tools.ant.taskdefs.XSLTProcess.process(XSLTProcess.java:506)

at org.apache.tools.ant.taskdefs.XSLTProcess.execute(XSLTProcess.java:209)

at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:269)

at org.apache.tools.ant.Task.perform(Task.java:364)

at org.apache.tools.ant.Target.execute(Target.java:301)

at org.apache.tools.ant.Target.performTasks(Target.java:328)

at org.apache.tools.ant.Project.executeTarget(Project.java:1219)

at org.apache.tools.ant.Project.executeTargets(Project.java:1067)

at org.apache.tools.ant.Main.runBuild(Main.java:632)

at org.apache.tools.ant.Main.startAnt(Main.java:183)

at org.apache.tools.ant.launch.Launcher.run(Launcher.java:197)

at org.apache.tools.ant.launch.Launcher.main(Launcher.java:56)

Caused by: Fatal error during transformation

at org.apache.tools.ant.taskdefs.optional.TraXLiaison.fatalError(TraXLiaison.java:349)

at com.icl.saxon.Controller.transform(Controller.java:963)

at org.apache.tools.ant.taskdefs.optional.TraXLiaison.transform(TraXLiaison.java:138)

at org.apache.tools.ant.taskdefs.XSLTProcess.process(XSLTProcess.java:495)

... 11 more

Caused by: javax.xml.transform.TransformerException: Failure reading file:///D:/ptc80M50/Windchill_8.0/codebase/WEB-INF/web.xml

at com.icl.saxon.om.Builder.build(Builder.java:267)

at com.icl.saxon.Controller.transform(Controller.java:936)

... 13 more

Caused by: java.net.ConnectException: Connection timed out: connect

1 REPLY 1

Take a look at TAN 140624:

https://www.ptc.com/appserver/cs/view/solution.jsp?n=/140624.htm

This TAN was writtent for an error during a service pack install, not a rehost. But it looks like the same error that you're running into. Try the steps from this TAN and see if that allows the rehost tool to complete sucecssfully.

Top Tags