[jira] [Created] (IGNITE-7669) java.lang.ClassNotFoundException: org.springframework.asm.commons.EmptyVisitor in session clustering

2018-02-12 Thread Sanjeet Jha (JIRA)
Sanjeet Jha created IGNITE-7669:
---

 Summary: java.lang.ClassNotFoundException: 
org.springframework.asm.commons.EmptyVisitor in session clustering
 Key: IGNITE-7669
 URL: https://issues.apache.org/jira/browse/IGNITE-7669
 Project: Ignite
  Issue Type: Bug
  Components: binary, websession
Affects Versions: 2.3
Reporter: Sanjeet Jha


I am trying to add web session clustering in my web app. but it shows above 
error.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IGNITE-7721) Apache Ignite web session clustering stack after login success

2018-02-15 Thread Sanjeet Jha (JIRA)
Sanjeet Jha created IGNITE-7721:
---

 Summary: Apache Ignite web session clustering stack after login 
success
 Key: IGNITE-7721
 URL: https://issues.apache.org/jira/browse/IGNITE-7721
 Project: Ignite
  Issue Type: Bug
  Components: cache, websession
Affects Versions: 2.3
Reporter: Sanjeet Jha


I implement Apache ignite in my OfBiz application. after login my application 
show login susses. but the browser does not get any response from the server.

Here is my web.xml

 

{{ IgniteConfigurationFilePath 
specialpurpose/fnp/webapp/fnp/WEB-INF/ignite-config.xml 

IgniteWebSessionsCacheName 
replicated   
org.apache.ignite.startup.servlet.ServletContextListenerStartup 
   
IgniteWebSessionsFilter 
org.apache.ignite.cache.websession.WebSessionFilter 
   
 IgniteWebSessionsFilter 
/* }}

 

 

 

{{and my ignite-config.xml}}

 

 

{{http://www.springframework.org/schema/beans; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xmlns:util="http://www.springframework.org/schema/util; xsi:schemaLocation=" 
http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans.xsd 
http://www.springframework.org/schema/util 
http://www.springframework.org/schema/util/spring-util.xsd;>  

 
   
   
 
 
 
 
 
   
 
 
 
127.0.0.1:47500  
  }}{{}}

 

 

 

I also try to collected ignite log. but there is no error log. Any idea what 
happens.

And also some time I OutOfMemoryError error.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)