Dear Experts,
I installed new window 10 on my machine and I installed the jdeveloper 12.2.1.2 and increased its memory based on this link https://onkaroracle.blogspot.co.uk/2015/10/improve-oracle-jdeveloper-12c.html
But when I start running the weblogic I find an error kindly see the log below:
Adding environment variable to WLST script USER_MEM_ARGS = -Xms32m -Xmx1024m -XX:MaxPermSize=384m
Log File: C:\Users\m.m\AppData\Roaming\JDeveloper\system12.2.1.2.42.170105.1224\o.j2ee.adrs\BuildDefaultDomain.log
Label: JDEVADF_12.2.1.2.0-NS_GENERIC_170105.1224.S
Product Home: C:\Oracle\Middleware\Oracle_Home\jdeveloper\jdev\
Domain: C:\Users\m.m\AppData\Roaming\JDeveloper\system12.2.1.2.42.170105.1224\DefaultDomain
BuildDefaultDomain1.py 2017-11-29 23:30:11
cmd.exe /c ""C:\Oracle\Middleware\Oracle_Home\oracle_common\common\bin\wlst.cmd" "C:\Users\m.m\AppData\Roaming\JDeveloper\system12.2.1.2.42.170105.1224\o.j2ee.adrs\BuildDefaultDomain1.py""
Process started
wlst >
wlst > Initializing WebLogic Scripting Tool (WLST) ...
wlst >
wlst > Welcome to WebLogic Server Administration Scripting Shell
wlst >
wlst > Type help() for help on available commands
wlst >
wlst > Creating Default Domain
wlst > [progress] Reading template: Basic WebLogic Server Domain
wlst > Setting Name to 'DefaultServer'
wlst > Setting ListenAddress to ''
wlst > Setting ListenPort to 7101
wlst > Enabling SSL using port 7102
wlst > Setting domain administrator to 'weblogic'
wlst > Setting domain password.
wlst > [progress] Writing domain: /C:/Users/m.m/AppData/Roaming/JDeveloper/system12.2.1.2.42.170105.1224/DefaultDomain/
wlst > com.oracle.cie.domain.script.ScriptException: 64254: Error occurred in "DomainGenerator.string.substitution.phase.text" phase execution
wlst > 64254: Encountered error: C:\Users\m.m\AppData\Roaming\JDeveloper\system12.2.1.2.42.170105.1224\DefaultDomain\init-info\startup-plan.xml (The process cannot access the file because it is being used by another process)
wlst > 64254: Check log for more detail.
wlst >
wlst > at com.oracle.cie.domain.script.ScriptExecutor.runProgressOperator(ScriptExecutor.java:5564)
wlst > at com.oracle.cie.domain.script.ScriptExecutor.writeDomain(ScriptExecutor.java:2133)
wlst > at com.oracle.cie.domain.script.jython.WLScriptContext.writeDomain(WLScriptContext.java:1765)
wlst > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
wlst > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
wlst > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
wlst > at java.lang.reflect.Method.invoke(Method.java:498)
wlst > at com.oracle.cie.domain.script.jython.WLSTState.processCommand(WLSTState.java:224)
wlst > at com.oracle.cie.domain.script.jython.WLScriptContext.runCmd(WLScriptContext.java:695)
wlst > at sun.reflect.GeneratedMethodAccessor131.invoke(Unknown Source)
wlst > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
wlst > at java.lang.reflect.Method.invoke(Method.java:498)
wlst > at org.python.core.PyReflectedFunction.__call__(Unknown Source)
wlst > at org.python.core.PyMethod.__call__(Unknown Source)
wlst > at org.python.core.PyObject.__call__(Unknown Source)
wlst > at org.python.core.PyInstance.invoke(Unknown Source)
wlst > at org.python.pycode._pyx5.command$1(C:\Users\m.m\AppData\Local\Temp\WLSTOfflineIni6553870248794445610.py:19)
wlst > at org.python.pycode._pyx5.call_function(C:\Users\m.m\AppData\Local\Temp\WLSTOfflineIni6553870248794445610.py)
wlst > at org.python.core.PyTableCode.call(Unknown Source)
wlst > at org.python.core.PyTableCode.call(Unknown Source)
wlst > at org.python.core.PyTableCode.call(Unknown Source)
wlst > at org.python.core.PyFunction.__call__(Unknown Source)
wlst > at org.python.pycode._pyx5.writeDomain$25(C:\Users\m.m\AppData\Local\Temp\WLSTOfflineIni6553870248794445610.py:105)
wlst > at org.python.pycode._pyx5.call_function(C:\Users\m.m\AppData\Local\Temp\WLSTOfflineIni6553870248794445610.py)
wlst > at org.python.core.PyTableCode.call(Unknown Source)
wlst > at org.python.core.PyTableCode.call(Unknown Source)
wlst > at org.python.core.PyFunction.__call__(Unknown Source)
wlst > at org.python.pycode._pyx99.f$0(C:\Users\m.m\AppData\Roaming\JDeveloper\system12.2.1.2.42.170105.1224\o.j2ee.adrs\BuildDefaultDomain1.py:85)
wlst > at org.python.pycode._pyx99.call_function(C:\Users\m.m\AppData\Roaming\JDeveloper\system12.2.1.2.42.170105.1224\o.j2ee.adrs\BuildDefaultDomain1.py)
wlst > at org.python.core.PyTableCode.call(Unknown Source)
wlst > at org.python.core.PyCode.call(Unknown Source)
wlst > at org.python.core.Py.runCode(Unknown Source)
wlst > at org.python.util.PythonInterpreter.execfile(Unknown Source)
wlst > at weblogic.management.scripting.WLST.main(WLST.java:181)
wlst > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
wlst > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
wlst > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
wlst > at java.lang.reflect.Method.invoke(Method.java:498)
wlst > at weblogic.WLST.main(WLST.java:47)
wlst > Error: runCmd() failed. Do dumpStack() to see details.
wlst > Problem invoking WLST - Traceback (innermost last):
wlst > File "C:\Users\m.m\AppData\Roaming\JDeveloper\system12.2.1.2.42.170105.1224\o.j2ee.adrs\BuildDefaultDomain1.py", line 85, in ?
wlst > File "C:\Users\m.m\AppData\Local\Temp\WLSTOfflineIni6553870248794445610.py", line 105, in writeDomain
wlst > File "C:\Users\m.m\AppData\Local\Temp\WLSTOfflineIni6553870248794445610.py", line 19, in command
wlst > 64254: Error occurred in "DomainGenerator.string.substitution.phase.text" phase execution
wlst > 64254: Encountered error: C:\Users\m.m\AppData\Roaming\JDeveloper\system12.2.1.2.42.170105.1224\DefaultDomain\init-info\startup-plan.xml (The process cannot access the file because it is being used by another process)
wlst > 64254: Check log for more detail.
wlst >
wlst >
wlst > at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:69)
wlst >
wlst > at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:2768)
wlst >
wlst > at com.oracle.cie.domain.script.jython.WLScriptContext.runCmd(WLScriptContext.java:701)
wlst >
wlst > at sun.reflect.GeneratedMethodAccessor131.invoke(Unknown Source)
wlst >
wlst > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
wlst >
wlst > at java.lang.reflect.Method.invoke(Method.java:498)
wlst >
wlst >
wlst > com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.jython.WLSTException: Error writing domain:
wlst > 64254: Error occurred in "DomainGenerator.string.substitution.phase.text" phase execution
wlst > 64254: Encountered error: C:\Users\m.m\AppData\Roaming\JDeveloper\system12.2.1.2.42.170105.1224\DefaultDomain\init-info\startup-plan.xml (The process cannot access the file because it is being used by another process)
wlst > 64254: Check log for more detail.
wlst >
wlst >
wlst > Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=384m; support was removed in 8.0
Elapsed time: 41722 ms