It's all about the answers!

Ask a question

[closed] Hung Process


Steven Drogoszewski (524) | asked Sep 26 '13, 9:18 a.m.
closed Oct 02 '13, 2:56 p.m. by Stephanie Bagot (2.1k1513)
I'm working on an ANT build process and getting a hung thread. The build is running on AIX and RTC is Ver 3.
The ANT Script does the following, LogIn, accepts baseline, loads baseline into workspace and logs out.
No errors, but I have two instances of the following running when script completes:
 /usr/java6/bin/java
-Djava.protocol.handler.pkgs=com.ibm.net.ssl.www2.protocol
-Dscm.show.own.errors=true
-Xmx512m
-Dosgi.requiredJavaVersion=1.6 -jar /opt/local/scmtools/eclipse/plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar
-data @noDefault
--config /home/bpmbuild/.jazz-scm daemon start
--connection-timeout 120000 --inactive-timeout 7200000

Any idea what the issue is?

The question has been closed for the following reason: "The question is answered, right answer was accepted" by sbagot Oct 02 '13, 2:56 p.m.

One answer



permanent link
Steven Drogoszewski (524) | answered Oct 01 '13, 7:21 a.m.
The script was using lscm. Switched to scm and now there are no hung processes.