• 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
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

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
 
Yup, yup, yup. Tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic