WebLogic: No VirtualMachine found

oracle weblogic

 

Starting up WebLogic give the following exception:

   

com.bea.wls.redef.ClassRedefInitializationException: No VirtualMachine found . 

 

and

 

 weblogic.application.ModuleException: Cannot initailize ClassRedefinerFactory . 

 

The solution I used to solve the issue was to remove the fast swap elemeny/tag in my weblogic.xml file Remove element from weblogic.xml true

 

 


<fast-swap> 
   <enabled>true</enabled> 
</fast-swap> 

 

 

This error occurred because I configure my JDK to use DCEVM.