Closed GoogleCodeExporter closed 9 years ago
I discovered that this exception occurs when the max. waiting time is greater
than the session max. inactive interval.
Original comment by athanaso...@gmail.com
on 28 Nov 2011 at 11:07
Hi, does it mean that this issue can be closed because it was a configuration
problem?
Original comment by sven.strohschein@googlemail.com
on 8 Dec 2011 at 7:23
Yes, you can close it - I do not consider the problem encountered a bug.
Original comment by athanaso...@gmail.com
on 8 Dec 2011 at 10:46
Web server configuration problem
Original comment by sven.strohschein@googlemail.com
on 9 Dec 2011 at 5:05
[deleted comment]
Hi.
I'm using version 1.2.and meet this problem.
I tried to add to web.xml
<session-config>
<session-timeout>15</session-timeout>
-config>
but can't solve it.
Please help me. how to fix this.
Thank you in advance.
Original comment by leeffa...@gmail.com
on 4 Jan 2012 at 9:06
Hi,
Same here: on version 1.2 max. inactive interval is 15 min and max. waiting is
20 sec. Still getting the same exception. But it's intermittent. It's on Apache
+ Tomcat workers configuration.
Caused by:
de.novanic.eventservice.service.exception.NoSessionAvailableException: There is
no session available! Maybe no session was generated explicitly by the
connection id generator.
at de.novanic.eventservice.service.connection.id.SessionConnectionIdGenerator.getConnectionId(SessionConnectionIdGenerator.java:64)
at de.novanic.eventservice.service.EventServiceImpl.getClientId(EventServiceImpl.java:350)
at de.novanic.eventservice.service.EventServiceImpl.getClientId(EventServiceImpl.java:341)
at de.novanic.eventservice.service.EventServiceImpl.unlisten(EventServiceImpl.java:262)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:569)
... 21 more
Original comment by ngu...@gmail.com
on 13 Feb 2012 at 6:18
Hi
From time to time, I have the same problem
de.novanic.eventservice.service.exception.NoSessionAvailableException: There is
no session available! Maybe no session was generated explicitly by the
connection id generator
I am using glassfish and ListeEventListener V1.2
Changing rhe session-timeout in web-xml has no effect on this problem.
Thanks for your help
Original comment by paul75...@gmail.com
on 13 Apr 2012 at 4:54
Same here: on version 1.2 max. waiting is 20 sec. Still getting the same
exception. But it's intermittent.
This is not invalid.
Original comment by prof.d...@gmail.com
on 15 Jun 2012 at 6:12
[deleted comment]
Hello :)
I have the same exception
Exception in thread "Thread-23"
de.novanic.eventservice.service.exception.NoSessionAvailableException: There is
no session available! Maybe no session was generated explicitly by the
connection id generator.
at de.novanic.eventservice.service.connection.id.SessionConnectionIdGenerator.getConnectionId(SessionConnectionIdGenerator.java:64)
at de.novanic.eventservice.service.EventExecutorServiceFactory.getEventExecutorService(EventExecutorServiceFactory.java:97)
at de.novanic.eventservice.service.RemoteEventServiceServlet.getEventExecutorService(RemoteEventServiceServlet.java:102)
at de.novanic.eventservice.service.RemoteEventServiceServlet.addEventUserSpecific(RemoteEventServiceServlet.java:58)
I do like to know the reason the exception takes place and how to fix it
GWT 2.3
GWTEventService 1.2.0
Original comment by ytdrt...@gmail.com
on 12 Sep 2012 at 6:46
I am facing similar issue,
de.novanic.eventservice.service.exception.NoSessionAvailab
at de.novanic.eventservice.service.connection.id.SessionConnectionIdGenerator.getConnectionId(SessionConnectionIdGenerator.java:64)
at de.novanic.eventservice.service.EventExecutorServiceFactory.getEventExecutorService(EventExecutorServiceFactory.java:97)
at de.novanic.eventservice.service.RemoteEventServiceServlet.getEventExecutorService(RemoteEventServiceServlet.java:111)
at de.novanic.eventservice.service.RemoteEventServiceServlet.addEvent(RemoteEventServiceServlet.java:64)
I would like to know the answer and to solution for this.
~Kalyani
Original comment by kalyanik...@gmail.com
on 21 Jan 2015 at 9:33
Original issue reported on code.google.com by
athanaso...@gmail.com
on 26 Nov 2011 at 2:21