Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 212889
Collapse All | Expand All

(-)src/org/eclipse/tptp/platform/iac/administrator/internal/startstop/AutoStartStop.java (-1 / +1 lines)
Lines 153-159 Link Here
153
			/* Wait until IAC is started */
153
			/* Wait until IAC is started */
154
			if (result == 0)
154
			if (result == 0)
155
			{
155
			{
156
				while (!isIACRunning())
156
				while (!isIACRunning()&& !hasProcessTerminated(process))
157
				{
157
				{
158
					try {
158
					try {
159
						Thread.sleep(1000);
159
						Thread.sleep(1000);

Return to bug 212889