Weblogic 启动配置向导失败,出现错误:"=="此时意外



我正试图在Weblogic服务器12c中创建一个域。在路径上执行脚本config.cmd

CCD_ 1得到错误为"0"=="这在当时是出乎意料的。

在安装weblogic服务器时设置JDK路径如下

set PATH=C:Program FilesJavajdk1.8.0_161bin;%PATH%
set JAVA_HOME=C:Program FilesJavajdk1.8.0_161

Weblogic服务器安装正确。

在启动配置向导之前显示PATH环境变量,并检查该值是否未用双引号括起来。

I have resolved this error by following steps
open the command line 
echo %path%
then you can see all path variables 
copy the result string into a notepad , then you can notice there are " characters 
next remove those.

open the command line in the fmw_14.1.1.0.0_wls_lite_generic.jar folder 
set path=double_quote_emoved_pathvariable
java -jar fmw_14.1.1.0.0_wls_lite_generic.jar

相关内容

  • 没有找到相关文章

最新更新