Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within BEA/Weblogic
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Paul Clapham
Jeanne Boyarsky
Ron McLeod
Tim Cooke
Sheriffs:
Devaka Cooray
paul wheaton
Mark Herschberg
Saloon Keepers:
Tim Moores
Tim Holloway
Stephan van Hulst
Frits Walraven
Jj Roberts
Bartenders:
Carey Brown
salvin francis
Piet Souris
Forum:
BEA/Weblogic
Error while starting weblogic Server
jatan bhavsar
Ranch Hand
Posts: 300
I like...
posted 8 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi ,
I am new to WEblogic and couldn't start the server. I have set the environment but still getting the error.
C:\Softwares\weblogic10.3.6\nbric\domains\nbric\bin>startWebLogic.cmd The JRE was not found in directory . (JAVA_HOME) Please edit your environment and set the JAVA_HOME variable to point to the root directory of your Java installation. Press any key to continue . . . "" . . JAVA Memory arguments: -Xms256m -Xmx1024m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m . WLS Start Mode=Development . CLASSPATH= . PATH=;C:\SOFTWA~1\WEBLOG~1.6\wlserver\server\native\win\32;C:\SOFTWA~1\WEBLOG~1.6\wlserver\server\bin;C:\SOFTWA~1\WEBLOG~1.6\modules\ORGAPA~ 1.1\bin;\jre\bin;\bin;C:\Progra~1\Java\jrockit-jdk1.6.0_37-R28.2.5-4.1.0\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Wind ows\System32\WindowsPowerShell\v1.0\;C:\Softwares\ant\apache-ant-1.7.1\bin;C:\SOFTWA~1\WEBLOG~1.6\wlserver\server\native\win\32\oci920_8 . *************************************************** * To start WebLogic Server, use a username and * * password assigned to an admin-level user. For * * server administration, use the WebLogic Server * * console at http:\\hostname:port\console * *************************************************** starting weblogic with Java version: The system cannot find the path specified. Starting WLS with line: \bin\java -client -Xms256m -Xmx1024m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=AdminServer -Djava.sec urity.policy=C:\SOFTWA~1\WEBLOG~1.6\wlserver\server\lib\weblogic.policy -Xverify:none -ea:com.bea.wcp... -da The system cannot find the path specified. C:\Softwares\weblogic10.3.6\nbric\domains\nbric\bin>C:\Softwares\weblogic10.3.6\nbric\domains\nbric\bin
Hope someone will guide me to solve this issue.
Regards
Jatan
German Gonzalez-Morris
Ranch Hand
Posts: 361
2
I like...
posted 8 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
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
Posts: 152
I like...
posted 8 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
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
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
error while deplying jax-ws ?
how to increase heap size with eclipse?
Retrieve WL command-line (-Dname=value)
SEVERE: Dispatcher initialization failed-use Oracle weblogic server 11gR1 10.3.5
Starting Weblogic server fine in Eclipse, but seems like project not being deployed.
More...