Weblogic Server error: "The system cannot find the path specified."
723242Oct 22 2009 — edited Oct 24 2009Hi. I'm trying to run a Java EE web application, but as soon as I launch the Weblogic I get the next message several times on the DefaultServer Log: "The system cannot find the path specified"
Here's the complete log:
*** Using port 7101 ***
C:\Users\Nicolás\AppData\Roaming\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\bin\startWebLogic.cmd
[ waiting for the server to complete its initialization... ]
The system cannot find the path specified.
.
.
JAVA Memory arguments:
.
WLS Start Mode=Development
.
CLASSPATH=
.
PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files (x86)\Common Files\Ulead Systems\MPEG;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\TortoiseSVN\bin;/3E
The system cannot find the path specified.
The system cannot find the path specified.
.
***************************************************
* 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:
Starting WLS with line:
\bin\java -Dweblogic.Name= -Djava.security.policy=\server\lib\weblogic.policy
Process exited.
I can run my programs perfectly on another machine with Windows XP. I've got a new machine with Vista Home Premium 64, but I have been never able to launch the server. I don't know if this has something to do with the system environment variables.
I'm using JDeveloper Studio Edition Version 11.1.1.1.0, and Weblogic Server 10.3.
Thanks in advance! :)