String objects with the same string pointing to the same place but?

Hi,
Here is a simple sample
String str1 = "a";
String str2 = "a";I understand that in Java str1 and str2 pointing to the same place in memory and Java compiler wouldn't save the string "a" in two different places in memory. Am I right?
If so, if the value of str1 changes to something else as following:
String str1 = "a";
String str2 = "a";
str1 = "b";why str2 which has been pointing to the same place as str1 before is still containing ?a? and not ?b????
Thanks!

Maria1990 wrote:
Hi,
Here is a simple sample
String str1 = "a";
String str2 = "a";I understand that in Java str1 and str2 pointing to the same place in memory and Java compiler wouldn't save the string "a" in two different places in memory. Am I right?Correct.
Maria1990 wrote:
If so, if the value of str1 changes to something else as following:
String str1 = "a";
String str2 = "a";
str1 = "b";why str2 which has been pointing to the same place as str1 before is still containing ?a? and not ?b????Because str2 is pointing to the same "a", but it is not pointing to str1.
This is what happens:
String str1 = "a";
/*                 +---+
         str1 ---->| a |
                   +---+
String str2 = "a";
/*                 +---+
         str1 --+->| a |
                |  +---+
                |
         str2 --+
NOT:
                   +---+
     +-> str1 ---->| a |
     |             +---+
     |
     +- str2
str1 = "b";
                   +---+
             +---->| b |
             |     +---+
             |
             |     +---+
        str1-+  +->| a |
                |  +---+
                |
         str2 --+
*/

Similar Messages

  • Windows Server 2012 Windows Backup failed with following error code '0x8078006B' (Windows Backup failed to create the shared protection point on the source volumes.).

    The Volume Shadow Copy service initially was running under the context of System, so we thought that ‘System’ doesn’t have permissions to access network shares. 
    When the Volume Shadow Copy service was running under the context of System, this was the error logged:
    “failed with following error code '0x8078014B' (There was a failure in creating a directory on the backup storage location.).”
    Which is likely due to not having permissions to write to the network location. 
     This is a scheduled backup trying to write to a network location, so we changes the service to run under the context of an account that does have permissions to write to the network share.
      Then the error changed to this:
    “failed with following error code '0x8078006B' (Windows Backup failed to create the shared protection point on the source volumes.).”
    HRESULT 0x8078006b
    DetailedHRESULT 0x8004230f
    ErrorMessage %%2155348075
    BackupState 12
    VolumesInfo <VolumeInfo><VolumeInfoItem Name="C:" OriginalAccessPath="C:" State="15" HResult="-2139619228" DetailedHResult="0" PreviousState="0" IsCritical="1" IsIncremental="0"
    BlockLevel="0" HasFiles="1" HasSystemState="0" IsCompacted="0" IsPruned="0" IsRecreateVhd="0" FullBackupReason="0" DataTransferred="0" NumUnreadableBytes="0" TotalSize="0"
    TotalNoOfFiles="0" Flags="1604" BackupTypeDetermined="0" SSBTotalNoOfFiles="0" SSBTotalSizeOnDisk="0" /><VolumeInfoItem Name="D:" OriginalAccessPath="D:" State="15" HResult="-2139619228"
    DetailedHResult="0" PreviousState="0" IsCritical="0" IsIncremental="0" BlockLevel="0" HasFiles="1" HasSystemState="0" IsCompacted="0" IsPruned="0" IsRecreateVhd="0"
    FullBackupReason="0" DataTransferred="0" NumUnreadableBytes="0" TotalSize="0" TotalNoOfFiles="0" Flags="68" BackupTypeDetermined="0" SSBTotalNoOfFiles="0" SSBTotalSizeOnDisk="0"
    /></VolumeInfo>
    We aren’t really seeing anything that gives any hint on what the issue is. 
    Any ideas?  Thanks in advance!

    We are trying to back up folders/files from 2 local drives (C: & D:), both of which have only 10% space used, and 100 GB free. 
    We are attempting to back the files up to a Remote Shared File (and there is 100+ GB free space out there). 
      If we try another network location, we receive the exact same error. 
     This is Windows Server 2012, not running Hyper-V and is a physical server not a VM.
    Thank you for the link. 
    Looking in: 
    Event Viewer / Application and Service Logs / Microsoft / Windows / Backup / Operational
    But it doesn’t seem to give any more details: 
    Log Name:     
    Microsoft-Windows-Backup
    Source:       
    Microsoft-Windows-Backup
    Date:         
    7/8/2013 8:00:12 PM
    Event ID:     
    5
    Task Category: None
    Level:        
    Error
    Keywords:     
    User:         
    SYSTEM
    Computer:     
    servername.edu
    Description:
    The backup operation that started at '‎2013‎-‎07‎-‎09T02:00:06.273000000Z' has failed with following error code '0x8078006B' (Windows Backup failed to create the shared protection point on the source volumes.).
    Please review the event details for a solution, and then rerun the backup operation once the issue is resolved.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
    <Provider Name="Microsoft-Windows-Backup" Guid="{1DB28F2E-8F80-4027-8C5A-A11F7F10F62D}" />
    <EventID>5</EventID>
    <Version>3</Version>
    <Level>2</Level>
    <Task>0</Task>
    <Opcode>0</Opcode>
    <Keywords>0x4000000000000000</Keywords>
    <TimeCreated SystemTime="2013-07-09T02:00:12.872602100Z" />
    <EventRecordID>30</EventRecordID>
    <Correlation />
    <Execution ProcessID="3028" ThreadID="3996" />
    <Channel>Microsoft-Windows-Backup</Channel>
    <Computer>servername.edu</Computer>
    <Security UserID="S-1-5-18" />
      </System>
      <EventData>
    <Data Name="BackupTemplateID">{A421E864-A115-4288-8D12-F4878CF8A248}</Data>
    <Data Name="HRESULT">0x8078006b</Data>
    <Data Name="DetailedHRESULT">0x8004230f</Data>
    <Data Name="ErrorMessage">%%2155348075</Data>
    <Data Name="BackupState">12</Data>
    <Data Name="BackupTime">2013-07-09T02:00:06.273000000Z</Data>
    <Data Name="BackupTarget">\\servername\BACKUP</Data>
    <Data Name="NumOfVolumes">2</Data>
    <Data Name="VolumesInfo">&lt;VolumeInfo&gt;&lt;VolumeInfoItem Name="C:" OriginalAccessPath="C:" State="15" HResult="-2139619228" DetailedHResult="0" PreviousState="0" IsCritical="1" IsIncremental="0" BlockLevel="0" HasFiles="1" HasSystemState="0"
    IsCompacted="0" IsPruned="0" IsRecreateVhd="0" FullBackupReason="0" DataTransferred="0" NumUnreadableBytes="0" TotalSize="0" TotalNoOfFiles="0" Flags="1604" BackupTypeDetermined="0" SSBTotalNoOfFiles="0" SSBTotalSizeOnDisk="0" /&gt;&lt;VolumeInfoItem
    Name="D:" OriginalAccessPath="D:" State="15" HResult="-2139619228" DetailedHResult="0" PreviousState="0" IsCritical="0" IsIncremental="0" BlockLevel="0" HasFiles="1" HasSystemState="0" IsCompacted="0" IsPruned="0" IsRecreateVhd="0" FullBackupReason="0" DataTransferred="0"
    NumUnreadableBytes="0" TotalSize="0" TotalNoOfFiles="0" Flags="68" BackupTypeDetermined="0" SSBTotalNoOfFiles="0" SSBTotalSizeOnDisk="0" /&gt;&lt;/VolumeInfo&gt;</Data>
    <Data Name="SourceSnapStartTime">2013-07-09T02:00:06.289250300Z</Data>
    <Data Name="SourceSnapEndTime">1601-01-01T00:00:00.000000000Z</Data>
    <Data Name="PrepareBackupStartTime">&lt;TimesList&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;/TimesList&gt;</Data>
    <Data Name="PrepareBackupEndTime">&lt;TimesList&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;/TimesList&gt;</Data>
    <Data Name="BackupWriteStartTime">&lt;TimesList&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;/TimesList&gt;</Data>
    <Data Name="BackupWriteEndTime">&lt;TimesList&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;/TimesList&gt;</Data>
    <Data Name="TargetSnapStartTime">1601-01-01T00:00:00.000000000Z</Data>
    <Data Name="TargetSnapEndTime">1601-01-01T00:00:00.000000000Z</Data>
    <Data Name="DVDFormatStartTime">&lt;TimesList&gt;&lt;/TimesList&gt;</Data>
    <Data Name="DVDFormatEndTime">&lt;TimesList&gt;&lt;/TimesList&gt;</Data>
    <Data Name="MediaVerifyStartTime">&lt;TimesList&gt;&lt;/TimesList&gt;</Data>
    <Data Name="MediaVerifyEndTime">&lt;TimesList&gt;&lt;/TimesList&gt;</Data>
    <Data Name="BackupPreviousState">2</Data>
    <Data Name="ComponentStatus">&lt;ComponentStatus&gt;&lt;/ComponentStatus&gt;</Data>
    <Data Name="ComponentInfo">&lt;ComponentInfo&gt;&lt;/ComponentInfo&gt;</Data>
    <Data Name="SSBEnumerateStartTime">1601-01-01T00:00:00.000000000Z</Data>
    <Data Name="SSBEnumerateEndTime">1601-01-01T00:00:00.000000000Z</Data>
    <Data Name="SSBVhdCreationStartTime">1601-01-01T00:00:00.000000000Z</Data>
    <Data Name="SSBVhdCreationEndTime">1601-01-01T00:00:00.000000000Z</Data>
    <Data Name="SSBBackupStartTime">1601-01-01T00:00:00.000000000Z</Data>
    <Data Name="SSBBackupEndTime">1601-01-01T00:00:00.000000000Z</Data>
    <Data Name="SystemStateBackup">&lt;SystemState IsPresent="0" HResult="0" DetailedHResult="0" /&gt;</Data>
    <Data Name="BMR">&lt;BMR IsPresent="0" HResult="0" DetailedHResult="0" /&gt;</Data>
    <Data Name="VssFullBackup">false</Data>
    <Data Name="UserInputBMR">false</Data>
    <Data Name="UserInputSSB">false</Data>
    <Data Name="BackupSuccessLogPath">
    </Data>
    <Data Name="BackupFailureLogPath">
    </Data>
    <Data Name="EnumerateBackupStartTime">&lt;TimesList&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;/TimesList&gt;</Data>
    <Data Name="EnumerateBackupEndTime">&lt;TimesList&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;/TimesList&gt;</Data>
    <Data Name="PruneBackupStartTime">&lt;TimesList&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;/TimesList&gt;</Data>
    <Data Name="PruneBackupEndTime">&lt;TimesList&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;/TimesList&gt;</Data>
    <Data Name="BackupFlags">0x9</Data>
    <Data Name="ComponentInfoSummary">&lt;ComponentInfoSummary ComponentInfoArrayPresent="1" TotalComponents="0" SucceededComponents="0" /&gt;</Data>
      </EventData>
    </Event>

  • How many java String objects are created in string literal pool by executin

    How many java String objects are created in string literal pool by executing following five lines of code.
    String str = "Java";
    str = str.concat(" Beans ");
    str = str.trim();
    String str1 = "abc";
    String str2 = new String("abc").intern();
    Kindly explain thanks in advance
    Senthil

    virtuoso. wrote:
    jverd wrote:
    In Java all instances are kept on the heap. The "String literal pool" is no exception. It doesn't hold instances. It holds references to String objects on the heap.Um, no.
    The literal pool is part of the heap, and it holds String instances.
    [http://java.sun.com/docs/books/jvms/second_edition/html/Overview.doc.html#22972]
    [http://java.sun.com/docs/books/jvms/second_edition/html/ConstantPool.doc.html#67960]
    You're referring to the JVM. That's not Java.It's part of Java.
    There is nowhere in Java where it is correct to say "The string literal pool holds references, not String objects."

  • IM HAVING TROUBLE WITH THE UPDATE! I UPDATED MY PHONE 3G. NOW MY SCREEN IS LOCKED WITH A PICTURE OF THE USB CABLE POINTING TO THE ITUNES SYMBOL

    i

    SCREEN IS LOCKED WITH A PICTURE OF THE USB CABLE POINTING TO THE ITUNES SYMBOL
    You need to put the device in recovery mode...
    iPhone and iPod touch: Unable to update or restore

  • After I tried to update my ipod to iOS 5, my ipod screen turned to the screen of the cherger cord pointing to the iTunes symbol. when I try to restore it, it says that the 3014 error has occured. I went to check for support on iTunes  and i did download t

    After I tried to update my iPod 4 to iOS 5, my screen turned to the USB cord pointing to the iTunes symbol. When I try to restore it, it says that the 3014 error has occured. I went to check for support on iTunes and I did download the latest version of iTunes (11.1.1). I tried to restore it again and the same error occured. I dont understand half of the instructions for the resolution of the 3014 error code so I did the instructions that I understood and nothing has changed. Please tell me how I can fix it.

    Just what do you not understand?
    Did you try:
    Try to restore from another known-good computer and network.
    Error 3014
    This error occurs when iTunes can't reach gs.apple.com in a timely fashion. Follow the steps below to contact the iOS software update server gs.apple.com.
    Unable to contact the iOS software update server gs.apple.com
    Error 1004, 1013, 1638, 3014, 3194: These errors may be the result of the connection to gs.apple.com being redirected or blocked. Follow these steps to resolve these errors:
    Install the latest version of iTunes.
    Check security software and ensure that communication to gs.apple.com is allowed. Follow these stepsfor assistance with security software.
    Check the hosts file. The restore will fail if there is an active entry to redirect gs.apple.com. Follow theadvanced iTunes Store troubleshooting steps to edit the hosts file or revert to a default hosts file. See "Blocked by configuration: (Mac OS X/Windows) > Rebuild network information."
    Try to restore from another known-good computer and network.
    If the errors persist on another computer, the device may need service.
    The "device may need service" means a hardware problem. In that case make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar

  • Line Graph repeats the starting data point at the end also

    Hi,
    We have a Line Graph as below. This graph is used to show the Salary changes of a person, over time.
    But this graph shows an additional non existing data point. Basically it shows the starting data point once again at the end of the other data points.
    The model VO for this graph, does not contain this additional data point record. But the graph repeats the starting data point at the end also.
    In the screen-shot you can see that, the graph has three data points. But the table has only two. The first data point in the graph is repeated as the last data point.
    Is this a Bug..?
    Or an issue with the usage of the DVT tags?
    The code is given below.
    Please advice.
    12 <dvt:graph id="lineGraph1" value="#{bindings.SalaryHistory.graphModel}"
    13 graphType="LINE_VERT_ABS"
    14 shortDesc="#{HcmEmploymentTopGenBundle}"
    15 markerDisplayed="true"
    16 continuousTimeAxisInterval="CTAI_DAY"
    17 contentDelivery="immediate" animationOnDisplay="AUTO"
    18 imageFormat="FLASH" stylePath="April"
    19 timeSelectorListener="#{backingBeanScope.AssignmentChangesAndSalaryBean.changeTime}"
    20 timeAxisType="TAT_MIXED_FREQUENCY" dynamicResize="DYNAMIC_SIZE"
    21 inlineStyle="height:40em;"
    22 binding="#{backingBeanScope.AssignmentChangesAndSalaryBean.asgSalaryGraph}">
    23 <dvt:background>
    24 <dvt:specialEffects/>
    25 </dvt:background>
    26 <dvt:graphPlotArea/>
    27 <dvt:seriesSet>
    28 <dvt:series/>
    29 </dvt:seriesSet>
    30
    31 <dvt:o1Axis scrolling="asNeeded"/>
    32 <dvt:y1Axis/>
    33 <!-- <dvt:legendArea automaticPlacement="AP_NEVER" rendered="false"/>-->
    34 <!-- <dvt:timeSelector mode="EXPLICIT"
    35 explicitStart="#{backingBeanScope.AssignmentChangesAndSalaryBean.timeSelectorStartDate}"
    36 explicitEnd="#{backingBeanScope.AssignmentChangesAndSalaryBean.timeSelectorEndDate}"
    37 id="ts34">
    38 <dvt:specialEffects>
    39 <dvt:gradientStopStyle/>
    40 </dvt:specialEffects>
    41 </dvt:timeSelector>-->
    42 <dvt:o1MajorTick/>
    43 <dvt:o1TickLabel/>
    44 <dvt:o1Title id="o1Title1">
    45 <dvt:graphFont id="graphFont1"/>
    46 </dvt:o1Title>
    47
    48 <dvt:attributeFormat id="af1" name="DateFrom">
    49 <af:convertDateTime pattern="#{applCorePrefs.dateFormatPattern}" />
    50 </dvt:attributeFormat>
    51
    52 <dvt:markerText>
    53 <dvt:y1Format>
    54 <af:convertNumber pattern="#{applCorePrefs.numberFormatPattern}"/>
    55 </dvt:y1Format>
    56 </dvt:markerText>
    57
    58
    59 </dvt:graph>

    If I understand your question, this from the Pages online help may give the answer:
    To mark line, area, and scatter charts with data point symbols:
    Select the entire chart. You can also select the chart series (the line or area shape) that you want to mark with data point symbols.
    Click Inspector in the toolbar, and then click the Chart Inspector button.
    Click Series (except for scatter charts).
    Choose a symbol from the Data Point Symbol pop-up menu.
    Choose one of the following options from the Symbol Fill pop-up menu:
    To fill the symbol with the same color as its outline, choose Use Stroke Color.
    To fill the symbol with a solid color, choose Color Fill, click the Fill color well, and pick a color.
    To fill the symbol with a gradient, choose Gradient Fill and use the gradient controls to set the colors and change the angle of the gradient.
    To fill the symbol with an image, choose Image Fill and select the image you want. You can also resize the image by choosing an option from the pop-up menu above the Choose button.
    To fill the symbol with a tinted image, choose Tinted Image Fill and select the image you want. Click the color well to the right of the Choose button to change the tint color. You can also resize the image by choosing an option from the pop-up menu above the Choose button.

  • Error 8004230f and 2155348075 "Windows Backup failed to create the shared protection point on the source volumes."

    Hello,
    When I try to run a system state backup with this command: wbadmin start systemstatebackup -backuptarget:<drive letter>
    I get the error
    "Failed to create the shared protection point on the source volumes.
    ERROR - Volume Shadow Copy Service operation error (0x8004230f)
    The shadow copy provider had an unexpected error while trying to process the specified operation."
    I'm not sure how to fix this. I'm logged into the machine as an Administrator.
    Windows Server Enterprise 2008 SP2 64-bit
    Any suggestions??

    After I re-registered the dll, I'm still getting the same error in the command window. The DLL registers successfully and the "MS Software Shadow Copy Provider" starts fine.
    Two errors in the Event Viewer:
    1.)
    Log Name:      Application
    Source:        Microsoft-Windows-Backup
    Date:          1/21/2014 10:11:25 AM
    Event ID:      521
    Task Category: None
    Level:         Error
    Keywords:     
    User:          SYSTEM
    Computer:      mfacs-server-7.gs.umt.edu
    Description:
    Backup started at '1/21/2014 5:11:11 PM' failed as Volume Shadow copy operation failed for backup volumes with following error code '2155348075'. Please rerun backup once issue is resolved.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-Backup" Guid="{1db28f2e-8f80-4027-8c5a-a11f7f10f62d}" />
        <EventID>521</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000000000</Keywords>
        <TimeCreated SystemTime="2014-01-21T17:11:25.287Z" />
        <EventRecordID>11410</EventRecordID>
        <Correlation />
        <Execution ProcessID="4964" ThreadID="3528" />
        <Channel>Application</Channel>
        <Computer>mfacs-server-7.gs.umt.edu</Computer>
        <Security UserID="S-1-5-18" />
      </System>
      <EventData>
        <Data Name="BackupTime">2014-01-21T17:11:11.920Z</Data>
        <Data Name="ErrorCode">2155348075</Data>
        <Data Name="ErrorMessage">%%2155348075</Data>
      </EventData>
    </Event>
    2.)
    Log Name:      Application
    Source:        VSS
    Date:          1/21/2014 10:11:24 AM
    Event ID:      12293
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      mfacs-server-7.gs.umt.edu
    Description:
    Volume Shadow Copy Service error: Error calling a routine on a Shadow Copy Provider {b5946137-7b9f-4925-af80-51abd60b20d5}. Routine details EndPrepareSnapshots({40d86592-3a48-4d38-afab-0e4a7b8bb8f1}) [hr = 0x8000ffff].
    Operation:
       Executing Asynchronous Operation
    Context:
       Current State: DoSnapshotSet
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="VSS" />
        <EventID Qualifiers="0">12293</EventID>
        <Level>2</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-01-21T17:11:24.000Z" />
        <EventRecordID>11409</EventRecordID>
        <Channel>Application</Channel>
        <Computer>mfacs-server-7.gs.umt.edu</Computer>
        <Security />
      </System>
      <EventData>
        <Data>{b5946137-7b9f-4925-af80-51abd60b20d5}</Data>
        <Data>EndPrepareSnapshots({40d86592-3a48-4d38-afab-0e4a7b8bb8f1})</Data>
        <Data>0x8000ffff</Data>
        <Data>
    Operation:
       Executing Asynchronous Operation
    Context:
       Current State: DoSnapshotSet</Data>
        <Binary>2D20436F64653A20434F52534E50534330303030313630392D2043616C6C3A20434F52534E50534330303030313539302D205049443A202030303030323732302D205449443A202030303030343139322D20434D443A2020433A5C57696E646F77735C73797374656D33325C76737376632E6578652020202D20557365723A204E5420415554484F524954595C53595354454D20202020202D205369643A2020532D312D352D3138</Binary>
      </EventData>
    </Event>
    Results of vssadmin list writers:
    C:\Windows\system32>vssadmin list writers
    vssadmin 1.1 - Volume Shadow Copy Service administrative command-line tool
    (C) Copyright 2001-2005 Microsoft Corp.
    Writer name: 'System Writer'
       Writer Id: {e8132975-6f93-4464-a53e-1050253ae220}
       Writer Instance Id: {f3c10044-4938-4d49-9f2d-789c571a6428}
       State: [7] Failed
       Last error: No error
    Writer name: 'SqlServerWriter'
       Writer Id: {a65faa63-5ea8-4ebc-9dbd-a0c4db26912a}
       Writer Instance Id: {aaa19109-d447-40ec-b71e-2a8fbaed55ad}
       State: [7] Failed
       Last error: No error
    Writer name: 'ASR Writer'
       Writer Id: {be000cbe-11fe-4426-9c58-531aa6355fc4}
       Writer Instance Id: {f64b2bfa-fd68-4729-bebb-7e281b144fc5}
       State: [7] Failed
       Last error: No error
    Writer name: 'DPM Writer'
       Writer Id: {0074a271-4f24-43e0-9ec7-28a44189cb80}
       Writer Instance Id: {38646851-4a56-4499-b90c-181a839cae95}
       State: [1] Stable
       Last error: No error
    Writer name: 'Shadow Copy Optimization Writer'
       Writer Id: {4dc3bdd4-ab48-4d07-adb0-3bee2926fd7f}
       Writer Instance Id: {7ae6130c-b116-44a9-87a4-4b8bee461131}
       State: [7] Failed
       Last error: No error
    Writer name: 'WMI Writer'
       Writer Id: {a6ad56c2-b509-4e6c-bb19-49d8f43532f0}
       Writer Instance Id: {62a5b392-a50f-4703-8c23-acb5590efcd1}
       State: [7] Failed
       Last error: No error
    Writer name: 'BITS Writer'
       Writer Id: {4969d978-be47-48b0-b100-f328f07ac1e0}
       Writer Instance Id: {1615a920-5ec9-43d0-b6ff-a5b767430623}
       State: [1] Stable
       Last error: No error
    Writer name: 'Registry Writer'
       Writer Id: {afbab4a2-367d-4d15-a586-71dbb18f8485}
       Writer Instance Id: {f22b72f6-940b-42c9-a824-80858e6f5f5c}
       State: [7] Failed
       Last error: No error
    Writer name: 'COM+ REGDB Writer'
       Writer Id: {542da469-d3e1-473c-9f4f-7847f01fc64f}
       Writer Instance Id: {4c603239-dd36-4343-aba7-73858e574e39}
       State: [7] Failed
       Last error: No error
    C:\Windows\system32>
    Thanks!

  • Applescript to get the current insertion point of the cursor

    How do I use Applescript to get the current insertion point of the cursor in a Apple pages.app document?

    Oops, missed that one - you are correct, the line should be:
    <pre title="this text can be pasted into the Script Editor" style="font-family: Monaco, 'Courier New', Courier, monospace; font-size: 10px; padding: 5px; width: 720px; color: #000000; background-color: #E0E0E0; overflow: auto">set {TheStart, TheEnd} to character range of the selection</pre>
    I have a wrapper script that I use to insert stuff from my handler/code library into a Script Editor document, and was adapting snippets from that for my examples - I guess that one got away.
    As for the dictionary, some applications just have poorly written or outdated documentation. Some of the items have multiple entries (eg, there may be a selection object for the application and also for the document), and some inherit properties from other items. Some are used as nouns, others as verbs (or both). Sometimes it is easier to visualize the item by keeping track of it's reference - the 'some property of document 1 of the current application' thing. You can use the Script Editor's Event Log to see the results of various properties and commands - for example, the above script will result in the following entry (your numbers will vary depending on the selected text):
    <pre title="this text can be pasted into the Script Editor" style="font-family: Monaco, 'Courier New', Courier, monospace; font-size: 10px; padding: 5px; width: 720px; color: #000000; background-color: #E0E0E0; overflow: auto">tell current application
    get character range of selection
    {50, 50}
    end tell
    </pre>
    You can also use the 'log' statement (eg, 'log MyVariable') to add your own entries into the log instead of using dialog boxes.

  • Is there anyway to have Premiere Pro recognize the "in" & "out" points and the sequence's "home" (first frame) as edit points so that the up & down arrow work as short cuts on these areas?

    Is there anyway to have Premiere Pro recognize the "in" & "out" points and the sequence's "home" (first frame) as edit points so that the up & down arrow work as short cuts on these areas?

    Hey guys, I wrote a big long speech trying to be more clear and was just getting more confusing. LOL
    Hopefully this image makes my question a bit easier to understand. In green you can see how the up and down arrow keys land while in Final Cut. In red how they land while in Premiere. I'd like them to land like Final Cut. Thanks!

  • Before starting fire fox I can use the mouse to highlight my desk top icons. After ffox is loaded the mouse will point to the icons but will no longer high light them. When I click it just opens the icon.

    # Question
    before starting fire fox I can use the mouse to highlight my desk top icons. After ffox is loaded the mouse will point to the icons but will no longer high light them. When I click it just opens the icon.

    To attempt a new chat session...
    For the link below click the Still Need Help? option in the blue area at the bottom and choose the chat option...
    http://helpx.adobe.com/x-productkb/global/service1.html

  • Why r we allowed to create String objects with & without using new operator

    While creating any object, usage of the new operator is a must...but only for the string object we can create it with and also without new operator how is it possible to create an object without using new operator.

    Because Mr. (Dr.?) Gosling is a kindly soul who realizes that programmers have deadlines and, when he designed Java, was not so rigid or unbending as not to realize that from time to time, certain shortcuts are warranted, even in a relatively pure language such as Java. The direct String literal assignments are a shortcut over using the new operator making Java programming (and execution; there's also a performance benefit) more streamlined.
    So look not the gift horse in the mouth, but simply bask in the simplification and ease on the eyes and directly assign your little literals to your heart's content.

  • HT5957 When I tapped the update for ios 7.0.2 my ipad just has an itunes app centre page with the a charge lead and an arrow from the charge lead pointing to the itunes app. I cant do anything with it. I switch it off and on and it goes straight to the sa

    When I tapped on the ios 7.0.3 update, my screen went blank then an itunes app appeared centre page with a charge lead and an arrow pointing to the itunes app. When I switch it off and on again it just back to the same screen. been like this for 6 days now. Can anyone help?

    1)  Connect to iTunes on the computer you usually Sync with and Restore
    http://support.apple.com/kb/HT1414
    2)  If necessary Place the Device into Recovery mode...
    http://support.apple.com/kb/ht4097
    Note on Recovery Mode.
    You may need to try this More than Once...
    Be sure to Follow ALL the Steps...
    Once you have Recovered your Device...
    Re-Sync your Content or Restore from the most Recent Backup...
    Restore from Backup  >  http://support.apple.com/kb/ht1766
    NOTE:
    Make sure you have the Latest Version of iTunes Installed on your computer ( v 11.1)
    iTunes free download from www.itunes.com/download

  • Keyboard issue with cursor jumping to point on the page when typing

    When I type on my notebook keyboard (HP Pavilion dv6-6167cl) it frequently jumps somewhere else in the area where I previously typed causing me to stop and correct what it did and move back to where I intended to type.  I have the latest driver for my Synaptics Touchpad driver already.  Any idea why this happens.  This is my second laptop, different manufacturers where I've had this same problem so I'm beginning to think it's a common issue with notebooks.  Any suggestions?  Thanks.

    tdunnusa,
    It may be inherent to the way in which you use the devices (keyboard and Touch/ClickPad).  Maybe not ... the drivers are not perfect.  We can all attest to adventures with Clickpad mystery entries..
    Depending on the level of touch sensitivity (located under Pointing)
    AND the level in the PalmCheck-Enhanced ACM setting, things can get a bit weird;  even touching the surface lightly can set the mouse cursor off course.
    Consider / try the following:
    In your Synaptics Settings > Properties,
    Open the Pointing section,
    Click on Sensitivity (to highlight) >> click on Spikey blue wheel (Sensitivity settings) >
    Set the sensitivity level way over to the right side (Less sensitive)
    Apply
    Next:
    Click to Open PalmCheck-Enhanced ACM  >> click on Spikey blue wheel (settings)
    Slide the PalmCheck over to the RIGHT to Max
    Apply
    Youcan adjust the Advanced filter zone - that is, control where  you can use the TouchPad for certain gestures and how long it takes for the zone to activate.   This can help for particular kinds of gestures, though it won't help for accidentally contact like brushing the surface with the palm of your hand.
    These settings, when set to maximum,are likely too extreme - they may give you an idea whether the issue is related to how you are using the TouchPad.
    Kind Regards,
    Dragon-Fur

  • I cannot print to a p1102w if i am on a machine connected to the same access point as the printer..

    I have two p1102w printers set up in a school, any time I try to print it will only work if the laptop i'm using is connected to a different wireless access point than the printer. This happens anywhere in the school, has anyone ever encountered something like this before?
    The laotops are running xp sp3 professional by the way.
    Thanks in advance for your thoughts and ideas.
    joray75

    First thing to do is check your routing rules and tables in the network to make sure the type of communication you're wanting (printing via wireless on the same access point) is allowed. I'm betting something is off in those that's preventing communication.
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • When I click on almost any picture, in any album, to enlarge it, the pic starts to enlarge and then all I get is a black screen with a large exclamation point in the center.  What have I done to my iPhoto program, and how do I fix it?

    Recently, whenever I click on almost any of my pictures, in any album, in order to enlarge that photo, it starts to enlarge but then,
    very quickly I get a black screen with a large white exclamation mark in the middle.  And no full sized photo. Boo!
    What did I do to my iPhoto program, and how can I fix it?
    Thanks for any suggestions.
    Mike H.

    I'm sorry.  Too old to understand this stuff.  I'm sure this seems real stupid to you.  But I have no idea how one
    would "right click on the Original iPhoto Library" (I know, I know, 'as stated").
    Do I right click on the symbol in the dock??  Or open it first and then, . .  I can't find a way to right click on the word iPhoto in the top bar.
    Or should I open the program you had me download.  There I can find something called "original iPhoto library".
    When I "right click" on that I get some options.  None of them are "original folders".  There's "reveal library in finder", and "dupilicate library and "sort libraries".  I have no idea if any of these are what you want, or if any of these might change something.
    When I clicked on "reveal library in finder" earlier on it showed me the copy of the photo library that I made a while ago, sitting right where I know it is on my desktop.  And if I click on that symbol it shows me all the pictures again.  Just like in my regular iPhoto files - all the thumbs are there, but most can't be opened to full sized.
    Are we making progress here?  I'm sure this is frustrating to you.  This is just pictures of family.  Even the thumbs are nice to look at.  But this is nothing critical - like work related or anything.
    Thanks.
    Mike
    t

Maybe you are looking for