Tuesday, October 1, 2013

BEA-000362 Server failed. Reason: Parsing Failure in config.xml: java.lang.IllegalArgumentException

Dear All,

Greetings...!!!!
This post i am writing after so long.. I hope you all are doing well.. 

Today we will be talking about Weblogic Error While starting weblogic Server. one of my friend stuck with below error while starting weblogic after monthly log purging. He had received below error in logs

"BEA-000362 Server failed. Reason: Parsing Failure in config.xml: java.lang.IllegalArgumentException "

 
 After checking weblogic server we have found below solutions for the same.
Solution: -
This happens when MW_HOME is not defined and weblogic.jar is getting called twice in CLASSPATH. To fix this, check below two points :
  • Ensure weblogic.jar in CLASSPATH is not duplicated. You can check CLASSPATH section when it prints while starting.
  • Set MW_HOME either on unix shell or in startup scripts.
MW_HOME=/Weblogic/wls1036/

Start WebLogic now, it should work!

 Enjoy working with Middleware Technologies. If you have any queries kindly write me on middlewaresolution1@gmail.com

Regards,
Ajinkya Vichare