Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. devusr@ubuntu:~/IBM/WebSphere/AppServer/bin/ProfileManagement$ ls bin
  2. libcairo.so.1 PMT =======================================================> look at this line here where the PMT is the folder.
  3.  
  4.  
  5. devusr@ubuntu:~/IBM/WebSphere/AppServer/bin/ProfileManagement$ ls
  6. bin configuration features plugins PMT.ini pmt.sh startup.jar
  7. devusr@ubuntu:~/IBM/WebSphere/AppServer/bin/ProfileManagement$ ./pmt.sh
  8. ++ pwd
  9. + CUR_DIR=/home/devusr/IBM/WebSphere/AppServer/bin/ProfileManagement
  10. ++ dirname ./pmt.sh
  11. + binDir=.
  12. + cd .
  13. ++ pwd
  14. + binDir=/home/devusr/IBM/WebSphere/AppServer/bin/ProfileManagement
  15. + cd /home/devusr/IBM/WebSphere/AppServer/bin/ProfileManagement
  16. + /home/devusr/IBM/WebSphere/AppServer/bin/ProfileManagement/bin/PMT -vm /home/devusr/IBM/WebSphere/AppServer/bin/ProfileManagement/../../java/jre/bin/javaw -clean -dev /home/devusr/IBM/WebSphere/AppServer/bin/ProfileManagement/../../lib/bootstrap.jar -vmargs -Dpmt.root=/home/devusr/IBM/WebSphere/AppServer/bin/ProfileManagement -jar /home/devusr/IBM/WebSphere/AppServer/bin/ProfileManagement/startup.jar
  17.  
  18. ./pmt.sh: line 9: /home/devusr/IBM/WebSphere/AppServer/bin/ProfileManagement/bin/PMT: No such file or directory
  19. Look at the above line where it is saying No such file or directory, but it clearly exists.
  20.  
  21. devusr@ubuntu:~/IBM/WebSphere/AppServer/bin/ProfileManagement$
  22. devusr@ubuntu:~/IBM/WebSphere/AppServer/bin/ProfileManagement$pServer/bin/ProfileManagement$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement