0

I just start having trouble running projects in Eclipse Juno on VMware vFabric tc Server. I have have Spring STS 3.1.0 installed. This was running this morning. Now when I try to run my project on the VMware server I will not get the home page to come up. There are no error messages generated. When I click on the button to stop the server and try again a pop-up is display saying 'Server VMware vFabric tc Server v2.5, v2.6, v2.7 at localhost failed to start'. When I click the Details tab the same message is displayed. Something got corrupted but I have no idea what. Can anyone give me some guidance?

Thanks Mike

Mike HT
  • 283
  • 1
  • 7
  • 21

1 Answers1

0

press ctrl+alt+del choose task-manager go to "processes" tab and kill the (VMware vFabric) process that got stuck - then try again.

Nir Alfasi
  • 53,191
  • 11
  • 86
  • 129
  • Well, that does work thanks, however the result is it kills off Firefox?? – Mike HT Sep 16 '13 at 23:08
  • @MikeHT Don't worry about it! first, you can use Eclipse (STS) built-in browser or simply restart FF. – Nir Alfasi Sep 16 '13 at 23:10
  • I usually have Firefox open for a reason...I'm looking at forums/websites for info related to what I"m doing. Anyway at this point I noticed that if I just wait a bit longer (maybe 10-15 seconds) the server now comes up and runs fine without having to kill Firefox. Not sure what is going on but.....thanks – Mike HT Sep 16 '13 at 23:23
  • @MikeHT NP. After you killed the zombie process of `VMware vFabric`, STS managed to bring it back up. I'm not sure why FF went down though, maybe you killed another process as well (without noticing) which is required by FF. – Nir Alfasi Sep 16 '13 at 23:25
  • I don't think I specifically killed Firefox, at least not the second and third times I tried it as I was careful not to kill Firefox, but like I said I don't really understand what happened at this point. It's running fine now and that's the important thing. Thanks again. – Mike HT Sep 16 '13 at 23:31