Weblogic Server 7.0 - can't find cmd.exe

Hi
I am having a simular problem I have succefully installed web logic server 7.0 and created a domain "dlidomain". When I am trying to start->Programs-> " WebLobic Platform 7.0 -> User Projects --> dlidomain" its searching for "cmd.exe" which is not found in windows98. Your answer below was to rename cmd to bat. What files are you referring to? Is this still the soloution. Please let me know as soon as possible.
Darryl
renamed .cmd to .bat and see if it works or not.
krishna ramineni wrote:
hi
i installed weblogicserver 7.0 on windows 98.and when iam trying to run
setExamplesEnv.cmd file from dos prompt it says bad command or file name.and
when iam trying to start->Programs-> "Launch Examples Server" its
searching for "cmd.exe" which is not found in windows98.please let me know
the solution for this asap

What leads you to believe WLS is supported on Windows 98?
Wayne
Darryl wrote:
Hi
I am having a simular problem I have succefully installed web logic server 7.0 and created a domain "dlidomain". When I am trying to start->Programs-> " WebLobic Platform 7.0 -> User Projects --> dlidomain" its searching for "cmd.exe" which is not found in windows98. Your answer below was to rename cmd to bat. What files are you referring to? Is this still the soloution. Please let me know as soon as possible.
Darryl
renamed .cmd to .bat and see if it works or not.
krishna ramineni wrote:
hi
i installed weblogicserver 7.0 on windows 98.and when iam trying to run
setExamplesEnv.cmd file from dos prompt it says bad command or file name.and
when iam trying to start->Programs-> "Launch Examples Server" its
searching for "cmd.exe" which is not found in windows98.please let me know
the solution for this asap

Similar Messages

  • JVM can't find cmd.exe

    hello
    i try to create a java stored procedure that allows to execute shell commands such as move or copy of files.
    my java class looks like:
    import java.io.*;
    public class Host {
    public static void executeCommand(String command) {
    try {
    String[] finalCommand;
    if (isWindows()) {
    finalCommand = new String[4];
    finalCommand[0] = "C:\\WINDOWS\\system32\\cmd.exe";
    //finalCommand[0] = "cmd.exe";
    finalCommand[1] = "/y";
    finalCommand[2] = "/c";
    finalCommand[3] = command;
    else {
    finalCommand = new String[3];
    finalCommand[0] = "/bin/sh";
    finalCommand[1] = "-c";
    finalCommand[2] = command;
    final Process pr = Runtime.getRuntime().exec(finalCommand);
    new Thread(new Runnable(){
    public void run() {
    BufferedReader br_in = null;
    try {
    br_in = new BufferedReader(new InputStreamReader(pr.getInputStream()));
    String buff = null;
    while ((buff = br_in.readLine()) != null) {
    System.out.println("Process out :" + buff);
    try {Thread.sleep(100); } catch(Exception e) {}
    br_in.close();
    catch (IOException ioe) {
    System.out.println("Exception caught printing process output.");
    ioe.printStackTrace();
    finally {
    try {
    br_in.close();
    } catch (Exception ex) {}
    }).start();
    new Thread(new Runnable(){
    public void run() {
    BufferedReader br_err = null;
    try {
    br_err = new BufferedReader(new InputStreamReader(pr.getErrorStream()));
    String buff = null;
    while ((buff = br_err.readLine()) != null) {
    System.out.println("Process err :" + buff);
    try {Thread.sleep(100); } catch(Exception e) {}
    br_err.close();
    catch (IOException ioe) {
    System.out.println("Exception caught printing process error.");
    ioe.printStackTrace();
    finally {
    try {
    br_err.close();
    } catch (Exception ex) {}
    }).start();
    catch (Exception ex) {
    System.out.println(ex.getLocalizedMessage());
    public static boolean isWindows() {
    if (System.getProperty("os.name").toLowerCase().indexOf("windows") != -1)
    return true;
    else
    return false;
    then i wrote a wrapper procedure like that:
    CREATE OR REPLACE PROCEDURE Host_Command (p_command IN VARCHAR2)
    AS LANGUAGE JAVA
    NAME 'Host.executeCommand (java.lang.String)';
    After that i granted the following permissions:
    EXEC Dbms_Java.Grant_Permission('CYTASTAR09', 'java.io.FilePermission', '<>', 'read ,write, execute, delete');
    EXEC Dbms_Java.Grant_Permission('CYTASTAR09', 'SYS:java.lang.RuntimePermission', 'writeFileDescriptor', '');
    EXEC Dbms_Java.Grant_Permission('CYTASTAR09', 'SYS:java.lang.RuntimePermission', 'readFileDescriptor', '');
    exec dbms_java.grant_permission('CYTASTAR09', 'SYS:java.io.FilePermission', '<<ALL FILES>>', 'execute' );
    everything compiles fine and i'm able to use the java part as standalone application. but when i try to use it from oracle, like this:
    CALL DBMS_JAVA.SET_OUTPUT(1000000);
    BEGIN
    Host_Command (p_command => 'move C:\test.gif C:\test2.gif');
    END;
    I always get the following error message:
    can't exec: C:\WINDOWS\system32\cmd.exe doesn't exist
    Does anyone know how to solve the problem?
    regards mirko

    Hi,
    You can refer this link. It shows you how to create a Java Stores Procedure to execute OS commands.
    http://asktom.oracle.com/pls/ask/f?p=4950:8:11627080439344761340::NO::F4950_P8_DISPLAYID,F4950_P8_CRITERIA:952229840241
    Thanks,
    Khalid

  • Looking for a manual to Maverick Server. Where can I find it?

    Looking for a manual to Maverick Server. Where can I find it?

    Hi ..
    Start here >   OS X Server - Apple Support
    Once you have OS X Server installed, from the OS X Server menu bar (top of your screen) click Help > OS X Server Help

  • On a clean Firefox download I consistantly can't open Firefox because "Windows can't find Firefox.exe" - doesn't look like it's being downloaded.

    I have used several download sites including Mozilla's to try and download Firefox. In every case, when the download is "complete", the Firefox icon appears in the taskbar. When I click on it to open Firefox I get this message "Windows cannot find 'C:\Program Files\Mozilla Firefox\firefox.exe'. Make sure you typed the name correctly and then try again." I've searched my computer and FIrefox.exe is not there. When I looked at the files that were downloaded in C:\Program Files\Mozilla Firefox there are quite a number of files including one with the Firefox icon and the name "Firefox". Clicking it once again brings up that can't find Firefox.exe dialog box. I'm on an Acer Aspire with Win 7 32 bit. I did have Firefox on the laptop but a virus forced me to restore the laptop to its original configuration. I've reloaded my programs with the exception of Firefox.

    Hello, try these free programs to scan for existing malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/viruses/disinfection/5350 Anti-Rootkit Utility - TDSSKiller]
    * [http://general-changelog-team.fr/en/downloads/viewdownload/20-outils-de-xplode/2-adwcleaner AdwCleaner] (for more info, see this [http://www.bleepingcomputer.com/download/adwcleaner/ alternate AdwCleaner download page])
    * [http://www.surfright.nl/en/hitmanpro/ Hitman Pro]
    * [http://www.eset.com/us/online-scanner/ ESET Online Scanner]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    then, if your laptop in clean try a clean re-install :
    '''Note:''' You might want to print these steps or view them in another browser.
    #Download the latest Desktop version of Firefox from https://www.mozilla.org/en-US/firefox/all/ and save the setup file to your computer.
    #After the download finishes, close all Firefox windows (click Exit from the Firefox or File menu).
    #Delete the Firefox installation folder, if exist, which is located in one of these locations, by default:
    #*'''Windows:'''
    #**C:\Program Files\Mozilla Firefox
    #**C:\Program Files (x86)\Mozilla Firefox
    Now, go ahead and reinstall Firefox:
    Double-click the downloaded installation file and go through the steps of the installation wizard.
    Once the wizard is finished, choose to directly open Firefox after clicking the Finish button.
    Thank you.

  • In Bridge when I R click on psd file and tell it to open in Photoshop it says can't find Photoshop.exe. Photoshop is running at the time. How do I teach it where Photshop.exe is?

    In Bridge when I R click on psd file and tell it to open in Photoshop it says can't find Photoshop.exe. Photoshop is running at the time. How do I teach it where Photshop.exe is?

    I have sort of the exact same problem. Extremely far away from user friendly
    I have an second issue as well: When I hook off all-day it comes up with an 8 hour event!
    And then if I put in a late start hour it pushes end time to next day due to the 8 hour event suggestion.
    All in all this gives a lot of changes just to enter an event.
    Command N
    I learnt from your input to use this fuction. At least that comes up with a one hour event as default.

  • Can't find Javac.exe

    I'm new to Java (presently taking a class). I'm very confused and not getting too far. I'm running Win XP and have downloaded the latest version of Java J2SE1.4.0_01 (actually because of repeated problems, I've uninstalled and installed it a few times).
    I can't find javac.exe anywhere on my c drive. I read a past forum posting describing the same problem which suggests downloading the latest version of SDK1.4. Isn't this what I have been downloading? Where can I find this download? If it isn't what I've been downloading, why do I need both and how would I have known this? I understand how to set the path once I get javac.exe but I'm becoming frustrated trying to obtain this file and move forward with my study of java. Thanks for the help.

    If you need only to run a java application then you just need a JRE (Java Runtime Enviorment ). It contains everything that you wanted to run it.
    But, if you want to develop some java application , then you needs something more... you need to have to compile those source files first... For this what you want is a SDK (Software development Kit)... Both is free.. You can download the 1.4sdk from http://java.sun.com/Download6
    After downloading and installing it, set the path corectly to include the bin directory of the installed folder..
    Hope it helped
    appu

  • I can't find OPatch.exe

    I will plan to install CPU Patch on Oracle 9.2.0.7 but I can't find opatch.exe and not OPatch folder on any drive.
    What's wrong and how to fix problem?
    Thank you

    Since you declare you are in 9.2.0.7.0, you should be aware that at the companion readme file there is a note that clearly states as a post install step you must install an additional patch which relates to the opatch:
    9.3.3 Download the Latest Version of OPatch
    You must install OPatch version 1.0.0.0.53 in order to apply patches on top of 9.2.0.7. Download and unzip patch 2617419.
    See Also:
    OracleMetaLink Note 224346.1 and Note 189489.1 for more information.
    ~ Madrid
    http://hrivera99.blogspot.com/

  • Can't find nmake.exe

    I'm currently running MatrixX 6.2.2 on Windows XP SP2.  When I try an run a simulation I get an error message, "Can't find nmake.exe" or something like that.
    I've viewed some previous posts and the suggestions where dealing with VC compiler and running vcvars32.bat.  I've searched for this file on my PC and it doesn't exist.  It appears I don't have VC++ installed on my computer.  Does a version of this compiler get installed with the MatrixX install?
    Where should I go from here?

    Hi Jim,
    nmake.exe is part of Microsoft Visual Studio 6.0. So in order to run you simulation (probably with UCB are C code) to need to have Visual Studio installed and be sure that you register the environment variables when installing. In the help of the software, you can find the recommended compilers. We have try we a free bordland compiler and another make and it was not working. Visual Studio is the best.
    Charles-Etienne
    NGC Aerospace
    Recommended Compilers
    If you want to link your own C or FORTRAN code to
    Xmath or SystemBuild, you must purchase and insta...
    Compiler/OS
    Solaris 7
    Windows
    XP/NT/2000/98/95
    C
    SC4.2
    Microsoft Visual 6.0
    C++
    SC4.2
    Microsoft Visual 6.0
    FORTRAN
    SC4.2
    Digital Visual Fortran 6.0
    WARNING: Other compilers might work in some cases, but they are
    not supported. National Instruments recommends against using unsupported
    compilers.

  • ITunes will not launch "Can not find "iTunes.exe"" error

    iTunes is not launching on my computer.  Initially it stated" "Can not find "iTunes.exe"" error.  But now it doesn't do anything.
    Thanks,
    //Vanessa//

    Tried opening Quicktime - same. Tried Quicktime settings from control panel - a Fatal error has occured.
    that corresponds to a "standalone 1603" error message on earlier versions of the itunes and quicktime installers.
    let's try this first.
    here's what we'll try first.
    Download and install the Windows Installer CleanUp utility. then use it to clear any existing QuickTime installation configuration information from your PC:
    Description of the Windows Installer CleanUp Utility
    Next, we’ll manually remove leftover program files and folders.
    1. On the Start menu, click My Computer (or double-click My Computer on the Desktop).
    2. In My Computer, open Local Disk.
    3. Open Program Files.
    4. Right-click on the QuickTime folder and click Delete from the shortcut menu.
    5. Navigate to C:\Windows\system32\.
    6. Remove the files QuickTime.qts and QuicktimeVR.qtx.
    7. Restart your computer.
    once we've got all the existing QuickTime scraped away, let's try a careful standalone QT 7.1.3 reinstall.
    download and save a copy of the QT 7.1.3 standalone installer to your hard drive. (we'll run the install from there rather than online.) switch off antivirus and antispyware applications prior to the install.
    Quicktime 7.1.3 Installers … get the one that doesn’t mention itunes
    if that install goes through okay, reboot the PC and try another itunes install. does that go through okay this time?
    (if you get an error message on the QT standalone reinstall, let us know what it says. include error message numbers if you're getting any.)

  • Weblogic Server error: "The system cannot find the path specified."

    Hi. 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! :)

    Hi,
    Try this.
    Edit your registry and go to
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem
    Change the value for NtfsDisable8dot3NameCreation to 1 (if the key does not exist, create a DWORD key with that name and set the value to 1).
    Delete your DefaultDomain folder from the system folder.
    Restart the machine, start the jdev and run the page.
    Reference : http://support.microsoft.com/kb/121007
    -Arun

  • Windows Internal Database on Windows Server 2012 - How can I find out what role or feature is using it?

    We have setup many roles and features and apparently one of them is using the Windows Internal Database (WID). We have had some events logged for WID and need to troubleshoot them. But we are not sure which role/feature is using it. How can I find
    this out?

    Hi,
    Several components of Windows Server 2008 and 2012 use Windows Internal Database for their data storage: Active Directory Rights Management Services, Windows System Resource Manager, UDDI Services, Active Directory Federation Services 2.0, IPAM and Windows
    SharePoint Services.
    Which role did you setup or what is the error message did you received?
    Regards.
    Vivian Wang

  • Stop weblogic services using StartStopServices.xml parameter leaves cmd.exe

    When using the "Start > All Programs > Oracle Business Intelligence > Stop BI services" function it calls the StartStopServices.cmd file. This file then references the StartStopServices.xml file using the following statement;
    <target name="stop_all" depends="set.is.stop.all, opmn.stop, wls.mgd.stop, wls.wait.mgd.shutdown, del.generated.managed.server.credentials, wls.stop, wls.wait.admin.shutdown, del.generated.admin.server.credentials">
         </target>
         <target name="set.is.stop.all">
         <property name="is.stop.all" value="true"/>
         </target
    The problem that I'm having is that when the weblogic services are successfully stopped, 2 cmd.exe windows are left open on the server. I've created a batch file to call the StartStopServices.cmd and added parameters such as
    Sleep.exe 30
    c:\windows\system32\TASKKILL.exe /F /IM cmd.exe /T
    Theoretically this should pause for a few, and then close the open cmd windows. However whenever the StartStopServices.cmd is called it closes the original command window before any statements are executed. So essentially I don't get to the taskkill or sleep parameters. I'm assuming that I need to edit the XML file somewhere to make it so it doesn't stop_all and close, but simply stops all and allows my added entries in the cmd windows to execute so ALL cmd windows are closed.
    I'm scheduling a backup using RMAN in NOARCHIVELOG mode, and need to stop the weblogic processes in order to complete this backup function. However I need to end these cmd windows otherwise over the course of time they will be cascaded everywhere. Has anybody accomplished this?

    Hope still you need a solution for your question.
    Follow these steps to achive as expected file using StartStopServices.xml, do let me know for any questions.
    File loc: MW_HOME\instances\instance3\bifoundation\OracleBIApplication\coreapplication
    1) I've added a new target attribute( as 'veera' to existing code) at the end of the tag
    <target name="stop_all" depends="determine.language, set.is.stop.all,find.or.get.credentials, opmn.stop, wls.mgd.stop, wls.wait.mgd.shutdown, del.generated.managed.server.credentials, wls.stop, wls.wait.admin.shutdown, del.generated.admin.server.credentials, veera">
    </target>
    2) Added new code as show below
    <target name="veera" if="wls.domain.exists" depends="wls.check.exists" description="Stop WLS">
    <echo message="Srini..." />
    <exec spawn="true" executable="cmd.exe" osfamily="windows" dir="${DOMAIN_HOME}/bin">
    <arg value="/c" />
    <arg value="taskkill /f /IM cmd.exe" />
    </exec>
    </target>
    If it is helpful, please mark as correct or helpful
    Cheers,
    Veeravalli
    Edited by: svee on Jul 5, 2012 3:09 PM
    Edited by: svee on Jul 5, 2012 3:12 PM

  • Firefox won't start can't find firefox.exe in processes

    I recently was having problems with my computer where it would crash and I had to do a system restore. I am now not able to open firefox, I found this page explaining how to fix the problem:http://support.mozilla.com/en-US/kb/Firefox+will+not+start?s=icon+won%27t+open&as=s The solution says to delete the process of firefox.exe in the task manager, however I can't find this process. Any help?
    == This happened ==
    Every time Firefox opened
    == Today: July, 7. 2010 ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30729; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; .NET4.0C; AskTB5.6)

    thanks for the reply mehok, but I have tried restarting my computer numerous times and also reinstalling firefox but still no luck!

  • Windows Vista can't find Firefox.exe on my hard drive, but it is there. How can I get Firefox to run?

    Windows Vista can't find the Firefox.exe program on my machine but it is right there in program files. Windows won't run it. After clicking on the short cut icon and after a delay I get an error message saying that windows can't find it. What can I do to fix this problem?

    Hey merodi,
    I dont fully understand your problem here,
    1. Did your computer shut down or 'die' or did you save and then you cant find it?
    2. Have you tried looking in spotlight (little magnifying glass up the corner)
    3. Have you tried opening the program again? In word and pages, if the program exited forcefully, opening it again will restore the document.

  • Where can I find the .exe file?

    I'm looking for the .exe file of Acrobat Reader, under which directory can I find it and what is the exact file name?

    That depends on your OS and the version of Reader that you have installed... Also, it's possible the path was changed during the installation process.
    By default, Reader XI on Windows 7 is installed under:
    C:\Program Files (x86)\Adobe\Reader 11.0\Reader
    And the main executable file is called AcroRd32.exe .

Maybe you are looking for

  • EJB 3.0 and Spring

    Hi I have created a new EJB 3.0 project using NetBeans that I am deploying to Sun Application Server 9.1. I would like to use Spring with this project. I have used Spring in the past with Web Applications and know how to configure Spring to load the

  • Error in Process status after confirmation

    Hi, when we post  confirmation in SRM for a particular PO it is showing the status as error in process.how can i check what is the probelm assocoiated with this confirmation. I went to Rz20 and got the Idoc.but when i tried to process it manually in

  • HOW TO CONNECT  SQL DEVELOPER FROM REMOTE DATADASE 11g SEREVER

    HI WE ARE USEING ORACLE 11g AS PRODUCTION DATA BASE SERVER ON (O.S -WINDOWS SERVER 2008 WITH JAVA 1.5) I WANT TO CONNECT ORACLE 11g(PRODUCTION DATA BASE) FROM THE SQL DEVELOPER(VERSION -sqldeveloper-3.0.03.45)--- installed on (WINDOWS XP PROFESSIONAL

  • How  to find the definintion for a particular implementation

    hi ihave the implementation name so i put this in se19 and after enter it asks for definition which has to be created in se18 if we have some predefined definitons  already for that implementation how to find the particular definiton that is to be us

  • BI Publisher Desktop Permission Issues

    I'm currently running BI Publisher Desktop v11.1.1.6 in a Windows XP environment with Microsoft Word 2007 and having issues using the BI Publisher add in for MS Word. I went through the installation logged in as an administrator, and could access the