users@jersey.java.net

[Jersey] jersey-samples-1.8 server not reachable

From: Nicolas Bregenzer <nicolas.bregenzer_at_googlemail.com>
Date: Fri, 26 Aug 2011 12:03:43 +0200

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