Can't exit bootloader configuration file

I don't get any options below the file. I tried ctrl + x then y and basically any key combination but nothing happens, I can't exit the file and go on with my installation. Except ctrl + z exits the installation.

You probably mean you can't exit the editor and that makes me guess you are in vi because you didn't take the 'set editor' step seriously. See the relevant wiki section (and follow the link for vi in case you end up in this situation again).
And try to give a more complete problem description next time (or if my guess about this problem is incorrect).

Similar Messages

  • Error when I generate a PDF file - Can't parse printer configuration file:

    I am receiving an error "Can't parse printer configuration file: uiprint.txt" when try generate to PDF file. The pdf file is generated but when I open the forms builder and show canvas the same error appears and canvas is shown in crazy way.
    My uiprint.txt has the follows:
    REPORTS_TMP=/tmp; export REPORTS_TMP
    REPORTS_NO_DUMMY_PRINTER=TRUE; export REPORTS_NO_DUMMY_PRINTER
    REPORTS_TAGLIB_URI=/WEB-INF/lib/reports_tld.jar; export REPORTS_TAGLIB_URI
    REPORTS_CLASSPATH=$ORACLE_HOME/reports/jlib/rwbuilder.jar:$ORACLE_HOME/reports/jlib/rwrun.jar:$ORACLE_HOME/jlib/zrclient.jar:$ORACLE_HOME/j2ee/home/oc4j.jar:$ORACLE_HOME/j2ee/home/lib/ojsp.jar;export REPORTS_CLASSPATH
    TK60_UNKNOWN=$ORACLE_HOME/guicommon6/tk60/admin; export TK60_UNKNOWN
    TK60_PPD=$ORACLE_HOME/guicommon6/tk60/admin/PPD; export TK60_PPD
    LE_HOME/guicommon9/tk90/admin/AFM; export TK90_AFM
    TK60_FONTALIAS=$ORACLE_HOME/guicommon6/tk60/admin; export TK60_FONTALIAS
    PRINTER=testprint;export PRINTER
    TK2_PRINTER=echo;export TK2_PRINTER
    testprint:PostScript:2:HP printer:hp4si3_1.ppd
    Can someone help me?
    Thanks

    Hello,
    The file uiprint.txt must not contain environment variables definitions.
    Put the lines :
    REPORTS_TMP=/tmp; export REPORTS_TMP
    REPORTS_NO_DUMMY_PRINTER=TRUE; export REPORTS_NO_DUMMY_PRINTER
    REPORTS_TAGLIB_URI=/WEB-INF/lib/reports_tld.jar; export REPORTS_TAGLIB_URI
    REPORTS_CLASSPATH=$ORACLE_HOME/reports/jlib/rwbuilder.jar:$ORACLE_HOME/reports/jlib/rwrun.jar:$ORACLE_HOME/jlib/zrclient.jar:$ORACLE_HOME/j2ee/home/oc4j.jar:$ORACLE_HOME/j2ee/home/lib/ojsp.jar;export REPORTS_CLASSPATH
    TK60_UNKNOWN=$ORACLE_HOME/guicommon6/tk60/admin; export TK60_UNKNOWN
    TK60_PPD=$ORACLE_HOME/guicommon6/tk60/admin/PPD; export TK60_PPD
    LE_HOME/guicommon9/tk90/admin/AFM; export TK90_AFM
    TK60_FONTALIAS=$ORACLE_HOME/guicommon6/tk60/admin; export TK60_FONTALIAS
    PRINTER=testprint;export PRINTER
    TK2_PRINTER=echo;export TK2_PRINTER
    in the file reports.sh
    and keep only
    testprint:PostScript:2:HP printer:hp4si3_1.ppd
    in uiprint.txt
    Regards

  • Error 40000015. Can't Import Max Configuration File

    I'm installing a build of L.V. s/w that includes max and requires the import of a Max configuration file into max. It's been done on 3 machines fine. When doing it on a machine in a room with heightened security, I get the "Microsoft Visual C++ Runtime Library" error. The NI MAX error report gives the following ....
    Error Signatur:
    App Name: nimax.exe
    App Ver: 4.5.0.49125
    Mod Ver: helpasst.dll
    Mod Ver.: 1.0.0.10
    Offset: 0000a20b
    Code: 0x40000015
    Flags: 0x0000.....
    Record: 0x000.....
    Address: 0x0000000000dea20b
    Any ideas what might be sparking the crash? I can import and export configuration files all day in that room with a system that has LabVIEW installed in it.

    What is your lv version? see whether this will help

  • How can I "touch" a configuration file?

    I have a program that is used to write a configuration file.  I am using the "Configuration File VIs" that came with LabVIEW 8 to manage the configuration file.  I have the "Create file if necessary" boolean input wired to "True" for the "Open Config Data" VI, but I am still getting an error about the file not being found.
    The VI should do the following:
    Reads the data file in the current VI's directory, "config.cfg."
    If the file doesn't exist, then create the file and pass the default values to the controls on the front panel.
    If the file does exist then read the data file and pass the saved values to the controls on the front panel.
    User adjusts the values on the front panel and clicks on "Ok" or "Cancel"
    If the user clicks on "Ok" then save the values in the controls from the front panel into the configuration file.
    If the user clicks on "Cancel" then do nothing.
    Close the configuration file.
    Why isn't it creating the necessary file when I first run this VI?  Is there anyway I can initialize a configuration file?
    Thanks!
    -Nic
    Attachments:
    AIT - Channel Configuration2.vi ‏55 KB

    Nickerbocker wrote:
    Ok, I get it.  If the program is compiled, then the path to the current vi is within the executable like:
    build_dir\build.exe\my.vi
    where as if it isn't built you'd get:
    dev_dir\my.vi
    I
    found a subVI program in the forum that does a simple check to see if
    the path contains a .exe and then strips if it does passes the path if
    it doesn't that works great.
    Thanks
    -Nic
    I personally always use a different approach. I have usually an application development directory structure similar to this.
    MyApplication
        <myapplication>.ini
        support
              <clean myapplication>.ini
              <myapplication>.ico
        topLevel.llb
              Startup Splashscreen.vi
              Get App Root Directory.vi
              Get App Configuration Path.vi
             <some other VIs needed in the startup and intialization of my program>
         <other function specific subdirectories such as GUI, config, FileIO, DAQ, serial, etc.>
    Basically Get App Root Directory.vi always strips the Current VIs path
    twice and is used by Get App Configuration Path.vi to build the ini
    file path and possibly by others VIs to build specific additional
    support subdirectories that the installer might create. Since Get App
    Root Directory is one level below the root directory in the development
    environment its relative position to the root directory is always the
    same irrespective of LabVIEW development system execution or
    Application execution.
    The <myapplication>.ini is used by the application during
    debugging etc, and the <clean myapplication>.ini file is used by
    the Application Builder/Project Manager to include in the application
    and contains the settings as I want them to appear after first
    installation on the customers system.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Can I load a configuration file in MAX 3.1.1 programmaticaly?

    Hi,
    I stored a lot of configuration files for all the different projects we used. How can I load theese files programmaticaly from LabVIEW or from TestStand?
    Thank you in advance.
    C. Dietz
    Test Engineering
    digades GmbH
    www.digades.com

    I use the following work around in Labview:
    I have many different camera's which I wish to use with one program.
    I have an imaq 1409 PCI.
    By default it uses img0 to aqcuire images.
    But you can also select a different Interface name in your program.
    So I have created an interface description file for each different camera.
    for instance "mycamera.iid"
    and a corresponding camera description file
    for instance "mycamera.icd"
    Now by calling vi's like imaq init with a string named "mycamera" as Interface Name, the program uses the mycamera.iid file.
    In MAX I made sure that mycamera.iid has mycamera.icd as default channel 0, so this also gets selected.
    If you work with something else than camera's please specify, but it should work the same way.
    good luck,
    Arend

  • Can't save VPN configuration file

    I am trying to setup the VPN services on Lion Server. I setup the shared secret, entered in a IP range and defined my VPN client host which is DYNDNS (e.g., domainname.dyndns.org). I get an error message when trying to save my configuration file that indicates I did not enter or need to enter a VPN client host but the little green symbol comes on when I enter the domain name.
    I am not sure what I am doing wrong. I went back to the VPN client host and tried to enter in different VPN hosts and even resorted to using known domains just to see if I can save the file and it still will not work. Any ideas?

    I had the same problem.  What fixed it for me was to change the name of the config file.  That was it...worked just fine.

  • Can't save Actiontec configuration file....

    I have an Actiontec MI424WR-GEN3I Rev I router and I'd like to save the configuration file as an emergency backup.  I've done this before but now when I navigate to Advanced > Configuration File and click on Save Configuration File I get two pages of alphanumeric characters, bascially jibberish to me, and nothing else happens.
    I'm running Win 7 (x64) SP1, Microsoft Security Essentials, and get the same results with IE 11 or Firefox.
    Does anyone have a suggestion why this is happening, and/or what I can do to save my configuration file?
    Thanks in advance for any ideas.
    Solved!
    Go to Solution.

    And the answer is....
    I run Adguard ad blocker.  I had the thought to try disabling Adquard and sure enough, that solved the problem.
    Disabled Adguard; save the config file; re-enabled Adguard.
    I'm posting this just in case it might help someone with a similiar problem in the future.

  • Attaching USB Drive - Can't read AP configuration file, kills internet

    Current network:
    Airport Extreme (Sim Dual-Band)
    Mac Pro (wired Ethernet)
    MacBook Pro (wired or WiFi N)
    MacBook (WiFi N)
    2 x iPhones (WiFi G)
    Airport Extreme in use for several months with no problems. All Macs can read/write it's configuration.
    I hooked up a 1TB My Book USB HD to the Airport Extreme via USB. All three Macs (Mac Pro, MacBook Pro, MacBook) could see and read/write to the new drive. The Airport Extreme appeared in Airport Utility on all three Macs. Wired, WiFi N + G internet continued to work great... however none of the Macs could read the configuration file of the Airport Extreme. If I unplugged the USB drive all the Macs could read and write to the configuration file.
    I plugged the USB drive back in and left it overnight. This morning, everything continued to work, with the exception that none of the computers could read the configuration of the AP.
    Around 10am today the Macs/iPhones could no longer connect to the internet. I disconnected the USB drive and now the internet works again.

    Hey David,
    I know you said you read a lot of posts already and none of the other solutions worked, but just in case, if you haven't already I would run through the steps in here:
    Apple Computers: Troubleshooting the slot-loading SuperDrive
    http://support.apple.com/kb/HT2801
    Welcome to Apple Support Communities!
    Have a good one,
    Delgadoh

  • 9.0.3 can't find .xcfg configuration file in classpath

    I could run a test client against my EJBs using 9.0.2 (part of the Developer Suite). When I try to use 9.0.3 standalone version I get the following error:
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-33001: Cannot find the configuration file gov\va\med\hac\server\domain\bc4jImpl\common\bc4j.xcfg in the classpath
    I've made all the changes in the j2ee/home/config files, but I didn't see anywhere where the classpath is set. The directory structure in the Exception above is where the application's .class files are so it is finding that much.
    Any pointers?

    Dean -- this is likely to be better addressed/answered in the BC4J/JDeveloper forum since it's related to the configuration steps to get BC4J to work on OC4J standalone.
    To get a response, I'd recommend you repost the question to the JDeveloper forum, where the folks with BC4J knowledge lurk.
    cheers
    -steve-

  • Can I replace an older Airport Extreme with a newer one by importing configuration file

    Can I import the configuration file from an older Airport base station into a newer replacement Airport base station?  It would seem this would save me a lot of extra work.  First, it would hopefully save time by automatically configuring the new base station without me having to fiddle with the settings.  Second, it might hopefully save some more time if I would not have to re-enter the network parameters for all the devices currrently connected to my Airport (wi-fi) network.
    Read on for more details.
    My old Apple Airport Extreme Base Station (AEBS) is not a gigabit one.  Moreover, it's been experiencing some hardware failures recently.  So, I recently purchased a new Apple Airport Extreme (base station) that is a gigabit one (Model# ME918LL/A with 802.11ac Wi-FI).  Now, I'd like to replace the older base station with this newer one with the MINIMAL amount of disruption and manual work possible.
    Regards,
    Tony

    I relaced an older AEBS with the new one, recently, and did not need to import anything, but if you can save the configuration file from your old one, then you can import it to the new one. I've never tried that when I switched, and it didn't seem to matter which suggests the configuration file may be on disk somewhere.

  • Faces-config.xml is the only configuration file or we can keep more

    Hi All,
    1) faces-config.xml is the only name specification allowed in JSF for configuration file or can we use another name for this configuration (like as struts) ?
    2) can we have multiple configuration files in JSF like as struts contains multiple configuration files for navigation ?
    Thanks,
    Rajesh Yarlagadda

    http://one-size-doesnt-fit-all.blogspot.fi/2007/01/using-multiple-faces-configxml-files-in.html
    Edited by: Nik on Sep 25, 2012 1:13 AM

  • Can't open AirPort Admin Utility configuration file

    I'm using an AirPort Extreme Base Station connected to a cable modem through the WAN port and to my G4 Cube running OSX 10.2.8 through the LAN port. I also use an iBook and eMac with AirPort cards to wirelessly access my network. My problem is that I can not open the configuration file so that I can change my settings. I get an error message that AirPort Admin Utility can't read the configuration file of the base station. I tried resetting the base station to the factory settings, to no avail. So now I also can't set a password and encryption. Any help would be greatly appreciated!

    To clarify--I previously had a password protected network set up and working. I wanted to change the settings and couldn't open the config file. I reset to factory settings successfully, but still can't open the config file, which I need to do in order to encrypt and set a new password. Thanks!

  • Error reading configuration file

    I've setup the Adobe Access 4.0 trial license server and when I run the Validator.bat with -g -r on the Tomcat install dir \licenseserver I get an 'Error reading configuration file' message. Here is the log dump:
    [] 2012-12-20 22:46:32,176 INFO  [[Partition(flashaccessserver)].com.adobe.flashaccess.server.license.context.SimpleContex tFactory] Creating class loader for partition 'flashaccessserver' with libraries '[file:/c:/Tomcat6/licenseserver/flashaccessserver/libs/, file:/c:/Tomcat6/licenseserver/flashaccessserver/libs/flashaccess-license-server-ext-samp le.jar]'
    [] 2012-12-20 22:46:32,582 ERROR [[Partition(flashaccessserver)].com.adobe.flashaccess.server.license.tools.Validator] Failed to validate tenant deployment 'flashaccessserver/sampletenant'
    com.adobe.flashaccess.server.common.configuration.ConfigurationException: Error reading configuration file
              at com.adobe.flashaccess.server.license.configuration.commonsadapter.Constants.parseTenantCo nfigurationStream(Constants.java:139)
              at com.adobe.flashaccess.server.license.configuration.commonsadapter.TenantConfigurationImpl .<init>(TenantConfigurationImpl.java:110)
              at com.adobe.flashaccess.server.license.configuration.commonsadapter.CommonsConfigurationBas edFactory.getTenantConfiguration(CommonsConfigurationBasedFactory.java:90)
              at com.adobe.flashaccess.server.license.tools.Validator.validateTenantDeployment(Validator.j ava:255)
              at com.adobe.flashaccess.server.license.tools.Validator.validatePartitionDeployment(Validato r.java:283)
              at com.adobe.flashaccess.server.license.tools.Validator.validateGlobalDeployment(Validator.j ava:301)
              at com.adobe.flashaccess.server.license.tools.Validator.process(Validator.java:173)
              at com.adobe.flashaccess.server.license.tools.Validator.main(Validator.java:117)
    Caused by: org.apache.commons.configuration.ConfigurationException: Unable to load the configuration
              at org.apache.commons.configuration.XMLConfiguration.load(XMLConfiguration.java:863)
              at org.apache.commons.configuration.XMLConfiguration.load(XMLConfiguration.java:821)
              at com.adobe.flashaccess.server.license.configuration.commonsadapter.Constants.parseTenantCo nfigurationStream(Constants.java:134)
              ... 7 more
    Caused by: org.xml.sax.SAXParseException; lineNumber: 121; columnNumber: 16; cvc-complex-type.2.4.b: The content of element 'KeyServer' is not complete. One of '{"http://licenseserver.flashaccess.adobe.com/tenant":File}' is expected.
              at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(Unkno wn Source)
              at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(Unknown Source)
              at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(Unknown Source)
              at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(Unknown Source)
              at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(Unknown Source)
              at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportErro r(Unknown Source)
              at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.reportSchemaError(Unknown Source)
              at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.elementLocallyValidComplexT ype(Unknown Source)
              at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.elementLocallyValidType(Unk nown Source)
              at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processElementContent(Unkno wn Source)
              at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleEndElement(Unknown Source)
              at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
              at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unk nown Source)
              at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDri ver.next(Unknown Source)
              at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
              at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(Unknown Source)
              at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unkno wn Source)
              at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
              at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
              at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
              at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown Source)
              at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unknown Source)
              at org.apache.commons.configuration.XMLConfiguration.load(XMLConfiguration.java:855)
              ... 9 more
    I'm using a relative path to my .pfx file for both the transportServerCredential and licenseServerCredential in the flashaccess-tenant.xml and my password has been scrambled using the Scrambler.bat.
    Also, when I verify setup using http://<LicenseServer>:8080/flashaccessserver/flashaccess/license/v2 I get the message 'License server is setup correctly.'
    Any ideas of why the Validator.bat can't read the configuration file?

    I agree with you that if I can successfully playback content the license serve is setup successfully. Here is what I've tried and how I've set things up:
    I have my license server setup (its the Protected Streaming version).
    I'm using Adobe Media Server as my content/packaging server. I successfully served Vanilla PHLS sample streams to the sample Adobe Access player on iOS devices.
    I have configured the Adobe Media Server to point to the license server and certificates as per the documenation and this Adobe Dev article (http://www.adobe.com/devnet/adobe-media-server/articles/content-protection-using-phds-phls .html). Since I am using a trial version of Adobe Access my .der files are the same for transport and packaging.
    I am using the local key mode to remove one more variable (I have setup a remote key server as well).
    I have placed a copy of the 'vod-policy.pol' policy file from the reference license server resources directory in my Adobe Media Server 'creds' directory and used the relative path '..creds/vod-policy.pol' in the httpd.conf file.
    When I attempt to load the sample stream http://<mymediaserver>/hls-vod/sample2_1000kbps.f4v.m3u8 using the Adobe Access sample player on my iOS device I receive the following errors in the player:
    DRM error Major[3363] minor:[0] NSError:(null)]
    From my knowledge of working with the Adobe Access Objective C library to create a PhoneGap plugin it appears that a decrypted playlist is not being returned by the Adobe Media Server. Additionally, I can find no information in the Adobe Media Server or Adobe Access logs that pertain to my setup.
    I would love to have someone from Adobe speak to the problems I am having. I find the documentation to be hit and miss and most of my successful results during this proofing process have been from piecing together disparate pieces of information and trial and error. Information on using the Adobe Media Server with Adobe Access is limited to one Devnet article (above) and the help in Adobe Media Server that doesn't explain pathing to the license server or Java policy files in any detail.
    Colour me frustrated

  • Configuration file for smart view for Hyperion planning

    Hi,
    We are using SmartView for accessing HyperionPlanning application. Please let me know how can we change the provider to use shared services and enable planning it for logging to file. Also which properties file is used for these configurations and where can we locate the configuration file on Hyperion planning installation system.
    Please suggest.
    Thanks
    Edited by: user11189447 on Aug 12, 2010 8:17 AM

    Hi,
    Checkout the below metalink from Oracle.
    Hyperion Strategic Finance Will Not Connect Via SmartView (Doc ID 1561484.1)
    Below Solution  as per doc ---
    1. Run the installation for the HSF Web Application component on the Foundation server where weblogic is for HSF Server.
    (Be sure the HSF Web Application component is also installed on the the HSF Server, if separate from the Foundation server as well.)
    2. Clean up any failed deployments in the WebLogic Console by deleting the HSFWeb Server from WL Admn
    3. Configure the new component on Foundation (target server).
    4. On OHS server run configtool and perform the WebServer config task to configure OHS for HSFweb
    5. Restart OHS and start HSFWeb
    Thanks,
    ~KKT~

  • Configuration file in ssis

    Can I have one configuration file for all the packages I have created, So that changing server name will change all packages server names?
    If yes, help me out in doing it.
    Thanks,
    Sri
    sree

    Config file has to be deployed separately. You can share config files across packages so far as connections/ items are all similar. While using config files its best to use indirect configuration so as to determine file location dynamically at runtime
    http://bi-blogger.typepad.com/etlbi_blogger/2008/05/using-indirect-configuration-with-ssis.html
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

Maybe you are looking for