Hi,
IS and JVM are working as expected here, although sometimes I also wish for the possibility to kill threads in IS. There are some approaches using Java code, but I’ve seen no reliable method so far. There is an entry on brainstorm which has staus planned, so this may come in the future.
However for your problem here Rob already pointed the important things out:
- Correct your code to avoid infinite loops
- Restart the IS JVM
Restarting IS may not be enough, so you should go for a complete stop of the underlying JVM.
Killing the IS JVM is the only reliable way so far to kill services which do not end themselfs.
One final note: Even if it would be possible to stop running services those should not go to infinite loops, this should be prevented by the code itself.
#Integration-Server-and-ESB#Flow-and-Java-services#webMethods