Skip to main content
1-Visitor
May 24, 2012
Question

Windchill task processor error

  • May 24, 2012
  • 4 replies
  • 1847 views
Windchill 8.0 M020 (I know, I know. We need to upgrade)

Guys,

I have a task with a very simple Query-Object webject. It worked fine
yesterday but not today.
This problem/error seems to come and go.

I've tried hard coding the INSTANCE and also adding Java code and passing
a String to the INSTANCE data.
I've deleted the compiled tasks.

Any thoughts on this?




David Graham
Windchill Administrator
Pro|ENGINEER Administrator
CAx Administrator


Emhart Glass Manufacturing Inc.
Emhart Glass Research Center
123 Great Pond Drive | Windsor, CT 06095 | USA
Telephone +1 (203) 376-3144 | Telefax +1 (860) 298 7397
Mobile +1 (203) 376-3144 |

4 replies

1-Visitor
May 24, 2012
is your XML something like below:



<%

String instance =
wt.util.WTProperties.getLocalProperties().getProperty
("wt.federation.ie.VMName");

%>



<ie:webject name="Query-Objects" type="OBJ">

<ie:param name="INSTANCE"&lt;br"/>data="<%=instance%>"/>

<ie:param name="TYPE"&lt;br"/>data="wt.change2.WTChangeOrder2"/>

<ie:param name="attribute"&lt;br"/>data="number,name,state.state, " delim=","/>

<ie:param name="WHERE"&lt;br"/>data="number='12345"/>

<ie:param name="GROUP_OUT"&lt;br"/>data="ecn"/>

</ie:webject>


1-Visitor
May 25, 2012

I also have the same problem. Sometimes, when I clean compiledTasks and restrat all WC services, along with WC DS, the error goes off. Have notified PTC about this, but no response yet.

1-Visitor
May 25, 2012
Delete the /tmp/ptcServlet ? Or Windows it's C:\tmp or D:\tmp (usually)



Was everything shut off when compiledTasks/file/ was cleared out.



Tomcat cache?



Have you tested other Info*Engine scripts such as the request echo page or
other examples provided?



Is Info*Engine running as a separate server or embedded into Windchill
Method Server?






1-Visitor
May 25, 2012
Thanks David,

I will try out these for sure. I*E is not running separately in my case.


Praseeth M