Wlst.cmd file couldnt run from the cmd prompt

Hi friends,
when i tried to run the wlst.cmd file in a windows cmd prompt, it is not running as it is saying like
the system cannot find the path specified
I tried like the below
Microsoft Windows [Version 5.2.3790]
(C) Copyright 1985-2003 Microsoft Corp.
C:\NEW8\instances\instance4\bifoundation\OracleBIApplication\coreapplication\set
up>CD \
C:\>SET MW_HOME=C:\NEW8
C:\>CD NEW8
C:\NEW8>CD oracle_common
C:\NEW8\oracle_common>CD common
C:\NEW8\oracle_common\common>CD bin
C:\NEW8\oracle_common\common\bin>wlst.cmd
The system cannot find the path specified.
C:\NEW8\oracle_common\common\bin>Eventhough, i tried to run it in the bi_init.cmd prompt, then too it is not running.
Can anyone tell me in which cmd prompt i need to run that wlst.cmd file for upgrading the fusion m/w shared components.
Brgds,
Mini

Hi Devarasu,
Thanks for your reply. But now also it doesnt seems to run. Since like you said, i set
ORACLE_HOME = C:\NEW8\Oracle_BI1And tried to run the wlst.cmd file in the cmd prompt like the below, but then too it is returning the same error like
D:\New8\oracle_common\common\bin\wlst.cmd
Microsoft Windows [Version 5.2.3790]
(C) Copyright 1985-2003 Microsoft Corp.
C:\Documents and Settings\Administrator>cd..
C:\Documents and Settings>cd..
C:\>\NEW8\oracle_common\common\bin\wlst.cmd
The system cannot find the path specified.
C:\>Also i tried to run the wlst.cmd file which is in the following location like
D:\New8\wlserver_10.3\common\bin\wlst.cmd
CLASSPATH=C:\NEW8\patch_wls1036\profiles\default\sys_manifest_classpath\weblogic
_patch.jar;C:\NEW8\patch_ocp371\profiles\default\sys_manifest_classpath\weblogic
_patch.jar;C:\NEW8\JROCKI~1.0-1\lib\tools.jar;C:\NEW8\WLSERV~1.3\server\lib\webl
ogic_sp.jar;C:\NEW8\WLSERV~1.3\server\lib\weblogic.jar;C:\NEW8\modules\features\
weblogic.server.modules_10.3.6.0.jar;C:\NEW8\WLSERV~1.3\server\lib\webservices.j
ar;C:\NEW8\modules\ORGAPA~1.1/lib/ant-all.jar;C:\NEW8\modules\NETSFA~1.0_1/lib/a
nt-contrib.jar;;C:\NEW8\utils\config\10.3\config-launch.jar;C:\NEW8\WLSERV~1.3\c
ommon\derby\lib\derbynet.jar;C:\NEW8\WLSERV~1.3\common\derby\lib\derbyclient.jar
;C:\NEW8\WLSERV~1.3\common\derby\lib\derbytools.jar;;
Initializing WebLogic Scripting Tool (WLST) ...
Welcome to WebLogic Server Administration Scripting Shell
Type help() for help on available commands
wls:/offline> upgradeJRF('C:\NEW8\instances\instance4\bifoundation')
Traceback (innermost last):
  File "<console>", line 1, in ?
NameError: upgradeJRF
wls:/offline>But it is returning the error like Traceback (innermost last).
What might be the problem here, Deva. Can you help me to get rid of this issue.
Brgds,
Mini

Similar Messages

  • Not running from the Command Prompt.

    I have developed a SMTP based mail dispatch software using netbeans and Javamail. It is working fine while running within netbeans. But while runing it from the command prompt after making a build of it from netbeans, it gives error File not found exception for javamail as below.
    =================================================
    DEBUG: not loading resource: /META-INF/javamail.address.map
    DEBUG: java.io.FileNotFoundException: C:\Program Files\Java\jre1.5.0_07\lib\java
    mail.address.map (The system cannot find the file specified)
    exception thrown:

    JavaMail attempts to load resources from many places. The fact that some
    are not found is not necessarily a problem. JavaMail will fall back to
    resources included in the mail.jar file.
    You need to look further in the debug output for the source of your problem.
    (I assume you've included mail.jar in your CLASSPATH when running
    your program from the command prompt. See README.txt included
    with JavaMail.)

  • How to disable "This file was downloaded from the internet" prompts?

    They're annoying.  I always say "yes" and I think they cause problems sometimes when I use these files with Terminal.  How do I get rid of them, if I can?

    If you do that, you may lose the new XProtect malware detection feature as well. See
    About file quarantine in Mac OS X v10.5 and v10.6

  • What command can be run from the cmd to inquire about the language layout that is used right now?

    I have windows 7 32bit platform. Is there any command that can be run from the command line just to inquire about the language bar that is currently in use? Suppose I have English keyboard on my machine but I am switching between 3 languages when I write
    my documents (e.g. English, German, Spanish). I want to know if there is any way to tell what language layout that is in current use as seen in the language bar. This question is not about how to change language layout from the command line -- just to know
    what layout. For example, the command can return some sort of string to indicate which layout is currently in use: "english", "german", "spanish", and so on.
    My ultimate goal from this question is to pass this output into an external editor that will hopefully change font based on the input language? Any help to achieve this goal will be much appreciated.
    Or put differently, what is the best way to tell an external editor like Emacs about the current language layout that is in current use?

    For the current input language you can try using
    reg query "HKCU\Keyboard Layout\Preload" /v 1
    The return value includes an eight digit hex value. The first four digits indicate either default layout for the language (all zeros) or a variation (non-zero). The last four digits are the locale id - see:
    http://msdn.microsoft.com/en-us/goglobal/bb964664.aspx
    From this table, you can see in the example above my input language is English - Australia. 
    For the keyboard layout you could try
    WMIC Path Win32_Keyboard Get Layout
    0409 is an English - US keyboard.
    For a few other ideas/methods try reading
    http://p0w3rsh3ll.wordpress.com/2013/06/07/about-keyboard-layouts/

  • How to schedule the Batch file to run from task scheduler

    Hello Everyone,
    I have a batch file which kills the wscript.exe process, I am doing this manually, I need to schedule this batch file to run from task scheduler whenever the process wscript.exe reaches to specific numbers,  i.e if the wscript.exe process count in task
    manager reaches to 30,  the task schedular should execute this batch file,
    Is there a way to do so.
    dibu

    Hi,
    àI need to schedule
    this batch file to run from task scheduler whenever the process wscript.exe reaches to specific numbers.
    As I know, it will not help you to achieve this target via Scheduled Task. When configure Scheduled Task, there
    seems no Trigger option that help you specify this condition (process counts reaches to specific numbers) to trigger the batch file.
    You could consider that improve this batch file. Adding the
    Check function to the script will be a better option. For script issue, you can post it in the
    Official Scripting Guys Forum. I believe we will get a better assistance there.
    If any update, please feel free to let me know.
    Best regards,
    Justin Gu

  • How to transfer files to and from the BB PlayBook

    Overview
    The following sections outline different methods of transfering files to and from the BlackBerry® PlayBook™.
    Wi-Fi® Sharing
    Complete the following steps to share files over a Wi-Fi connection:
    From the BlackBerry PlayBook home screen, select the settings icon.
    Select Storage and Sharing.
    Toggle Wi-Fi Sharing to ON.
    Tap Properties to verify network identification information. (PlayBook name, password etc)
    From a Windows or Mac based computer on the same network as the BlackBerry PlayBook, navigate to the IP address of the PlayBook which can be found under Settings > About > Network.
    On a Windows computer, open the Run dialog box and type \\127.1.1.1 (where 127.1.1.1 should be replaced with the actual IP address of the BlackBerry PlayBook)
    On a Mac computer, select Go -> Connect to Server... and type smb://127.1.1.1 (where 127.1.1.1 should be replaced with the actual IP address of the BlackBerry PlayBook)
    Users will then connect to the media folder which contains several subfolders such as documents, music, photos, videos etc.  Users can then move files between the computer and these folders.
    File Sharing with a Mac via USB connection
    To share files between a Mac and the BlackBerry PlayBook, BlackBerry® Device Manager will need to be installed. Complete the following steps to install BlackBerry Device Manager:
    Connect the BlackBerry PlayBook to the Mac.
    On the desktop or within Finder, double click BlackBerry PlayBook CD.
    Double click the BlackBerry Device Manager Installer to start the installation process.
    After reviewing the Read Me and License Agreement click Continue Installation.
    Reboot the computer when prompted.
    After the reboot is complete and the PlayBook is started, a message may be presented stating that a new network interface has been detected.  If this is the case, click on Network Preferences and click Apply.
    You may receive the error message  "You can't install the 'Network' preferences pane because it is already installed". *** If you receive this message,  See the additional notes for further steps, otherwise continue to step 8.
    After the PlayBook has been setup in Network Preferences, the PlayBook share will appear on the desktop whenever the PlayBook is connected to the computer.
    Click the Playbook icon on the desktop to display the PlayBook share.  Users can then move files between the computer and the PlayBook.
    File Sharing with a Windows® PC via USB connection
    To share files between a Windows based PC and the BlackBerry PlayBook, BlackBerry Device Manager will need to be installed. Complete the following steps to install BlackBerry Device Manager:
    Connect the BlackBerry PlayBook to the computer via USB cable.
    If BlackBerry Device Manager is not yet installed, the PlayBook will display a screen entitled Installing Drivers.
    On the computer, double click the BlackBerry PlayBook CD drive icon.
     Open the Drivers folder.
    Double click Setup.exe
    After selecting the appropriate region and accepting the License Agreement select Install.
    Select Finish and then OK to the prompt confirming that the PlayBook will need to be disconnected and then reconnected prior to use.
    Once reconnected to the computer, the BlackBerry PlayBook will be mounted as a Network Drive labelled PlayBook [PIN: 500AAAAA].  Double click the network drive icon to access the PlayBook folders.  Users can then move files between the computer and the PlayBook.
    Environment
    BlackBerry® PlayBook™
    Additional Information
    If you receive the error message  "You can't install the 'Network' preferences pane because it is already installed" while attempting to install the Network Device, complete the following steps:
    1. Click Ok and Navigate to System Preferences > Network
    2. Click Ok to accept the network changes. If you do not see the acceptance prompt, continue to the next step.
    3. Click the "+" under the listed device.
    4. Click Create on the RIM Network device interface screen
    Additional Notes:
    File and Folder creation is only available on the playbook within the sub directories of the file structure.  No folders can be created on the root folder of the drive.  This is by design.
    The main folders of the playbook are not meant to be modified renamed deleted or changed.  This is by design.
    While any file type can physically moved to the playbook the files capable of being opened by the playbook are still limited to KB26606, as well as KB26518.
    PLEASE DON'T FORGET TO GIVE KUDOS BY CLICKING THE STAR BELOW. THANKS

    After you connect your tablet via wifi in the network, you can also share files doing this:
    I personally have windows 7 in my laptops, and when I need to transfer files using my laptop, I open network and sharing center, then I click on see full map and finally I click on the icon  playbook-a185, the next screen will show you 2 folders: certs and media.
    Another way is opening windows explorer and on the left under network, see the computers listed on the network, find playbook-a185, click on it and will open the folders.
    Note: make sure you have file sharing and wifi sharing ON on the playbook. I turn OFF password protect so will be easier to access your files, and when you are done, you can turn password protection ON.
    Give kudos by clicking on the start please.
    Thanks!!

  • How can i run application client from the command prompt ?

    Hi,
    I'm new to java & EJB. so can any body tell me the command to run the application client from the command prompt. Here is the code to print hello world:
    /* Remote interface */
    public interface Hello extends javax.ejb.EJBObject
         public String hello() throws      java.rmi.RemoteException;
    /* Home interface */
    public interface HelloHome extends javax.ejb.EJBHome
         Hello create() throws java.rmi.RemoteException, javax.ejb.CreateException;
    /* Stateless session bean class */
    public class HelloBean implements javax.ejb.SessionBean
         private javax.ejb.SessionContext ctx;
         public void ejbCreate(){
              System.out.println("ejbcreate()");
         public void ejbRemove(){
              System.out.println("ejbRemove()");
         public void ejbActivate(){
              System.out.println("ejbActivate()");
         public void ejbPassivate(){
              System.out.println("ejbejbPassivate()");
         public void setSessionContext(javax.ejb.SessionContext ctx){
              this.ctx=ctx;
         public String hello(){
              System.out.println("hello()");
              return "Hello, world!";
    /*Client class */
    import javax.naming.Context;
    import javax.naming.InitialContext;
    import java.util.Properties;
    public class HelloClient
         public static void main(String[] args) throws Exception{
              Properties props=System.getProperties();
              Context ctx=new InitialContext(props);
              Object obj=ctx.lookup("HelloHome");
              HelloHome home=(HelloHome)javax.rmi.PortableRemoteObject.narrow(obj,HelloHome.class);
              Hello hello=home.create();
              System.out.println(hello.hello());
              hello.remove();
    I have stored .java files in c:\ejb
    I have successfully created the .class files using javac command in the following directory :
    c:\ejb
    I have also created Helloworld.ear file in c:\ejb using sun application server which contains the following files:
    ejb-jar-ic.jar
    app-client-ic.jar
    sun-j2ee-ri.project
    application.xml
    sun-application.xml
    Manifest.mf
    But the problem is that i'm not able to run the HelloWorld.class file successfully from the command prompt. So please suggest me the comand.
    Thanx in advance.
    Best regards,
    Pankaj

    Hi
    You can run this code from the command prompt in the same way as you run any other simple java program. The only thing is you need to set the Home and Local interfaces in the classpath.And obviously if u had deployed the bean in ur app server container, then its all over.
    And one more thing is that u need to set the provider URL in the InitialContext created in the client program.
    Thanks
    Arun B

  • New user...how do you drag or move or copy a file or folder from the desktop to an external drive?  I have tried dragging and copy/pasting.

    new user...how do you drag or move or copy a file or folder from the desktop to an external drive?  I have tried dragging and copy/pasting.

    My guess the problem you are running into is the drive is formatted for a PC as NTFS. OS X can read files from NTFS however it cannot write to it. Check the formatting on the drive, if it's NTFS then it should be reformatted to Mac OS Extended (Journaled), you can use Disk Utility to do this.
    If you still have a PC and want to share the EHD with the PC and Mac please read MacWorld's Share an external drive between a Mac and a PC article.

  • I'm about to transfer the contents of my existing HDD in my (dead PSU) iMac to another computer. I'm just wanting to know if and how I will be able to access my files and documents from the old hard drive once I've made the backup?

    I'm about to transfer the contents of my existing HDD in my (dead PSU) iMac to another computer. I'm just wanting to know if and how I will be able to access my files and documents from the old hard drive once I've made the backup?

    You are not going to be able to run your old system from the backup on this old computer as the hardware is incompatible.
    You need to get a new computer or a refurbished one.

  • I installed the system update to 10.7.3. After re-booting, my mail file was missing from the dock.  Looked in applications and the mail application is missing. Any thoughts?

    I installed the system update to 10.7.3. After re-booting, my mail file was missing from the dock.  Looked in applications and the mail application is missing. Any thoughts?

    Thanks Paul; but, taking your suggestion didn't solve the problem.  As mail is part of the OS, the updates don't have the capacity to reinstall applications; so, I had to reinstall the OS.  I now have my mail back (although it didn't appear on the dock--I had to go to applications and activate it and then put it back in the dock.  Thanks again for trying.

  • How to save files (example:csv) from the different subVI to the same folder of main VI?

    I would like to save files (example:csv) from the subVI to the same folder of main VI? Please help! Thanks.

    CP_AT wrote:
    I would like to save files (example:csv) from the subVI to the same folder of main VI? Please help! Thanks.
    I don't understand the problem. You write in the program where to save files, and it saves them there. Do you mean something else?
    Cameron
    To err is human, but to really foul it up requires a computer.
    The optimist believes we are in the best of all possible worlds - the pessimist fears this is true.
    Profanity is the one language all programmers know best.
    An expert is someone who has made all the possible mistakes.
    To learn something about LabVIEW at no extra cost, work the online LabVIEW tutorial(s):
    LabVIEW Unit 1 - Getting Started
    Learn to Use LabVIEW with MyDAQ

  • How to get file input stream from the client machine by JSF Fileupload API?

    Dear Friends,
    How to get the file input stream from the client machine by JSF HtmlFileupload or fileupload API. At present, if i execute the file upload code in the client machine, it is able to get the local path of the file and looking for the file in server machine. So i am getting FileNotFoundException.
    E.g., If a file is located at client machine at following location means "C:\Test\Test.txt",
    uploadClass.getFileuploadComponent().getFilename().toString() returns "C:\Test\Test.txt". But it is looking for that file in server and throwing FileNotFoundException.
    Please post your replies soon.
    Thanks,
    JP

    Depends on which version of JSF you're using. If JSF 1.2, I wouldn't even bother trying to hack this into JSF itself unless you can use something like Seam 2 or richfaces.
    http://docs.jboss.org/richfaces/latest_3_3_X/en/devguide/html/rich_fileUpload.html
    http://docs.jboss.org/seam/2.2.1.CR3/reference/en-US/html/controls.html#d0e29259 (look for s:fileUpload)
    But if I were you, a simple non-jsf form with a servlet works best for taking file uploads.
    As for JSF 2.0, there are other ways of getting it done.
    http://balusc.blogspot.com/2009/12/uploading-files-with-jsf-20-and-servlet.html

  • How to read files from the menu prompt

    Hi all the experts here, help me plz
    this is the menu
    R - Read a batch of student marks from a file
    D - Display a table of student results
    Q - Quit from the program
    when user press R the program has to read a file. The default file name is results1.txt
    but my teacher is gonna change the file name when she tests it.
    so i can't put the fixed file name. i have to read the file name from the command
    prompt
    The user will type the file name and i just have to read that file..but..its hard for the
    biginner...THX guys

    help me guys plz im really stuck man
         public char promptMenu()
              System.out.println ("R - Read a batch of student marks from a file");
              System.out.println ("D - Display a table of student results");
              System.out.println ("Q - Quit from the program");
              char answer = Keyboard.readChar();
              return answer;
    after user press 'R'
    then i have to read a file whatever the user enters..

  • I got a java excutable file and document from the instrument supplier I want to use it in labview , I want to Know how to do it , step by step

    I got a java excutable file and document from the instrument supplier I want to use it in labview , I want to Know how to do it , step by step
    Attachments:
    this is a java file changr the jpg to jar .jpg ‏101 KB

    I'd recommend searching the forums to find your answer.  http://forums.ni.com/ni/search?submitted=true&q=java+labview

  • How can I hide the main front panel when I run from the executable?

    Hopefully this is an easy question. I have an application where the front panel is not the main GUI and I would like to hide it when the program runs, but only when it runs from the executable. How can I do this?

    NIquist wrote:
    Yeah, don't do that. Executables built in LV require at least one front panel to be open. If it isn't, the run-time engine automatically closes the executable. I haven't checked recently, but I assume this is still the case.
    Instead, you can set the FP state to minimized (as suggested earlier) or (better) to hidden.
    P.S. one side point - the property and invoke nodes have a shortcut - if you use the Application or VI classes and don't connect a reference, they default to the current app or VI. That means you don't have to open the reference.
    Try to take over the world!

Maybe you are looking for