hi this is sreekanth, This is the error iam getting when iam run the command ./startadmin.sh startadmin.sh is an executable file when iam trying to run it shows the below error
[sree@localhost bin]$ ./startadmin.sh ./startadmin.sh: line 1: domain-home=/home/sree/bea/user_projects/domains/base_domain: No such file or directory body of the file is [sree@localhost bin]$ cat startadmin.sh domain-home=/home/sree/bea/user_projects/domains/base_domain nohup $domain-home/bin/startWebLogic.sh >>admin.log 2>&1 & the problem is doesn't find the path. in previous it will work but now it will shoes the error? Regards sreekanth
