Console mode is requested

Hello Blackberries.
Console mode is requested to re-adjust the configurations(s) and start-up application(s).
Regards..

Also, computers; cmd or Run mode males PC windows quicker to make some requeste to essential checks ex ping IP address besides to configurations..

Similar Messages

  • Password encription error while creating SOA domain in console mode

    Hi,
    I am creating SOA domaing in console mode in Solaris server. While Configure JDBC Data Sources for SOA metadata and SOAINFRA schema i am getting bellow error.
    Error:
    Configure JDBC Data Sources:
    Edit the configuration of JDBC data sources. A data source contains a pool of database connections. Applications look up a data source in the JNDI tree, request a
    connection, use it, and return it to the connection pool.
    | Name |
    _|______________________|
    1->| SOADataSource |
    2| EDNLocalTxDataSource |
    3| mds-soa |
    4| wlsbjmsrpDataSource |
    5| mds-owsm |
    6| EDNDataSource |
    7| SOALocalTxDataSource |
    8| OraSDPMDataSource |
    Use above value or select another option:
    1 - Modify
    2 - Discard Changes
    ** CFGFWK-60050: Property "ConfirmUserPasswordEncrypted" of JDBCDriverParams "" is invalid.
    ** CFGFWK-64014: The property value is required.
    I understand that we need to give the encrypted schema password. but how to create encrypted password.

    Hi Anuj,
    I go through the below url link, and I accepted SOADataSource default values, but i ma getting "ConfirmUserPasswordEncrypted" of JDBCDriverParams "" is invalid error. I think we need to enter the Encrypted password for DB schema. Oracle don't given SOA domain creation in unix console mode. I got struck on my development environment, Please help me on this.
    SOA+OSB 11g in same domain (linux)
    Thanks,
    Reddy.

  • Creation of Weblogic Domain in console mode not working

    Hi All,
    I've installed the Middleware home with ADF Runtime installer (Installer was 12.1.2.0.0). Now, I'm trying to create and configure a domain based on the JRF Template.  I'm executing the following command from Putty
    Step1. Navigate to MW_HOME/wlserver/common/bin
    Step2. execute "./config.sh -mode=console"
    Its throwing the following error :
    2014-07-21 17:03:41,643 WARNING [WizardController] com.oracle.cie.wizard.internal.engine.WizardControllerEngine - Duplicate action cause encountered: java.awt.HeadlessException:
    No X11 DISPLAY variable was set, but this program performed an operation which requires it.
    2014-07-21 17:03:41,643 SEVERE [WizardController] com.oracle.cie.wizard.internal.engine.WizardControllerEngine - Wizard error cause
    java.awt.HeadlessException:
    No X11 DISPLAY variable was set, but this program performed an operation which requires it.
      at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:207)
    at java.awt.Frame.<init>(Frame.java:420)
      at java.awt.Frame.<init>(Frame.java:385)
      at javax.swing.SwingUtilities$SharedOwnerFrame.<init>(SwingUtilities.java:1757)
      at javax.swing.SwingUtilities.getSharedOwnerFrame(SwingUtilities.java:1832)
      at javax.swing.JOptionPane.getRootFrame(JOptionPane.java:1697)
      at javax.swing.JOptionPane.showOptionDialog(JOptionPane.java:863)
      at javax.swing.JOptionPane.showConfirmDialog(JOptionPane.java:796)
      at javax.swing.JOptionPane.showConfirmDialog(JOptionPane.java:758)
      at com.oracle.cie.wizard.internal.cont.GUIContext.handleFatalErrorMessage(GUIContext.java:1141)
      at com.oracle.cie.wizard.internal.cont.GUITaskContainer$MethodRunner.run(GUITaskContainer.java:188)
      at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:302)
      at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
      at java.awt.EventQueue.access$200(EventQueue.java:103)
      at java.awt.EventQueue$3.run(EventQueue.java:694)
      at java.awt.EventQueue$3.run(EventQueue.java:692)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
      at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
      at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
      at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
      at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
    2014-07-21 17:03:41,643 WARNING [WizardController] com.oracle.cie.wizard.internal.engine.WizardControllerEngine - Given state 'ERROR' does not follow current 'ERROR'
    This vaguely means that its trying to open a GUI wizard, which is not what I intended to do. The argument -mode=console should run the installer in console mode, but its trying to launch it in GUI mode.
    I searched online, but I have not found anything useful on this issue yet.
    Am I missing something?  Has anyone faced this problem before.
    Any thoughts on this would be helpful  !!
    Thanks,
    Shiva Shankar B N

    Weblogic 12C (12.1.2 to be precise), currently does not support console mode Domain creation. It supports only GUI mode and Silent mode.
    Possible solution to create a 12.1.2  Weblogic domain fully qualified enough to deploy ADF Applications :
    1. Install Xming, and enable X11 forwarding on Putty
    2. Silent Mode installation: The Configuration wizard. ./config.sh -mode=silent  -silent_script=xyz . Yes, it needs a silent script, not silent.xml. I did not try this way and instead resorted to WLST.  Still there are not enough blogs that clearly tell you how to install domain based on JRF template. I stumbled upon a similar OTN forum post.
    Here is the bunch of WLST commands if anyone is interested
    #======================================================================================= 
    # Open a domain template. 
    #======================================================================================= 
    readTemplate("/u01/app/mw/Oracle_Home/wlserver/common/templates/wls/wls.jar") 
    #======================================================================================= 
    # Update the domain to enable the WebLogic Server domain with JRF and EM. 
    #======================================================================================= 
    addTemplate('/u01/app/mw/Oracle_Home/oracle_common/common/templates/wls/oracle.jrf_template_12.1.2.jar') 
    addTemplate('/u01/app/mw/Oracle_Home/em/common/templates/wls/oracle.em_wls_template_12.1.2.jar') 
    #======================================================================================= 
    # Configure the Administration Server and SSL port. 
    # To enable access by both local and remote processes, you should not set the 
    # listen address for the server instance (that is, it should be left blank or not set). 
    # In this case, the server instance will determine the address of the machine and 
    # listen on it. 
    #======================================================================================= 
    cd('Servers/AdminServer') 
    set('ListenAddress','') 
    set('ListenPort', 7001) 
    create('AdminServer','SSL') 
    cd('SSL/AdminServer') 
    set('Enabled', 'True') 
    set('ListenPort', 7002) 
    #======================================================================================= 
    # Define the user password for weblogic. 
    #======================================================================================= 
    cd('/') 
    cd('Security/base_domain/User/weblogic') 
    # Please set password here before using this script, e.g. cmo.setPassword('value') 
    cmo.setPassword('password') 
    # Create and configure a JDBC Data Source, and sets the JDBC user.   Provide the Schema Credentials of the Service table
    # Get RCU Configuration using RCU service table (STB) schema credentials 
    cd('/') 
    cd('JDBCSystemResource/LocalSvcTblDataSource/JdbcResource/LocalSvcTblDataSource') 
    cd('JDBCDriverParams/NO_NAME_0') 
    set('DriverName','oracle.jdbc.OracleDriver') 
    set('URL','jdbc:oracle:thin:@XX.XX.XX.XX:1521/xe.yourdomain.com') 
    set('PasswordEncrypted', 'schemaPassword') 
    set('UseXADataSourceInterface', 'false') 
    cd('Properties/NO_NAME_0') 
    cd('Property/user') 
    cmo.setValue('DEV_STB') 
    getDatabaseDefaults() 
    #======================================================================================= 
    # Write the domain and close the domain template. 
    #======================================================================================= 
    setOption('OverwriteDomain', 'true') 
    writeDomain('/u01/data/user_projects/domains/your_domain') 
    closeTemplate() 
    #======================================================================================= 
    # Exit WLST. 
    #======================================================================================= 
    exit() 
    Hoping to write a blog post soon..
    Thanks,
    Shiva Shankar B N

  • Weird siebel 8.0 console mode installation problem on OEL 4

    Hi There,
    When I tried to install Siebel 8.0 SIA build on Oracle Enterprise Linux (OEL 4), I encountered a weird problem. It is a sandbox for QA to do testing, everything is on the same machine: oracle database 10.2.0.3, gateway, siebel server and SWSE. I installed oracle database, and make sure the database connection is fine, then I did the following :
    1) run install by command "./setuplinux -is:javaconsole -console", it compeleted fine.
    2) go to gateway directory, source cfgenv.sh
    3) run "ssincfgw -is:javaconsole -console" to do gateway server, enterprise and SWSE logical profile configuration. Gateway configuration is fine, gateway started up successfully. But during enterprise configuration, it throws out a bunch of error messages like :
    Error creating Parameter:MaxEntrTasks for Comp:TxnProc in CompGroup:Remote
    Strict Flag set to FALSE, continuing with the next Object...
    Error creating Parameter:MaxEntrTasks for Comp:RepAgent in CompGroup:Remote
    Strict Flag set to FALSE, continuing with the next Object...
    Error creating Component:MsgBroadcastMgr in CompGroup:CommMgmt
    Strict Flag set to FALSE, continuing with the next Object...
    SBL-ADM-02071: Enterprise server siebel not found in gateway server
    But at the end, it still shows "Execution Successful!"
    The SWSE logical profile configuration went through fine
    4) go to siebel server directory and source cfgenv.sh
    5) launch the ssincfgw in siebsrvr/bin directory to config siebel server, it also throws a bunch of error messages like:
    Error creating Parameter:AllowAnonUsers for Comp:SMObjMgr_enu in CompGroup:MktgOM
    Strict Flag set to FALSE, continuing with the next Object...
    Error creating Parameter:AllowAnonUsers for Comp:eMarketObjMgr_enu in CompGroup:MktgOM
    Strict Flag set to FALSE, continuing with the next Object...
    Error creating Parameter:AllowAnonUsers for Comp:eEventsObjMgr_enu in CompGroup:MktgOM
    Strict Flag set to FALSE, continuing with the next Object...
    But again, at the end it still shows "Execution Successful!".
    6) go to siebsrvr directory, source siebenv.sh
    7) Launch srvrmgr in command line mode:
    srvrmgr /g $GATEWAY /e $SIEBEL_ENTERPRISE /u $USERNAME /p $PASSWD
    and it shows "connected to 0 server"
    In the SiebSrvr.log file, it shows " SBL-SCC-00025: No value found in the Gateway. Default value in the repository is used."
    In the sw_cfg_util.log file, it shows "SBL-SVR-03005: No server connect string for Siebel Component servermgr in Siebel Enterprise siebel, Siebel Server sdc60002sems".
    The weirdest part is, if I clean up and uninstall everything, run the install and configure in GUI mode, give the same parameters, I don't get any error messages and siebel server can be up and running fine.
    I searched the forum and found people have reported the same error message during enterprise configuration, but says it does not affect them from bring up the siebel server. Since I'm developing an automation to do the installation, I cannot use GUI mode to install. I have to make the command line console mode work and then record the response file for silent install. Does anyone know what might cause my siebel server fail to be up and running ? Thanks a lot for any suggestions and helps.

    hi,
    Make sure that your network uses DNS naming.
    This error occurs when a machine is not correctly configured to use DNS naming. The default fully qualified host and domain name presented during installation is not correct.
    To successfully install, you need to provide a fully qualified domain name that consists of a local host name along with its domain name.
    for example yoursystem is a host name and yourdomain.com is a fully qualified domain name.
    regards,
    saravanan

  • RRoCE v2.0 mode was requested, but it is not supported.

    Customer is using N5k, connecting W2012 R2 host, as well as a W2012 R2 host acting as a SMB3 fileserver.
    They use RDMA over Converged Ethernet (RoCE), and receive the following error message
    SingleFunc_32_0_0: RRoCE v2.0 mode was requested, but it is not supported. The NIC starts in RRoCE v1.5 mode.
    NOTE: If your environment contains mix of different NIC types, you need to make sure that the whole environment is configured to use the same RoCE mode,
    otherwise the traffic between the different NICs does not work.
    interface Ethernet1/13
    priority-flow-control mode on
    flowcontrol send off
    flowcontrol receive off
    end
    Global QoS Config
    class-map type qos match-any class-rdma
      match cos 3
    class-map type queuing class-rdma
      match qos-group 4
    policy-map type qos rdma-policy
      class class-rdma
        set qos-group 4
      class class-default
    policy-map type queuing rdma-queuing-policy
      class type queuing class-rdma
        bandwidth percent 60
      class type queuing class-default
        bandwidth percent 40
    class-map type network-qos class-rdma
      match qos-group 4
    policy-map type network-qos rdma-network-policy
      class type network-qos class-rdma
        pause no-drop
      class type network-qos class-default
        multicast-optimize
    system qos
      service-policy type network-qos rdma-network-policy
    nterface Ethernet1/13
      service-policy type qos input rdma-policy
      service-policy type queuing input rdma-queuing-policy
      service-policy type queuing output rdma-queuing-policy
    The end to end link is not working ? Any hints what could be wrong ?

    http://www.mozilla.com/en-US/firefox/4.0/system-requirements/
    Mac
    Operating Systems
    * Mac OS X 10.5
    * Mac OS X 10.6
    Recommended Hardware
    * Macintosh computer with an Intel x86 processor
    * 512 MB of RAM
    * 200 MB hard drive space
    For older Macs that aren't supported in Firefox 4.0, try TenFourFox for PowerPC's running Mac 10.4.11 & 10.5.8 . <br />
    http://www.floodgap.com/software/tenfourfox/
    Or revert to Firefox 3.6.16, which is available here: <br />
    http://www.mozilla.com/en-US/firefox/all-older.html

  • Console font size in console mode Arch x86_64

    hi
    i do fresh install Archlinux 2013 x86_64. so i see some change btwin that and 2011, any way , everythings work OK, fast (KDE) but sometime i need work in console mode (ctrl+alt+f1) but i cant change resolution of console font, because now is settingsome basic and so big. i have nvidia card and drivers. i try read ths https://wiki.archlinux.org/index.php/Uvesafb but i cant find some solutions how setting everything with grub2 etc. in my old laptop i have arch 2011 and grub1 but everything work OK include console font, that was much better to setting, in that arch i cant find any working solution, so please help me if somebody know about this.
    thanks
    Last edited by H20 (2013-03-01 20:44:07)

    [ 15.458823] NVRM: Your system is not currently configured to drive a VGA console
    [ 15.458830] NVRM: on the primary VGA device. The NVIDIA Linux graphics driver
    [ 15.458834] NVRM: requires the use of a text-mode VGA console. Use of other console
    [ 15.458838] NVRM: drivers including, but not limited to, vesafb, may result in
    [ 15.458841] NVRM: corruption and stability problems, and is not supported.
    I suspect that it's still the case. You may even have this message in your own dmesg.
    Switch console to VGA mode and use xterm instead.
    This has nothing to do with resolution setting in a framebuffer, which is what the title of the thread suggests.
    I'm pretty sure it does - it looks like the console is being switched to VGA text mode; nvidia has no reason to touch fonts.
    Last edited by mich41 (2013-03-01 21:40:35)

  • Domain configuration fails in console mode

    Hi everybody,
    I've got a problem trying to configure a domain based on Portal Template.
    If I use the wizard all works fine but if I try to use the custom mode I get a Security Configuration error.
    It happens but I didn't change any security parametrs, I'd not added users or groups, I didn't enter in security session.
    Did anyone get the same problem?
    My system is a Solaris (I get the error with both 9 and 8 version) on Sun Spark and Weblogic Platform 8.1
    Thanks a lot
    Massimiliano

    Hi,
    There is no console mode in WebLogic 12.1.2. It has been remove.
    See MOS note: "WebLogic Server 12.1.2 Generic Install Jar File Fails To Recognize Console Install Mode (Doc ID 1577869.1)"
    Regards Peter

  • IBook G4 startsup in console mode,not in the login window?

    This g4 with mac osx 10.4.8 worked fine but suddenly when i turned it on,after the blue screen & the spinning wheel come on,then instead of openning the login window normally,it opens console mode in blk screen.I can log in at the prompt,but don"t know how to get it back to normal & working again.Would really appreciate any formula..THS..

    Thank-you!!!
    you don't know how hard this was to find! you are a savior niel.
    cheers.
    ~g
    Macbook Mac OS X (10.4.8)
    Macbook Mac OS X (10.4.8)

  • How can I exit console mode?

    I attempted to bring up the Force Quit dialog while logged in. To do so, I pressed Command-Option-Escape. When I did so, I was logged out, and my iMac entered what seems to be console mode. I received a message with the date and imac getty: dev/console: Operation not supported by device. I received no further prompts, and typing exit (or anything else) has no result. Booting off of my cloned backup has the same result. This screen appears after the boot panel with the progress bar, but does not let me get to the desktop. Any and all assistance with exiting this and getting my iMac to boot normally is greatly appreciated.
    Mac mini, 1.42GHz G4, 512MB RAM, Superdrive, 80GB HD; iMac 20'' 2.0GHz G5, 512MB RAM, Airport + BT   Mac OS X (10.4.5)  

    Problem solved - archive and install did the trick.

  • How to move to GUI mode from Console mode in Solaris 10

    Hai gusys...
    I have installed solaris 10 to my computer and it installed successfully...
    the thing is in i can not move to gui mood from the console mode...
    Any one can help me out to solve this task...
    Thanks...

    This is curious, since a simple program similar to what is described is known to work. I've modified the standard sample program examples/cxx/EnvExample.cpp C++ to use an in-memory database, DB_SYSTEM_MEM, and DB_TXN_NOSYNC. The "Device busy" symptom occurs if the close of the environment handle is bypassed. I have not been able to reproduce the DB_RUNRECOVERY error.
    How does the program's use of Berkeley DB different from what is provided in EnvExample.cpp?
    Is it possible to send me the relevant portions of it?
    Regards,
    Charles Koester
    Oracle Berkeley DB

  • Black screen is in interactive and interactive text (console) mode

    I want to install Solaris 10 on HP Proliant DL380 G5. After installing drivers for Smart Array (from CPQary3.iso) I can't see this:
    "Starting Solaris Interactive (graphical user interface) Installation.
    You must respond to the first question within 30 seconds or the installer
    proceeds in a non-window environment (console mode)".
    The screen now is black in both modes: interactive and interactive text (console)
    If I don't install CPQary3 then graphical user interface works good, but "No disks found" :)
    What can I do with it?
    Edited by: Blutang on Jan 14, 2009 2:07 AM

    well the problem has been solved...hope this may help others having this issue.
    i basically just let the battery run out, then connected the ipod to my laptop and voila...it reset and all is well again...
    pretty random, but glad it is all working again.

  • Can i use visual basic 2010 console mode or later versions on a macbook?

    hello. i want to buy a macbook but i am taking computer classes that require visual basic 2010 console mode or later versions. Can i use this on a macbook or does it work only on windows' laptops?

    Sometimes they do work - i've done it before.  I have a late 2008 Macbook Uni and used the install dvd of my 2009 Macbook White and it worked.
    Why not just clone your hard drive?  It'll save you a lot of time doing a clone rather than doing a clean install.
    Unless you're having issues with your old set up or  your old hard drive is dead.
    You can download Carbon Copy Cloner - install your new hard drive in a external usb enclosure (around $10) and clone fromt here then test it before you install it in your Macbook.
    Once you've done the swap, you can install your old hard drive in the USB enclosure and use it as a backup drive.
    Good luck

  • Problem with configure engine in console-mode unix

    i have a problem, i tried to configure an engine of enterprise in HP_UX, but the grapical-mode doesn´t work, how can i start the admin console in console-mode??? i tried ./albpmadmcenter -console but not work!!!

    Hi,
    You would have to install using silent mode to configure the process administrator. This option is available in Oracle BPM (OBPM). Not sure if it exists even with ALBPM 6.0.
    http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/config_guide/index.html?t=modules/admin_center/config_wizard/c_Running_Config_Wiz_Silent.html
    Hope this helps.
    Sarat

  • Command Line/Console Mode Menu's and ASCII-Graphics

    Dear Sun java friends:
    Pardon me if this has been asked. I have used the search function but have been unable to find useful information.
    I am developing a series of programs to parse servers logs and compute certain statistics. There will also be a real-time monitor of active connections. This would be an extrodinarily simple task with swing and awt, but i am limited to the console mode only. In my quest for neatness (i do not want a continious screen scroll of active connets/disconnects with System.out), i am looking for a way to create simple ASCII-like graphics, not much unlike the TSR's from the old DOS days.
    Obviously, System.out.println() does not give me the power i need. I would like to be able to print text/characters at a certain x,y coordinate. Is it even possible with Java? Where can i look for tutorials or get more information?

    There is no standard package in Java for console graphics but a number of third party packages exist. For example the ncurses library has been ported to Java, do a web search on "java curses." IIRC it's open source but I've never used it..

  • .jar installer fails in console mode over missing X / variable DISPLAY

    Hi all,
    I tried to install the WebLogic Server in console mode according to the Installation Guide for Oracle WebLogic Server 12c Release 1, but couldn't get past an error.
    My system is a CentOS 6.4 with kernel 2.6.32-358.el6.i686 in a VMWare virtual machine, running text mode only (X is not installed). I have JRockIt installed, and variables MW_HOME, JAVA_HOME and PATH defined accordingly, and I am using a dedicated user to this installation. Both JRockIt and WLS are being installed in this user's home directory.
    I downloaded the generic .jar installer for WebLogic Server 12.1.2 (wls_121200.jar) and tried to install the server in console mode, with this command:
    java -jar <path>wls_121200.jar -mode=console
    In the initial checks, the installer complains that the environment variable DISPLAY is not set and asks if I want to continue or not. The installation guide says this is not required for a console mode installation, so I chose to continue anyway. Then the installation fails with a Java exception:
    java.awt.HeadLess exception:
    No X11 DISPLAY variable was set, but this program performed an operation which requires it.
    (Then the usual class dump)
    Should the console mode install ask for X? Did I miss anything? What should I do to be able to install the server in console mode?
    Many thanks,
    Emerson

    Hi,
    There is no console mode in WebLogic 12.1.2. It has been remove.
    See MOS note: "WebLogic Server 12.1.2 Generic Install Jar File Fails To Recognize Console Install Mode (Doc ID 1577869.1)"
    Regards Peter

Maybe you are looking for