users@glassfish.java.net

Re: GETTING ERROR WHILE STARTING GLASSFISH SERVER IN ECLIPSE

From: Pavel Bucek <pavel.bucek_at_oracle.com>
Date: Thu, 05 May 2011 11:00:09 +0200

Hello,

118080 is out of range too.

port number (at least in commonly used network protocols) can be 0-65535
(2 bytes) and first 1024 ports are privileged (you need to be root to
open them for listening).

So please set it to 8080 (default value) or something else if you use
this already (8090?).

Regards,
Pavel

On 5/5/11 10:10 AM, Richard Kolb wrote:
> Hi Pankaj
>
> On 5 May 2011 10:03, <forums_at_java.net <mailto:forums_at_java.net>> wrote:
>
> Hello Every one,
>
> I m using eclipse helios with glassfish server, it was working
> good when i
> first installed and run on eclipse but few days before i am
> getting the
> following error while starting,
>
> *An internal error occurred during: "Starting GlassFish Server
> Open Source
> Edition 3 (Java EE 6) at localhost". port out of range:1118080.*
>
>
> 1118080 is not a valid port number - It is out of range, try something
> like 118080.
>
> regards
> Richard
>