• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

WsbService with Axis2

 
Ranch Hand
Posts: 124
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am using axis2-1.4.1 and running single sign on using saml in Tomcat. Getting below exception after adding all the jars. Could you please suggest which jar is missing?


org.apache.axis2.AxisFault:The system is attempting to engage a module that is not available: rampart

 
Bartender
Posts: 4116
72
Mac TypeScript Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You need to post more details on the scenario here. What jars added/where you added them and how? What is the flow you are executing here?
 
Raghu Sha
Ranch Hand
Posts: 124
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for reply.
Referred

http://wiki.sdn.sap.com/wiki/display/Security/Single+Sign+on+using+SAML+with+Apache+Axis2+%28Web+Service+Runtime%29

and followed Example 2: Running Axis2 in an application server

added axiom,axis2-1.3,axis2-adb-1.4.1,axis2-kernel-1.4.1 in tomcat\lib.

As per the above url, deployed saml.war only in tomcat\webapps.
Need to add anything in tomcat?

 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic