ERROR: Cannot load this JVM TI agent twice starting Oracle WebLogic Server 12.1.3.0

前端 未结 1 1930
逝去的感伤
逝去的感伤 2021-01-04 03:46

I am starting Oracle WebLogic Server 12.1.3.0 where I have hosted some WEb applications, but I can not start it because I have an error

echo starting weblogic with J

1条回答
  •  旧巷少年郎
    2021-01-04 04:13

    Have you read the error message? Especially for this part "check your java command line for duplicate jdwp". Then you might have found that -Xrunjdwp is twice in the startup command (the line below: "Starting WLS with line").

    So you need to check where the values for %JAVA_OPTIONS% and %PROXY_SETTINGS% are set in your startup configuration. I guess -Xrunjdwp is appended twice to %JAVA_OPTIONS% (except someone has misused %PROXY_SETTINGS%).

    0 讨论(0)
提交回复
热议问题