[jbosstools-users] Eclipse Server 450 sec timeout kills running server.

Rob Stryker jbosstools-users at lists.jboss.org
Wed Oct 8 14:57:39 EDT 2014


The tooling was unable to verify your server started. Our tooling has several methods to see if your server is up or not. The two most-often used methods are either "Web Port Poller" or "Management Poller".

You can see which your server is using by opening the server object (In Servers view, double-click your server) and on the right side you'll see a section on polling.

If your server adapter (fancy word for the tooling's representation of your server) is using the Management Port Poller, you should make sure your server is actually exposing the management port. For local servers this shouldn't be an issue, since local servers should automatically expose the management port. You may want to verify in the Ports section (also in the server editor) that the management port is correct.  To check if the server is up, we run a management command against the server. If the server responds properly, we declare the server to be started. 

If you're using the web port poller, then you may want to verify your web port is correct. To verify the server is up, the Web Port Poller opens a URL connection on {serverHost}:{webPort} and sees if we get a valid connection. 

Posted by forums
Original post: https://developer.jboss.org/message/906431#906431



More information about the jbosstools-users mailing list