Reading Applet variable to javascript but getting some [native code] error?

Hello All,
I am trying to get the value of an applet variable into a javascript variable.
The variable in applet is: Public String list;
I am accepting it in javascript as: var val = document.content.list; where content is the applet name or ID
When I do: alert(val); , I get an alert box with "Hi" on it. Which is as expected.
However when I try to do: alert(val.length); , i get an alert box with "function length { [native code] }" in it.
I have seen such a thing for the first time in my life, I am quite new to the world of coding.
Can anyone tell me how can I solve this problem, because further I need to pass this javascript variable val to a server side script using Xmlhttp method.
Presently when I am passing the variable, it doesn't get saved on the server which I intend to do after passing the variable.
Any Suggestions??

mailsforabhinav wrote:
However when I try to do: alert(val.length); , i get an alert box with "function length { [native code] }" in it.That's because the returned String is still a Java string so you have to use val.length() to get the length!
If really want to convert the Java string to Javascript String then do
var val = document.content.list + "";
alert(val.length);Bye.

Similar Messages

  • I am trying to update my software through the app store but for some reason an error occurs and will not allow me to do so

    I am trying to update my software through the app store but for some reason an error occurs and will not allow me to do so. And when i go online to log into my apple id account it states that there is an error. Can someone help me solve this issue, its annoying me?

    Apple’s having trouble with the iTunes Store servers right now. Wait for them to resolve the issue.
    (123935)

  • Trying to install Photoshop CC but get following message, download error. press retry to try again or contact customer support.(49)

    Trying to install Photoshop CC but get following message, download error. press retry to try again or contact customer support.(49)

    disable running antivirus/firewall programs.

  • Trying to sync my macs but getting this... error connecting to the server

    trying to sync my macs but get this .....error connecting to the server,check server name or ip address ?????

    Same problem . . . any resolutions out there?

  • Digitizing 23.976 footage, but getting some 29.97 clips

    Hi everyone,
    I'm currently digitizing about 20 hours of footage shot on a Panasonic DVX100 at 23.976 fps.
    I set my capture to remove the Advanced Pulldown, and things are working OK (the normal TC breaks, etc.).
    I've had two clips that came into my system at 29.97 fps, without me changing any settings (all other clips on the 2 tapes in question came in at 23.976). Does this mean that for those 2 clips the footage actually was recorded at 29.97 fps? Is there any way to tell? Or is there another kind of problem that can cause FCP to "miss" the pulldown?
    Thanks in advance!
    1.8 GHz Power Mac G5 * 150 GB startup drive * 1.5 GB DDR SDRAM   Mac OS X (10.4.4)   FCP 5.0.4 * 400 GB internal ATA * nVIDIA GeForce FX 5200

    No - don't do that. The cadence in 24PA is different (and visually glitchy). It is designed for easy removal of the 3:2 pulldown frames. Once you've shot 24PA, you should remove the pulldown and edit at 24. You would have had to SHOOT at 24P to edit at 29.97
    google reveals these Pulldown explanation pages:
    http://www.adamwilt.com/24p/#24pRecording
    http://home.aol.com/ajaynejr/pulldown.htm
    http://en.wikipedia.org/wiki/24p
    http://www.zerocut.com/tech/pulldown.html
    http://www.denecke.com/24pinfo.htm
    here's a visual representation of 24P with pulldown added to be recorded on a 29.97 tape (this is how all feature films are broadcast on NTSC)
    Here is 24PA:
    You can see from these that while 24PA is not as visually properly spaced, it is easier to drop a frame on a regular basis rather than re-assembling a frame from fields in different frames that 24P requires.
    SO. If your goal is simply a film look, shoot 24P and edit in normal 29.97 NTSC. If your goal is to go back to film (or MAYBE DVD), that is a reason to shoot 24PA and edit in 24 fps (23.976 for you purists).
    Patrick

  • Trying to save file, but get one of two errors 50% of the time

    Here's a breakdown of my issue.
    I'm a 3d artist working on some texture files for my models. I'm constantly saving the file to make quick changes and fixes, doing so quite rapidly. So much so I now have actions recorded to cut down on having to go to the directory to save over the older file. Now for the issue. I'll try saving over the file, but then I'll either be giving an error message saying "Could not save a copy as ________ because the file name was not valid" or "Could not save a copy as _________ because the file is locked, you do not have necessary access permissions, or another program is using the file. Use the Properties command in the Windows Explorer to unlock the file".
    This is my personal pc so I do have the permissions enabled. If I open up the directory where the file is saved after I get these errors the file is then gone. These errors go away if I wait about 6 seconds in between getting the error to save then it has a better chance of working. That's not all of the time though. Sometimes I have to go in and just save manually, which is a real pain when I have actions recorded. It's almost like the relay between Photoshop and my directory isn't fast enough or something's just internally wrong. I've been dealing with this for a year. 11 months and 29 days too long. Help please!!!

    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    A screen shot of your settings or of the image could be very helpful too,
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Using cferror and appErrorHandler.cfm but only some types of errors caught in this way

    hi there
    i dont want users to ever see the default error message
    i have put <cferror type="request" exception="any"
    template="/errorDocs/appErrorHandler.cfm" /> in application.cfm
    and appErrorHandler.cfm is a nice simple page which i am
    99.99% sure can not ever have any errors in it.
    alas sometimes users get my error page, other times they get
    the default cf one
    i have carried out some testing and found that if i create an
    error such as
    <cfif myvars.this_var_doesnt_exist eq
    1>hello</cfif> [ie referencing a non-existant variable]
    ------- this would result in the user getting my error page as
    desired
    however this error:
    <cfif myvars.this_var_doesnt_exist eq 1>hello [ie not
    closing a <cfif> statement with a </cfif> tag] -------
    then this still results in the default cf error page being shown
    i have also tried to cover all bases by putting this in
    application.cfm
    <cferror type="validation" exception="any"
    template="/errorDocs/appErrorHandler.cfm" />
    <cferror type="request" exception="any"
    template="/errorDocs/appErrorHandler.cfm" />
    <cferror type="exception" exception="any"
    template="/errorDocs/appErrorHandler.cfm" />
    but it still dont work
    any thoughts anyone?
    TIA
    Nick

    hi there
    i dont want users to ever see the default error message
    i have put <cferror type="request" exception="any"
    template="/errorDocs/appErrorHandler.cfm" /> in application.cfm
    and appErrorHandler.cfm is a nice simple page which i am
    99.99% sure can not ever have any errors in it.
    alas sometimes users get my error page, other times they get
    the default cf one
    i have carried out some testing and found that if i create an
    error such as
    <cfif myvars.this_var_doesnt_exist eq
    1>hello</cfif> [ie referencing a non-existant variable]
    ------- this would result in the user getting my error page as
    desired
    however this error:
    <cfif myvars.this_var_doesnt_exist eq 1>hello [ie not
    closing a <cfif> statement with a </cfif> tag] -------
    then this still results in the default cf error page being shown
    i have also tried to cover all bases by putting this in
    application.cfm
    <cferror type="validation" exception="any"
    template="/errorDocs/appErrorHandler.cfm" />
    <cferror type="request" exception="any"
    template="/errorDocs/appErrorHandler.cfm" />
    <cferror type="exception" exception="any"
    template="/errorDocs/appErrorHandler.cfm" />
    but it still dont work
    any thoughts anyone?
    TIA
    Nick

  • Safari - attempting to upgrade but getting bill of material error

    please help. i am attempting to upgrade my safari to the latest release. i have been receiving error message stating i don't have the Bill of Materials. I reloaded all the software that came with the laptop yesterday and still having the same issues. (i have been experiencing 'quirks' with the software - such as the back button does not always work. some websites will not allow me to post etc). i own a iBookG4 with mac 0sx 10.3.9 and it has 768 Ghz. not sure if i am doing something wrong. this is my first apple (use a Dell for work) and learning as i go. I also attempted to load Firefox which appears in my tool bar but will not launch.
    Feeling helpless.

    You're running 10.3.9, for which Safari 1.3.2 is the last version that will run on it; if you're attempting to install a higher version, you didn't read the system requirements and you're wasting your time. You have two choices:
    1. Upgrade to Mac OS X 10.4 while it's still available, for approx $129. Apple no longer sells this, but then you can update it to 10.4.11 and install Safari 3.x.
    2. Download and install Camino, which will run on 10.3.9.
    Get rid of your downloads of Safari 3.x and Firefox 3; they both require at least Mac OS X 10.4.11. This was clearly stated on the web pages for both in the system requirements, so always be sure to read them carefully before downloading something.
    Mulder

  • Not a tabular form, but getting row version identifier error.

    APEX 4.1.0, Oracle 10g
    Error is: Current version of data in database has changed since user initiated update process. current row version identifier = "47FAF7A2C1A5E49E0CF90D1320CCFC50" application row version identifier = "0"
    I've seen this error in the forums for tabular forms, but my form is just a normal apex page with a standard fetch and a standard insert/update/delete process. It isn't a tabular form or a master/detail, just a simple form. There is not another person using the data. This happens on an update or delete and on several different pages for several different tables!
    I've tried using debug, and from debug, I see that the error comes right after this:
    ...Execute Statement: begin begin select "NARR_ID","TEXT","PRJ_PROJ_ID","NARR_TYPE_PROJ"
    into wwv_flow.g_column_values(1),wwv_flow.g_column_values(2),wwv_flow.g_column_values(3),wwv_flow.g_column_values(4)
    from "BASIS"."NARRATIVES" where "NARR_ID" = :p_rowid for update ; end; end;
    I more or less understand what the error is intended for. APEX produces a checksum of the table row values at some earlier point (maybe at the fetch?) and then produces another checksum of the table row values just before the update or delete. APEX then compares the two checksums.
    Based on the error message, one of the checksums is "0". I'm not sure if the "application row version identifier" is the first checksum or the second checksum, but either way it shouldn't be zero. Right? So, why would this checksum be zero?
    Edited by: JackieW on Apr 29, 2013 8:42 AM

    I upgraded to JDev 3.2 and rewrote my code to extend the new
    version of EditCurrentRecord. Now when I deploy to 9ias I get a new error:
    Error Message: java.lang.NullPointerException: I'm following the online help
    to deploy but I must be missing something cause it works in JDev. Any
    suggestions?

  • Trying to download banking information but get ol-221-b error

    I am trying to export my checking account information from my bank but an unable to. i get an error message that reads ol-221-b. The bank just redid its website and i was able to download before.

    Downloadable installation files available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4, CS4 Web Standard | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7 win | 8 mac | 7 mac
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7 win | 8 mac | 7 mac
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5.5, 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • Cannot read Java array in javascript. Please see my code

    Here is the script
    <webuijsf:script binding="#{temp.script2}" id="script2">
    foo()
    var picture = <%=getApplicationBean1().getPictureDirName()[1].toString()%>;
    </webuijsf:script>
    <webuijsf:body binding="#{temp.body1}" id="body1" onLoad="foo();" style="-rave-layout: grid">
    Error Message
    The content of the form must consist of well-formed character data or markup.
    Can anyone tell me what is the problem
    I would be very greatfull if anyone could help me read a java var or array in a javascript

    http://forum.java.sun.com/thread.jspa?threadID=5143339&messageID=9529903#9529903
    http://forum.java.sun.com/thread.jspa?threadID=5143428&messageID=9530475#9530475
    http://forum.java.sun.com/thread.jspa?threadID=5143443&messageID=9530587#9530587
    http://forum.java.sun.com/thread.jspa?threadID=5143467&messageID=9530764#9530764
    Why are you spamming 4 threads about the same problem? Use one thread and gently use the edit button if you want to add some new information. With 4 separate threads we are missing the overview.

  • NO SSD Hardware but getting Event ID: 257 Error 0x80070057 on new Upgrade to Windows 8.1 Pro

    Hi Folks
    I am getting this error after upgrading to W 8.1 Pro from W 8.0 on TWO different partitions on a 2 TB HDD that has THREE partitions. The third one, I just reimaged it for a W 8.1 Pro Lab, OPTIMIZED OKAY. My other 1 TB HDD drive with 2 partition optimized fine.
    At the present time, the only Flash Drives I have are Thumb Drives (Jump Drives) which are NOT "check off" for optimization.
    I DO NOT have any SSD's!!!
    Thank You for your attention to this issue,
    Crysta
    PhotM Phantom of the Mobile

    Hi Alex,
    I have done the 3 partitions on the 2 TB HDD.  Drive F appears to have had  no problems in either Analysis or Defrag AND did not have any problems in the GUI run neither!!!
    PS C:\Windows\system32> Optimize-Volume -DriveLetter f -analyze -Defrag –Verbose
    VERBOSE: Invoking defragmentation on W 8.1 Pro F (F:)...
    VERBOSE: Analysis: 0% complete...
    VERBOSE: Analysis: 6% complete...
    VERBOSE: Analysis: 7% complete...
    VERBOSE: Analysis: 8% complete...
    VERBOSE: Analysis: 10% complete...
    VERBOSE: Analysis: 11% complete...
    VERBOSE: Analysis: 12% complete...
    VERBOSE: Analysis: 13% complete...
    VERBOSE: Analysis: 14% complete...
    VERBOSE: Analysis: 15% complete...
    VERBOSE: Analysis: 17% complete...
    VERBOSE: Analysis: 18% complete...
    VERBOSE: Analysis: 19% complete...
    VERBOSE: Analysis: 20% complete...
    VERBOSE: Analysis: 21% complete...
    VERBOSE: Analysis: 22% complete...
    VERBOSE: Analysis: 23% complete...
    VERBOSE: Analysis: 24% complete...
    VERBOSE: Analysis: 25% complete...
    VERBOSE: Analysis: 26% complete...
    VERBOSE: Analysis: 27% complete...
    VERBOSE: Analysis: 28% complete...
    VERBOSE: Analysis: 29% complete...
    VERBOSE: Analysis: 30% complete...
    VERBOSE: Analysis: 32% complete...
    VERBOSE: Analysis: 33% complete...
    VERBOSE: Analysis: 34% complete...
    VERBOSE: Analysis: 38% complete...
    VERBOSE: Analysis: 39% complete...
    VERBOSE: Analysis: 76% complete...
    VERBOSE: Analysis: 78% complete...
    VERBOSE: Analysis: 79% complete...
    VERBOSE: Analysis: 80% complete...
    VERBOSE: Analysis: 100% complete.
    VERBOSE:
    Pre-Optimization Report:
    VERBOSE:
    Volume Information:
    VERBOSE: Volume size = 250.00 GB
    VERBOSE: Cluster size = 4 KB
    VERBOSE: Used space = 67.67 GB
    VERBOSE: Free space = 182.33 GB
    VERBOSE:
    Fragmentation:
    VERBOSE: Total fragmented space = 0%
    VERBOSE: Average fragments per file = 1.00
    VERBOSE: Movable files and folders = 260787
    VERBOSE: Unmovable files and folders = 4
    VERBOSE:
    Files:
    VERBOSE: Fragmented files = 1
    VERBOSE: Total file fragments = 2
    VERBOSE:
    Folders:
    VERBOSE: Total folders = 7290
    VERBOSE: Fragmented folders = 0
    VERBOSE: Total folder fragments = 0
    VERBOSE:
    Free space:
    VERBOSE: Free space count = 1222
    VERBOSE: Average free space size = 152.62 MB
    VERBOSE: Largest free space size = 38.27 GB
    VERBOSE:
    Master File Table (MFT):
    VERBOSE: MFT size = 1.23 GB
    VERBOSE: MFT record count = 1295615
    VERBOSE: MFT usage = 100%
    VERBOSE: Total MFT fragments = 3
    VERBOSE: Note: File fragments larger than 64MB are not included in the fragmentation statistics.
    VERBOSE: Performing pass 1:
    VERBOSE: Free Space Consolidation: 0% complete...
    VERBOSE: Free Space Consolidation: 1% complete...
    VERBOSE: Free Space Consolidation: 8% complete...
    VERBOSE: Free Space Consolidation: 16% complete...
    VERBOSE: Free Space Consolidation: 26% complete...
    VERBOSE: Free Space Consolidation: 36% complete...
    VERBOSE: Free Space Consolidation: 46% complete...
    VERBOSE: Free Space Consolidation: 56% complete...
    VERBOSE: Free Space Consolidation: 65% complete...
    VERBOSE: Free Space Consolidation: 75% complete...
    VERBOSE: Free Space Consolidation: 85% complete...
    VERBOSE: Free Space Consolidation: 95% complete...
    VERBOSE: Free Space Consolidation: 100% complete.
    VERBOSE: Performing pass 2:
    VERBOSE: Free Space Consolidation: 0% complete...
    VERBOSE: Free Space Consolidation: 1% complete...
    VERBOSE: Free Space Consolidation: 14% complete...
    VERBOSE: Free Space Consolidation: 25% complete...
    VERBOSE: Free Space Consolidation: 35% complete...
    VERBOSE: Free Space Consolidation: 46% complete...
    VERBOSE: Free Space Consolidation: 56% complete...
    VERBOSE: Free Space Consolidation: 67% complete...
    VERBOSE: Free Space Consolidation: 77% complete...
    VERBOSE: Free Space Consolidation: 88% complete...
    VERBOSE: Free Space Consolidation: 98% complete...
    VERBOSE: Free Space Consolidation: 100% complete...
    VERBOSE: Free Space Consolidation: 100% complete.
    VERBOSE:
    Post Defragmentation Report:
    VERBOSE:
    Volume Information:
    VERBOSE: Volume size = 250.00 GB
    VERBOSE: Cluster size = 4 KB
    VERBOSE: Used space = 67.67 GB
    VERBOSE: Free space = 182.33 GB
    VERBOSE:
    Fragmentation:
    VERBOSE: Total fragmented space = 0%
    VERBOSE: Average fragments per file = 1.00
    VERBOSE: Movable files and folders = 260787
    VERBOSE: Unmovable files and folders = 4
    VERBOSE:
    Files:
    VERBOSE: Fragmented files = 1
    VERBOSE: Total file fragments = 2
    VERBOSE:
    Folders:
    VERBOSE: Total folders = 7290
    VERBOSE: Fragmented folders = 0
    VERBOSE: Total folder fragments = 0
    VERBOSE:
    Free space:
    VERBOSE: Free space count = 1214
    VERBOSE: Average free space size = 307.26 MB
    VERBOSE: Largest free space size = 38.27 GB
    VERBOSE:
    Master File Table (MFT):
    VERBOSE: MFT size = 1.23 GB
    VERBOSE: MFT record count = 1295615
    VERBOSE: MFT usage = 100%
    VERBOSE: Total MFT fragments = 3
    VERBOSE: Note: File fragments larger than 64MB are not included in the fragmentation statistics.
    This is Drive E, which advanced through the Analysis just fine but has Errors in the Defrag like reported by the GUI method:
    PS C:\Windows\system32> Optimize-Volume -DriveLetter e -analyze -Defrag –Verbose
    VERBOSE: Invoking defragmentation on Equis (E:)...
    VERBOSE: Analysis: 0% complete...
    VERBOSE: Analysis: 1% complete...
    VERBOSE: Analysis: 2% complete...
    VERBOSE: Analysis: 3% complete...
    VERBOSE: Analysis: 4% complete...
    VERBOSE: Analysis: 5% complete...
    VERBOSE: Analysis: 6% complete...
    VERBOSE: Analysis: 7% complete...
    VERBOSE: Analysis: 8% complete...
    VERBOSE: Analysis: 9% complete...
    VERBOSE: Analysis: 10% complete...
    VERBOSE: Analysis: 11% complete...
    VERBOSE: Analysis: 12% complete...
    VERBOSE: Analysis: 13% complete...
    VERBOSE: Analysis: 20% complete...
    VERBOSE: Analysis: 96% complete...
    VERBOSE: Analysis: 97% complete...
    VERBOSE: Analysis: 99% complete...
    VERBOSE: Analysis: 100% complete.
    VERBOSE:
    Pre-Optimization Report:
    VERBOSE:
    Volume Information:
    VERBOSE: Volume size = 1.32 TB
    VERBOSE: Cluster size = 4 KB
    VERBOSE: Used space = 1.15 TB
    VERBOSE: Free space = 177.33 GB
    VERBOSE:
    Fragmentation:
    VERBOSE: Total fragmented space = 5%
    VERBOSE: Average fragments per file = 1.08
    VERBOSE: Movable files and folders = 679880
    VERBOSE: Unmovable files and folders = 4
    VERBOSE:
    Files:
    VERBOSE: Fragmented files = 1815
    VERBOSE: Total file fragments = 50782
    VERBOSE:
    Folders:
    VERBOSE: Total folders = 31651
    VERBOSE: Fragmented folders = 988
    VERBOSE: Total folder fragments = 3893
    VERBOSE:
    Free space:
    VERBOSE: Free space count = 4027
    VERBOSE: Average free space size = 45.04 MB
    VERBOSE: Largest free space size = 37.33 GB
    VERBOSE:
    Master File Table (MFT):
    VERBOSE: MFT size = 6.72 GB
    VERBOSE: MFT record count = 7054847
    VERBOSE: MFT usage = 100%
    VERBOSE: Total MFT fragments = 35
    VERBOSE: Note: File fragments larger than 64MB are not included in the fragmentation statistics.
    VERBOSE: Performing pass 1:
    VERBOSE: Defragmentation: 0% complete...
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Optimize-Volume : One or more parameter values passed to the method were invalid.
    At line:1 char:1
    + Optimize-Volume -DriveLetter e -analyze -Defrag –Verbose
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : InvalidArgument: (MSFT_Volume (Ob...1-a911-806e...):ROOT/Microsoft/...age/MSFT_Volume) [
    Optimize-Volume], CimException
    + FullyQualifiedErrorId : MI RESULT 4,Optimize-Volume
    The third Drive G, also had no Problems in Analysis BUT did have Errors in the Defrag like in Drive E:
    PS C:\Windows\system32> Optimize-Volume -DriveLetter g -analyze -Defrag –Verbose
    VERBOSE: Invoking defragmentation on W 8.1 Pro PR (G:)...
    VERBOSE: Analysis: 0% complete...
    VERBOSE: Analysis: 4% complete...
    VERBOSE: Analysis: 5% complete...
    VERBOSE: Analysis: 6% complete...
    VERBOSE: Analysis: 7% complete...
    VERBOSE: Analysis: 8% complete...
    VERBOSE: Analysis: 9% complete...
    VERBOSE: Analysis: 10% complete...
    VERBOSE: Analysis: 11% complete...
    VERBOSE: Analysis: 12% complete...
    VERBOSE: Analysis: 13% complete...
    VERBOSE: Analysis: 16% complete...
    VERBOSE: Analysis: 17% complete...
    VERBOSE: Analysis: 18% complete...
    VERBOSE: Analysis: 19% complete...
    VERBOSE: Analysis: 20% complete...
    VERBOSE: Analysis: 21% complete...
    VERBOSE: Analysis: 22% complete...
    VERBOSE: Analysis: 23% complete...
    VERBOSE: Analysis: 24% complete...
    VERBOSE: Analysis: 25% complete...
    VERBOSE: Analysis: 26% complete...
    VERBOSE: Analysis: 27% complete...
    VERBOSE: Analysis: 28% complete...
    VERBOSE: Analysis: 29% complete...
    VERBOSE: Analysis: 30% complete...
    VERBOSE: Analysis: 31% complete...
    VERBOSE: Analysis: 32% complete...
    VERBOSE: Analysis: 33% complete...
    VERBOSE: Analysis: 34% complete...
    VERBOSE: Analysis: 35% complete...
    VERBOSE: Analysis: 38% complete...
    VERBOSE: Analysis: 39% complete...
    VERBOSE: Analysis: 76% complete...
    VERBOSE: Analysis: 77% complete...
    VERBOSE: Analysis: 78% complete...
    VERBOSE: Analysis: 79% complete...
    VERBOSE: Analysis: 80% complete...
    VERBOSE: Analysis: 100% complete.
    VERBOSE:
    Pre-Optimization Report:
    VERBOSE:
    Volume Information:
    VERBOSE: Volume size = 250.00 GB
    VERBOSE: Cluster size = 4 KB
    VERBOSE: Used space = 70.00 GB
    VERBOSE: Free space = 179.99 GB
    VERBOSE:
    Fragmentation:
    VERBOSE: Total fragmented space = 1%
    VERBOSE: Average fragments per file = 1.02
    VERBOSE: Movable files and folders = 218559
    VERBOSE: Unmovable files and folders = 4
    VERBOSE:
    Files:
    VERBOSE: Fragmented files = 1991
    VERBOSE: Total file fragments = 4405
    VERBOSE:
    Folders:
    VERBOSE: Total folders = 7350
    VERBOSE: Fragmented folders = 60
    VERBOSE: Total folder fragments = 194
    VERBOSE:
    Free space:
    VERBOSE: Free space count = 10385
    VERBOSE: Average free space size = 17.72 MB
    VERBOSE: Largest free space size = 38.27 GB
    VERBOSE:
    Master File Table (MFT):
    VERBOSE: MFT size = 1.23 GB
    VERBOSE: MFT record count = 1295615
    VERBOSE: MFT usage = 100%
    VERBOSE: Total MFT fragments = 3
    VERBOSE: Note: File fragments larger than 64MB are not included in the fragmentation statistics.
    VERBOSE: Performing pass 1:
    VERBOSE: Defragmentation: 0% complete...
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Optimize-Volume : One or more parameter values passed to the method were invalid.
    At line:1 char:1
    + Optimize-Volume -DriveLetter g -analyze -Defrag –Verbose
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : InvalidArgument: (MSFT_Volume (Ob...3-bec6-806e...):ROOT/Microsoft/...age/MSFT_Volume) [
    Optimize-Volume], CimException
    + FullyQualifiedErrorId : MI RESULT 4,Optimize-Volume
    I hope this information helps....
    Best Regards,
    Crysta
    PhotM Phantom of the Mobile

  • I am getting some oracle patch error.

    can any one help me. I had installed the oracle 10.2.0.2
    Regards:
    ramu

    Hi,
    Can you post the exact error which you are getting.
    and when you are getting the error while installing or after installation?
    I would like to suggest you to read readme.html file before applying oracle patch.
    -Srini

  • Export iPhoto slideshow to a DVD, but get message "OS Status Error -9459".  What does this mean?

    I have created a slideshow (with music) in iPhoto, and each time that I try to export the slideshow, iPhoto stops the process and gives me the error message "OS Status Error -9459".  What does this mean?

    Go into the System/Energy Saver preference pane and turn OFF all options.  Also turn off the screensaver. Then try again.
    OT

  • Why do I get the 'PowerPC code' error when trying to launch an Intel-based app from a CD?

    When trying to launch a Flash-based app from a CD on my Mac Book Pro, I get the "PowerPC apps are no longer supported" error. Yet the app is not built with PowerPC code.
    This also happened with Microsoft Office programs soon after I upgraded to OSX Lion, but someone was able to solve that for me.

    It's just a free disc from a photo magazine, but the app runs fine on a Mac Pro running 10.7.3. Could it be hardware related?
    I have actually asked this on behalf of a reader (I work for the company that makes the magazine) who is experiencing this problem, I just can't find any reason why the error would display in these circumstances. I apologise if this is against the community's usual practise - I just want to sort this guy out!
    The app on the disc is compiled using MDM Zinc, but like I said it runs a-OK on Lion everywhere else.
    Any help would be gratefully received and appreciated!

Maybe you are looking for

  • I have mac os x 10.5.8 how do i get app store, i have mac os x 10.5.8 how do i get app store

    Im stuck. I have a macbook with 10.5.8 software. it is out of date and it doesnt have the mac app store. I cant update the computer cuz macs updates are through the app store. i dont know what how to do this. some one please help!!!!

  • How to Delete Albums in Ps El 13.... Mac iOS9

    There's the + icon to add.... the small - icon next to it doesn't work.   Video not mention this.  HELP! Bill

  • Verify page in shopping cart?

    Hi - I'd like to add a verify page to the checkout process where a customer can review, edit and verify their purchase information before clicking 'submit'. Does anyone know how to do this? Thanks

  • Apple TV Menu missing TV Shows & Music options

    Just set up my new Apple TV which I'm using in conjunction with OSX 10.6.8 / iTunes 10.5, and the menu screen only shows the Movie, Internet, Computers & Settings options, no sign of TV Shows or Music. I have Home Sharing selected in iTunes and can s

  • Bus powered external drive

    I want to buy a small portable external HD (USB2 or Firewire) for my MBP; of course, the bus powered ones have the advantage of being totally portable/free of wires, but I'm wondering if either USB2 or Firewire ports on my MBP would supply enough pow