The Grizzly NIO and Web framework leverage Java™ NIO API capabilities. Grizzly's helps developers to build scalable and robust servers using NIO and we are also offering extended framework components: Web Framework (HTTP/S), Bayeux Protocol, Servlet, HttpService OSGi and Comet.
-1
votes
0answers
27 views
Jersey tests not running
I am trying to run some dummy jersey unit tests using the Jersey Test Framework. I did everything as shown, but still can't run them. Here is what am I trying to run:
public class BoardTest ...
0
votes
1answer
28 views
OpenStack Grizzly keystoe remove_user command removing ALL users
I have the following code that works great in Folsom:
#remove the user for each role associated with the user
user_roles = kc.users.list_roles(obj_id, currtenant)
for role in user_roles:
...
-1
votes
0answers
31 views
vmware workstation and public ip [closed]
I was searching for some answers on why is it I cannot connect to the floating IP address of my VM on OpenStack and came across your answer. Can you tell me why is it using VMware Workstation + ...
0
votes
2answers
49 views
Why Jersey “default” JSP processor is null under embedded Grizzly?
Using Grizzly 2.3.2 and Jersey 1.8 , according to many resources (How to implement a custom ViewProcessor<T> (jax-rs)?, blog) Jersey comes w/ off the shelf JSP processor, yet debug sessions ...
0
votes
2answers
41 views
maven dependency conflicts with grizzly-websockets and grizzly-http-servlet
Maven:
<!-- Grizzly -->
<dependency>
<groupId>org.glassfish.grizzly</groupId>
<artifactId>grizzly-websockets</artifactId>
...
0
votes
1answer
29 views
No bean found for class despite @Component and @Bean
I have this class that creates a socket on the java side. The problem is that it's throwing a java.lang.IllegalArgumentException: No bean found for class ...
0
votes
1answer
36 views
ServletContext has no .createServlet method?
JDK: 1.7
I'm working on implementing a 3rd party library into my application. I'm passing a [WebappContext][1] to the AtmosphereModule() below. Once in there, it ends up reaching the below method ...
0
votes
1answer
36 views
Why does this only log for hibernate?
Within my log4j.properties, log4j.rootLogger=DEBUG, stdout only shows debug data for hibernate. Can anyone explain this? I'm trying to debug other packages but none of them will work.
...
0
votes
0answers
49 views
Jersey + Grizzly resources give 404
I follow a Jersey Hello World example (link) (which also has almost identical copies of it all over the web) which uses Grizzly as a server engine but it fails. I can't manage to access my ...
0
votes
0answers
52 views
Grizzly Jersey - Only @Path(“/”) works
I try to run a Jersey(1.17) resource on a Grizzly(2.2.21) server using HTTPS and Basic Auth and get everything working except the resource.
@Path("/")
public class Helloworld {
@GET
public ...
1
vote
0answers
79 views
Openstack in hosted environment
I am trying to configure openstack in a hosted environment where I don't have access to network equipment. That's why I want to use GRE tunnels to create an internal openstack network.
The ...
0
votes
1answer
35 views
forcing the Jersey Grizzly server to authenicate
I am performing acceptance tests against REST services written using Jersey. In my services, I need to get the name of the user who successfully authenticated (BASIC) using:
@Context private ...
0
votes
1answer
57 views
How to set default index page in Grizzly
Currently in my application if I go to http://localhost:8181/index.htm it works great, if I go to http://localhost:8181 I get a 404 error. How can I tell Grizzly to load the index.htm page by ...
1
vote
0answers
61 views
Can't edit static assets while application is running
While my application is running, I'm not able to save static assets that are being served. This is kind of a pain for debugging as I'd like to just be able to refresh the page when editing css, js ...
0
votes
1answer
64 views
ApplicationContext is null for web application
We're building a web application and after the HttpServer is started I'm trying to load some items from the database into memory. The best way I know how to utilize the service layer for this is to ...
1
vote
1answer
215 views
Grizzly and ServletContainerContext
I'm trying to get hold of some injected context (for example Session or HttpServletRequest) in a Servlet I've written, running on Grizzly, but nothing I do seems to work. The whole process seems to ...
0
votes
1answer
113 views
How to configure ContextLoaderListener to not look for applicationContext.xml
I'm trying to steer clear of XML based configuration within my application and would like to maintain all configuration within the code. Currently the ...
0
votes
1answer
115 views
SSL-REST-server with grizzly, ResourceConfig instance does not contain any root resource classes
Im trying to accomplish a secure REST-server with grizzly using SSL. I configure my ressources in
package SPSServer.controller.Grizzly;
@Path("/")
public class MessageRessource {
@GET
...
0
votes
0answers
107 views
Websocket on GlassFish randomly crashed
I'm trying to make a Java EE application which uses WebSocket. I run through this tutorial http://antwerkz.com/blog/glassfish-web-sockets-sample
But when I tried to run my application and connect ...
0
votes
0answers
248 views
WebappClassLoader unable to load resource when using websockets in Glassfish 3.1.2.2
I'm trying to develop an application using websockets in glassfish server 3.1.2.2 with dependencies managed by Maven. I've done the chat tutorial ...
0
votes
0answers
89 views
Why when i Enabling Comet on Glassfish it fails in my situation?
I want to enable comet on glassfish especially cometd, Bayeux Protocol, implementation.
Following this article: http://docs.oracle.com/cd/E19798-01/821-1752/ghgxn/index.html.
when using this ...
0
votes
1answer
127 views
Service not being correctly autowired - annotation-based configuration
I'm using annotation-based configuration - no XML at all.
I've configured everything, but can't figure out why OrderService is not being autowired and continues to be null. The class below at the ...
2
votes
0answers
97 views
JSON support in Jersey 2.0-m2
(my first post to Stackoverflow, new to maven and Jersey ;-)
trying to develop a standalone jersey-JSON-application, I started with the latest mvn archetype
mvn archetype:generate ...
1
vote
2answers
91 views
How to fix xml-less autowiring of service
When I call a service directly in my main() I can query the database and things work fine. When a jersey request comes in and maps the JSON to NewJobRequest I can't use my service because the ...
1
vote
0answers
118 views
Grizzly 2.2.19 SSL sample code not working
Very little documentation, above what exists in the sample code is currently available for Grizzly 2.2 and I have found this to be most difficult to navigate as it relates to SSL implementation. I am ...
0
votes
1answer
82 views
How to create a DAO/Service layer with Grizzly/JAX-RS
I'm using Grizzly instead of Glassfish for this JAX-RS application. I'm new to this technology so I've been googling around a lot and can't seem to find a good outline for how to setup a Service/DAO ...
1
vote
0answers
74 views
html server grizzly+jersey (.html from .jar archive)
I want to serve my .html sites from a .jar archive and not from a folder.
At the moment i use grizzly (with jersey) and serve static pages like:
HttpServer webServer;
....
....
...
0
votes
1answer
123 views
Running code before and after all tests in a surefire execution
I have a Grizzly HttpServer that I want to run for the entire duration of a test group execution. Additionally, I want to interact with the global HttpServer instance from a @Rule inside the tests ...
0
votes
1answer
62 views
Binding different Grizzly HttpHandlers to different NetworkListeners
The Grizzly documentation states that
all HttpHandlers added to the ServerConfiguration will be shared
across all listeners
Is there another way of binding different handlers to different ...
0
votes
0answers
43 views
glassfish 3.1.1 using grizzly comet updates all user window
I am using glassfish 3.1.1 and ,in our project we have requirement of
using polling mechanism so I have used grizzly that is built in
glassfish comet, now the problem is when comet calls ...
1
vote
1answer
212 views
Difference between GrizzlyServerFactory.createHttpServer and new GrizzlyWebServer WebServer
I am creating RESTful web services using Jersey and an embedded Grizzly web server.
I see that there are two ways to create an embedded Grizzly web server. Can anyone tell me the difference between ...
0
votes
1answer
144 views
Cannot Produce JSON with Maven quickstart grizzly Archetype
I've put some good hours trying to get my grizzly webserver to produce JSON.
Generated from maven archetype using Intellij, details:
groupId untitled3
artifactId untitled3
version 1.0-SNAPSHOT
...
3
votes
1answer
99 views
How to automatically scale Heroku Java backend dynos?
I'm prototyping a cloud backend using Java that consists of web and worker dynos (a RESTful service). Now that I'm close to completion, I'm wondering if there's an auto scaler for the web and worker ...
0
votes
2answers
70 views
How to set session timeout with Grizzly 2.2.X?
I am using embedded Grizzly 2.2.X web server. I want to know where I can set the session-config for default session timeout. It is easy to do such thing with normal web containers.
However I still ...
0
votes
3answers
830 views
Basic HTTP authentication with Jersey / Grizzly
I've written a simple REST server using JAX-RS, Jersey and Grizzly. This is how I start the server:
URI baseUri = UriBuilder.fromUri("http://localhost/api")
.port(8081)
...
0
votes
1answer
59 views
Using Grizzly with JMS/ActiveMQ
I'm working on proof-of-concept project designed to explore the benefits of offloading work from a NIO server to a message queue for backend processing. I'm using Grizzly for the NIO boilerplate ...
2
votes
3answers
220 views
grizzly http server should keep running
Below is the code to start Grizzly Http Server. If I press any key the server stops. Is there any way to keep it alive.
Jetty has join() method, which will not exit the main program. Is there ...
0
votes
2answers
133 views
Double HTTP-Status header on HTTP-POST to Jersey
I wrote a simple Grizzly/Jersey application, which you can find here:
https://github.com/boldt/stackoverflow-14526627
I want to post some form data:
curl -X POST -F "name=test" -i ...
3
votes
1answer
174 views
Integration Grizzly2.2.X with Jersey and Spring
I have successfully integrated Grizzly v2.1.9 with Jersey and Spring. But could not make it work when trying to migrate Grizzly to version 2.2.19.
The original code with Grizzly v2.1.9 is as below.
...
1
vote
1answer
25 views
Building a scalable xml bridge processing platform
I'm building middleware that receives a request from the Internet,
connects to a locally available search platform and gets some XML back.
It then changes this XML, pruning it, and changing into ...
0
votes
0answers
62 views
How can I find out if the client has a certificate in case of needClientAuth=false under https?
This question is from the previous topic but it is the root issue I tried to solve.
I use Jersey 1.16 in my project under https. I set the needClientAuth to false because some of the clients have ...
2
votes
2answers
222 views
How does Grizzly fit in with Glassfish?
I know Glassfish uses a component called Grizzly but I am unsure of to exactly what role Grizzly performs. I have read that it is a 'front-end' for Glassfish. Is this correct? What exactly does ...
1
vote
1answer
142 views
Calling getUserPrincipal in SecurityFilter led to IllegalStateException:Handshake is not completed
I just tried to use Jersey 1.16 and add https support in my application.
Using Jersey https_grizzly example as a reference, I added a line of code in the SecurityFilter.authority()
final Principal ...
0
votes
1answer
117 views
Telnet to the EchoServer Grizzly sample application
I've been working on a server application that will over time receive quite a lot of connections. In order to be able to handle this I have been implementing a non blocking design using the standard ...
0
votes
2answers
95 views
How to find updated jar of grizzly?
I'm having this problem with Glassfish (Link) and to fix it I need to update Glassfish's Grizzly version to 1.9.55 but I can't find it anywhere !
Does anyone now how to get this fix ?
Thanks
2
votes
1answer
120 views
Grizzy/Jersey: POJO-mapping does not work with Maven one-jar
I created a simple project on github (see the sources there).
If I import the project as a Maven-project in Eclipse and run it, I can curl the XML/JSON resources.
If I create a one-jar with mvn ...
1
vote
1answer
285 views
Glassfish grizzly thread consuming 100% CPU time
We recently noticed an issue where our Glassifish server, after running successfully for several hours, would suddenly peg one of the CPUs at 100%. Our application becomes unresponsive during this ...
2
votes
2answers
428 views
Jersey restful web service on grizzly server, client javascript
i'm new with web service programming and i want to create,using netbeans 6, a restful web service using Jersey over a Grizzly server and then a client javascript in order to use this web service ...
1
vote
1answer
262 views
Dropwizard/Jersey - switch from InMemoryTestContainer to Grizzly
Background:
According to this issue http://java.net/jira/browse/JERSEY-623, InMemoryTestContainer won't be able to support resource with injectable constructor. So if you have, say, ...
0
votes
2answers
963 views
Grizzly - java.lang.NoSuchMethodError: javax.xml.ws.WebFault.messageName
I have a wsdl file for the Web service. I want to test the interaction between the client and the server. To do this, I run the mock server with embedded grizzly.
The question about of implementing ...
