• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

No Permission Exception

 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am doing a operation using web application. User able to logged into the web application and can finish the operation successfully first time. If we start the same operation second time then it is calling the create method of ejb session home it is throwing the following exception>

----------------------

CORBA NO_PERMISSION OxO No; nested exception is:

org.omg.CORBA.NO_PERMISSION: java.rmi.AccessException: ; nested exception is:
com.ibm.websphere.csi.CSIAccessException: SECJ0053E: Authorization failed for /UNAUTHENTICATED while inviokin (HOME)MySessionBean create: 2 securityName: /UNAUTHENTICATED; accessID: UNAUTHENTICATED is not granted any of the required roles: SecurityRole1, SecurityRole2 vmcidL oxo minor code:0 completed: No

----------------------


Can any one help me or give me any suggestions.

I checked that the logged in user is properly mapped to securityrole.I am sure in that.

FYI: I am using 'FORM' based authentication in my web application. Is it gives any problem with websphere because same application is working in jboss.

Thanks,
 
Remember to always leap before you look. But always take the time to smell the tiny ads:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic