When creating a new DEV domain for BPM, SOA and UCM 11.1.1.6 and using the config.sh wizard the following error occured:
ERROR create_gui com.oracle.cie.wizard.domain.gui.tasks.DomainCreationGUITask - Generation Error!! Traceback (innermost last): File "<iostream>", line 17, in ? TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
The solution is simple when you now the answer (as always). Instead of using the “default” config script in %MIDDLEWARE_HOME%/wlserver_10.3/common/bin
You should use the config.sh script in:
%MIDDLEWARE_HOME%/Oracle_ECM1/common/bin
References:
- Andy Weaver @ Oracle Forums – Domain Creation Failed when configuring domain for UCM 11g
Jacco H. Landlust
01-03-2013 at 11:54
Usually I prefer $MW_HOME/oracle_common/common/bin/config.sh as script for creating domain configs for layered products. That scripts takes all installed layered products into account instead of only the one you are pointing directly at (UCM in your case). If you happen to install 2 products (like SOA+OSB) your config.sh still works as expected.
Marka
26-08-2015 at 11:56
excellent solution. My problem got fixed. i have been weblogic Domain i got this error, i was google it, i didn’t find the best solution. Finally your solution work out. Thanks a lot.