Skip to Content.
Sympa Menu

mace-opensaml-users - Error while processing saml token

Subject: OpenSAML user discussion

List archive

Error while processing saml token


Chronological Thread 
  • From: Geetika Srivastava <>
  • To:
  • Cc: Deepthi Shetty <>
  • Subject: Error while processing saml token
  • Date: Wed, 7 Oct 2009 10:57:31 +0530


Hi,

I am trying to use open SAML API's in Lotus Domino server 8.0.1 . The java version used is 1.5 . The API's are used for processing the SAML token at target end.
On hitting the target first time after server restart, I am getting the following error on processing the SAML token:

10/07/2009 10:40:05 AM  HTTP JVM: org.opensaml.xml.ConfigurationException: Unable to initialize Velocity template engine
10/07/2009 10:40:05 AM  HTTP JVM:         at org.opensaml.DefaultBootstrap.initializeVelocity(DefaultBootstrap.java:126)
10/07/2009 10:40:05 AM  HTTP JVM:         at org.opensaml.DefaultBootstrap.bootstrap(DefaultBootstrap.java:81)
10/07/2009 10:40:05 AM  HTTP JVM:         at ConsumerServlet.obtainDecodedSAMLResponse(ConsumerServlet.java:235)
10/07/2009 10:40:05 AM  HTTP JVM:         at ConsumerServlet.doPost(ConsumerServlet.java:138)
10/07/2009 10:40:05 AM  HTTP JVM:         at javax.servlet.http.HttpServlet.service(HttpServlet.java:521)
10/07/2009 10:40:05 AM  HTTP JVM:         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
10/07/2009 10:40:05 AM  HTTP JVM:         at lotus.domino.servlet.DominoServletInvoker.executeServlet(DominoServletInvoker.java:296)
10/07/2009 10:40:05 AM  HTTP JVM:         at lotus.domino.servlet.DominoServletInvoker.service(DominoServletInvoker.java:237)
10/07/2009 10:40:05 AM  HTTP JVM:         at lotus.domino.servlet.ServletManager.service(ServletManager.java:258)
10/07/2009 10:40:05 AM  HTTP JVM: Caused by:
10/07/2009 10:40:05 AM  HTTP JVM: java.security.AccessControlException: Access denied (java.lang.RuntimePermission getClassLoader)
10/07/2009 10:40:05 AM  HTTP JVM:         at java.security.AccessController.checkPermission(AccessController.java:108)
10/07/2009 10:40:05 AM  HTTP JVM:         at java.lang.SecurityManager.checkPermission(SecurityManager.java:548)
10/07/2009 10:40:05 AM  HTTP JVM:         at java.lang.Thread.getContextClassLoader(Thread.java:497)
10/07/2009 10:40:05 AM  HTTP JVM:         at org.apache.velocity.util.ClassUtils.getClass(ClassUtils.java:58)
10/07/2009 10:40:05 AM  HTTP JVM:         at org.apache.velocity.util.ClassUtils.getNewInstance(ClassUtils.java:95)
10/07/2009 10:40:05 AM  HTTP JVM:         at org.apache.velocity.runtime.RuntimeInstance.initializeResourceManager(RuntimeInstance.java:572)
10/07/2009 10:40:05 AM  HTTP JVM:         at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:241)
10/07/2009 10:40:05 AM  HTTP JVM:         at org.apache.velocity.runtime.RuntimeSingleton.init(RuntimeSingleton.java:113)
10/07/2009 10:40:05 AM  HTTP JVM:         at org.apache.velocity.app.Velocity.init(Velocity.java:83)
10/07/2009 10:40:05 AM  HTTP JVM:         at org.opensaml.DefaultBootstrap.initializeVelocity(DefaultBootstrap.java:124)
10/07/2009 10:40:05 AM  HTTP JVM:         ... 8 more

However I am able to process the SAML token on the second hit.
Please help me out with the issue.

Regards,
Geetika Srivastava
Tata Consultancy Services
Mailto:
Website:
http://www.tcs.com
____________________________________________
Experience certainty.        IT Services
                       Business Solutions
                       Outsourcing
____________________________________________
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you





Archive powered by MHonArc 2.6.16.

Top of Page