Top "Atmosphere" questions

The Asynchronous WebSocket/Comet Framework

Can not deserialize instance of java.lang.String out of START_OBJECT token

I'm running into an issue where my deployable jar hits an exception that doesn't happen when I run this locally …

java deployment atmosphere grizzly
Websocket frame size limitation

I'm sending huge chunks of JSON data through websockets. The JSON may have over 1000 entries. Due to the frame size …

javascript json string websocket atmosphere
A message body writer for Java class ... and MIME media type text/html was not found

I am using the jms/atmosphere framework to make communication between two applications. One of the applications is a message …

java json glassfish jersey atmosphere
HTTP Request returns 200 OK but no content in response

In developing a particular web site, I have an intermittent issue when loading the site in Firefox (haven't been able …

javascript http jboss atmosphere
Tomcat crashes with error java.lang.OutOfMemoryError: GC overhead limit exceeded

After the tomcat ran several months, I got unexpectetly the error below. We restarted the tomcat and the error do …

java tomcat garbage-collection atmosphere
Websockets connection failure on amazon ec2

I have a netty server running the atmosphere framework for a real-time notification system over websockets. The system works perfectly …

amazon-ec2 websocket netty atmosphere
How to design push notifications using Atmosphere

I want to use atmosphere to develop a notification System. I am very new to Atmosphere so apologies if I …

java spring spring-mvc atmosphere
JSON post with asynchttpclient

I'm trying to do a POST request on a REST service with async support (provided by atmosphere). Here's what my …

java jersey atmosphere asynchttpclient
Scala - how to go resolve "Value is not a member of Nothing" error

This example code is based on Atmosphere classes, but if someone could give me some insights into what the error …

scala compilation atmosphere
unable to add roles to user with meteor using 'roles' package

I'm trying to use the 'roles' package available on Atmosphere but I can't get it to work with Accounts.onCreateUser(), …

javascript meteor roles atmosphere