Advertisement
Guest User

Untitled

a guest
Dec 5th, 2012
532
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. Problem invoking WLST - Traceback (innermost last):
  2. File "/wls_domains/mydomain/.scripts/JMSFS.py", line 101, in ?
  3. File "/wls_domains/mydomain/.scripts/JMSFS.py", line 45, in createFSdest
  4. File "<iostream>", line 182, in cd
  5. File "<iostream>", line 1848, in raiseWLSTException
  6. WLSTException: Error cding to the MBean
  7.  
  8. def createFSdest(jms_module_name,jms_fs_name,jms_dest_name,ljndi,rjndi):
  9. cd('/')
  10. jms_fs_path = getFSpath(jms_module_name,jms_fs_name)
  11. cd(jms_fs_path)
  12. print jms_fs_path
  13. cmo.createForeignDestination(jms_dest_name)
  14. jms_fs_path=jms_fs_path+'/ForeignDestinations/'+jms_dest_name
  15. print jms_fs_path
  16. cd(jms_fs_path)
  17. cmo.setLocalJNDIName(ljndi)
  18. cmo.setRemoteJNDIName(rjndi)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement