RedHat Developer Studio losing status of JBoss on server restarts - eclipse

I have Developer Studio set up with an instance of JBoss EAP 6.4.0.GA. I added it using the 6.1+ server type:
When I start and stop the server - either in debug mode or not - things seem to work fine. When the server is running and I try to restart it by clicking on the debug button or the play button for non-debug mode, Developer Studio restarts the server (I can see this happening in the logs) but loses track of the server and gives me an error saying:
After this, the server is running but Dev Studio doesn't know so if I try to start the server, I get this dialog:
If I then connect, the UI doesn't seem to update so I can't shut down the server:
This never happens when starting the server from scratch. It's only restarts. I was having this issue with JBoss Developer Studio (Eclipse) with 10.1.0 GA and am now also having the issue with 10.2.0 GA. Is there anything I can tweak to fix this?? Is there a startup or restart timeout that needs to be changed?

This was fixed recently :D It was a long-standing bug and had a race-condition in it.
https://issues.jboss.org/browse/JBIDE-20426

Related

wso2 eclipse server in status [starting] forever

I am trying to start/stop WSO2 ESB local server from Developer studio (based on kepler), but the server status will stay [Starting] forever (even after the server started successfully as evidenced by the console and wso2carbon.log).
This is a problem, as it prevents me from deploying car files from within eclipse (eclipse waiting for server to finish starting), and even eclipse will shut the server down after the timeout elapses.
How can I persuade eclipse that the server started already?
Is it possible to configure the server state detection mechanism somehow?
WSO2 ESB 4.8.0
Developer studio: developer-studio-eclipse-jee-kepler-linux-gtk-x86_64-3.6.0.zip (same with juno)
Platform: Ubuntu 13.10
I will be thankful for any suggestions

Eclipse does not recognize that Glassfish stopped

I am currently encountering the following issue:
I am using a Glassfish 3.1 Server to deploy my applications on and am frequently restarting him from within Eclipse to have a clean Glassfish (he sometimes keeps some old classfiles and I just want to make sure...)
That should be working fine, but every ~5 times restarting the server it wont start up again. The log output looks like this:
INFO: Server shutdown initiated
INFO: JMX002: JMXStartupService: Stopped JMXConnectorServer: null
INFO: JMX001: JMXStartupService and JMXConnectors have been shut down.
INFO: Shutdown procedure finished
After this no more lines are printed out. I already tried to wait for some time but it wont start again from itself.
Meanwhile Eclipse is constantly showing "Restarting Glassfish 3.1 at localhost" in the Prograss View. If i click the stop button it only turns gray but wont vanish. Also telling the server to start up again is not working as it waits for the "restarting" to finish and well... that isnt happening.
To still be able to work I have to restart Eclipse every time the Glassfish server wont stop...
I can work with it, but am interested if anyone has experienced similar behavior and maybe even has a solution :)
Edit 1
Forgot to include that I am using Eclipse Keppler.
Make sure you've installed the latest version of the Glassfish Tools from Oracle.
http://www.oracle.com/technetwork/developer-tools/eclipse/downloads/index.html
My eclipse base version is:
Version: Luna Service Release 2 (4.4.2)
I had this problem also.
Removing, then re-adding the Glassfish server instance did the trick for me. Nothing else required.

Error - Eclipse client trying to reconnect to TFS - "LocationWebService"

When eclipse tries to reconnect to TFS (username.visualstudio.com) the 'authentication window' is replaced by a window that seems to describe available services and the authentication process stops here.
The content of this window is as follows:
LocationWebService
The following operations are supported. For a formal definition, please review the Service Description.
ConfigureAccessMapping
Connect
QueryServices
RemoveAccessMapping
RemoveServiceDefinitions
SaveServiceDefinitions
SetDefaultAccessMapping
With VS2010 I can still connect to TFS without problems.
Also, both with eclipse and VS2010 I can connect to codeplex (tfs).
Clearing cookies and/or cache from IE or Chrome doesn't help.
Everything is fresh installed, so I assume it's up to date.
How can I resolve this issue with Eclipse - TFS - username.visualstudio.com?
I had to reinstall the 2013 version (https://www.microsoft.com/en-us/download/details.aspx?id=40785) and everything started working. It's either a bug in an older version or mismatch with the server version being connected to.
I have this issue too. It only happens when I try to connect myuser.visualstudio.com, with my domain TFS it can authenticate without any problem.
I see that you are running Windows 7, in my case the eclipse TFS stop working with Windows 8.

where is my Worklight Console?

I've installed IBM Worklight Studio in Eclipse, and everything was going well until I decided to install XAMPP software to get Apache PHP. Then I loaded Worklight Console, but the page said "Chrome has not been able to establish connection with the page".
I'm freaked out and uninstalled XAMPP although the problem persists.
Is this the actual error message you see in Chrome?
I googled it and there does not seem to be such an error message.
Make sure your Worklight Server is up and running. Also make sure there is nothing left of XAMPP, as it sounds like something is still blocking port 8080, which Worklight requires by default when using the Developer Edition (the Eclipse Studio plug-in).
Also try clearing your browser cache just in case.

TFS Eclipse Plugin "authorization failure"

I am working with Eclipse Juno on a Mac running OS 10.7.3
I installed the TFS plugin for Eclipse yesterday and today, after a few false starts, and I was able to connect to our tfspreview instance. I checked in all my code and then committed it. A team mate confirmed the code had been submitted. I then tried checking for updates and got an authorization failure message. I have tried re-starting Eclipse and finally my computer. Every time Eclipse tries to connect to the TFS server it fails.
I haven't changed my password and I still able to log in the tfspreview web interface, so my account does not appear to be locked. Has anyone ever experience anything like this?
Thanks!