This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes BEA/Weblogic and the fly likes Error while starting weblogic Server Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "Error while starting weblogic Server" Watch "Error while starting weblogic Server" New topic
Author

Error while starting weblogic Server

jatan bhavsar
Ranch Hand

Joined: Jul 23, 2008
Posts: 296

Hi ,

I am new to WEblogic and couldn't start the server. I have set the environment but still getting the error.



Hope someone will guide me to solve this issue.
Regards
Jatan
German Gonzalez-Morris
Ranch Hand

Joined: Nov 16, 2009
Posts: 47

Please check the PATh of Weblogic and JDK..

Usually WLS installation is: %WL_HOME%\wlserver_10.3 and not wlserver.

%WL_HOME%\wlserver\


http://devwebcl.blogspot.com/
Matt Cartwright
Ranch Hand

Joined: Aug 25, 2008
Posts: 149

the ${WLS_HOME} (${WL_HOME}/wlserver or ${WL_HOME}/whatever) can be overridden in the GUI installer or in a silent response file.
So that doesn't matter.
Rather looks like that JAVA_HOME is not set!
It fails with \bin\java not found.

HTH
Matt
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Error while starting weblogic Server
 
Similar Threads
Retrieve WL command-line (-Dname=value)
Starting Weblogic server fine in Eclipse, but seems like project not being deployed.
error while deplying jax-ws ?
SEVERE: Dispatcher initialization failed-use Oracle weblogic server 11gR1 10.3.5
how to increase heap size with eclipse?