TeamMentor / Master

TEAM Mentor 3.x Released Code
16 stars 17 forks source link

Unresponsive TM site causes Eclipse to hang. #690

Open romichg opened 10 years ago

romichg commented 10 years ago

If a TM website is up (TCP conneciton can be established) however the TM applicatoin does not respond, Whole eclipse will hang waiting indefinetly.

DinisCruz commented 10 years ago

When does that happen? When an article is opened? On 27 Jan 2014 08:53, "Roman Garber" notifications@github.com wrote:

If a TM website is up (TCP conneciton can be established) however the TM applicatoin does not respond, Whole eclipse will hang waiting indefinetly.

— Reply to this email directly or view it on GitHubhttps://github.com/TeamMentor/Master/issues/690 .

DinisCruz commented 10 years ago

What are the steps to reproduce?

The expected behaviour is the one that we see on the video, where one the TM server is offline, the default 'TM server is offline message is shown'. For reference, that is done by making a HEAD request to the server and waiting for a positive answer.

romichg commented 10 years ago

Basically this happens exactly after Cassini crash. Cassini still responds to TCP requests but does not process with the application so Eclipse is basically waiting for response.

On Mon, Jan 27, 2014 at 8:34 PM, Dinis Cruz notifications@github.comwrote:

What are the steps to reproduce?

The expected behaviour is the one that we see on the video, where one the TM server is offline, the default 'TM server is offline message is shown'. For reference, that is done by making a HEAD request to the server and waiting for a positive answer.

Reply to this email directly or view it on GitHubhttps://github.com/TeamMentor/Master/issues/690#issuecomment-33367436 .

DinisCruz commented 10 years ago

But on which part? On article viewing or login? On 28 Jan 2014 10:36, "Roman Garber" notifications@github.com wrote:

Basically this happens exactly after Cassini crash. Cassini still responds to TCP requests but does not process with the application so Eclipse is basically waiting for response.

On Mon, Jan 27, 2014 at 8:34 PM, Dinis Cruz <notifications@github.com

wrote:

What are the steps to reproduce?

The expected behaviour is the one that we see on the video, where one the TM server is offline, the default 'TM server is offline message is shown'. For reference, that is done by making a HEAD request to the server and waiting for a positive answer.

Reply to this email directly or view it on GitHub< https://github.com/TeamMentor/Master/issues/690#issuecomment-33367436> .

Reply to this email directly or view it on GitHubhttps://github.com/TeamMentor/Master/issues/690#issuecomment-33467144 .

romichg commented 10 years ago

Anytime TM is invoked. I tried just goint to TeamMentor->open TM web site. But article loading does it as well.