Mac ACL's and other acl questions

I can't for the life of me get a mac acl to be accepted. I keep getting the
"MIB index is out of range...index must be bigger then 0 and Existing ifindex"
This error message is meaningless to me and gives No clue as to what the real
issue is. I have filled in ALL the ungrayed boxes.
I am running 1.1.2.0 on SF302-08
Can someone post a screenshot or provide fields of a mac acl that was actually
excepted ?? I need to figure out what i'm doing wrong.
thanks,
walter

Got to the bottom of it....Seems that the issue is a an incompatability between the Gui/Firefox and the
switch. If I use Chrome or IE, I can create the mac ace.

Similar Messages

  • Mac-specific drivers and other software for Windows

    Mac-specific drivers and other software for Windows how can I download them with out the install cd?

    Or for the same price you can order a new Snow Leopard disk. http://store.apple.com/us/product/MC573Z/A?mco=MTY3ODQ5OTY
    That would give you Boot Camp 3.0 drivers. With Snow Leopard and Boot Camp 3.0 you can install Windows XP, Vista or Windows 7. With Lion and Boot Camp 4.0 you can only install Windows 7. If you install Lion with Boot Camp 3 and XP or Vista already on it it will work.

  • Pages quit unexpectedly and won't relaunch...says Mac OS X and other applications not affected

    Please help me get my Pages back up and running.  Thanks!

    It's OSX  10.5.8 
    It's iwork 'O9
    Yes, I can find it on my Application folder.
    When I try to relaunch it, it says,"Mac OS X and other applications are not affected.  Click relaunch to launch the application again.  Click Report to see more details or send a report to Apple." 
    When I click "Relaunch" it just brings up the above messege.  When I click "Report"  it shows:
    System Configuration:
    Model: 1Mac8,1, BootROM IM81.00C1.BOO, 2 processors, Intel Core 2 Duo, 2.4 GHz, 1 GB
    Graphics: kHW_ATIr600M74Item, ATI Radeon HD 2400, spdisplays_pcie_device, 128 MB
    Memory Module: global_name
    Airport: spairport_wireless_card_type_airport_extreme (0x14E4, )x8C), Broadcom BCM43xx
    1.0 (5.10.91.22)
    Bluetooth: Version 2.1.9f10, 2 service, 1 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Network Service: Airport, Airport, en1
    Serial ATA Device: Hitachi HD72502525GLA380, 232.89 GB
    Parallel ATA Device: MATSHITADVD-R   UJ-875
    USB Device:  Built-in  iSight, (null) mA
    USB Device: Keyboard Hub, (null) mA
    USB Device: Apple Optical USB Mouse, (null) mA
    USB Device: Apple Keyboard, (null) mA
    USB Device: IR Receiver, (null) mA
    USB Device: Officejet 7300 series, (null) mA
    USB Device: BRCM2046 Hub, (null) mA
    USB Device: Bluetooth USB Host Controller, (null) mA
    Problem Details:
    Process:  Pages [8469]
    Path: /Applications/iWork '09/Pages.app/Contents/MacOS/Pages
    Identifier: com.apple.iWork.Pages
    Version: ??? (???)
    Build Info: Pages-7270000~9
    Code Type: X86 (Native)
    Parent Process: launchd [7548]
    Interval Since Last Report:  228218 sec
    Crashes Since Last Report: 29
    Per-App Interval Since Last Report:  0 sec
    Per-App Crashes Since Last Report:  28
    Date/Time:  2012-03-22 21:54:48.154  -0500
    OS Version:  Mac OS X 10.5.8 (9L31a)
    Report Version:  6
    Anonymous UUID:  B46C2EC6-24E1-44F1-9B2B-76D5968C21E7
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread: 0
    Dyld Error Message:
        Library not loaded: @rpath/Inventor.framework/Versions/C/Inventor
        Referenced from:  /Library/Application Support/iWork   '09/Frameworks/
    SFCompatibility.framework/Versions/A/SFCompatibility
        Reason:  image not found
    Then it tells me to "Send to Apple"  I click it and it says, "Your report could not be submitted.  Please try again later."

  • Leopard, gcc 3.3 and other bizarre questions...

    Hi all.
    I'm currently trying to install amarok music player onto Mac OS X 10.5.2,
    I've already done so on an identical hardware configuration, under Mac OS X 10.4.x, and after a few compiling errors, and unmet dependencies, managed pretty well I thought.
    This time my problem(s) is(are) different.
    I've user what the amarok wiki ( http://amarok.kde.org/wiki/OnOSX ) describes as the "Amarok via Fink in complete" method, which is to say install fink, hit fink install amarok, and hope for the best... Having pushed through a few bits and pieces here and there, amarok is now compiled and installed.
    But I get this strange error message when launching amarok, which then subsequently and very rapidly crashes :
    [start code]
    dyld: lazy symbol binding failed: Symbol not found: dscaler_greedyh_getmethod
    Referenced from: /sw/lib/xine/plugins/1.1.10/post/xineplugposttvtime.0.0.0.so
    Expected in: dynamic lookup
    dyld: Symbol not found: dscaler_greedyh_getmethod
    Referenced from: /sw/lib/xine/plugins/1.1.10/post/xineplugposttvtime.0.0.0.so
    Expected in: dynamic lookup
    [end code]
    (I don't think the entire amarok debug output is relevant, it's just version 1.4.8 and the rest seems pretty standard to me, do please ask if you want the full gdb output though)
    After looking up the dyld errors I found this :
    http://naranja.umh.es/~atg/blog/archives/2007/01/entry_0.html
    (quite old I know, but sound and the closest I found to my error)
    which lead me to believe I should have compiled amarok, and for that matter libxine1 (which I compiled myself with the --with-external-ffmpeg flag because fink wouldn't do so...), with gcc set to version 3.3 (should I?)
    I then discovered that gcc_select didn't exist in Mac OS X 10.5, nicked it of a 10.4, removed and tweaked it until everything worked fine on the 10.5 with gcc 3.3 (I compiled a test.c with no problem), and tried again... with no luck. I couldn't get xine, nor amarok to compile.
    So my questions are these (after that lengthly introduction, bear with me please :
    -firstly (or miraculously...) does anyone recognize or understand those errors amarok is giving out?
    -secondly can someone please explain the situation with Mac OS X 10.5 and gcc versions <=4.0 'cos I'm really out of the picture here ?!
    Thanks a lot in advance for any help, and sorry for the long post, I figure it's always best for folks to have an overall picture of things...
    Kind regards,
    Mark.
    Message was edited by: Marcool

    I quote :
    Re: Mac OS X 10.5 ? gcc 3.3 ? and other strange happenings
    From: Benjamin Reed ([email protected])
    Sent: Mon 24/03/08 15:51
    To: Mark COLLINS ([email protected])
    On Mon, Mar 24, 2008 at 6:01 AM, Mark COLLINS <[email protected]> wrote:
    start code
    dyld: lazy symbol binding failed: Symbol not found:
    dscaler_greedyh_getmethod
    Referenced from:
    /sw/lib/xine/plugins/1.1.10/post/xineplugposttvtime.0.0.0.so
    Expected in: dynamic lookup
    dyld: Symbol not found: dscaler_greedyh_getmethod
    Referenced from:
    /sw/lib/xine/plugins/1.1.10/post/xineplugposttvtime.0.0.0.so
    Expected in: dynamic lookup
    end code
    I'm sorry, I can't really help with xine issues, you'll have to
    contact the xine maintainer.
    As for getting amarok 1.4.x, if you want 1.4.8, I've already got
    amarok 1.4.8 in fink unstable, your best bet is to not try to build it
    by hand, and instead get it there...
    -firstly (or miraculously...) do you recognize or understand those errors
    amarok is giving out?
    I recognize them as an issue with xine, but I don't know where the
    errors come from.
    -secondly can you explain the situation with Mac OS X 10.5 and gcc versions
    <=4.0 'cos I'm really out of the picture here ?!</div>
    gcc 3.3 does not exist on any of the intel platforms, except for
    compiling backwards-compatible powerpc code. The first apple gcc that
    supports x86 Mac OS X is gcc 4.0. You can't gcc_select it, if there
    is something that supposedly requires 3.3, it won't work on 10.4 or
    10.5, on an intel box, except building a complete powerpc application
    and running it under rosetta.
    Benjamin Reed a.k.a. Ranger Rick
    Fink, KDE, and Mac OS X development
    http://www.racoonfink.com/
    So thanks a lot Benjamin, that solves that, no way to run gcc 3.3 on Intel Mac OS X 10.5, and the errors I'm encountering are from xine.
    I guess I'll be chasing up the xine maintainer now!
    Thanks all for you help guys, and see ya' !
    Regards,
    Mark.

  • Early Mac Pro EFI and 64 bit Question

    I have an early Mac Pro 2006 and have been unable to successfully install Windows 7 64 bit due to EFI incompatibility (after installation was able to boot to safe mode but unable to otherwise boot; device manager shows that MacPro incompatible).
    My question is why Apple has not provided a firmware update for the early MacPros that includes the newer EFI version present in current generation MacPros??

    Let's see, different motherboard and you don't think that matters? the front side bus and memory operate differently, the PCI slots are configured different.
    You can't just "update" firmware to cross those bridges. And I'm sure there is even more involved between EFI32 and UEFI 2.x (EFI64).
    Vista SP1 wasn't out in 2006, and UEFI wasn't finalized and supported yet.
    Apple never provided 64-bit drivers for Windows on the 1st generation Mac Pro, and none of the iMac series has had UEFI or 64-bit endorsements.
    You figured out how to install Windows 7 from inside Vista, and probably how to get Boot Camp 64-bit. All you probably need is a small Vista or Windows 7 32-bit system partition to carry you forward.

  • Adding a RAID card to help speed up export (and other drive question) in Premiere Pro CC

    First of all, I have read Tweakers Page exporting section because that is where my primary concern is. First my questions, then background and my current and proposed configurations:
    Question 1: Will adding a hardware RAID controller, such as an LSI MegaRAID remove enough burden from the CPU managing parity on my software RAID 5 that the CPU will jump for joy and export faster?
    Question 2: If true to above, then compare thoughts on adding more smaller SSDs for either a one volume RAID 0 or smaller two volume RAID 0 to complement existing HDD RAID 5. That is, I'm thinking of buying four Samsung 850 Pro 128 GB SSDs to put in a four disk volume to handle everything (media/projects, media cache, previews, exports), or split it up into two volumes of two disks each and split the duties, or keep the four disk volume idea and put the previews & exports on my HDD RAID 5 array.
    The 850's are rated at SEQ read/write: 550/470 MB/s thus I could get around 2000/1500 MB/s read write in a four disk RAID 0 or 1/2 that if I split into two volumes to minimize volumes from reading/writing at the same time, if that really matters with these SSDs?
    The Tweaker's page made a few comments. One is splitting duties among different disks, rather than a large efficient RAID may actually slow things down. Since the SSDs are much faster than a single HDD, I'm thinking that is no longer accurate, thus I'm leaning toward the Four disk configuration putting OS & Programs on C drive, Media & Projects on D (HDD RAID 5), Pagefile & Media Cache on SSD (2-disk RAID 0) and Previews &Exports on 2nd SSD RAID 0 (or combine the two RAID 0's and their duties).
    Just trying to get a perspective here, since I haven't purchased anything yet. Any experience/stories, I would appreciate.
    My current drive configuration:
    My D drive is software RAID 5 consisting of four 1 TB Western Digital RE4 (RED) 7200 RPM HDDs with a CrystalDiskMark SEQ Read/Write of 339/252 MB/s.
    The C drive is SSD 500 GB (Samsung 840 (not Pro) and does 531/330 MB/s. My OS, Program Files and Page File are on C, and data/media files/project, etc all are on the RAID drive.
    Problem:
    Current setup allows for smooth editing, only the exporting seems slow, often taking between two and two and a half times the video length to export. Thus a 10 minute video takes 20-30 minutes to export. 15 minute video can take 30-40 minutes to export. The first 10% of the two-pass export takes under a minute (seems fast), but it gets slower where the final 10 or 20% can hang for many minutes like my system is running out of steam. So where is the waste?
    I have enabled hardware acceleration (did the GPU hack since my GPU isn't listed) and it may spike at 25% usage a few times and eat up 600 MB of VRAM (I have 2 GB of VRAM), otherwise it is idle the whole export. The CPU may spike at 50% but it doesn't seem overly busy either.
    Our timeline is simple with two video streams and two audio streams (a little music and mostly voice) with simple transitions (jump cuts or cross dissolves). We sometimes fast color correct, so that might use the GPU? Also, since we film in 1080 60P and export 1080 29.97 frames/sec, I think that is scaling and uses the GPU. I know without the GPU, it does take a lot longer. I have ruled out buying a faster GPU since it doesn't appear to be breaking a sweat. I just need to know if my system is bottlenecked at the hard drive level because I'm using software RAID and my disks are slow and will hardware RAID significantly reduce the CPU load so it can export faster.
    Our files are not huge in nature. Most our clips are several MBs each. Total project files are between 5 GBs and 10 GBs for each video with Windows Media File export being 500 MB to 1.2 GB on average. We shoot using Panasonic camcorders so the original files are AVCHD, I believe (.MTS files?).
    Considerations:
    1. I'm thinking of buying (and future proofing) an LSI Logic MegaRAID 9361-8i that is 12Gb/s SAS and SATA (because some current SSDs can exceed the 6Gb/s standard).
    2. I'm not replacing my current RAID 5 HDDs because not in my budget to upgrade to 6 or more large SSDs. These drives are more important to me for temporary storage because I remove the files once backed up. I don't mind a few inexpensive smaller SSDs if they can make a significant difference for editing and exporting.
    I can only guess my HDD RAID is slow but the CPU is burdened with parity. I would imagine running RAID 10 would not help much.
    My setup:
    my setup:
    CPU - i7-3930K CPU @4.5 GHz
    RAM - G.SKILL Ripjaws Z Series 32GB (4 x 8GB) DDR3 2133 @2000
    Motherboard - ASUS P9X79 WS LGA 2011
    GPU - Gigabyte GeForce GTX 660 OC 2GB (performed the compatibility list hack to enable hardware acceleration).
    C drive - 500 GB Samsung 840 SSD (Windows 7 Pro 64 bit and programs).
    D drive - four 1 TB WD RE4 Enterprise HDDs 7200 RPMs in software RAID 5
    Case - Cooler Master HAF X
    CPU Fan - Cooler Master Hyper 212 EVO with 120 mm fan
    Power Supply - Corsair Pro Series AX 850 Watt 80 Plus Gold
    Optical Drive - Pioneer BDR - 208DBK
    thanks in advance,
    Eric

    ........software RAID 5 off the motherboard ??????......NOT a good idea, from what I have read here on this forum from experts like Harm Millard and others. They have mentioned a LARGE overhead on the CPU doing this....causing sub-par performance. RAID 0 off the motherboard will NOT do this, however.....RAID 0 would provide optimum speed, but, with the risk of total data loss if ANY drive fails. You may wish to reconfigure your RAID to be RAID 0...BUT...you would need to DILIGENTLY back up its entire volume onto perhaps a quality 4TB drive very frequently.
         A lot depends on the nature of your current and FUTURE codecs you plan to edit. You may not want to sink a lot of money into an older setup that may have trouble with more demanding future codecs. For now, in the 1080p realm, your rig should be OK....the read/write performance on your CURRENT RAID 5 setup is not great, and a definite drag on the performance. The rest of your components appear to be fine.....the Samsung SSD, though not ideal, is OK.....it's write speed is WAY lower than the Pro model,but, the drive is used mainly for reading operations. Since you have Windows 7 Pro, and NOT Windows 8.......you CAN put the entire windows page file onto the RAID 0 you might create.....this will take that frequent read/write load OFF the SSD. Read the "tweakers Page" to see how to best TUNE your machine. To use your current setup most efficiently, without investing much money, you would :a. create the RAID 0 off the motherboard, ( putting all media and project files on it )  b. install a quality 7200rpm 4TB HDD to serve as a BACKUP of the RAID array. Then, install a Crucial M550 256GB or larger SSD, ( close in performance to Samsung 850 Pro...much cheaper), to put all previews, cache , and media cache files on....AND to use as " global performance cache" for After Effects...if you use that program. Exporting can be done to ANOTHER Crucial M550 for best speed...or, just to the either the FIRST Crucial or, the 4TB drive. Your current GPU will accelerate exports on any video containing scaling and any GPU accelerated effects. Your CPU is STILL important in SERVING the data to and from the GPU AND for decoding and encoding non-GPU handled video....your high CPU clock speed helps performance there ! You may want to check out possibly overclocking your video card, using MSI Afterburner.or, similar free program. Increasing the "memory clock speed" can RAISE performance and cut export times on GPU effects loaded timelines,or, scaling operations. On my laptop, I export 25% faster doing this. With my NEW  i7 4700 HQ laptop, I export in the range of your CURRENT machine....about 2 to 3 times the length of the original video. PROPERLY SET UP...your desktop machine should BLOW THIS AWAY !!
        Visit the PPBM7 website and test your current setup to possibly identify current bottlenecks,or, performance issues. THEN, RE-TEST it again, after making improvements to your machine to see how it does. Be aware that new codecs are coming (H.265 and HEVC,etc.) which may demand more computer horsepower to edit, as they are even MORE compressed and engineered for "streaming" high quality at a lower bandwidth on the internet. The new Haswell E...with its quad-channel memory, 8 core option, large number of PCI gen. 3 lanes, goes farther in being prepared for 4K and more. Testing by Eric Bowen has shown the newer PPro versions provide MUCH better processing of 4K than older versions.

  • How does Smartware handle backing up two drives to My Cloud...and other Smartware questions

    When you set up backup from two disk drives on one PC to My Cloud via Smartware, do they both backup simultaneously, or do I need to do one, then the other? I have a Windows 8.1 laptop with two hard drives, one is 500GB, the other 1 TB. After installing My Cloud (3TB) and Smartware, I went into Smartware and set up my backups. I selected various folders on each drive to back up, and I also set up two different folders on My Cloud to receive these files. Setup is like this: PC Drive ->                                 My Cloud FolderSeveral folders in G: drive ->    Pictures, Video folder on My CloudDesktop and User folder onmain drive                           ->     Users folder on My Cloud Every time I open my PC at home, I start Smartware, click the Backup tab and let the backup continue. I feel like I need to manually go into the Home and Backup tab for each backup plan (one per drive) and restart it. Regardless, my question is this: is Smartware able to handle these two drives on my laptop backing up onto My CLoud? Other Smartware questions:- Does my PC have to be on my home network (where My Cloud is installed) in order to run Smartware? Can I be on the internet outside of my home and run Smartware?- I run Outlook 2010. Will Smartware back up the latest Outlook file automatically as new files are created (basically, every time I run Outlook)? Much appreciated. - Paul M.

     
    Hello,
    When you set up backup from two disk drives on one PC to My Cloud via Smartware, do they both backup simultaneously, or do I need to do one, then the other?
    You will need to do one first and then the other and the last one that is selected will be done automatically.
    - Does my PC have to be on my home network (where My Cloud is installed) in order to run Smartware?
    Yes.
    Can I be on the internet outside of my home and run Smartware?
    WD Smartware does not perform remote backups. 
     

  • Posible p4n diamond heat problem and other beep question

    Hi   was using my p4n diamond for about 2h 30min and it all of a sudden just cuts out with no warning.
    im unsure if its heat related thought the constant 55C is not as good temp as i should probably have but it stays stable there.
    Also when i recently installed msi core it said i was very close to the voltages it had in the display just to hope to rule out power problems.
    i have the cases 120mm exaust fan in the back an 80mm input fan in thefront and then the cpu fan that came with my pentium d 830 .
    if its heat related should i get another 80mm fan as an exaust or an 80 mm input fan. i have one more spot on the door of the case.
    ----other beep question--
    I was also wondering about the beeps on my computer. when i first was working with this pcc i had no beeps but then when working i had one beep  before os   then two after os and usb case plugs and floppy , 3 when i put on a printer and then back to one and then no  beeps.
    are these my beeps going down related to my heat or is this mother board short lived . one beeps soposed to mean that its loading properly
    thanks
     

    regarding your question about target temperature. my board isn't exactly the same as yours, but it's close.
    you are right that you can lower the target temp and it will tend to cool the cpu because the fan runs faster at a lower temperature. the way i set up mine was to DISABLE the target temp and that gives the fan full voltage at all temps. that way, the fan rpm will bottom out at 2250rpm (instead of 1100rpm up to the target temp) or so even at lower temps.
    also keep in mind that your cpu temp in the bios disply should be a few degrees HIGHER than the temp in "idle windows".
    the intel data sheet for the pentium D 8xx series says that the max temp is 69C. so your cpu shouldnt have a problem at 55C.
    i ran a prime95 primality test for about 17 hours at 60C to test stability (while using the computer for my normal foreground tasks) and didn't have a problem. i'm NOT recommending this. but i wanted you to know that this cpu doesn't have a problem with temps in the 60C range. and that msi motherboard will stand up to rough treatment.
    also, in my humble opinion, i would NEVER run those msi windows utilities. they may be causing you a problem with stability. i use speedfan from almico to monitor temps and i have it set up to generate sound and visual warnings at certain temps. the F1 docs are good. if it were my system, i would go so far as to reinstall windows and format the C: to get rid of core center. i wouldn't even trust the uninstall unless you're good enough to surgically remove it manually.
    also make sure you turn off EIST in the bios. it wont impact your temps significantly. that nvidia nforce sli intel edition has a problem with 14x multiplier and pentiumD. and EIST bumps you down to 14x occaisionally.

  • Mac Speech Dictate and other Audio Recording Questions

    Thanks again for this great resource. I have a Macbook Pro, my first issue is I want to record audio from my stereo system, through the headphone output. I can't use the cables because I have an AV splitter, I have a DVD, Satellite, TV, all going through the splitter and to the stereo system, so I need to record stuff to my Macbook Pro from the stereo headphone output.
    How is this accomplished?
    My second question, is it possible to use Mac Speech Dictate to pull segments of audio from a radio talk show into typed text? I sometimes write transcripts of talk radio segments for a blog and it takes such a long time to pause, type, pause, etc. I am looking for the best solution to just play the audio and have the program type it out.
    Once I have the best program, how would I get the audio in, would the internal mic pick it up if I played the audio through my stereo system at a loud volume?
    Thanks for your time and any assitance you can give me.

    Hi there,
    I'm having issues understanding what you want to do with the cables from your stereo. Do you want to record the talk show from the stereo into your MBP? If so, then you can use a simple Y-adaptor (Stereo RCA -> 1/8" minijack) to connect your stereo's audio output to the MBP's line-in jack. Or, are you trying to go the opposite direction? MBP to stereo? Sorry for my confusion.
    Edit: I'm sorry, I completely misread your first post. If you want to go from the stereo's headphone jack to the line-in on the MBP, you only need a 1/8" to 1/8" male-male cable. Is that what you were looking to do?
    --Travis
    Message was edited by: Travis A. (Thanks)

  • HP C4480 to Mac adaptor/connection and other questions!

    I have a macbook, airport router and HP C4480 printer.
    2 Questions.
    First what is the cord I need to connect the printer to the computer and/or airport?
    Second, can I connect the printer wirelessly? If so, HOW?
    Thanks,
    Stefanie

    Hello Stefanie,
    You'll most likely need to purchase a USB printer cable. These can be found at most electronic & office supply stores (Best Buy, Staples, Office Depot, etc...) or online: http://www.mptools.com/usbprinter_cables.htm?gclid=CJeHZza3KECFUNb2godrGH3Ig
    http://www.amazon.com/Belkin-F3U133-10-Hi-Speed-Cable-Feet/dp/B00004Z5M1
    To connect the printer via wireless, check out:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c00710847&tmp_task=useCatego ry&lc=en&dlc=en&cc=us&product=3418705
    Hope this helps...

  • Getting new Mac for Aperture and have a question...

    I totally realize that this is a personal preference with no "wrong" way to do it. However, I would appreciate some thoughts so I can form a better idea of how I will set up an Aperture workflow that will work for me for a long time and how to configure my new iMac.
    I use the referenced library workflow and store both my masters and Aperture library on my current internal drive with both backed up to externals. I'm getting a new Mac with the SSD drive for apps and OS (and Aperture library as well). The question is, should I get the mega 2 TB internal HDD along with that SSD for all my masters (which would also include my music and home-made movies)?
    My current photo storage adds up to only 130GB right now and grows slowly. I don't even think I would double that in the next year. I realize that if I had, say, a 1.5 TB size Masters library, the the answer would be obvious that I would need to store externally because the iMac HDD isn't big enough. But that isn't my situation.
    But since I would be able to fit all my photos on an internal HDD (2TB) to use as referenced, is there a better reason to skip the internal 2TB HDD and just get hooked up with some good, high-speed external system and stick with an internal SSD to just handle the OS, music, and apps? In other words, all my media (photos and movies) would always be stored AND edited from an external drive (I will actually edit on the SSD and then move the referenced files to the external). This means that from now on all new Macs I ever get will only need a moderate sized SSD for OS and apps. I would basicallt forever keep all things media on externals.
    I hope this makes sense. Thanks for any help with this.

    jbshanks wrote:
    One other thing... the only way for me to get a 1GB VRAM now is to buy the top-of-the-line iMac. That's the issue.
    I've seen that also. That's why I added the "If you can wait.." statement.
    If you need to purchase before say late October, then the specs you list for the 21" iMac are quite good and the possibility of developers designing GPU threads that require caching in the VRAM may or may not need amounts beyond 512 MB. The fact that Apple offers an upgrade to the 2 GB VRAM video adapter on their high-end machine tells me that they know that the Pro Apps will be able to take advantage of that amount (not that it is necessary for the enthusiast looking to have a good Aperture experience).
    SierraDragon has much more experience than I with Aperture, so he may be able to shed some light on this one.
    For my part, I run a 17" MacBook Pro (late 2011) which has the 2.5 Ghz i7, 8 GB Apple provided RAM, and the AMD 6770 with 1 GB VRAM. I installed an OWC 480 GB SSD and I am connected to the Apple Thunderbolt Display (because this machine only offers a Thunderbolt port to connect video signals with). Aperture runs fine on my machine (although for some reason cropping takes a couple of seconds now, where it was immediate before the AP 3.3 update). I run Photoshop CS6 and Illustrator CS6 without any issues on this machine, so it is definitely capable of running in a professional environment.
    Since your specs call-out a 2.8 Ghz i7, 16+ GB RAM and an SSD, I personally would not hesitate to purchase that machine if you need to purchase soon. I just mentioned the 1 GB VRAM due to your wanting to be able to handle 4+ years of updates to the OS and software. That doesn't mean the 512 GB VRAM won't work great, just that the 1 GB VRAM would be additional insurance (sort of like Apple Care).

  • "About This Mac" Storage Screen and Time Machine Question

    Hello,
    I've been poking around in Lion a bit, and noticed something odd...
    When you go to About This Mac >> More info >> Storage, my external hard drive that only has my Time Machine backup on it is displayed entirely as "other" in the file-type breakdown. Thusly, all utilized space is shown as yellow, as opposed to the purple that would designate it as "backup" information.
    Is there something wrong with my Time Machine backup, or are other people experiencing this as well? It just seems strange that the results of the built-in backup application are not recognized as a backup by Lion.
    Thoughts?
    Thanks,
    -Kevin

    spartykjc wrote:
    Hello,
    When you go to About This Mac >> More info >> Storage, my external hard drive that only has my Time Machine backup on it is displayed entirely as "other" in the file-type breakdown.
    Yes.  The purple Backups refers to (some of ) the storage used for Local snapshots (on laptops, see #30 in Time Machine - Frequently Asked Questions), and, apparently, Versions.
    There are many other misleading and inaccurate things there, too.   

  • White balance presets and other random questions

    Hi,
    I'm new to aperture and I had a few questions:
    1) Is there a white balance preset, i.e. daylight, shade etc, or do you manually have to dial these numbers in each time?
    2) Is there another color meter aside from the loupe? Something that I can leave on the same spot in the image while I'm trying to correct color?
    3) I have roughly 5000 nef images on a second hard drive on my G5, is there a way to keep the library external (like Lightroom), or do I have to reimport all of these images in to aperture's library?
    4) Where does the image library like to live – where will it be fastest? Should it be on the startup drive, or is there a speed advantage to putting it on a secondary drive (like photoshop)?
    Cheers,
    G5 Dual 2.0g   Mac OS X (10.4.3)   macbook pro 2.0g

    Hi Ned(bot?),
    1) Unfortunately, no. You have to dial these in each time. If you dial it in for one image you can lift and stamp to others, but it's a bit hit or miss.
    2) The color meter is always active -- check near the histogram, it shows the RGB and L values for each pixel... this has been since 1.1.
    3) You must import the images into Aperture's library. Note Aperture can have multiple libraries... the only thing is to switch between them you need to make a preference change and re-launch Aperture. For the photos to be accessible from other applications, while inside Aperture's library, you can either make a smart folder which exposes them from the Finder, or you can use a tool like iView Media Pro which can peer inside Aperture's library (which is really just a folder).
    4) On a desktop machine, the library will be fastest on the internal drive. On a laptop -- it depends... A Firewire 800 connection to a 7200 RPM disk will be faster than an internal 4200 or 5400 RPM drive... a Firewire 400 connection may be slower. Does your MBP have a 5400 or 7200 RPM internal drive? The latter is better, but the difference won't be colossal.

  • How can I transfer "notes" from one icloud account to another, and other account questions

    Hey,
    I currently have 2 icloud accounts. (In total I have 4 seperate apple ids somehow, 1 @me.com, 1 @icloud.com, 1 @gmail.com, and 1 apple id. But that's a problem I'll talk about later).
    Right now, all of my notes got deleted from my iphone, but they are on the icloud account A: (@me.com account's icloud.) When I reconnect this account to my iphone, the notes are there. However, when I turn off note syncing in my iphone's icloud settings, I'm not prompted to "keep data on iphone" (like I am prompted with contacts). Instead, they are just deleted from the iphone. So there's no way to connect the icloud account A, download the data, and reconnect icloud account B.
    How can I get these notes from icloud account A to icloud account B (or just getting it from icloud account A to my iphone.)
    And while I'm at it, how can I get the @icloud account that was linked with the @me.com account to get linked to the @gmail.com account.
    Sorry if this is confusing.

    Let me rephrase my comment...  I used Windows to sync my data without icloud, we decided to switch to mac and purchased a $2000 osx driven machine only to find out apple has "secretly" disabled mobile sync services and replaced it with icloud syncing.  There was NO documentation stating this fact before my purchase, it was only realized when users started running into syncing issues that apple disclosed mavericks no longers uses mobile syncing services and "requires you to use icloud to sync device information" on this forum.
    They removed a integral part of my privacy without telling me, or warning me, before i spent money on non-refundable merchandice.
    These are not mindless, I was forced into mavericks when i purchased a new mac... All other versions of OSX provide modile syncing services.
    And I was not threatening lawsuit, i was stating a thought that this leavs apple open to a lawsuit for people who want their data kept private, they are FORCING the use of icloud now.

  • How does the Java card simulator work? and other misc questions

    First, I have a class inherited from Applet. Okay, I did that.
    How do I convert this class to a CAP file? I mean I have a class file which is compiled by javac, do I use this file to convert into a CAP file? What is an AID? Do I make up this AID?
    In this .scr file (APDU Script), I understand the first 4 bytes, it means to create an Applet, but what about the rest? I know there are some intermixes of lengths and AIDs, I just can't decipher this.
    // create wallet applet
    0x80 0xB8 0x00 0x00 0x14 0x0a 0xa0 0x0 0x0 0x0 0x62 0x3 0x1 0xc 0x6 0x1 0x08 0 0 0x05 0x01 0x02 0x03 0x04 0x05 0x7F;
    And here comes the main question?
    How does the simulator work? How do I generate the data that mimics what the card reader reads?
    Thanks
    Jack

    At first blush,
    I have these when executing the RMIPurse sample according to the user guide
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported type long of field interfaceHash.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported bytecode anewarray in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported bytecode new in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported bytecode invokespecial in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported parameter type String of invoked method <init>(java.lang.String) of class java.rmi.server.Operation.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported bytecode aastore in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported bytecode new in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported bytecode invokespecial in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported parameter type String of invoked method <init>(java.lang.String) of class java.rmi.server.Operation.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported bytecode aastore in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported bytecode new in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported bytecode invokespecial in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported parameter type String of invoked method <init>(java.lang.String) of class java.rmi.server.Operation.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported bytecode aastore in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported bytecode new in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported bytecode invokespecial in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported parameter type String of invoked method <init>(java.lang.String) of class java.rmi.server.Operation.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported bytecode aastore in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported bytecode new in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported bytecode invokespecial in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported parameter type String of invoked method <init>(java.lang.String) of class java.rmi.server.Operation.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported bytecode aastore in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported parameter type long of method dispatch.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported long type constant.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported long type constant.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported long type constant.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported long type constant.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported long type constant.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported String type constant.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported parameter type String of invoked method <init>(java.lang.String) of class java.rmi.UnmarshalException.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported long type constant.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported String type constant.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported parameter type String of invoked method <init>(java.lang.String) of class java.rmi.server.SkeletonMismatchException.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported String type constant.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported parameter type String of invoked method <init>(java.lang.String, java.lang.Exception) of class java.rmi.UnmarshalException.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported String type constant.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported parameter type String of invoked method <init>(java.lang.String, java.lang.Exception) of class java.rmi.MarshalException.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported String type constant.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported parameter type String of invoked method <init>(java.lang.String, java.lang.Exception) of class java.rmi.UnmarshalException.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported String type constant.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported parameter type String of invoked method <init>(java.lang.String, java.lang.Exception) of class java.rmi.MarshalException.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported String type constant.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported parameter type String of invoked method <init>(java.lang.String, java.lang.Exception) of class java.rmi.MarshalException.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported String type constant.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported parameter type String of invoked method <init>(java.lang.String, java.lang.Exception) of class java.rmi.MarshalException.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported String type constant.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported parameter type String of invoked method <init>(java.lang.String, java.lang.Exception) of class java.rmi.UnmarshalException.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported String type constant.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported parameter type String of invoked method <init>(java.lang.String, java.lang.Exception) of class java.rmi.UnmarshalException.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported String type constant.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported parameter type String of invoked method <init>(java.lang.String, java.lang.Exception) of class java.rmi.MarshalException.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported String type constant.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Skel: unsupported parameter type String of invoked method <init>(java.lang.String) of class java.rmi.UnmarshalException.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported type long of field interfaceHash.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported type long of field serialVersionUID.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode anewarray in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode new in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode invokespecial in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type String of invoked method <init>(java.lang.String) of class java.rmi.server.Operation.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode aastore in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode new in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode invokespecial in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type String of invoked method <init>(java.lang.String) of class java.rmi.server.Operation.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode aastore in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode new in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode invokespecial in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type String of invoked method <init>(java.lang.String) of class java.rmi.server.Operation.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode aastore in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode new in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode invokespecial in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type String of invoked method <init>(java.lang.String) of class java.rmi.server.Operation.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode aastore in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode new in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode invokespecial in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type String of invoked method <init>(java.lang.String) of class java.rmi.server.Operation.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode aastore in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unhandled bytecode ifnull in clinit method, try a different compiler.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unhandled bytecode goto in clinit method, try a different compiler.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode invokestatic in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type String of invoked method class$(java.lang.String) of class com.sun.jcclassic.samples.rmi.PurseImpl_Stub.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode anewarray in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unhandled bytecode ifnull in clinit method, try a different compiler.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unhandled bytecode goto in clinit method, try a different compiler.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode invokestatic in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type String of invoked method class$(java.lang.String) of class com.sun.jcclassic.samples.rmi.PurseImpl_Stub.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode aastore in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unhandled bytecode ifnull in clinit method, try a different compiler.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unhandled bytecode goto in clinit method, try a different compiler.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode invokestatic in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type String of invoked method class$(java.lang.String) of class com.sun.jcclassic.samples.rmi.PurseImpl_Stub.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode aastore in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unhandled bytecode ifnull in clinit method, try a different compiler.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unhandled bytecode goto in clinit method, try a different compiler.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode invokestatic in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type String of invoked method class$(java.lang.String) of class com.sun.jcclassic.samples.rmi.PurseImpl_Stub.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode aastore in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode aastore in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode invokevirtual in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type String of invoked method getMethod(java.lang.String, java.lang.Class[]) of class java.lang.Class.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unhandled bytecode pop in clinit method, try a different compiler.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unhandled bytecode ifnull in clinit method, try a different compiler.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unhandled bytecode goto in clinit method, try a different compiler.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode invokestatic in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type String of invoked method class$(java.lang.String) of class com.sun.jcclassic.samples.rmi.PurseImpl_Stub.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode anewarray in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode aastore in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode invokevirtual in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type String of invoked method getMethod(java.lang.String, java.lang.Class[]) of class java.lang.Class.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unhandled bytecode ifnull in clinit method, try a different compiler.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unhandled bytecode goto in clinit method, try a different compiler.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode invokestatic in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type String of invoked method class$(java.lang.String) of class com.sun.jcclassic.samples.rmi.PurseImpl_Stub.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode anewarray in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode aastore in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode invokevirtual in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type String of invoked method getMethod(java.lang.String, java.lang.Class[]) of class java.lang.Class.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unhandled bytecode ifnull in clinit method, try a different compiler.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unhandled bytecode goto in clinit method, try a different compiler.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode invokestatic in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type String of invoked method class$(java.lang.String) of class com.sun.jcclassic.samples.rmi.PurseImpl_Stub.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode anewarray in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode invokevirtual in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type String of invoked method getMethod(java.lang.String, java.lang.Class[]) of class java.lang.Class.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unhandled bytecode ifnull in clinit method, try a different compiler.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unhandled bytecode goto in clinit method, try a different compiler.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode invokestatic in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type String of invoked method class$(java.lang.String) of class com.sun.jcclassic.samples.rmi.PurseImpl_Stub.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode anewarray in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode invokevirtual in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type String of invoked method getMethod(java.lang.String, java.lang.Class[]) of class java.lang.Class.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unhandled bytecode ifnull in clinit method, try a different compiler.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unhandled bytecode goto in clinit method, try a different compiler.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode invokestatic in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type String of invoked method class$(java.lang.String) of class com.sun.jcclassic.samples.rmi.PurseImpl_Stub.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode anewarray in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unhandled bytecode ifnull in clinit method, try a different compiler.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unhandled bytecode goto in clinit method, try a different compiler.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode invokestatic in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type String of invoked method class$(java.lang.String) of class com.sun.jcclassic.samples.rmi.PurseImpl_Stub.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode aastore in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported bytecode invokevirtual in clinit method.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type String of invoked method getMethod(java.lang.String, java.lang.Class[]) of class java.lang.Class.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unhandled bytecode goto in clinit method, try a different compiler.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unhandled bytecode pop in clinit method, try a different compiler.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type String of method class$.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type String of invoked method forName(java.lang.String) of class java.lang.Class.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported return type String of invoked method getMessage() of class java.lang.Throwable.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type String of invoked method <init>(java.lang.String) of class java.lang.NoClassDefFoundError.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported long type constant.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type long of invoked method invoke(java.rmi.Remote, java.lang.reflect.Method, java.lang.Object[], long) of class java.rmi.server.RemoteRef.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported long type constant.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type long of invoked method newCall(java.rmi.server.RemoteObject, java.rmi.server.Operation[], int, long) of class java.rmi.server.RemoteRef.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported String type constant.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type String of invoked method <init>(java.lang.String, java.lang.Exception) of class java.rmi.MarshalException.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported String type constant.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type String of invoked method <init>(java.lang.String, java.lang.Exception) of class java.rmi.UnexpectedException.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported long type constant.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type long of invoked method invoke(java.rmi.Remote, java.lang.reflect.Method, java.lang.Object[], long) of class java.rmi.server.RemoteRef.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported long type constant.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type long of invoked method newCall(java.rmi.server.RemoteObject, java.rmi.server.Operation[], int, long) of class java.rmi.server.RemoteRef.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported String type constant.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type String of invoked method <init>(java.lang.String, java.lang.Exception) of class java.rmi.MarshalException.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported String type constant.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type String of invoked method <init>(java.lang.String, java.lang.Exception) of class java.rmi.UnexpectedException.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported long type constant.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type long of invoked method invoke(java.rmi.Remote, java.lang.reflect.Method, java.lang.Object[], long) of class java.rmi.server.RemoteRef.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported long type constant.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type long of invoked method newCall(java.rmi.server.RemoteObject, java.rmi.server.Operation[], int, long) of class java.rmi.server.RemoteRef.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported String type constant.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type String of invoked method <init>(java.lang.String, java.lang.Exception) of class java.rmi.UnmarshalException.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported String type constant.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type String of invoked method <init>(java.lang.String, java.lang.Exception) of class java.rmi.UnmarshalException.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported String type constant.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type String of invoked method <init>(java.lang.String, java.lang.Exception) of class java.rmi.UnexpectedException.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported long type constant.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type long of invoked method invoke(java.rmi.Remote, java.lang.reflect.Method, java.lang.Object[], long) of class java.rmi.server.RemoteRef.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported long type constant.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type long of invoked method newCall(java.rmi.server.RemoteObject, java.rmi.server.Operation[], int, long) of class java.rmi.server.RemoteRef.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported String type constant.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type String of invoked method <init>(java.lang.String, java.lang.Exception) of class java.rmi.UnmarshalException.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported String type constant.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type String of invoked method <init>(java.lang.String, java.lang.Exception) of class java.rmi.UnexpectedException.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported long type constant.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type long of invoked method invoke(java.rmi.Remote, java.lang.reflect.Method, java.lang.Object[], long) of class java.rmi.server.RemoteRef.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported long type constant.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type long of invoked method newCall(java.rmi.server.RemoteObject, java.rmi.server.Operation[], int, long) of class java.rmi.server.RemoteRef.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported String type constant.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type String of invoked method <init>(java.lang.String, java.lang.Exception) of class java.rmi.MarshalException.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported String type constant.
      [convert] error: com.sun.jcclassic.samples.rmi.PurseImpl_Stub: unsupported parameter type String of invoked method <init>(java.lang.String, java.lang.Exception) of class java.rmi.UnexpectedException.At the first command prompt, I typed cref -o demoee
    and at the next command prompt, I typed ant all, and I got those error messages.
    Thanks, you are so nice to help :)
    Jack

  • How do I add a Handwritten Signature to my form? And other Form Questions

    Hi there,
    I'm making a form for parents who's kids are going to drive a motorcycle for the first time.
    Now I want to use my laptop with touchscreen for people to fill it in.
    the normal boxes (name, adres etc) with keyboard.
    But the important part is the SIGNATURE which has to be handwritten.
    It's for insurance and legal autorisation from the parents that the kid is allowed to drive and they know the risks and rules.
    How do I add a box in which parents can sign.
    Or is there another solution to make it legal?
    Another question now I might have someones attention:
    After a parent is done filling the form and presses OK or DONE
    Is there a way a parent can choose to use a new blank form or the same form again without date of birth/name/sex
    so he/she can fill the forms faster for the rest of the kids?
    OR
    Is it possible to let a parents say I have 4 kids (with a choice menu)
    and the parent wil get 4 name/age/sex openings and the rest of the form will stay the same?
    And
    Is it possible to export the whole bunch into a excel for easy usage
    Thanks in advance
    and all tips are welcome!
    Love
    Kim

    Just to share some info for this:
    I used to do this sort of thing quite a bit.  What I used was a scanner to scan my hand written signature to an image file.  I would then paste the image file, which supported transparency, over the signature line.  More recently, I used Photoshop to draw a signature saving in a transparent image file.
    Just to warn you though:  you are asking for legal advice, and you are not going to get that here.  I would consult with an attorney to find out exactly what is legal.

Maybe you are looking for

  • PDF does not open in safari

    I have a problem since a few days: pdf files do not open anymore in safari.Thank you for your help. Claude

  • Can anyone help me in DefaultTreeModel insertNodeInto(.. meth.

    hi, I am adding items or nodes to my DefaultTreeModel. And I have a probelm I am trying to build a tree structure by clicking on an item and adding it under the previous one. That is if I add one item and then add another item then the first item is

  • Button overlays on motion menus question

    I've made up a motion menu in which the buttons move from off-screen and into position. However, before they get there the button overlay is already highlighted. I've seen menus like this where the button overlay only appears when the buttons come in

  • C4C integration with ECC 5.0

    Guru, My company is looking for implementing cloud for customer, but our backend system is running on ECC 5.0. SAP had strongly recommended us to upgrade our ECC before implementing C4C project. Through some reading, it seems that integration prerequ

  • Sum of 2 aggregated rows

    Hi, I have the following data as a result of my SQL. I have used GROUP BY CUBE Category Status Count A S 5 A F 10 A R 5 A Tot 20 B S 15 B F 10 B R 5 B Tot 30 I need to get the new row ST which is Sum of S and F status records for each Category. For E