Reputation: 281
The Glassfish plugin cant start in eclipse luna using java 8 .Withount any exception in glassfish log file it will be time out and i get "Unable to start server on time. java.util.concurrent.TimeoutException".
Upvotes: 1
Views: 2795
Reputation: 61
I had the same problem. I did the following to fix:
Upvotes: 0
Reputation: 193
I had the same issue. I think he meant in the server tab of Eclipse, create a new instance of a server and change the "Server's host name:" from "localhost" to "127.0.0.1".
Upvotes: 0
Reputation: 281
I got the answer, i changed host name from localhost
to real numeric IP (127.0.0.1
) and then GlassFish started.
Upvotes: 1
Reputation: 16
Is your Server started already? If not, you can modify your Timeout-Value for startup and shutdown in Eclipse Server View (Timeouts).
Upvotes: 0