weblogic12cosbsoa-suite

Domain Creation 12.2.1.2.0 ERROR


I'm trying to create a standalone domain using QS Templates but I'm facing an error after I configure user, password and port for the domain, the error occurrs during creation time:

CFGFWK-64254:Error occurred in "OPSS Processing" phase execution. Encountered error:java.lang.NoSuchMethodError: java.util.concurrent.ConcurrentHashMap.keySet()Ljava/util/concurrent/ConcurrentHashMap$KeySetView;

I've already configured QS_TEMPLATE variable.


Solution

  • The error was because I runned the installer on jdk1.7.0_51 and tried to create the domain on jdk1.8.0_151, after I runned everything on the same version everything worked.