Somnath Mallick wrote:Sorry Jai!
No problem, just wanted to make sure that we are trying to solve one issue at a time
Well those errors are gone and now the server is booting properly with run.bat -c default and run.bat -c all both working fine. It turned out to be a java version mismatch. I had set the classpath to JDK 1.5 for some other work and hence it was giving that error. I changed it to 1.6 and the server is operating smoothly.
Good to know