users@jersey.java.net

[Jersey] Re: jersey-samples-1.8 server not reachable

From: Jakub Podlesak <jakub.podlesak_at_oracle.com>
Date: Mon, 05 Sep 2011 12:16:48 +0200

Hi Nicolas,

Helloworld is a very basic example and is being continuously tested
many times a week. It should just work.

You wrote the server is not reachable. Is that what the browser says?
Have you tried to connect to http://127.0.0.1:8181/helloworld directly?

~Jakub

On 25.8.2011 23:53, Nicolas Bregenzer wrote:
> hi all,
>
> i'm getting a strange error in simply compiling the jersey samples.
>
> compile is largely successful except some warnings
> [WARNING] Some problems were encountered while building the effective
> model for com.sun.jersey.samples:helloworld:jar:1.8
> [WARNING] 'build.plugins.plugin.version' for
> org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 116,
> column 21
>
> but complies successful and server is startet.
>
> Starting grizzly...
> Aug 25, 2011 11:49:06 PM
> org.glassfish.grizzly.http.server.NetworkListener start
> INFO: Started listener bound to [localhost:8181]
> Aug 25, 2011 11:49:06 PM org.glassfish.grizzly.http.server.HttpServer
> start
> INFO: [HttpServer] Started.
> Jersey app started with WADL available at
> http://localhost:8181/application.wadl
> Try out http://localhost:8181/helloworld
> Hit enter to stop it...
>
>
> however, server can't be reached, even not over telnet.
>
> other ports don't work either, even 80 where permission denied is
> outputted if i don't sudo
>
> really strange,
>
> best regards
> nicolas