Receiving 'startWebLogic.sh: 1: eval: Syntax error: Unterminated quoted string Process exited.' in JDev when starting the Integrated Weblogic Server.
Posted by Steve Racanovic | Posted in | Posted on 3:40 PM
0
I'm using Linux Mint 16, and when I try to start the Integrated Weblogic Server (Run -> Start Server Instance) in JDeveloper I get this error:
*** Using port 7101 ***
/home/steve/.jdeveloper/system11.1.1.6.38.62.29/DefaultDomain/bin/startWebLogic.sh
[waiting for the server to complete its initialization...]
/home/steve/.jdeveloper/system11.1.1.6.38.62.29/DefaultDomain/bin/startWebLogic.sh: 1: eval: Syntax error: Unterminated quoted string
Process exited.
To workaround this, I changed the sha-bang in startWebLogic.sh script to run bash. i.e. #!/bin/bash
You also need to do the same for stopWebLogic.sh script to stop instance later.
Comments (0)
Post a Comment