Click to See Complete Forum and Search --> : Starting WL 7 in Redhat 7.2 - Permission denied


Phooka
01-28-2003, 09:05 AM
Very new to Linux - Have installed Redhat 7.2 and WebLogic 7.0.0.1 and am using the KDE GUI.

Trying to start WL7 by - selecting the StartWebLogic.cmd - then using Konqueror / tools / Execute Shell Command. I get the following error "/bin/sh: ./startWebLogic.cmd: Permission denied.

If I do the same thing with the startWebLogic.sh I get the following error "/bin/sh: ./startWebLogic.sh: bad interpreter: Permission denied.

I think I am logged in as root (that was the userid selected on login)

Any ideas

mdwatts
01-28-2003, 08:07 PM
Try changing the permissions for both.

As root

cd /path/to

chmod +x startWebLogic.cmd

chmod +x startWebLogic.sh

I would suggest you use a terminal such as Konsole instead of Konqueror/tools/Execute command.