Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hello Everyone,
I am trying to setup Windchill as a service.(ref pg 447 Advanced install and config guide) tomcat and apache had no problem and are running just fine.
I ran the following ant script from a windchill shell to install the windchill service and the response was Build Successful
ant -buildfile %WT_HOME%\opt\ntservice\WindchillService.xml install -DserviceName=WindchillINTRALINK
I have the WT_HOME and JAVA_HOME set in the system environment variables. I have set the CLASSPATH to what ever shows up in a windchill shell.
I set the logon for the service to be a user with more network permissions.
When I try to start the service from the server manager I simply get "Windows could not start the WindchillINTRALINK service on myserver. Error 1067: the process terminated unexpectedly".
Does anybody have an Idea to what I might be missing? any help would be appreciated
Joe
Windchill Intralink 9.1 m050
Windows Server 2008 standard x64 (Nothing extra installed except windchill)After a response pointing to memory allocation I found a TAN that fixed the problem
Thank You
Joe
Tan 149694
Description
The Windchill Service is not starting when using Java 1.6.18, which is delivered with Windchill 9.1 M050, with no error messages.
Resolution
Reinstall the service using the follwoing ant task:
ant -buildfile <windchill>\opt\ntservice\WindchillService.xml install -DserviceName=<servicename>
Override the default memory allocations by adding the following argument to the ant script:
-DmaxHeap=6 (for 64-bit)
-DmaxHeap=3(for 32-bit)