• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Jeanne Boyarsky
Sheriffs:
  • Rob Spoor
  • Devaka Cooray
  • Liutauras Vilda
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Piet Souris

TCL Execption

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi.
Im using the WscpCommand interface in servlet and this servlet is deployed to WAS 4.0.5. If the I dont enable the global security, the WscpCommand can execute the WSCP command (ex wscpCommand.evalCommand("EnterpriseApp show /EnterpriseApp:HELLO/") . But Im getting a TCLException if I enable the global security.
I also set system property com.ibm.CORBA.ConfigURL to appropriate sas property file ( sas.wscp.props) but still im getting the exception.
Is there anything I miss to do?
Thanks.
The stderr.log show this .->
com.ibm.ejs.sm.client.RepositoryOpException: RemoteException occurred in server thread; nested exception is:
java.rmi.RemoteException: ; nested exception is:
com.ibm.websphere.csi.CSIException: SECJ0053E: Authorization failed for /UNAUTHENTICATED while invoking (Home)ejsadmin/homes/ClientAccessHome create:0 securityName: /UNAUTHENTICATED;accessID: UNAUTHENTICATED is not granted any of the required roles: AdminRole
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic