'no loadable sections found in added symbol-file system-supplied DSO'

Hi,
I installed eclipse today and tried to run a hello-world C++ code, and it always gave me the warning:
no loadable sections found in added symbol-file system-supplied DSO at ...
Anybody knows what it is?

upgrade 3.8.2 solved the problem

Similar Messages

  • OVMAPI_3511E No server found for creating pool file system on lun at server

    Hi,
    I have a IBM Blade Center with 2 server for virtual and 1 server for vm manager and a storage IBM DS3524 connect at blade on sas cable.
    The storage have 2 LUN, one 15Gb for poll and the rest for vm.
    I see the LUN in storage (unmanaged fibre chanel storage array) but I can not define acces group..

    Hi,
    below I pos the multipath list command from one server; same thing on another server,
    but in VM Manager 3.0.1 in server view, physical disk is not listed.
    [root@IBML3 ~]# multipath -ll
    360080e500023aa480000160f4e6f9b93 dm-0 IBM,1746      FAStT
    size=15G features='3 queue_if_no_path pg_init_retries 50' hwhandler='1 rdac' wp=rw
    |-+- policy='round-robin 0' prio=6 status=active
    | `- 0:0:1:0 sdb 8:16 active ready running
    `-+- policy='round-robin 0' prio=1 status=enabled
      `- 0:0:2:0 sdd 8:48 active ghost running
    360080e500023b6f00000041a4e6f9bb0 dm-1 IBM,1746      FAStT
    size=1.4T features='3 queue_if_no_path pg_init_retries 50' hwhandler='1 rdac' wp=rw
    |-+- policy='round-robin 0' prio=6 status=active
    | `- 0:0:2:1 sde 8:64 active ready running
    `-+- policy='round-robin 0' prio=1 status=enabled
      `- 0:0:1:1 sdc 8:32 active ghost running
    [root@IBML3 ~]#
    [root@IBML1 ~]# cat /proc/partitions
    major minor  #blocks  name
       8       16   15728640 sdb
       8       32 1555580321 sdc
       8        0   48848184 sda
       8        1     104391 sda1
       8        2    3148740 sda2
       8        3    1052257 sda3
    253        0   15728640 dm-0
    253        1 1555580321 dm-1Edited by: rukbat on Sep 13, 2011 8:09 AM
    Moderator Action:
    Place your excerpt or anything you need to preserve formatting, into "code" tags. To do that you would use the word `code` inside curly brackets.
    This is your post. You can click EDIT to peek at how it was done ( then click CANCEL to exit the editing mode).
    Edited by: Florin Cercelaru on Sep 13, 2011 5:21 PM

  • Where is the account to execute ssis in file system when run a job

    Hi
    I have a ssis package in file system, and create a job, in general... the section package:... select "File System".
    but it thrown: access denegate: the user should be administrator..
    what is the account or where is it, that use to run the job in agent, this is owner of the job?
    this is my configuration..
    http://blog.sqlauthority.com/2011/05/23/sql-server-running-ssis-package-in-scheduled-job/

    By default it would be the service account which SQLAgent uses
    You can see this from services properties
    for that go to start-> run
    type services .msc
    In local services window right click SQL Agent Service and check the properties and in LogOn tab you will see the account configured for it
    Most cases it would be network service account and in some cases local system account (if not in a domain)
    Please Mark This As Answer if it solved your issue
    Please Mark This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Seperate symbol files

    From my understanding of newer versions of Sun Studio, and reading the man pages, cc will, by default, if compiled with -g, put symbol/debugging info in the object file(.o).
    This is similar to the add-gnu-debuglink /w .dbg file for gcc/gdb compilers.
    On the face of things, this seems to be working as promised, but one test is really confusing me.
    Here is the test
    1. Compile 2 source files (as 1 file seems to always put symbols in executable - subject of another post)
    cc -g dumpcore.c library.c -o dumpcore
    For which you are left with:
    dumpcore
    dumpcore.c
    dumpcore.o
    library.c
    library.o
    2. According to my understanding, all private symbol info, line numbers, etc, should be in the .o files.
    3. This seems to be the case, because if you compile with -xs, the resulting executable is indeed larger. Anways.
    4. Rename the .o files, so supposedly the debuggers and solaris core cannot get to symbol info. We are left with:
    dumpcore
    dumpcore.c
    dumpcore.o.bak
    library.c
    library.o.bak
    5. Trigger the core: ./dumpcore
    6. Analyze the core: dbx dumpcore core
    -bash-3.00$ dbx dumpcore core
    For information about new features see `help changes'
    To remove this message, put `dbxenv suppress_startup_message 7.5' in your .dbxrc
    Reading dumpcore
    core file header read successfully
    Reading ld.so.1
    Reading libc.so.1
    Reading libc_psr.so.1
    program terminated by signal SEGV (no mapping at the fault address)
    Current function is dumpcore
    20 *ip = lim;^M
    (dbx) modules -v -read
    Module: dumpcore.o
    Language: c
    Debugging information: read [stabs version: 0.0]
    Source file: /export/home/ivanberg/icwork/dumpcore/dumpcore.c
    Object file (original) : /export/home/ivanberg/icwork/dumpcore/dumpcore.o
    Object file (using) : cannot find file (see `help pathmap')
    Loadobject: /export/home/ivanberg/icwork/dumpcore/dumpcore
    As you can see, dbx was able to find the line information and display the source, and confirmed that it cannot read the object file.
    Did I and other people misunderstand what symbolic info goes in .o files, because from this test, it appears everything still goes into the executable, which increases size, is a speed hit, is not needed most of time, etc.
    All tests done with SunStudio11 & Solaris 10.
    Thanks, Ivan

    I was looking for help on how to do this on Solaris. I have tried numerous versions of binutils and they all break something, usually rendering the stripped ELF objects useless.
    Reading this post encouraged me to have a go at it myself, and I thought I would post the resulting code here, just in case anyone else looking for a solution stumbles across this page.
    It is implemented in two files (one is hacked up PD crc32 implementation)
    Hope it helps someone,
    Steve
    dbglink.c
    * Copyright (c) 2007, Steve Williams, Telxio
    * All rights reserved.
    * Redistribution and use in source and binary forms, with or without
    * modification, are permitted provided that the following conditions are met:
    *     * Redistributions of source code must retain the above copyright
    *       notice, this list of conditions and the following disclaimer.
    *     * Redistributions in binary form must reproduce the above copyright
    *       notice, this list of conditions and the following disclaimer in the
    *       documentation and/or other materials provided with the distribution.
    *     * Neither the name of Telxio nor the
    *       names of its contributors may be used to endorse or promote products
    *       derived from this software without specific prior written permission.
    * THIS SOFTWARE IS PROVIDED BY TELXIO ``AS IS'' AND ANY
    * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
    * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    * DISCLAIMED. IN NO EVENT SHALL TELXIO BE LIABLE FOR ANY
    * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
    * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
    * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    #include <stdlib.h>
    #include <unistd.h>
    #include <stdio.h>
    #include <fcntl.h>
    #include <string.h>
    #include <libelf.h>
    * The GNU gdb debugger supports the feature that symbols may
    * be located in a seperate file to the executable code. This
    * is a useful feature for reducing the amount of information
    * shipped to a customer site for example.
    * GDB will automate the loading of the symbol file if it finds
    * a special section in the executable file called ".gnu_debuglink".
    * The ".gnu_debuglink has the following data format:
    * <debug symbol ascii file name>'\0'<padding to 4byte><32bit file crc>
    * The file name has no directory component, GDB has its own internal
    * heuristics for finding the file. If GDB finds a file with a matching
    * name, it will use the crc32 value to confirm it is the correct file,
    * then load it as the symbol file.
    * The usual way of creating a seperate symbol file is to use the
    * GNU binutils commands:
    *    gobjcopy --only-keep-debug <in-executable> <out-symbol-file>
    *    gobjcopy --add-gnu-debuglink=<out-symbol-file> <in-executable>
    *    gstrip --strip-debug <in-executable>
    * Experience has shown that binutils usually does bad things
    * to the ELF format of shared objects, therefore the motivation to write
    * this tool. Using this tool the procedure to create seperate symbol
    * files is:
    *    gobjcopy --only-keep-debug <in-executable> <out-symbol-file>
    *    pkg_dbglink <in-executable> <out-symbol-file>
    *    /usr/ccs/bin/strip <in-executable>
    * Limitations:
    * 1. Only ELF32 and ELF64 formats are supported.
    * 2. I have not tested this on a solaris-x86 architecture, so the order
    *    of the bytes in the crc32 checksum may be incorrect.
    * 3. This is my first foray into ELF manipulation, so there may be
    *    a more efficient way to do it.
    * 4. Binutils is still required to extract the debugging info from the
    *    executable, it would be nice if elfdump could do this.
    #define GNU_SECTION     ".gnu_debuglink"
    extern unsigned long
    CalcCRC32(unsigned long crc, unsigned char *p, unsigned long reclen);
    static size_t
    elf32_get_shstrtab_index(Elf* elf, char* ename)
        Elf32_Ehdr *filehdr = elf32_getehdr(elf);
        if(!filehdr)
            fprintf(stderr, "error: elf32_getehdr: %s\n", ename);
            exit(1);
        return filehdr->e_shstrndx;
    static size_t
    elf64_get_shstrtab_index(Elf* elf, char* ename)
        Elf64_Ehdr *filehdr = elf64_getehdr(elf);
        if(!filehdr)
            fprintf(stderr, "error: elf64_getehdr: %s\n", ename);
            exit(1);
        return filehdr->e_shstrndx;
    static Elf_Data*
    elf32_get_gnu_debuglink_data(Elf_Scn* gnu_debug_scn, size_t name_off)
        Elf32_Shdr* gnu_debug_hdr = elf32_getshdr(gnu_debug_scn);
        gnu_debug_hdr->sh_name = name_off;
        gnu_debug_hdr->sh_type = SHT_PROGBITS;
        return elf_newdata(gnu_debug_scn);
    static Elf_Data*
    elf64_get_gnu_debuglink_data(Elf_Scn* gnu_debug_scn, size_t name_off)
        Elf64_Shdr* gnu_debug_hdr = elf64_getshdr(gnu_debug_scn);
        gnu_debug_hdr->sh_name = name_off;
        gnu_debug_hdr->sh_type = SHT_PROGBITS;
        return elf_newdata(gnu_debug_scn);
    int
    main(int argc, char* argv[])
        unsigned char crcbuffer[1024];
        ssize_t count;
        elf_version(EV_CURRENT);
        int exefd = open(argv[1], O_RDWR);
        if(exefd == -1)
            fprintf(stderr, "file not found: %s\n", argv[1]);
            exit(1);
         * read in portion of debug symbol file
         * that will be used to compute CRC
        int dbgfd = open(argv[2], O_RDONLY);
        if(dbgfd == -1)
            fprintf(stderr, "file not found: %s\n", argv[2]);
            exit(1);
        uint32_t crc = 0;
        while((count = read(dbgfd, crcbuffer, sizeof(crcbuffer))) > 0)
             * calculate CRC32 checksum
            crc = CalcCRC32(crc, crcbuffer, count);
        close(dbgfd);
        char* gnu_dbglink_name = strrchr(argv[2], '/');
        gnu_dbglink_name = gnu_dbglink_name ? gnu_dbglink_name : argv[2];
         * read in the ELF header
        Elf* elf = elf_begin(exefd, ELF_C_RDWR, NULL);
        if(!elf)
            fprintf(stderr, "error: elf_begin: %s\n", argv[1]);
            exit(1);
         * This tool only supports ELF format
        if(elf_kind(elf) != ELF_K_ELF)
            fprintf(stderr, "not ELF format: %s\n", argv[1]);
            exit(1);
         * This tool only supports 32 and 64 bit
         * ELF classes
        size_t shstrtab_ndx = 0;
        char* ident = elf_getident(elf, NULL);
        switch(ident[EI_CLASS])
        case ELFCLASS32:
            shstrtab_ndx = elf32_get_shstrtab_index(elf, argv[1]);
            break;
        case ELFCLASS64:
            shstrtab_ndx = elf64_get_shstrtab_index(elf, argv[1]);
            break;
        default:
            fprintf(stderr, "not a supported ELF class: %s\n", argv[1]);
            exit(1);
        Elf_Scn* shstrtab_scn = elf_getscn(elf, shstrtab_ndx);
        Elf_Scn* gnu_debug_scn = elf_newscn(elf);
        if(!gnu_debug_scn)
            fprintf(stderr,
                "error: elf_newscn: unavle to create new section: %s\n", argv[1]);
            exit(1);
        Elf_Data* shstrtab_existing_data = 0;
        shstrtab_existing_data = elf_getdata(shstrtab_scn, shstrtab_existing_data);
        Elf_Data *shstrtab_new_data = elf_newdata(shstrtab_scn);
        shstrtab_new_data->d_buf = GNU_SECTION;
        shstrtab_new_data->d_size = strlen(GNU_SECTION) + 1;
        shstrtab_new_data->d_off = shstrtab_existing_data->d_size;
        shstrtab_new_data->d_align = 1;
        Elf_Data* gnu_debug_data = NULL;
        switch(ident[EI_CLASS])
        case ELFCLASS32:
            gnu_debug_data = elf32_get_gnu_debuglink_data(
                                                    gnu_debug_scn,
                                                    shstrtab_new_data->d_off);
            break;
        case ELFCLASS64:
            gnu_debug_data = elf64_get_gnu_debuglink_data(
                                                    gnu_debug_scn,
                                                    shstrtab_new_data->d_off);
            break;
        gnu_debug_data->d_off = 0;
        gnu_debug_data->d_align = 1;
        size_t sectsz = strlen(gnu_dbglink_name) + 1;
        sectsz += 3;
        sectsz &= ~3;
        sectsz += 4;
        gnu_debug_data->d_buf = malloc(sectsz);
        gnu_debug_data->d_size = sectsz;
        memcpy(gnu_debug_data->d_buf, gnu_dbglink_name,
                                        strlen(gnu_dbglink_name) + 1);
        uint32_t* pcrc = (uint32_t*)&((char*)gnu_debug_data->d_buf)[sectsz-4];
         * Not sure is endianess issues will be a problem here
         * (will depend on what GNU BFD does)
         * Currently only tested on SPARC machines
        *pcrc = crc;
        elf_update(elf, ELF_C_WRITE);
        elf_end(elf);
        close(exefd);
        exit(0);
    }And crc32.c
    /* crc32.c
       C implementation of CRC-32 checksums for NAACCR records.  Code is based
       upon and utilizes algorithm published by Ross Williams.
       This file contains:
          CRC lookup table
          function CalcCRC32 for calculating CRC-32 checksum
          function AssignCRC32 for assigning CRC-32 in NAACCR record
          function CheckCRC32 for checking CRC-32 in NAACCR record
       Provided by:
          Eric Durbin
          Kentucky Cancer Registry
          University of Kentucky
          October 14, 1998
       Status:
          Public Domain
        Modified by:
          Steve Williams,
          April 04, 2007
    /* CRC LOOKUP TABLE                                              */
    /* ================                                              */
    /* The following CRC lookup table was generated automagically    */
    /* by the Rocksoft^tm Model CRC Algorithm Table Generation       */
    /* Program V1.0 using the following model parameters:            */
    /*    Width   : 4 bytes.                                         */
    /*    Poly    : 0x04C11DB7L                                      */
    /*    Reverse : TRUE.                                            */
    /* For more information on the Rocksoft^tm Model CRC Algorithm,  */
    /* see the document titled "A Painless Guide to CRC Error        */
    /* Detection Algorithms" by Ross Williams                        */
    /* ([email protected].). This document is likely to be  */
    /* in the FTP archive "ftp.adelaide.edu.au/pub/rocksoft".        */
    unsigned long  crctable[256] =
    0x00000000L, 0x77073096L, 0xEE0E612CL, 0x990951BAL,
    0x076DC419L, 0x706AF48FL, 0xE963A535L, 0x9E6495A3L,
    0x0EDB8832L, 0x79DCB8A4L, 0xE0D5E91EL, 0x97D2D988L,
    0x09B64C2BL, 0x7EB17CBDL, 0xE7B82D07L, 0x90BF1D91L,
    0x1DB71064L, 0x6AB020F2L, 0xF3B97148L, 0x84BE41DEL,
    0x1ADAD47DL, 0x6DDDE4EBL, 0xF4D4B551L, 0x83D385C7L,
    0x136C9856L, 0x646BA8C0L, 0xFD62F97AL, 0x8A65C9ECL,
    0x14015C4FL, 0x63066CD9L, 0xFA0F3D63L, 0x8D080DF5L,
    0x3B6E20C8L, 0x4C69105EL, 0xD56041E4L, 0xA2677172L,
    0x3C03E4D1L, 0x4B04D447L, 0xD20D85FDL, 0xA50AB56BL,
    0x35B5A8FAL, 0x42B2986CL, 0xDBBBC9D6L, 0xACBCF940L,
    0x32D86CE3L, 0x45DF5C75L, 0xDCD60DCFL, 0xABD13D59L,
    0x26D930ACL, 0x51DE003AL, 0xC8D75180L, 0xBFD06116L,
    0x21B4F4B5L, 0x56B3C423L, 0xCFBA9599L, 0xB8BDA50FL,
    0x2802B89EL, 0x5F058808L, 0xC60CD9B2L, 0xB10BE924L,
    0x2F6F7C87L, 0x58684C11L, 0xC1611DABL, 0xB6662D3DL,
    0x76DC4190L, 0x01DB7106L, 0x98D220BCL, 0xEFD5102AL,
    0x71B18589L, 0x06B6B51FL, 0x9FBFE4A5L, 0xE8B8D433L,
    0x7807C9A2L, 0x0F00F934L, 0x9609A88EL, 0xE10E9818L,
    0x7F6A0DBBL, 0x086D3D2DL, 0x91646C97L, 0xE6635C01L,
    0x6B6B51F4L, 0x1C6C6162L, 0x856530D8L, 0xF262004EL,
    0x6C0695EDL, 0x1B01A57BL, 0x8208F4C1L, 0xF50FC457L,
    0x65B0D9C6L, 0x12B7E950L, 0x8BBEB8EAL, 0xFCB9887CL,
    0x62DD1DDFL, 0x15DA2D49L, 0x8CD37CF3L, 0xFBD44C65L,
    0x4DB26158L, 0x3AB551CEL, 0xA3BC0074L, 0xD4BB30E2L,
    0x4ADFA541L, 0x3DD895D7L, 0xA4D1C46DL, 0xD3D6F4FBL,
    0x4369E96AL, 0x346ED9FCL, 0xAD678846L, 0xDA60B8D0L,
    0x44042D73L, 0x33031DE5L, 0xAA0A4C5FL, 0xDD0D7CC9L,
    0x5005713CL, 0x270241AAL, 0xBE0B1010L, 0xC90C2086L,
    0x5768B525L, 0x206F85B3L, 0xB966D409L, 0xCE61E49FL,
    0x5EDEF90EL, 0x29D9C998L, 0xB0D09822L, 0xC7D7A8B4L,
    0x59B33D17L, 0x2EB40D81L, 0xB7BD5C3BL, 0xC0BA6CADL,
    0xEDB88320L, 0x9ABFB3B6L, 0x03B6E20CL, 0x74B1D29AL,
    0xEAD54739L, 0x9DD277AFL, 0x04DB2615L, 0x73DC1683L,
    0xE3630B12L, 0x94643B84L, 0x0D6D6A3EL, 0x7A6A5AA8L,
    0xE40ECF0BL, 0x9309FF9DL, 0x0A00AE27L, 0x7D079EB1L,
    0xF00F9344L, 0x8708A3D2L, 0x1E01F268L, 0x6906C2FEL,
    0xF762575DL, 0x806567CBL, 0x196C3671L, 0x6E6B06E7L,
    0xFED41B76L, 0x89D32BE0L, 0x10DA7A5AL, 0x67DD4ACCL,
    0xF9B9DF6FL, 0x8EBEEFF9L, 0x17B7BE43L, 0x60B08ED5L,
    0xD6D6A3E8L, 0xA1D1937EL, 0x38D8C2C4L, 0x4FDFF252L,
    0xD1BB67F1L, 0xA6BC5767L, 0x3FB506DDL, 0x48B2364BL,
    0xD80D2BDAL, 0xAF0A1B4CL, 0x36034AF6L, 0x41047A60L,
    0xDF60EFC3L, 0xA867DF55L, 0x316E8EEFL, 0x4669BE79L,
    0xCB61B38CL, 0xBC66831AL, 0x256FD2A0L, 0x5268E236L,
    0xCC0C7795L, 0xBB0B4703L, 0x220216B9L, 0x5505262FL,
    0xC5BA3BBEL, 0xB2BD0B28L, 0x2BB45A92L, 0x5CB36A04L,
    0xC2D7FFA7L, 0xB5D0CF31L, 0x2CD99E8BL, 0x5BDEAE1DL,
    0x9B64C2B0L, 0xEC63F226L, 0x756AA39CL, 0x026D930AL,
    0x9C0906A9L, 0xEB0E363FL, 0x72076785L, 0x05005713L,
    0x95BF4A82L, 0xE2B87A14L, 0x7BB12BAEL, 0x0CB61B38L,
    0x92D28E9BL, 0xE5D5BE0DL, 0x7CDCEFB7L, 0x0BDBDF21L,
    0x86D3D2D4L, 0xF1D4E242L, 0x68DDB3F8L, 0x1FDA836EL,
    0x81BE16CDL, 0xF6B9265BL, 0x6FB077E1L, 0x18B74777L,
    0x88085AE6L, 0xFF0F6A70L, 0x66063BCAL, 0x11010B5CL,
    0x8F659EFFL, 0xF862AE69L, 0x616BFFD3L, 0x166CCF45L,
    0xA00AE278L, 0xD70DD2EEL, 0x4E048354L, 0x3903B3C2L,
    0xA7672661L, 0xD06016F7L, 0x4969474DL, 0x3E6E77DBL,
    0xAED16A4AL, 0xD9D65ADCL, 0x40DF0B66L, 0x37D83BF0L,
    0xA9BCAE53L, 0xDEBB9EC5L, 0x47B2CF7FL, 0x30B5FFE9L,
    0xBDBDF21CL, 0xCABAC28AL, 0x53B39330L, 0x24B4A3A6L,
    0xBAD03605L, 0xCDD70693L, 0x54DE5729L, 0x23D967BFL,
    0xB3667A2EL, 0xC4614AB8L, 0x5D681B02L, 0x2A6F2B94L,
    0xB40BBE37L, 0xC30C8EA1L, 0x5A05DF1BL, 0x2D02EF8DL
    /*                   End of CRC Lookup Table                     */
    #define CRC32_XINIT 0xFFFFFFFFL         /* initial value */
    #define CRC32_XOROT 0xFFFFFFFFL         /* final xor value */
    /* Calculate CRC-32 Checksum for NAACCR Record,
       skipping area of record containing checksum field.
       Uses reflected table driven method documented by Ross Williams.
       PARAMETERS:
         unsigned char *p           NAACCR Record Buffer
         unsigned long reclen       NAACCR Record Length
         unsigned long checksumpos  Position of CHECKSUM (as in Data Dictionary)
         unsigned long checksumlen  Length of checksum Field
       RETURNS:
             checksum value
       Author:
         Eric Durbin 1998-10-14
       Modified:
         Steve Williams 2007-04-03
       Status:
         Public Domain
    unsigned long
    CalcCRC32(unsigned long crc, unsigned char *p, unsigned long reclen)
            unsigned long j;
            /* initialize value */
            crc ^= CRC32_XINIT;
            /* process each byte */
            for (j = 0; j < reclen; j++) {
                crc = crctable[(crc ^ *p++) & 0xFFL] ^ (crc >> 8);
            /* return XOR out value */
            return crc ^ CRC32_XOROT;
    }

  • Printing - Adding the File Location as a Document Footnote

    Re: Acrobat 7.0 Standard
    Have about 1000 PDF files --- each with a filename that's a specific number, from 1 through 1000 (the number --- aka, the filename --- is the section the document represents... there's 1000 sections in the project)
    Simply put, the main directory of files looks like:
    c:/Articles/1.pdf
    c:/Articles/2.pdf
    c:/Articles/3.pdf
    ...through c:/Articles/1000.pdf
    ===
    Am looking to process the above PDF files using Acrobat --- to print the file's location on my hard-drive as a footnote to the document.
    In other words, looking to take the PDF documents that are in "c:/Articles" ...and then, to process them all by adding the file location as a footnote -- and producing footnoted versions at "c:/Articles/Processed"
    Thanks a lot.

    Do you want the footer to change as you move the files to different directories? If so you can add some JavaScript to each file to the "Will Print" action to add a water mark from text to the bottom of each page with the files location, path or URL. But this solution will only work in Acrobat Standard or better. If you had the Professional version, one could use the "Batch Processing" feature to add the code to each file.
    You could also use JavaScript to add a custom menu bar or tool bar item to add the water mark or inset the code on a file by file basis.

  • 10.1.3 - Problems adding existing files and projects

    I am having some very basic issues with the latest JDeveloper 10g (10.1.3) - Preview Release, all related to adding existing files and projects to JDeveloper.
    http://jdeveloper.us.oracle.com/
    http://jdeveloper.us.oracle.com/jdev_index.uix?bajaPage=menu=0%24menu_option=0%24tab=3
    http://jdeveloper.us.oracle.com/download/software/10g/1013Preview/jdevj2ee1013.zip
    Oracle JDeveloper 10g (10.1.3) - Preview Release, Nov-2004
    Version 10.1.3.0.2.223
    Build JTINTEG_MAIN_NT_041202.0854.223
    Setup JDeveloper
    ===============
    1) Unzip jdevj2ee1013.zip to c:\jdev101302_233
    2) Run c:\jdev101302_233\jdev\bin\jdev.exe
    3) Would you like to migrate from a previous version of JDeveloper? No
    Attempt to add a java file to a new Project
    ==========================================
    1) Right click on Applications and select New Application Workspace...
    2) Create Application
    Application Name: VTF_C
    3) Create Project
    Project Name: VTFclean
    4) Attempt to add a source file to the project
    a) File Open...
    Select a file.
    PROBLEM 1: File is opened, but is not automatically added to project and I am also not prompted with the 'Add Project Source Path' dialog.
    b) Attempt to drag/drop file onto VTFclean project
    Get 'Add Project Source Path' Dialog
    The project source path must be updated in order to add the selected file or files.
    Do you want to update the project source path? Yes
    PROBLEM 2: JDeveloper hangs
    Attempt to import a previous JDeveloper project
    ==============================================
    1) File Open...
    Select VTFclean.jpr and press 'Open' button.
    2) Create Application
    Application Name: VTF
    Press 'OK' button
    3) Open Warning
    You are about to migrate project C:\oracle\dss\vtf\build\VTFclean.jar to JDeveloper 10g Developer Preview release 10.1.3.0.2 file format.
    Once the project is migrated you will not be able to reopen it using an older version of JDeveloper. We will back up your project file, you may want to back up the project contents before proceeding.
    Do you want to migrate these files? Yes
    4) Migrating Progress Dialog displays
    Migrating files to JDeveloper 10g Developer Preview version 10.1.3.0.2 format....
    Problem 3: JDeveloper hangs whether initial project was based on 9.0.5.x or 10.1.2.x
    Questions:
    ==========
    1) Am I missing something obvious or are these simply bugs?
    2) Is there a particular reason why there is no reference to JDeveloper 10.1.2 on the http://jdeveloper.us.oracle.com website?
    3) Why were the 'Add to Applications...' and 'Add to Project...' buttons removed from the 'Applications - Navigator'?
    I found them very helpful and used them to add items to existing Applications and Projects.
    I have duplicated these problems on two different Windows XP systems. Neither JDeveloper 10.1.2 or 9.0.5 builds have exhibited these problems.

    Hi Shay,
    This dynamic project source feature is going to kill us! We have more than 15,000 files in our projects. Currently, part of them are managed by JDeveloper. Developers have option to load only the files they are working on. If all files in the project source will be loaded automatically, that will definitely be a nightmare to us. The JDeveloper will be frozen from time to time when it start to looking for new files...
    Think about why people pick Oracle instead of SQL Server - Oracle is good in handling large data. We, JDeveloper users, sincerely hope JDeveloper team can design/test the JDeveloper on large scaled project before formally release it.
    Thanks for your hard work though.
    Charles

  • Parent key 1393696 not found when adding child 1393727.

    By posting, I received this :
    An error in the system has occurred. Please contact the system administrator if the problem persists.
    type: java.lang.IllegalArgumentException
    java.lang.IllegalArgumentException: Parent key 1393696 not found when adding child 1393726.
    at com.jivesoftware.util.LongTree.addChild(LongTree.java:99)
    at com.jivesoftware.forum.database.DbTreeWalker.addChild(DbTreeWalker.java:233)
    at com.jivesoftware.forum.database.DbForumThread.addMessage(DbForumThread.java:617)
    at com.jivesoftware.forum.proxy.ForumThreadProxy.addMessage(ForumThreadProxy.java:145)
    at com.jivesoftware.forum.action.PostAction.createMessage(PostAction.java:1083)
    at com.jivesoftware.forum.action.PostAction.execute(PostAction.java:946)
    at com.jivesoftware.forum.action.PostAction.doPost(PostAction.java:666)
    at sun.reflect.GeneratedMethodAccessor110.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.opensymphony.xwork.DefaultActionInvocation.invokeAction(DefaultActionInvocation.java:300)
    at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:166)
    at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)
    at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:164)
    at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)
    at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:164)
    at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)
    at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:164)
    at com.jivesoftware.forum.action.JiveExceptionInterceptor.intercept(JiveExceptionInterceptor.java:63)
    at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:164)
    at com.jivesoftware.base.action.JiveObjectLoaderInterceptor.intercept(JiveObjectLoaderInterceptor.java:56)
    at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:164)
    at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)
    at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:164)
    at oracle.wocapps.forum.action.OracleLocaleInterceptor.intercept(OracleLocaleInterceptor.java:74)
    at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:164)
    at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)
    at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:164)
    at com.opensymphony.webwork.interceptor.FileUploadInterceptor.intercept(FileUploadInterceptor.java:71)
    at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:164)
    at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)
    at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:164)
    at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)
    at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:164)
    at com.opensymphony.xwork.DefaultActionProxy.execute(DefaultActionProxy.java:116)
    at com.opensymphony.webwork.dispatcher.ServletDispatcher.serviceAction(ServletDispatcher.java:272)
    at com.jivesoftware.base.util.JiveWebWorkServlet.service(JiveWebWorkServlet.java:62)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at com.jivesoftware.util.SetResponseCharacterEncodingFilter.doFilter(SetResponseCharacterEncodingFilter.java:53)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
    at com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:118)
    at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:52)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
    at com.jivesoftware.util.SetRequestCharacterEncodingFilter.doFilter(SetRequestCharacterEncodingFilter.java:48)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:627)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)

    Check the adapter that is attached to the child table , compile it again and try adding .
    BTW which connector you are using and paste the error trace from log files
    Thanks
    Suren

  • Warning: NT_GWINDOWS section found

    Hello All,
    Can someone explain to me the signifigance of the following dbx warning:
    dbx: warning: NT_GWINDOWS section found. Possible stack overflow condition
    Specifically, could this warning have any bearing on the accuracy of a core files stack trace?
    Thanks in advance.

    I suspect that if a frame shows up in the stack trace it will be accurately reported. The kinds of problems you might see would be missing stack frames at the top of the stack. In other words the most recent few frames might be missing. You might try using the 'pstack' command on the core file, it might do a better job of handling the NT_GWINDOWS data.

  • Adding Symbol for New Currency

    Hello All-
    I have a multi currency Planning application. I want to add a new currency to the system. When i was adding the currency in it i found that the symbol for the currency is not present in the predefined list that exist in Hypeiron. Is there a
    way to add a new symbol to it? If yes what should i be doing to make tha change ?
    Thanks!

    Hi Mike,
    As per note 892949, in order to import or update the price list price for items, we need to fill the LineNum field. In addition, the LineNum does not correspond to the position of the price list in the drop list of the Item Master Data window. The LineNum is the line number shown in the Price Lists window minus 1 (which means 0 for the price list 1, 1 for the price list 2 and so on).                                    
    hope it helps,
    Regards,
    Ladislav
    SAP Business One Forum Team

  • [svn:osmf:] 10669: Adding missing files.

    Revision: 10669
    Author:   [email protected]
    Date:     2009-09-29 01:30:00 -0700 (Tue, 29 Sep 2009)
    Log Message:
    Adding missing files.
    Added Paths:
        osmf/trunk/plugins/MASTPluginIntegrationTest/src/org/openvideoplayer/test/mast/MASTTestCo nstants.as
        osmf/trunk/plugins/MASTPluginIntegrationTest/src/org/openvideoplayer/test/mast/managers/
        osmf/trunk/plugins/MASTPluginIntegrationTest/src/org/openvideoplayer/test/mast/managers/T estMASTConditionManager.as
        osmf/trunk/plugins/MASTPluginIntegrationTest/src/org/openvideoplayer/test/mast/media/
        osmf/trunk/plugins/MASTPluginIntegrationTest/src/org/openvideoplayer/test/mast/media/Test MASTProxyElement.as

    Hi, Bob,
    Long time ago it was also necessary for me. Somewhere I have found one "undocumented" method, so it was possible to compare VIs "programmatically".
    May be it helps for you as well. Disclaimer - use it at your own risk.
    Andrey.
    Attachments:
    Differences Programmatically.vi ‏22 KB

  • Inadvertantly added music files to the wrong library

    I created a 2nd library in itunes and then inadvertantly added music files to it instead of to the original library. My original intent was to move files from the 1st library to the 2nd but I forgot we had added music that hadn't been scanned into itunes yet and when I hit "scan music" it started to add all those files to the new library, so now what?
    And how do I move the files I originally intended to move from the 1st library into the 2nd?

    Karen,
    There is not really such a thing as "move" in that context.  Get copies of any files that you wish to add to the 2nd library, and add them.  When you are sure that this has been correctly accomplished, then go into the 1st library and delete whatever you don't want to be there.

  • Memory on my macbook air keeps disappearing.  I have 120 gigs and I am down to 150mb without adding any files.

    Memory on my macbook air keeps disappearing.  I have 120 gigs and I am down to 150mb without adding any files.

    Thanks...I have tried the various options and the only item of interest is that my only account on this computer says it has 102 gig of memory used up.  However, when I open and look at the individual files, they add up to less than 15 gigs.

  • Adding a file to an already created Archive throws error

    Hello Experts,
    In one of the WLST python scripts, we had a piece of code which was adding a file to an already created archive. Below is the code snippet:
    import zipfile
    try:
    conn='1.properties'
    fileName='/home/pbnagara/temp/Zip1.par'
    myZip = zipfile.ZipFile(fileName, mode='a')
    myZip.write(conn)
    myZip.close()
    except Exception:
    print 'Exception occurred while writing to Zip file: ' + fileName
    --> it makes use of the standard python module [zipfile] to add a file to the archive.
    This code has started failing [for some strange unknown reason] when we upgraded.
    The same script works fine in a standalone mode[using the system's default python packages] but fails only when run within WLST.
    Does WLST package a different set of zipfile libraries? Can anyone point out what might be going wrong here?

    I did get a reply from someone on the jfreechart forum, but need to ask more questions. This was his reply:
    Hi Allyson,
    You are trying to add a (subclass of) JFrame to a JPanel...that won't work, of course, and Java tells you so.
    You need to create a ChartPanel to display your chart. This is a subclass of JComponent, which you can happily add to a JPanel (or any other container).
    Regards,
    Dave Gilbert
    Here is the code for the method:
    private void LineChartFrame() {
    double[][] data = new double[][] {
    { 1.0, 4.0, 3.0, 5.0, 5.0, 7.0, 7.0, 8.0 },
    { 5.0, 7.0, 6.0, 8.0, 4.0, 4.0, 2.0, 1.0 },
    { 4.0, 3.0, 2.0, 3.0, 6.0, 3.0, 4.0, 3.0 }
    DefaultCategoryDataset dataset = new DefaultCategoryDataset(data);
    // set the series names...
    String[] seriesNames = new String[] { "First", "Second", "Third" };
    dataset.setSeriesNames(seriesNames);
    // set the category names...
    String[] categories = new String[] { "Type 1", "Type 2", "Type 3", "Type 4", "Type 5", "Type 6", "Type 7", "Type 8" };
    dataset.setCategories(categories);
    // create the chart...
    chart = ChartFactory.createLineChart(
    "Line Chart Demo 1", // chart title
    "Category", // domain axis label
    "Value", // range axis label
    dataset, // data
    true, // include legend
    true, // tooltips
    false); // urls
    chartPanel = new ChartPanel(chart);
    chartPanel.setPreferredSize(new java.awt.Dimension(500, 270));
    setContentPane(chartPanel);
    }And I tried this to add it to my panel:
    jPanel1.add(chartPanel, null);But I get this error:
    java.lang.NullPointerException
    ChartPanel is defined globally in this file.
    jPanel1 is my main panel that I want to add the chart to.
    I am putting my last duke dollar on this in the hopes that someone can help. Thanks.
    Allyson

  • Help with adding audio files to page

    I am using DW CS5.  I have had numerous troubles adding audio files to any page.  Please know that I am not at all computer savy when it comes to html codes etc.  But I have been working with DW CS5 and have a functional website and my pages validate.  That being said, please be patient with me if I am asking stupid questions or don't understand the solution.
    Now to the problem....I originally wanted to add mp3 files...but I am not sure how to work with plugins or which plugin to use.
    Therefore, I converted my mp3 files to swf and used the insert media file feature in DW CS5.  But when I look at the finished page...I only see a big white box.  Nothing happens when you click on it. 
    First question...which is the best method to add audio files?
    Second question...what steps do I need to follow achieve the desired result?
    Note:  there is one validation error on this page and I'm not sure why or how to fix it.  Any suggestions here would be greatly appreciated.
    Here is the code for the page (or you can go to this link:  http://02cada7.netsolhost.com//test2/cupotea.shtml):
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>cupotea</title>
    <style type="text/css">
        body {
            margin: 0;
            width: 100%;
            background-color: #000; /* change this to whatever the background color should be for the sides (and the bottom) */
        #wrapper {
            min-width: 960px; /* this is how wide the actual content area will be (the centered part) */
            max-width:    1260px;
            margin-left: auto;
            margin-right: auto;
            padding: 0 0 5 5; /* keep the first two values at 0, the others are for left and right space from the edge of the background */
            background-color: #000; /* this is the background color of the main content area */
            color: #FFF; /* this is the default font color */
        #top {
            height: 75px;
            font-size: 60px;
            font-style: italic;
            font-weight: bold;
            color: #FFFDE6;
            background-color:#750700;
            text-align: center;
        #left {
            width: 120px; /* this is the width of the side area. this will take some of the width of the wrapper, above */
            float: left;
            padding-top:10px;
        #main {
            min-width: 840px; /* this is the width of the main content area. This, plus the width of the side, should equal the width of the wrapper */
            max-width: 1340px;
        float:left;
        background-color:#000;
        color: #000;
    #body {
        width:853px;
        float:left;
        color: #fffde6;
        padding-right: 10px;
        padding-left: 10px;
    #bodyleft {
        width:425px;
        float:left;
        padding-top:70px;
    #bodyleft2 {
        width:425px;
        float:left;
        padding-top:70px;
    #bodyright {
        width:425px;
        float:left;
        padding-top:70px;
    #bodymiddle {
        width:853px;
        float:left;
        color: #fffde6;
        padding-right: 10px;
        padding-left: 10px;
    a img {border:none; }
    .standardparagraph {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        color: #fffde6;
        text-align: justify;
        font-weight: normal;
    .standardparagraph2{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        color: #fffde6;
        text-align: justify;
        font-weight: normal;
        border-top:thin;
        border-color:#666;
        border-bottom-style:solid;
    .standardparagraph3{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        color: #fffde6;
        text-align:    center;
        font-weight: normal;
    .standardparagraph4{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        color: #fffde6;
        text-align: center;
        font-weight: normal;
        border-top:thin;
        border-color:#666;
        border-bottom-style:solid;
    .pagetitle {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16pt;
        font-weight: bold;
        color: #fffde6;
        text-align: center;
    </style>
    //<![CDATA[
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    //]]>
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryTooltip.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarVertical-2.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryTooltip.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript" src="lightbox/js/prototype.js"></script>
    <script type="text/javascript" src="lightbox/js/scriptaculous.js?load=effects"></script>
    <script type="text/javascript" src="lightbox/js/lightbox.js"></script>
    <link rel="stylesheet" href="lightbox/css/lightbox.css" type="text/css" media="screen" />
    <style type="text/css">
    a:link {
        color: #06F;
    a:visited {
        color: #06F;
    a:hover {
        color: #06F;
    a:active {
        color: #06F;
    </style>
    </head>
    <body onload="MM_preloadImages(''images/buttons/miscfamily2.jpg','images/buttons/home2.jpg','im ages/buttons/familytrees2.jpg','images/buttons/legacy2.jpg','images/buttons/polska2.jpg',' images/buttons/dziekuje2.jpg','images/buttons/calendar2.jpg','images/buttons/dziekuje2.jpg ','images/buttons/StasikEarly1800sto1870-2.jpg','images/buttons/JanikMid1800sto1866-2.jpg' ,'images/buttons/Stasik1857toPresent-2.jpg','images/buttons/1st-generation-2.jpg','images/ buttons/2nd-generation-2.jpg','images/buttons/3rd-generation-2.jpg','images/buttons/4th-ge neration-2.jpg','images/buttons/5th-generation-2.jpg','images/buttons/6th-generation-2.jpg ','images/buttons/7th-generation-2.jpg','images/buttons/january-2.jpg','images/buttons/feb ruary-2.jpg','images/buttons/march-2.jpg''images/buttons/april-2.jpg','images/buttons/may- 2.jpg','images/buttons/june-2.jpg','images/buttons/july-2.jpg','images/buttons/august-2.jp g','images/buttons/september-2.jpg','images/buttons/october-2.jpg','images/buttons/novembe r-2.jpg','images/buttons/december-2.jpg')">
    <div id="wrapper">
      <div id="top">
        <div align="center">THE STASIK FAMILY</div>
      </div>
      <div id="left">
    <!--#include virtual="includes/menu.html" -->
      </div>
      <div id="main">
       <div align="center">
        <br />
        <span class="pagetitle">CUP O' TEA</span><br />
        </div>
        <div id="body">
            <p class="standardparagraph2">When preserving family history, nothing can compare to sitting down with a Grandparent or Great Aunt or Uncle over a cup of tea; listening to them reminicse about the past.  Unlike handwritten accounts, there is opportunity to ask questions or delve further into the subject.  Even better, recording such conversations so they can be shared for generations to come.<br />
    <br />
    The following audio files were created by Virginia (Stasik) Zarow at the request of Laura (Stasik) Schmidt and Carrie (Stasik) Kot.  There were a total of five cassette tapes, ranging from 1 hour to a 1 1/2 halfs in length.  Scott Freeson converted each tape to digital format and then they were broken down into various segments for a total of 7 audio files.  It is recommended that you listen to each tape in the order presented to maintain the proper timeline and context.<br /><br /></p>
    <p class="standardparagraph">The first five audio files were recorded by Aunt Virginia in response to questions posed by Laura (Stasik) Schmidt and her sister Carrie (Stasik) Kot.  Aunt Virginia re-recorded her responses in August 2009 after noticing some mistakes in the original recording.<br />
    <br />
    Note:  Virginia refers to her father as "tata", which is the Polish word for dad.</p>
    <div id="bodyleft">
    <span class="standardparagraph">What are the recollections you have about your parents, in particular their interests, their hobbies, and their lives and faith?<br />
    What did your dad do around the house?<br />
    How did your mom relax?<br /><br /></span>
    <span class="standardparagraph">How did you celebrate holidays and birthdays? <br />
    Did you go on vacations?<br />
    What did you and your brothers do for fun?<br /><br /></span>
    <span class="standardparagraph">What do you know about Jacob Sikora and Catherine Dziwak, the extended family and their faith?<br />
      - Jacob Sikora and Catherine (Dziwak) Sikora<br />
      - Michael (aka Patsy)<br />
      - Magdeline (aka Chochi)<br />
      - Angeline (aka Nellie) - includes information about Frank &amp; their children<br />
      - Elizabeth (aka Diane)<br />
      - John<br />
      - Peter<br />
      - Walter<br /><br /></span>
    <span class="standardparagraph">  What was the house like?<br />
      - In the beginning<br />
      - The 1936 flood<br />
      - Renovations<br />
      - The final demise<br /><br /></span>
    <span class="standardparagraph2">Miscellaneous tidbits...<br />
      - Polish Proverbs<br />
      - Ancedotes<br /><br /></span>  </div>
    <div id="bodyright">
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="50" height="25" id="FlashID" title="virginia1of5">
      <param name="movie" value="audiofiles/virginia1of5.swf" />
      <param name="quality" value="high" />
      <param name="wmode" value="opaque" />
      <param name="swfversion" value="15.0.0.0" />
      <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
      <param name="expressinstall" value="Scripts/expressInstall.swf" />
      <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
      <!--[if !IE]>-->
      <object type="application/x-shockwave-flash" data="audiofiles/virginia1of5.swf" width="50" height="250">
        <!--<![endif]-->
        <param name="quality" value="high" />
        <param name="wmode" value="opaque" />
        <param name="swfversion" value="15.0.0.0" />
        <param name="expressinstall" value="Scripts/expressInstall.swf" />
        <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
        <div>
          <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
          <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
        </div>
        <!--[if !IE]>-->
      </object>
      <!--<![endif]-->
    </object>
    <span class="standardparagraph3">for the media file<br /><br /><br /><br /></span>
    <span class="standardparagraph3">for the media file<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /></span> 
    <span class="standardparagraph3">for the media file<br /><br /><br /><br /><br /><br /></span>
    <span class="standardparagraph4">for the media file<br /><br /><br /><br /></span>
        </div>
        <div id="bodymiddle"><span class="standardparagraph">The second tape, also recorded in August 2009, consists of 2 clips and covers the years 1944 through 1947.</span></div>
    <div id="bodyleft2">
    <span class="standardparagraph">Summer of 1944 to December of 1945<br />
      - Meeting of Frank Zarow<br />
      - New Years Eve - 1944<br />
      - Prom Night - May 1945<br />
      - First boyfriend, Eddie Yesh<br />
      - First job as a hygienist<br />
      - Meeting of John Zarow<br />
      - Enrolled at Indiana State Teachers College<br />
      - Meeting of Ted Zaroff<br />
      - Thanksgiving - 1945<br />
      - Florian Stasik Airforce injury<br />
      - Christmas - 1945<br />
      - New Years Eve - 1945</span>
    <span class="standardparagraph">Note:  Per Virginia, Ted's name should be spelled Zarow, like most of his brothers.  There was a mixup with his birth certificate and his last name was mispelled (although it is phonetically correct).  He chose to keep this spelling as did one of his brothers.<br /><br /></span>
    <span class="standardparagraph">January 1946 to December 1947<br />
      - Takes job as cook/housekeeper<br />
      - Break-up with Eddie Yesh<br />
      - Frank Zarow passes away<br />
      - Christmas 1946<br />
      - Meets John Zarow again<br />
      - New Years Eve 1946<br />
      - John courts Virginia<br />
      - First date with John<br />
      - John's father passes away<br />
      - Christmas 1947</span>
    <span class="standardparagraph">Virginia mentions visiting cousin Helena in Poland.  She is referring to <a href="4-0-helenastasikguzik.shtml">Helena (Stasik) Guzik </a>and her trip to Poland in 1990.  </span></div>
    <div id="bodyright2">
    <span class="standardparagraph3">for the media file<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /></span>
    <span class="standardparagraph3">for the media file<br /><br /><br /><br /></span></div>   
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </div>
    </div>
    <script type="text/javascript">
    swfobject.registerObject("FlashID");
      </script>
      </div>
    </body>
    </html>

    Woohoo! I was able to resolve the issue including the validation issue.  But I have a follow up question...
    Currently if you click on the play button another window pops up which has the play/control/stop buttons to control the audio file.  The attribute is set to new window.  If I change the attribute to parent window, then the page that has the control buttons overlays ontop of the page with the link.
    To get back to the original page, one must click on the back arrow near the address bar.
    Isn't there a way to not have a separate window appear?  In other words, the controls are embeded into the parent page?

  • "The file 'Acknowledgements.rtf' cannot be installed because the file cannot be found in the cabinet file 'iTunes.cab'.  Is there something wrong with the latest installer? (11.3.1)

    Getting error message as shown: "The file 'Acknowledgements.rtf' cannot be installed because the file cannot be found in the cabinet file 'iTunes.cab'.  Is there something wrong with the latest installer? (11.3.1)

    Installs fine for me, so I'd guess you got an incomplete or corrupt download. See the Further Information area of Troubleshooting issues with iTunes for Windows updates for direct links and download a fresh copy of the installer.
    tt2

Maybe you are looking for

  • No pictures on iPhone because of Moved iPhoto Library

    All, I decided to move my iLife libraries to a NAS for the extra space and security of the RAID.  Everything thing seemed to be working well until I noticed that I "Lost" all the pictures on my iPhone. In researching the issue I found saw that other

  • Converting HDV @ 16:9 to a 4:3 letterbox frame - stretching question

    Hi I'm helping a client export her project for a screening. Her sequence is HDV (1440x1080), playing of course as 16:9. The screening requires an MPEG-4 (H.264) of 640x480 frame size, with letterboxing. Originally, I tried simply exporting the sequen

  • Keyboard shortcut for "Help" search menu (CS6)

    Hello, In CS5 I managed to remove all shortcuts overriding the CMD + Shift + 7, thus being able to use that standar shortcut for executing a menu search on Mac OSX. Since switching to CS6 (and importing my keyboard shortcuts from CS5), CMD + Shift +

  • Pas recu de code d'échange

    Bonjour, J'ai acheté un abonnement CC complet étudiant / professeur; et je n'ai jamais recu de code d'échange. J'ai bien re-vérifié mes mails, le seul numéro que j'ai, c'est le numéro de commande. J'ai installé une premiere fois les logiciels sans so

  • HT5622 i have not been able to get a wi-fi connection since 5am on saturday ? Healp please.

    i have apple i pad 2 and have lost connection to wi-fi since 5am on saturday. all other comps iphones and lap tops still work