How to deal with the problem of starting weblogic server error in Linux

  
                

Linux system operation, when prompted to start weblogic managed server error, there are two kinds of error is more common, the following system home Xiaobian will introduce you to Linux under the weblogic managed server two common mistakes The solution to the problem, let's get to know it.

linux system startup weblogic Managed server reported the following error:

Solution: enter cd Middleware /, use the find. The -name *.lok command finds the file and then deletes it.

Example: rm. /user_projects/domains/base_domain/servers/pc-linux01/tmp/pc-linux01.lok

Linux system startup weblogic managed server reported Socket closed error

Linux system started weblogic managed server When reporting the following error:

Multicast socket receive error: java.net.SocketException: Socket closed

……

java.io.IOException: Invalid argument

Solution:

Open the startManagedWebLogic.sh file under /home/weblogic/Oracle/Middleware/user_projects/domains/base_domain/bin and find

JAVA_OPTIONS=“-Dweblogic .security.SSL.trustedCAKeyStore=”/home/weblogic/Oracle/Middleware/wlserver_10.3/server/lib/cacerts“ ${JAVA_OPTIONS}”

Modified to

JAVA_OPTIONS= “-Dweblogic.security.SSL.trustedCAKeyStore=”/home/weblogic/Oracle/Middleware/wlserver_10.3/server/lib/cacerts“ ${JAVA_OPTIONS} -Djava.net.preferIPv4Stack=true”

The above is Linux Start the weblogic managed server two common error resolution solutions. If you get the above error when starting the weblogic managed server, you can try to solve the problem described in this article.

Copyright © Windows knowledge All Rights Reserved