Re: [jboss-dev-forums] [JBoss AS7 Development] - JBoss AS7 User Guide
by Vijayan Kaliyaperumal
Vijayan Kaliyaperumal [http://community.jboss.org/people/dkvijayan] commented on the document
"JBoss AS7 User Guide"
To view all comments on this document, visit: http://community.jboss.org/docs/DOC-16068#comment-7923
--------------------------------------------------
Please any help im getting error while using JOpenid for login authentication
Error Qccurs
java.lang.IllegalArgumentException: Missing argument
javax.crypto.spec.SecretKeySpec.<init>(DashoA13*..)
org.expressme.openid.OpenIdManager.getHmacSha1(OpenIdManager.java:182)
org.expressme.openid.OpenIdManager.getAuthentication(OpenIdManager.java:112)
jopenid.sample.OpenIdServlet.doGet(OpenIdServlet.java:56)
javax.servlet.http.HttpServlet.service(HttpServlet.java:734)
javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
jopenid.sample.EncodingFilter.doFilter(EncodingFilter.java:20)
--------------------------------------------------
13 years, 3 months
[JBoss Web Development] - Facing client session log out problem frequently
by Mayank Raghuwanshi
Mayank Raghuwanshi [http://community.jboss.org/people/mayankmails] created the discussion
"Facing client session log out problem frequently"
To view the discussion, visit: http://community.jboss.org/message/632225#632225
--------------------------------------------------------------
We are using Jboss 3.2.7 with multiple projects deployed on jboss server.
Recently we have started getting more and more session log out instances from client side.This generally happen while we do export process from client side which are heavy processes and take around 10-15 min to complete.
We have checked the HttpSessionTimeout setup in JBoss at following location:
1) default timeout value for every web application : deploy/jbossweb-tomcat55.sar/conf/web.xml is set to 30 min.
2) To override the default HttpSession timeout on a per-webapp basis we have entries in defined it in every project WEB-INF/web.xml , which is also set to 30 min.
3) Also checked that we are not setting HttpSession.setMaxInactiveInterval(int seconds) in code manually.
In-spite of 30 min timeout defined in for syetem, we are facing session log out problem frequently.
Need help in rectifying this problem with solution.
Thanks,
Mayank
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/632225#632225]
Start a new discussion in JBoss Web Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
13 years, 3 months