Make std::basic_ostream ... error ?

/usr/include/c++/3.3.3/ostream:436: error:
   std::basic_ostream<_CharT, _Traits>&
   std::operator<<(std::basic_ostream<_CharT, _Traits>&, char) [with _CharT =
   char, _Traits = std::char_traits<char>] <near match>
Can someone help me to decode what the problem could be? I have no idea in what direction to go.

My guess is that the software was written for an older version of C++ that doesn't support templates or the new stream stuff.  Does the package's website give any indications about what is needed in order to compile it?  gcc versions, etc?

Similar Messages

  • There is a  memory access check rui error in std::basic_ostream

    hi,all
    I use sunstudio 11 under Solaris 1- update 1.
    The ouput of CC -V is :
    CC: Sun C++ 5.8 Patch 121017-02 2006/04/19
    My cpp file(try.cpp) is as following:
    #include <iostream>
    int
    main(int argc,char *argv[] )
         std::cout   << 5;
         return 0;
    }My compiling command line is as following :
    CC -g try.cpp
    I had turn on access check.
    When i debugged a.out, I got the following error:
    Access checking started for program /home/l12751/a.out
    Read from uninitialized (rui):
    Attempting to read 3 bytes at address 0xffbfef05
    which is 3205 bytes above the current stack pointer
    Location of error: (unknown OF), line 0, std::basic_ostream<char,std::char_traits<char> >::operator<<()
    Is this a sunstudio 11 CC 5.8 bug or anything i did wrong?
    How can i do access check for this program? or i can safely ignore the error?
    thanks in advance.

    The problem is in the Solaris runtime library /usr/lib/libCstd.so.1.
    I believe the fix will appear in the next C++ shared library patch (SUNWlibC ).
    You can find all current patches here, including required Solaris patches:
    http://developers.sun.com/prodtech/cc/downloads/patches/index.jsp

  • How to put std dev error bars in a chart

    Page 141 of the Keynote User Guide states that error bars can be shown on plotted series data. Can anyone get this to work as expected with standard deviation bars for each plotted mean value? I spoke with an Apple Tech Rep today who supposedly knows Keynote well, but he could not get std dev error bars to display properly on a line chart.
    Numbers has the same instructions as Keynote and seems to be designed to work the same way.

    "Properly" means placing the error bars around the mean values for each data point in a series. In my case, the x-axis is time in minutes and the y-axis is concentration of a chemical.

  • Unresolved symbol: std::basic_ostream char,std::char_trai ...

    Hi,
    Below is a simple app that I created which demonstrates the mysterious compilation problems that I am seeing. I get the following unresolved symbol :
    Undefined first referenced
    symbol in file
    std::basic_ostream<char,std::char_traits<char> >&std::operator<<(std::basic_ostream<char,std::char_traits<char> >&,const char*) ./libIOTestSD.a(iotest.o)
    std::cout ./libIOTestSD.a(iotest.o)
    [Hint: static member std::cout must be defined in the program]
    I am using workshop 6.1 for comilation. I would appreciate any help on this.
    Thanks in advance.
    Ranga.
    #ifndef COM4
    #include <iostream>
    using namespace std ;
    #else
    #include <iostream.h>
    #endif
    class IOTest {
    public:
    IOTest() ;
    void test(const char* str) ;
    private:
    ostream _os ;
    #include <iotest.hpp>
    IOTest::IOTest()
    _os = &cout ;
    void IOTest::test(const char* str)
    _os << str ;
    #include "iotest.hpp"
    int main(int argc, char** argv)
    IOTest iotest ;
    const char* SAY = "Hello World!!!\n" ;
    iotest.test(SAY) ;
    return 0 ;
    Compilation commands:
    CC -g -pto -mt -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_DEBUG -DDEBUG -KPIC -I. -I../../include -I/opt/ws6.1/SUNWs
    pro/WS6U1/include/CC/Cstd -o iotest.o -c iotest.cpp
    CC -o ./libIOTestSD.a -g -pto -mt -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_DEBUG -DDEBUG -xar iotest.o
    CC -g -pto -mt -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_DEBUG -DDEBUG -KPIC -I. -I../../include -I/opt/ws6.1/SUNWs
    pro/WS6U1/include/CC/Cstd -o testapp.o -c testapp.cpp
    CC -o testapp -g -instances=static -mt +d -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DUNIX -DUNICODE -D_UNICODE  -D_DEB
    UG -DDEBUG -z text -z defs -G -KPIC testapp.o -Bstatic -lCstd -lCrun -Bstatic -lIOTestSD -Bdynamic -lgen -lm -lw -lcx
    -lc

    This went away when I moved around the libraries on the link line. Some how I was under the impression that order is not important in newer versions of compilers, but whatever it worked... Also I had to remove -z text.
    So, the new compilation command would be
    CC -o testapp -g -instances=static -mt +d -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DUNIX -DUNICODE -D_UNICODE -D_DEB
    UG -DDEBUG -z defs -G -KPIC testapp.o -Bstatic -lIOTestSD -lCstd -lCrun -Bstatic -Bdynamic -lgen -lm -lw -lcx -lc
    Thanks all,
    Rg

  • Make to compile the Petalinux software image, but "returned an error code (127) ;make[1]: *** [pkg_stagefs] Error 255"

    Hello,
    I am trying ot make to compile the Petalinux software image( make in $PETALINUX/software/petalinux-dist) . Refer to the UG977 PetaLinux SDK Getting Started Guide.pdf
     However, when it gets to "[INFO ]  Expanding stagefs", there is be an error . How can i do it?
    My petalinux was installed in Debian-6.0.6-amd64 OS Host (in VirtualBox on my win7).
    Thanks in advance!
    Here is my PetaLinux compilation progress output:
    $PETALINUX/software/petalinux-dist$ make
    [INFO ] Saving previous build.log
    [INFO ] Building ucfront tool
    [INFO ] Building kernel
    [INFO ] Building kernel modules
    [INFO ] Building include
    [INFO ] Building rootfs
    [INFO ]  Setting up stage config
    [INFO ]  Setting up romfs config
    [INFO ]  Updating for microblazeel-v830-bs-cmp-mh-div
    [INFO ]  Updating package manager
    [INFO ]  Expanding stagefs
    [ERROR]  E: Sub-process /home/focs/petalinux-v2013.04-final-full/software/petalinux-dist/tools/packagemanager/bin/dpkg returned an error code (127)
    [00:02] \ make[1]: *** [pkg_stagefs] Error 255
    make: *** [subdirs] Error 1
     

    I am seeing the same error.
    Environment:
    Host PC : CentOS-6.5-x86_64
    Xilinx Tools: Vivado 2013.3
    PetaLinux Release:  2013.10
    Page 11 of The Petalinux Installation guide document shows the packages required for Petalinux installation in the 1st column.  I have installed all these packages except libstdc++-4.4.6-4.el6.i686.  The only version readily available was libstdc++-4.4.7-4.el6.i686.
    http://www.xilinx.com/support/documentation/sw_manuals/petalinux2013_10/ug976-petalinux-installation.pdf
    sudo yum install dos2unix iproute gawk gcc git gnutls-devel net-tools ncurses-devel tftp-server zlib-devel flex bison libstdc++-devel.i686 glibc.i686 libgcc.i686
    Loaded plugins: fastestmirror, refresh-packagekit, security
    Loading mirror speeds from cached hostfile
    * base: centos.mirror.lstn.net
    * extras: mirror.ubiquityservers.com
    * updates: centos.gravityfish.com
    Setting up Install Process
    Package dos2unix-3.1-37.el6.x86_64 already installed and latest version
    Package iproute-2.6.32-31.el6.x86_64 already installed and latest version
    Package gawk-3.1.7-10.el6.x86_64 already installed and latest version
    Package gcc-4.4.7-4.el6.x86_64 already installed and latest version
    Package git-1.7.1-3.el6_4.1.x86_64 already installed and latest version
    Package gnutls-devel-2.8.5-10.el6_4.2.x86_64 already installed and latest version
    Package net-tools-1.60-110.el6_2.x86_64 already installed and latest version
    Package ncurses-devel-5.7-3.20090208.el6.x86_64 already installed and latest version
    Package tftp-server-0.49-7.el6.x86_64 already installed and latest version
    Package zlib-devel-1.2.3-29.el6.x86_64 already installed and latest version
    Package flex-2.5.35-8.el6.x86_64 already installed and latest version
    Package bison-2.4.1-5.el6.x86_64 already installed and latest version
    Package libstdc++-devel-4.4.7-4.el6.i686 already installed and latest version
    Package glibc-2.12-1.132.el6.i686 already installed and latest version
    Package libgcc-4.4.7-4.el6.i686 already installed and latest version
    Nothing to do
    When I run petalinux-buiild from the project Xilinx-ZC702-2013.3 directory, I see the same error.
    $ cd petalinux-v2013.10-final/
    $ source settings.sh
    PetaLinux environment set to '/home/logic/petalinux-v2013.10-final'
    INFO: Checking free disk space
    INFO: Checking installed tools
    INFO: Checking installed development libraries
    INFO: Checking network and other services
    $ cd ../Xilinx-ZC702-2013.3/
    $ petalinux-build
    INFO: Checking component...
    INFO: Generating make files and build linux
    INFO: Generating make files for the subcomponents of linux
    INFO: Building linux
    [INFO ] pre-build linux/rootfs/fwupgrade
    [INFO ] pre-build linux/rootfs/peekpoke
    [INFO ] pre-build linux/rootfs/uWeb
    [INFO ] build linux/kernel
    [INFO ] update linux/u-boot source
    [INFO ] generate linux/u-boot configuration files
    [INFO ] build linux/u-boot
    [INFO ] Setting up stage config
    [INFO ] Setting up rootfs config
    [INFO ] Updating for armv7a-vfp-neon
    [INFO ] Updating package manager
    [INFO ] Expanding stagefs
    [ERROR] E: Sub-process /home/logic/petalinux-v2013.10-final/tools/packagemanager/bin/dpkg returned an error code (127)
    [ERROR] make[2]: *** [pkg_stagefs] Error 255
    [ERROR] make[1]: *** [sub_build_component_/none/packages-repo/single/plnx-repo] Error 2
    ERROR: Failed to build linux
     

  • The question is what that makes me the error when ...

    The question is what that makes me the error when downloading.

    The question is what that makes me the error when downloading.

  • I no longer am able to make prints. Error message is:"No Available Themes"

    I no longer am able to make prints. Error message is:"No Available Themes"--"There were no themes located. Until at least one theme has been installed, this feature will be unavailable."  I did have to reinstall my original software when the Genius Bar erased everything off my computer. I am not sure if I tried to make a photo print right after that occured--at least till now.

    Appearen tly the install did not complete - try this discussion
    LN

  • Make and relink errors .. any help ???

    Thanks to Thomas Gutzman, atlast I was successful to start
    orainst.cm and start to install. But now the installation was
    not successful, with the following errors:
    (1) The TNS listener executables were not linked. check log file
    (2) Error during 'relinking wrap executables...'
    (3) Relinking error for Trace. check log file.
    (4) Relinking error. The executables for Oracle8 Std (RDBMS)
    were not made successfully. please check log file.
    In the $ORACLE_HOME/orainst/make.log file,
    Following error messages have been identified.
    (a) $ORACLE_HOME/bin/gennttab: $ORACLE_HOME/bin/get_platform: No
    such file or directory
    (b) $ORACLE_HOME/bin/gennfgt: $ORACLE_HOME/bin/get_platform: No
    such file or directory
    (c) /usr/i-386/bin/ld: can not open -lnsl: No such file or
    directory.
    More than one occurance of error (a) and (c) happened. I do not
    know what to do.
    CAN ANYONE HELP ME OUT ?
    Thanks in advance
    Satya S Kolachina
    null

    Thomas Gutzmann (guest) wrote:
    : Satya S Kolachina (guest) wrote:
    : : Thanks to Thomas Gutzman, atlast I was successful to start
    : : orainst.cm and start to install. But now the installation was
    : : not successful, with the following errors:
    : : (1) The TNS listener executables were not linked. check log
    : file
    : : (2) Error during 'relinking wrap executables...'
    : : (3) Relinking error for Trace. check log file.
    : : (4) Relinking error. The executables for Oracle8 Std (RDBMS)
    : : were not made successfully. please check log file.
    : : In the $ORACLE_HOME/orainst/make.log file,
    : : Following error messages have been identified.
    : : (a) $ORACLE_HOME/bin/gennttab: $ORACLE_HOME/bin/get_platform:
    : No
    : : such file or directory
    : : (b) $ORACLE_HOME/bin/gennfgt: $ORACLE_HOME/bin/get_platform:
    No
    : : such file or directory
    : : (c) /usr/i-386/bin/ld: can not open -lnsl: No such file or
    : : directory.
    : : More than one occurance of error (a) and (c) happened. I do
    not
    : : know what to do.
    : : CAN ANYONE HELP ME OUT ?
    : : Thanks in advance
    : : Satya S Kolachina
    : Satya,
    : sorry, I made a mistake; you're right, it only helped one step
    : ahead. Thanks to a contribution from Lawrence Simela I was able
    : to find the correct way: it must be the development version of
    : glibc.
    : Please try:
    : 1. connect to ftp.tu-chemnitz.de
    : 2. cd to
    /pub/linux/redhat-ftp/redhat/redhat-5.2/i386/RedHat/RPMS
    : 3. download glibc-devel-2.0.7-29.i386.rpm
    : in binary (image) mode.
    : 4. install/replace the package as root by entering:
    : rpm -ivh --replacefiles glibc-devel-2.0.7-29.i386.rpm
    : If you had installed glibc-2.0.7-29.i386.rpm, as I had written
    in
    : my note, or if you get an error regarding /sbin/install-info,
    you
    : may better try
    : 4. rpm -ivh nodeps replacefiles
    glibc-devel-2.0.7-29.i386.rpm
    : Someone wrote that it's enough to touch /sbin/install-info so
    it
    : just exists, but that didn't help much. I had to use --nodeps.
    : It looks as if the link /usr/src/linux points to the wrong
    : directory afterwards. You should redirect it to the older
    : version, otherwise you cannot build a new kernel. I did not yet
    : check if any of the new files have to be moved prior to
    building
    : a new kernel.
    : Interestingly I got a nasty error message saying something like
    : "An operating system error occurred while trying to spawn
    : '/home/oracle/bin/otrccref' while redirecting output to
    : 'h^^^^'."
    : This could be fixed by backing up /bin/sh and replacing it by
    : /bin/ksh (temporarily, before starting orainst, switching it
    back
    : afterwards).
    : The current status at my system is that I get a memory fault
    when
    : running svrmgrl, but my guess is that this is due to the fact
    : that I had not set the kernel parameters correctly, but before
    I
    : go an try to build the kernel I will reinstall the system,
    having
    : fiddled around so much.
    : It would be great if someone with better insight into the
    psyche
    : of Linux would comment on this.
    : K
    I'm getting this same message on a Linux Slackware 3.6 machine.
    Can't seem to figure it out.
    null

  • JNI - make dll (fatal error LNK1181)

    I make a simple jni program ( it just print "Hello World" )
    but, when I compile this program I got a LINK error
    D:\JavaProjects\HW>cl -I c:\java\jdk1.3.1_01\include -I c:\java\jdk1.3.1_01\incl
    ude\win32 -I c:\java\jdk1.3.1_01\cinclude -LD helloworldimp.c -Fe hello.dll
    Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8804 for 80x86
    Copyright (C) Microsoft Corp 1984-1998. All rights reserved.
    Command line warning D4024 : unrecognized source file type 'hello.dll', object f
    ile assumed
    helloworldimp.c
    Microsoft (R) Incremental Linker Version 6.00.8447
    Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
    /dll
    /implib:helloworldimp.lib
    /out:helloworldimp.dll
    helloworldimp.obj
    hello.dll
    LINK : fatal error LNK1181: cannot open input file "hello.dll"
    anyone knows this error? then, plz help me
    thanx

    using VC++6.0?
    I got the same problem when trying out the tutorial, check MSDN library on this error, in the C++ source code, you should change all pointers refering to java to how MSDN tells you is microsoft standard, the tutorial c code, maybe works correctly with other compilers or older versions of VC++ compilers.
    unfortunatly I lost my source code, only having the .dll file left otherwise I could show you

  • Debug mode makes run time errors go away

    I'm writing a very simple console app for my own training purposes. The goal is to be able to pass a month name and a starting weekday, and then generate an appropriate calendar display for the month.
    The default package imports my own package, which contains two classes. One is intended to handle the calendar manipulations, and the function that actually does set up the days of the month, throws a user defined exception, "invalid_day_excecption", if an invalid weekday name is passed.
    My question is this: When I run this app in Debug mode, all exception handling works correctly. But when I run in Execute mode, I get a java.lang.NoClassDefFound error on the invalid_day_exception, even when it appears that it shouldn't be thrown.

    Just to dispel the possibility, I would try running
    your program outside of an IDE. It appears from your
    description as though whatever process you may be
    using for running your application could have some
    errors. If that still doesn't work, make sure that
    the class files were compiled to the right places.
    Good luck!You know, that's the second time today someone has hinted that IDE's bring with them a lot of problems of this type. Apparently there's more to them than all the GUI, flash, and color coded keywords!

  • Premiere Elemnts 7 won't make DVDs - NO Error Message

    On an Intel P5K motherboard with an Intel core 2 duo processor with 2Gb of Ram under Windows XP Home I can get V1 to burn a DVD using a Sony DV RW DRU-800A DVD burner. Nero also works as does Sonic MyDVD. I have 120GB space free on my C drive and 271GB fre on my video storage drive.
    Version 7, however, simply shuts down, with NO error message of any kind, when I click on Disc burn under the Share Menu. I tried deleting HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class{4D36E965-E325 etc
    but to no avail.
    As a user of Premiere since the days of Premiere 5 through 6.5 I am very disappointed to find a programme that appears to be no better than Studio.

    I have tried all of the following to no avail. I also found that exporting to mpeg caused the same results, ie shut down with no warnig message.
    All I succeded in doing was deactivating Windows XP Home.
    11. Disable startup items and services.
    Antivirus software, firewall software, anticrash software or other applications and services that are typically loaded when Windows starts may interfere with the burning process. You can temporarily disable nonessential startup items and services from loading by using the Windows System Configuration Utility.
    To start Windows in a simplified mode:
    Quit all applications.
    Do one of the following:
    On Windows XP, choose Start > Run, and type msconfig in the Open text box. Click OK.
    On Windows Vista, choose Start, type msconfig in the Search text box, and then press Enter.
    Write down all unselected items under the Startup and Services tabs.
    Click the General tab, and choose Selective Startup.
    Click the Startup tab and select Disable All.
    Click the Services tab and select Hide All Microsoft Services.
    Select Disable All then reselect FLEXnet Licensing Service. If you are unsure whether an item is essential, leave it deselected (disabled).
    Click Apply, and restart Windows for the changes to take effect.
    Note: Upon restart, you'll be notified that the System Configuration utility has made changes to the way that Windows starts up. Click OK. When the System Configuration utility appears, click Cancel.
    Right-click icons in the Notification Area and close or disable any startup items that are still active.
    Try to recreate the problem.
    If the problem no longer occurs, then one of the startup items conflicts with Adobe Premiere Elements 7. Re-enable startup items one at a time, testing each time until you determine which item conflicts with Adobe Premiere Elements 7. Contact that item's manufacturer to see if an update is available.
    If the problem recurs, then startup items are not the cause of the problem and you can re-enable them.
    To re-enable startup items:
    Do one of the following:
    On Windows XP, choose Start > Run, and type msconfig in the Open text box. Click OK.
    On Windows Vista, choose Start, type msconfig in the Search text box, and then press Enter.
    Click the General tab, and choose Normal Startup.
    Deselect any items that you wrote down in Step 3 of the previous section.
    Click Apply, and restart Windows for the changes to take effect.
    12. Disable the IMAPI CD-Burning COM Service. (Windows XP only)
    Note: In Windows Vista, the IMAPI service is implemented differently and is not loaded as a background service.
    The native Windows CD burning service (IMAPI CD-Burning COM Service) may cause conflicts when you try to export to a DVD or Blu-ray disc from Adobe Premiere Elements 7. You may need to disable this service before you export a DVD or Blu-ray from Adobe Premiere Elements 7.
    Note: Disabling the IMAPI CD-Burning COM Service disables the ability of Windows XP to natively burn CD-R/RWs.
    To disable the IMAPI CD-Burning COM Service:
    Choose Start > Settings > Control Panel, and then double-click Administrative Tools.
    Double-click Services.
    Right-click IMAPI CD-Burning COM Service and choose Properties.
    If the service status is Started, click the Stop button.
    Choose Disabled from the Startup Type menu.
    Click Apply, and then click OK.
    Try to export an Adobe Premiere Elements 7 project to DVD or Blu-ray disc. If you cannot export a project to DVD or Blu-ray disc without error, then you can re-enable the IMAPI CD-Burning COM Service. To re-enable the IMAPI CD-Burning COM Service, repeat steps 1-6, but choose Automatic from the Startup Type menu in step 5.
    13. Switch the DVD drive controller to DMA Mode.
    DMA (Direct Memory Access) and PIO (Program Input/Output) are used for data transfer. Drives that are set to use PIO instead of DMA require more CPU cycles and transfer data more slowly than drives using DMA. By selecting DMA for the DVD or Blu-ray drive, you may increase the drive's performance and reduce the likelihood of errors.
    To select DMA for the DVD or Blu-ray drive:
    Note: You must enable DMA in the system BIOS before you can complete this procedure. See the computer or motherboard documentation for additional information.
    Choose Start > Control Panel.
    Double-click System.
    Do one of the following:
    On Windows XP, choose the Hardware Tab and click Device Manager.
    On Windows Vista, choose Device Manager in the Tasks pane.
    Expand IDE ATA/ATAPI Controllers and double-click an IDE controller.
    Click the Advanced Settings tab.
    Do one of the following:
    On Windows XP, choose DMA If Available from the Transfer Mode menu.
    On Windows Vista, select the Enable DMA checkbox.
    Repeat steps 5-6 for each IDE controller in the IDE ATA/ATAPI Controllers list.
    14. Update the DVD/Blu-ray burner firmware.
    Contact the DVD/Blu-ray burner manufacturer for the most recent firmware available for your burner.
    15. Update the video card driver.
    Many video card manufacturers frequently update their software drivers. If you haven't recently updated the video card driver, contact the video card manufacturer for an updated driver, or download one from the manufacturer's website. (To determine the manufacturer of a video card, view the card's properties in Device Manager.)
    16. Disconnect additional DVD or Blu-ray burners.
    If you have multiple DVD or Blu-ray burners connected to the computer, then they may cause errors in Adobe Premiere Elements 7. Disconnect any additional DVD or Blu-ray burners before you build an Adobe Premiere Elements 7 project to ensure that other burners don't interfere with the burner you use to build a project.
    17. Export the project using one of the DVD or Blu-ray compatible presets.
    If you are trying to create a DVD, export the project as a standard DVD MPEG-2 file and use an alternative DVD authoring application to create a DVD. If you are trying to create a Blu-ray disc, export the project using one of the H.264 or HD presets and use an alternative Blu-ray authoring application to create your Blu-ray disc.
    To create a DVD-compliant MPEG2 file from Adobe Premiere Elements 7:
    Select the Share tab.
    Choose Personal Computer.
    Select MPEG from the list of available formats.
    Choose one of the NTSC DVD or PAL DVD presets from the Presets popup menu.
    Enter a name and location for the file.
    Click Save.
    To create a Blu-ray-compliant file from Adobe Premiere Elements 7:
    Select the Share tab.
    Choose Personal Computer.
    Select MPEG from the list of available formats.
    Choose one of the H.264 or HD presets from the Presets popup menu.
    Enter a name and location for the file.
    Click Save.
    If you cannot burn a DVD or Blu-ray disc in another application, then the DVD or Blu-ray burner or associated drivers may be causing the error.
    If you can burn a DVD in another application, then continue with the troubleshooting tasks in this document. Alternatively, if you were successful in creating a DVD folder, then you can use another DVD authoring application to burn those files to DVD.
    18. Disable Windows AutoPlay.
    The Windows AutoPlay feature may conflict with the DVD/Blu-ray burning process and cause errors. For more information about disabling AutoPlay, see Windows Help.
    19. Refresh the DVD drivers list in the Windows registry.
    Note: This task applies to DVD drives only. If your issue is related to a Blu-ray drive, skip this task.
    Installation of other DVD- and CD-burning applications may alter the drivers list in the Windows registry. Refreshing this list may resolve problems accessing the DVD burner from Adobe Premiere Elements 7.
    Disclaimer: The registry contains system-related information that is critical to your computer and applications. Before modifying the registry, be sure to make a backup copy of it. Adobe doesn't provide support for problems that arise from

  • Unable to make recovery disk-Error code:020123-f10000000

    Hi guys 
    please help if can?, i purchased the recovery disc for my tosibia qosmio dx730 -10p loaded new windows on all perfect and tried to make a copy of the back up media so i have extra copy incase other  gets damaged its saying same thing when purchased this pc from new ,on first  blank dvd r disc it gets half way and saids ,
    Failed  to open file
    E;\boot\BCD
    ERROR CODE 020123-F10000000
    E drive is my dvd rw drive 
    i have intalled the new discs they sent me and still cant make a media back up .
    Deborah 
    Solved!
    Go to Solution.

    Hi ! Iuse memorex DVD-R. What I would do is buy a usb and create your recovery on it. That is if your machine will boot to a USB. I have a 16GB USB with my recovery on it. It would be a lot easier to use it than all those discs You can check boot sequence to see if your machine will boot from USB
    I Love my Satellite L775D-S7222 Laptop. Some days you're the windshield, Some days you're the bug. The Computer world is crazy. If you have answers to computer problems, pass them forward.

  • Inline table throw "make a selection" error in required field upon PPR

    Hi,
    I have a dropdown in a page and when change, will do a PPR and render the inline ADF table which contains selectOneChoice, inputText components.
    Here's code snipplet:
    <af:selectOneChoice label="Action" shortDesc="Action" id="soc17"
    rendered="#{!viewScope.FaParamConfigBean.paramConfigMode
    and pageFlowScope.backing_flowFaParamsBean.flowParamConfigMode}"
    valueChangeListener="#{pageFlowScope.backing_flowFaParamsBean.onChangeAction}"
    immediate="true" autoSubmit="true">
    <f:selectItems value="#{pageFlowScope.backing_flowFaParamsBean.actionsList}"
    id="si12"/>
    </af:selectOneChoice>
    <af:panelCollection id="pc3" styleClass="AFStretchWidth"
    rendered="#{pageFlowScope.backing_flowFaParamsBean.showFlowParamConfigTable}"
    partialTriggers="soc17">
    <af:table value="#{bindings.ItasFlowParamConfigsFullVO1.collectionModel}"
    var="row"
    rows="#{bindings.ItasFlowParamConfigsFullVO1.rangeSize}"
    emptyText="#{bindings.ItasFlowParamConfigsFullVO1.viewable ? 'No data to display.' : 'Access Denied.'}"
    fetchSize="#{bindings.ItasFlowParamConfigsFullVO1.rangeSize}"
    rowBandingInterval="0"
    selectedRowKeys="#{bindings.ItasFlowParamConfigsFullVO1.collectionModel.selectedRow}"
    selectionListener="#{bindings.ItasFlowParamConfigsFullVO1.collectionModel.makeCurrent}"
    rowSelection="single" id="t11"
    editingMode="editAll" styleClass="AFStretchWidth"
    columnStretching="column:c4"
    partialTriggers="::ctb12 ::ctb13"
    immediate="true">
    <af:column sortProperty="#{bindings.ItasFlowParamConfigsFullVO1.hints.ParameterUid.name}"
    sortable="false"
    headerText="#{bindings.ItasFlowParamConfigsFullVO1.hints.ParameterUid.label}"
    id="c4">
    <af:selectOneChoice value="#{row.bindings.ParameterUid.inputValue}"
    label="#{bindings.ItasFlowParamConfigsFullVO1.hints.ParameterUid.label}"
    shortDesc="#{bindings.ItasFlowParamConfigsFullVO1.hints.ParameterUid.tooltip}"
    required="#{bindings.ItasFlowParamConfigsFullVO1.hints.ParameterUid.mandatory}"
    id="soc99" immediate="true">
    <f:selectItems id="si88"
    value="#{pageFlowScope.backing_flowFaParamsBean.parameterListDrop}"/>
    </af:selectOneChoice>
    </af:column>
    The issue is that after changing the value in "Action" dropdown, the inline table got refreshed accordingly, and ADF throws error "Please make a selection for Parameter Uid" on the required selectOneChoice value in the inline table. How can I prevent ADF having the validation checking of required fields when doing a PPR? I have already set the dropdown and table immediate=true already.
    Please advise.
    Thanks
    -Mina

    Hi,
    Need to add SOC id "si12" as table's partial Trigger.
    <af:table value="#{bindings.ItasFlowParamConfigsFullVO1.collectionModel}"
    var="row"
    rows="#{bindings.ItasFlowParamConfigsFullVO1.rangeSize}"
    emptyText="#{bindings.ItasFlowParamConfigsFullVO1.viewable ? 'No data to display.' : 'Access Denied.'}"
    fetchSize="#{bindings.ItasFlowParamConfigsFullVO1.rangeSize}"
    rowBandingInterval="0"
    selectedRowKeys="#{bindings.ItasFlowParamConfigsFullVO1.collectionModel.selectedRow}"
    selectionListener="#{bindings.ItasFlowParamConfigsFullVO1.collectionModel.makeCurrent}"
    rowSelection="single" id="t11"
    editingMode="editAll" styleClass="AFStretchWidth"
    columnStretching="column:c4"
    partialTriggers="::ctb12 ::ctb13 ::si12"
    immediate="true">

  • Ssd died, replaced, reinstalled adobe cs6 std got error 16 and offered trial

    We had 3 cs6 std licences in use, than on one pc ssd died, and we had to replace it and reinstall adobe, and it worked, but on another pc when we tried to start one of the programs we recieved error 16 - reinstall adobe, and it offered to start trial...
    thank you

    We had 3 cs6 std licences in use, than on one pc ssd died, and we had to replace it and reinstall adobe, and it worked, but on another pc when we tried to start one of the programs we recieved error 16 - reinstall adobe, and it offered to start trial...
    thank you

  • "make: not found" error after downloading gcc 3.80

    Greetings,
    I am running Solaris 10. I downloaded GCC 3.80 (off sunfreeware.com) and created a folder for for it, but when I type:" make install" to execute gcc, I get the message: "make: not found" What should I do?
    Thanks,
    alainjoseph

    Thanks, I got it:) I installed the gcc. I needed it to install Nessus 2.2.5. This may be out of the scope of solaris, but when I executed the command to install nessus I get the following error, "Could not compile our suid shell. What should I do?

Maybe you are looking for

  • Is there a way to share an Itunes7 Library on my home network ?   I have installed itunes on another computer and it wont recognixe my library on Computer

    Is there a way to share an Itunes7 Library on my home network ?   I have Itunes 7 with 5000 songs on Computer #1 Windows XP and I don't update to a later Itunes because I love the way 7 handles showing the library . I have installed Itunes 10 on anot

  • Problem while changing SAP Script

    Hi all, while trying to display or change a form in SE71, it gives the following msg ... " <b>Form *** language EN is inconsistent in text file</b> " Please can anyone help me on this ? I have tried for language DE also

  • User Properties

    Is there a way to change user properties assigned to nodes during runtime. For example, I have a user property 'Tooltip' assigned to few nodes and I display it using a UI element. I want to change this property based on selection of the options. Is t

  • What's coming with Oracle9i Reports ...

    Hello everybody, as many of you have lately asked for information about future directions of Oracle Reports, we want point out our whitepaper "Oracle Reports Statement of Direction", which is available on http://otn.oracle.com/products/reports. It co

  • Where are IMixes in itunes 10?

    I can not find a way to get to iMix in itunes 10.0. It is not listed under More to explore in the Music section. Where is it?