atmosphere Questions
9
I'm running into an issue where my deployable jar hits an exception that doesn't happen when I run this locally in IntelliJ.
Exception:
Receiving an event {id=2, socket=0c317829-69bf-43d6-b598-7...
Shrum asked 15/10, 2013 at 19:45
6
I have a netty server running the atmosphere framework for a real-time notification system over websockets.
The system works perfectly on my local machine, but when I deploy it on EC2, It just doe...
Ashliashlie asked 6/8, 2012 at 10:33
2
Solved
I have to implement a chat application using websocket, users will chat via groups, there can be thousands of groups and a user can be in multiple groups. I'm thinking about 2 solutions:
[1] for e...
Stouthearted asked 28/9, 2015 at 6:7
3
I'm sending huge chunks of JSON data through websockets. The JSON may have over 1000 entries. Due to the frame size limitation, the Websocket protocol automatically splits the JSON into frames, whi...
Sheepskin asked 18/12, 2013 at 7:37
2
After the tomcat ran several months, I got unexpectetly the error below.
We restarted the tomcat and the error do not appear now but may be will come again in the future.
I saw that another users h...
Cutcheon asked 19/1, 2016 at 16:33
3
Solved
I'm trying to get Vaadin 7.1.5 Push to work on Apache Tomcat 7.0.42 + Apache HTTP server (2.2.14 with mod_proxy_wstunnel).
The Vaadin application and push with WebSocket works fine when I access ...
Kristelkristen asked 20/9, 2013 at 13:45
7
Solved
I'm trying to use the 'roles' package available on Atmosphere but I can't get it to work with Accounts.onCreateUser(), I can get the example on github. When I register a user, I want to add a role ...
Amye asked 26/3, 2014 at 1:11
4
Solved
I've started to build a project using the Maven archetype for Vaadin 7.2.4 and am getting a lot of errors thrown up relating to Atmosphere startup issues. As things stand, I won't be able to enable...
Kemppe asked 18/7, 2014 at 11:48
1
I have a Grails application with spring-security-core plugin and Atmosphere framework.
If I log out from a page that has opened a WebSocket connection, then Spring Security keeps the URL of the We...
Bookmaker asked 21/5, 2013 at 7:27
3
Solved
Substantial update below (October 15, 2014)
========== Original posting ===================
I have a notification service webapp using Atmosphere and Jersey. I am trying to run it in Tomcat on Li...
Lura asked 19/6, 2014 at 16:57
1
Is it possible to let the server send messages to all connected clients without waiting for any action from them? Let me explain it :-) I've been reading the docs/examples and I have found nothing ...
Zoophilous asked 3/6, 2013 at 21:54
2
Solved
In developing a particular web site, I have an intermittent issue when loading the site in Firefox (haven't been able to compare in IE or Chrome). The site loads several javascript files, css style...
Preceptory asked 29/4, 2014 at 21:8
2
Solved
First, I plan to use Atmosphere on the server side and on the client side an Android app with a WebView in which I'll use jQuery.
But, later on a more "standard" Android application is planned (no...
Noeminoesis asked 16/2, 2012 at 14:39
2
Solved
I have a working Jersey/Atmosphere/Guice application which has two Atmosphere Resources. The first is pretty much a clone of the example chat application:
@Path("/chat")
@AtmosphereService(broadca...
Tsan asked 8/2, 2014 at 18:26
1
Solved
I am working on bringing WebSockets functionality to my Grails application. I use Atmosphere Meteor plugin 0.7.1 for this purpose.
The workflow is simple:
User logs in the system.
User open page...
Sora asked 7/2, 2014 at 16:48
1
Solved
I am trying to integrate Atmosphere framework with Spring MVC
the samples war files given here
http://async-io.org/download.html don't contain the .java files in the src folder.
I also went th...
France asked 1/1, 2014 at 10:45
1
I am using Atmosphere framework 2.0.0.RC5 to extend my web application with websocket functionality and faced some strange error 'Websocket failed. Downgrading to Comet and resending', which I can'...
Kahle asked 12/9, 2013 at 21:1
1
Solved
I want to use atmosphere to develop a notification System.
I am very new to Atmosphere so apologies if I am wrong somewhere.
What i understood is when a Actor publishes something I save the notifi...
Paregoric asked 12/11, 2013 at 12:27
1
Solved
This example code is based on Atmosphere classes, but if someone could give me some insights into what the error means in general, I think I can figure out any Atmosphere-specific solution...
val ...
Vauntcourier asked 2/8, 2013 at 3:56
1
Solved
I'm starting to learn Meteor and found that knowing of several smart packages can greatly speed up development.
What are some of the most useful Smart Packages that you wish you knew when y...
Fibril asked 24/7, 2013 at 3:9
2
I have a usecase for which I would like to know if HTML5's Server-sent-Events is suitable.
Multiple clients (Javascript+HTML5 browsers) connect to the web server (with a Java EE backend). Each cli...
Bananas asked 29/3, 2013 at 23:36
1
Solved
Using Vagrant ssh on Windows 7, mrt add scss (as an example) displays the following in the console:
vagrant@vagrant:/vagrant/MyMeteorApp$ mrt add scss
scss
tag: https://github.com/fourseven/meteo...
Plumy asked 8/6, 2013 at 22:16
1
Solved
I tried various combinations and always get a timeout I can't change through configuration as indicated in documentation.
Here is part of my web.xml:
<servlet>
<description>Atmosphe...
Hissing asked 30/4, 2013 at 22:27
2
Solved
I'm trying to get the snapshot release for atmosphere that is available for org.atmosphere and can't seem to get it...
<repositories>
<!-- Added to get the Atmosphere 1.1.0-SNAPSHOT, can...
Gemot asked 29/4, 2013 at 18:52
1
Solved
I'm using Atmosphere in my Spring MVC app to facilitate push, using a streaming transport.
Throughout the lifecycle of my app, the client will subscribe and unsubscribe for many different topics. ...
Plemmons asked 30/11, 2012 at 2:20
1 Next >
© 2022 - 2024 — McMap. All rights reserved.