I am having an issue starting a weblogic server instance in jdeveloper 11.1.1.6 The startWebLogic script starts, but then I receive the following error:
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Unrecognized option: -jrockit
I tried some of the other solutions that people have posted for this error, but have had no success. Some of the other suggestions involved JAVA_VM and the MEM_ARGS variables, but it didn't work for me. I also dug up the tokenValues.properties file, and deleted the @JAVA_VM = -jrockit statement, and that didn't work either.
I am using weblogic server 11gR1. Has anyone else had this problem in this environment?