Cannot clone Double?

Can anyone kindly point out why the code cannot compile? (Double as a subclass of Object has a clone() method.)
Double d = new Double("40");
Double e = d.clone();  //compiler error

Please notice that Object's clone() method is protected. This means it is not part of the public interface of the class.
The only way this would be so is if someone overrides the clone() method to be public.
Also understand that an instance of the Double class is immutable. This means that you cannot change its state once it is instantiated. This also means that there is no need for 2 of the same Double object. You can use the same object as many times as you like, and nothing will be adversely affected. In other words, there is no need to clone an immutable object. Just assign the same object to another reference.
Double d1 = new Double("40");
Double d2 = d1; // this will work fine.

Similar Messages

  • OpenSQLException - Cannot assign double value

    Hello,
      I have some table in database with field of type 'double'. I use JDBC to store data in this table and sometimes I would like to place special values in it, eg:
    preparedStatement.setDouble(1, Double.MIN_VALUE);
    Unfortunately I get exception like the one below.
    My question is: what is the allowed range of values for type 'double' in database according to OpenSQL spec ?
    Thanks!
    Marcin Zduniak
      com.sap.sql.log.OpenSQLException: Cannot assign double value 4.9E-324 to host variable 3 because it is not in the allowed range of +/- to +/-.
        at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:85)
        at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:124)
        at com.sap.sql.jdbc.common.CommonPreparedStatement.setDouble(CommonPreparedStatement.java:534)
        at com.sap.engine.services.dbpool.wrappers.PreparedStatementWrapper.setDouble(PreparedStatementWrapper.java:281)
        at pl.com.bcc.hai.SpecificationBean0Persistent.ejb_iUpdate(SpecificationBean0Persistent.java:558)
        ... 42 more
    Full exception chain:
    com.sap.engine.services.ejb.exceptions.BaseEJBException: Transaction system failure in method pl.com.bcc.hai.SpecificationLocalLocalObjectImpl0.setTargetValue(java.lang.Double).
         at pl.com.bcc.hai.SpecificationLocalLocalObjectImpl0.setTargetValue(SpecificationLocalLocalObjectImpl0.java:4537)
         at pl.com.bcc.hai.conf.BCC_H_CConfig.setSTimeSeriesesAIM(BCC_H_CConfig.java:4129)
         at pl.com.bcc.hai.conf.wdp.InternalBCC_H_CConfig.setSTimeSeriesesAIM(InternalBCC_H_CConfig.java:1038)
         at pl.com.bcc.hai.conf.wdp.IPublicBCC_H_CConfig$ISTimeSeriesesElement.setAIM(IPublicBCC_H_CConfig.java:3651)
         at pl.com.bcc.hai.conf.wdp.IPublicBCC_H_CConfig$ISTimeSeriesesElement.wdSetObject(IPublicBCC_H_CConfig.java:3786)
         at com.sap.tc.webdynpro.progmodel.context.MappedNodeElement.wdSetObject(MappedNodeElement.java:365)
         at pl.com.bcc.hai.conf.wdp.IPrivateSpecificationEditor$ISTimeSeriesesElement.wdSetObject(IPrivateSpecificationEditor.java:1737)
         at com.sap.tc.webdynpro.progmodel.context.AttributePointer.setObject(AttributePointer.java:223)
         at com.sap.tc.webdynpro.clientserver.data.DataContainer.transportPendingUserInput(DataContainer.java:1267)
         at com.sap.tc.webdynpro.clientserver.data.DataContainer.transportPendingUserInput(DataContainer.java:474)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.transport(ClientComponent.java:548)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.transport(ClientComponent.java:552)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.transport(ClientApplication.java:701)
         at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.transportData(WebDynproMainTask.java:717)
         at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:649)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:59)
         at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:251)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doWebDynproProcessing(DispatcherServlet.java:154)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:116)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:55)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sap.engine.services.ts.exceptions.BaseRollbackException: Exception in beforeCompletition of ( SAP J2EE Engine JTA Transaction : [1a55ffffffb01205ffffffd4ffffffdd] ).
         at com.sap.engine.services.ts.jta.impl.TransactionImpl.commit(TransactionImpl.java:232)
         at pl.com.bcc.hai.SpecificationLocalLocalObjectImpl0.setTargetValue(SpecificationLocalLocalObjectImpl0.java:4486)
         ... 35 more
    Caused by: com.sap.engine.services.ejb.exceptions.BaseEJBException: SQLException while the data is being flushed. The persistent object is pl.com.bcc.hai.SpecificationBean0Persistent.
         at com.sap.engine.services.ejb.entity.pm.UpdatablePersistent.ejbFlush(UpdatablePersistent.java:101)
         at com.sap.engine.services.ejb.entity.pm.TransactionContext.flushAll(TransactionContext.java:429)
         at com.sap.engine.services.ejb.entity.pm.TransactionContext.flush(TransactionContext.java:378)
         at com.sap.engine.services.ejb.entity.pm.TransactionContext.beforeCompletion(TransactionContext.java:506)
         at com.sap.engine.services.ejb.entity.SynchronizationList.beforeCompletion(SynchronizationList.java:136)
         at com.sap.engine.services.ts.jta.impl.TransactionImpl.commit(TransactionImpl.java:220)
         ... 36 more
    Caused by: com.sap.sql.log.OpenSQLException: Cannot assign double value 4.9E-324 to host variable 3 because it is not in the allowed range of +/- to +/-.
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:85)
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:124)
         at com.sap.sql.jdbc.common.CommonPreparedStatement.setDouble(CommonPreparedStatement.java:534)
         at com.sap.engine.services.dbpool.wrappers.PreparedStatementWrapper.setDouble(PreparedStatementWrapper.java:281)
         at pl.com.bcc.hai.SpecificationBean0Persistent.ejb_iUpdate(SpecificationBean0Persistent.java:558)
         at com.sap.engine.services.ejb.entity.pm.UpdatablePersistent.ejbFlush(UpdatablePersistent.java:80)
         ... 41 more
    com.sap.engine.services.ts.exceptions.BaseRollbackException: Exception in beforeCompletition of ( SAP J2EE Engine JTA Transaction : [1a55ffffffb01205ffffffd4ffffffdd] ).
         at com.sap.engine.services.ts.jta.impl.TransactionImpl.commit(TransactionImpl.java:232)
         at pl.com.bcc.hai.SpecificationLocalLocalObjectImpl0.setTargetValue(SpecificationLocalLocalObjectImpl0.java:4486)
         at pl.com.bcc.hai.conf.BCC_H_CConfig.setSTimeSeriesesAIM(BCC_H_CConfig.java:4129)
         at pl.com.bcc.hai.conf.wdp.InternalBCC_H_CConfig.setSTimeSeriesesAIM(InternalBCC_H_CConfig.java:1038)
         at pl.com.bcc.hai.conf.wdp.IPublicBCC_H_CConfig$ISTimeSeriesesElement.setAIM(IPublicBCC_H_CConfig.java:3651)
         at pl.com.bcc.hai.conf.wdp.IPublicBCC_H_CConfig$ISTimeSeriesesElement.wdSetObject(IPublicBCC_H_CConfig.java:3786)
         at com.sap.tc.webdynpro.progmodel.context.MappedNodeElement.wdSetObject(MappedNodeElement.java:365)
         at pl.com.bcc.hai.conf.wdp.IPrivateSpecificationEditor$ISTimeSeriesesElement.wdSetObject(IPrivateSpecificationEditor.java:1737)
         at com.sap.tc.webdynpro.progmodel.context.AttributePointer.setObject(AttributePointer.java:223)
         at com.sap.tc.webdynpro.clientserver.data.DataContainer.transportPendingUserInput(DataContainer.java:1267)
         at com.sap.tc.webdynpro.clientserver.data.DataContainer.transportPendingUserInput(DataContainer.java:474)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.transport(ClientComponent.java:548)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.transport(ClientComponent.java:552)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.transport(ClientApplication.java:701)
         at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.transportData(WebDynproMainTask.java:717)
         at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:649)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:59)
         at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:251)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doWebDynproProcessing(DispatcherServlet.java:154)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:116)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:55)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sap.engine.services.ejb.exceptions.BaseEJBException: SQLException while the data is being flushed. The persistent object is pl.com.bcc.hai.SpecificationBean0Persistent.
         at com.sap.engine.services.ejb.entity.pm.UpdatablePersistent.ejbFlush(UpdatablePersistent.java:101)
         at com.sap.engine.services.ejb.entity.pm.TransactionContext.flushAll(TransactionContext.java:429)
         at com.sap.engine.services.ejb.entity.pm.TransactionContext.flush(TransactionContext.java:378)
         at com.sap.engine.services.ejb.entity.pm.TransactionContext.beforeCompletion(TransactionContext.java:506)
         at com.sap.engine.services.ejb.entity.SynchronizationList.beforeCompletion(SynchronizationList.java:136)
         at com.sap.engine.services.ts.jta.impl.TransactionImpl.commit(TransactionImpl.java:220)
         ... 36 more
    Caused by: com.sap.sql.log.OpenSQLException: Cannot assign double value 4.9E-324 to host variable 3 because it is not in the allowed range of +/- to +/-.
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:85)
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:124)
         at com.sap.sql.jdbc.common.CommonPreparedStatement.setDouble(CommonPreparedStatement.java:534)
         at com.sap.engine.services.dbpool.wrappers.PreparedStatementWrapper.setDouble(PreparedStatementWrapper.java:281)
         at pl.com.bcc.hai.SpecificationBean0Persistent.ejb_iUpdate(SpecificationBean0Persistent.java:558)
         at com.sap.engine.services.ejb.entity.pm.UpdatablePersistent.ejbFlush(UpdatablePersistent.java:80)
         ... 41 more

    Hi,
       Thank you for your replay. I didn't touch DB directly, I defined db structure through NetWeaver Dictionary perspective and table that i'm interested in is defined like the one on this screen: http://zduniak.com/tmp/sap_dictionary_double.png
    So I'm looking for generic solution (SAP OpenSQL), not specific to any particular DB vendor.
    Maybe there is somewhere on help.sap.com (i couldn't find unfortunately) information what is the allowed range of values for type 'double' in database according to OpenSQL spec ?
    Thank,
      Marcin Zduniak

  • Clone retouch feature cannot clone the selected source to the destination

    after i have upgraded to version 3.3, clone retouch feature cannot clone the selected source to the destination. the color tone and level is out of place. please help in this area.. is there any fixing? or is that a new feature or bug there? thank you..

    Both cloning and repairing using the Retouch Brick work fine here.
    Have you tried it on a few different Images (taken at different times, different formats, different cameras)?
    It's a minor bit of voodoo, but you might reboot and see if the problem persists.

  • Cannot print double-sided from Adobe Acrobat Professional 8.1.2

    Cannot print double-sided from Adobe Acrobat Professional 8.1.2
    Problem limited to Adobe Acrobat, MS Office 2008, Pages, Keynote.
    Can print double-sided from Safari and Mac Mail
    Using HP Color LaserJet 2605dtn. Have downloaded most recent driver from HP
    Computer: Apple MacPro Tower, 6GB 800 MHz DDR2 FB-DIMM, Quad-Core Intel Xeon, Processor speed = 3.2 GHz

    Correct way to install new driver is go to Printer Utility and delete That printer from the list.
    Then install the new driver.
    Then go back to Printer Utility and add the new driver Back
    Then go to systems preferences and to Print Fax (or Printer if no longer setup for fax) and set up for the the printer and set as default.
    This way you shouldn't have to go into either print menu or Page setup menu and set for desired printer.
    most hp printer in the pint menu you click copies and pages and mouse down to two sided pages you choose either book (facing pages) or Tablet (printed as you would a Tablet that's bound at the top.
    you need to test a two page document to see which does correctly for you. Its best never to have the application set for two sided. in fact if you have set for two sided in both one counter acts the the other.
    So set it only in the printer menu and no where else.
    Also once you set up you can save printer profiles that you can go back to click on the Presets button mouse down to very bottom save with a anme you can remember even put the words two-sided in title then save. Then you can go to that preset and print your heart out.

  • [SOLVED] AUR blackbox-git: cannot clone git repo

    Hi
    I'm trying to install blackbox-git package from aur.
    When I do "makepkg -s" inside unpacked blackbox-git repository I receive the following error message:
    ==> Making package: blackbox-git 0.70.2-1 (Tue Feb  4 18:19:42 CET 2014)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving sources...
      -> Cloning blackboxwm git repo...
    Cloning into bare repository '/home/jaro/blackbox-git/blackboxwm'...
    fatal: unable to connect to github.com:
    github.com[0: 192.30.252.129]: errno=Connection timed out
    In PKGBUILD (https://aur.archlinux.org/packages/bl/b … t/PKGBUILD) I can see
    see that it clones a package from:
    http://github.com/bbidulock/blackboxwm
    When I do the following manually the repo gets cloned perfectly:
    git clone http://github.com/bbidulock/blackboxwm
    I cannot just install blackbox from community repo since it does not contain "bt" library required by bbkeys.
    Please help me
    Last edited by jaro (2014-02-05 16:52:12)

    jaro wrote:Works great. Thanks
    [SOLVED]
    Please remember to actually add [Solved] to the beginning of your thread title.
    All the best,
    -HG

  • What is the deal with the new Mavericks version of the Mail program..?  I cannot simply double click in the address book to place names in the address line?

    I can no longer simply double click on a name in the contacts list to place that name into an an email??
    You now have to select a single name(or a group), and hit the "TO" button.
    Have the engineers at Apple gone nuts??  They just made it more difficult to add names??  Are they going for a windows workability??
    If anyone out there can tell me how to go back to this feature, please, please let me know..
    Adding addresses is now not working very well....??  Please help!
    Randy

    OK, JUST TO CLARIFY:  I OPEN MY MAIL PROGRAM.  I then start a new letter.  I then click on the little person icon button which opens up the address/contacts list.  This action does not open up the address book as such.
    I simply want to select various contacts from the list.  But now I can no longer simply go down the list to double click on those contacts that I want to automatically drop into the TO field of my new message.  It does not work any longer in Mavericks??
    Now I have to click on each contact, and then go up, and click again on the TO button ....
    Can Apple please stop making tasks more difficult??  The previous version worked great, and now it has been upgraded so that it doesn't work as simply as it did??
    Frustrated.!!!

  • Cannot use double tap and move with one finger to select text in Mountain Lion

    I've been using OS X in my Macbook Pro since Snow Leopard, and if I choose "tap with one finger to click", I can use double tap and move with one finger to select text if the cursor is between text.
    It works in Snow Leopard,and Lion However, in Mountain Lion, this doesn't work!! I have to click in the bottom right corner of my trackpad  in order to select the text.
    Can anyone get this fixed ?
    Thanks.

    Caolei,
    I don't know if you'll ever see this, but thank you! I hope this helps somebody else down the line, too.
    re. "I can use double tap and move with one finger to select text if the cursor is between text."
    I've been trying to figure out how to select text with tapping and without clicking.
    This did the trick.
    It's quite finicky to not select a space in between words.
    Zooming in does seem to help (two finger double tapping in a body of text may trigger a SmartZoom and zoom the current frame of text to fill the screen, if anybody doesn't know this.)
    ((There's a smartMagnifyWithEvent Cocoa NSEvent that's not universally supported across all applications for noob OS X developers like me.))
    I haven't been able to find the part about double tapping between text to begin a selection (which seems to work best when double tapping directly next to a letter) anywhere in the help system on or online. I probably just missed it, though.
    Clicking with the built-in trackpad on my MacBook Pro w/ Retina or Magic Mouse just takes too much pressure for an old-time touch typist like me.
    As an aside, I've been trying BetterTouchTool and MagicPrefs to enable one finger tap on the Magic Mouse. BetterTouchTool seems to trigger text selection unwantedly and randomly, though.
    The whole mystique of Mac / Apple being intuitive and user-friendly seems to be one of the greatest marketing coups / unbelievable con jobs of the last century.
    I'm actually somewhat qualified to express an opinion as a software engineer with a degree in Computer Science and programming and user interface design experience in Windows, UNIX, web, Android and other systems, and now OS X and iOS. I could go on and on and on but I won't other to say that I still find Macs buggy and hard to use. I'm now finding that my new iPhone 5 is just as big of a pain (i.e. big thumbs missing landscape keyboard in Contacts.) Of course, I like flexibility and options and custom workflows and more than one way to do things and simply being able to do things at all, so I'm also actually somewhat biased. Sorry for the rant...
    Cheers,
    Hal

  • It seems you cannot clone objects with attributes using lazy loading in JPA

    I have an entity with an attribute using lazy loading:
    @Entity
    public class B {
    @ManyToOne(fetch=FetchType.LAZY)
    private A a;
    @Entity
    public class A {
    Assume the following code:
    A a1 = new A();
    A a2 = new A();
    B b1 = EntityManager.find(B.class, ...);
    b1.setA(a1);
    B b2 = b1.clone();
    b2.setA(a2);
    Now with lazy loading enabled I get b1.getA() == a2 instead of b1.getA() == a1. Moreover, the debugger displays the same value holder in b1 and b2 for the attribute a. It appears as if cloning does not make a (deep) copy of the value holder managing the attribute a.
    How can I create a copy b2 of b1, such that the value holder managing a in b1 is a different object as the value holder managing a in b2?
    Thanks, Thomas.

    I have filed a bug to have this addressed in Oracle TopLink 11gR1. I would recommend you file a bug against TopLink Essentials in GlassFish or if you have a support contract report the issue to metalink to have the issue resolved.
    If this is urgent I did try fixing the issue with a small helper method using some reflection. This method is simplified through its throwing of Exception. If you wish to use something like this I would recommend proper error handling.
         * Helper method for cloning an entity and fixing the woven value-holders to
         * complete a proper shallow cloning.
        public static Employee clone(Employee entity) throws Exception {
           Employee clone = entity.clone();
           // Now fix the cloned ValueHolder references
           Field[] fields = entity.getClass().getDeclaredFields();
           for (int index = 0; index < fields.length; index++) {
               Field field = fields[index];
               if (field.getName().startsWith("_toplink_")) {
                   field.setAccessible(true);
                   ValueHolderInterface vhi = (ValueHolderInterface)field.get(entity);
                   Object value = vhi.isInstantiated() ? vhi.getValue() : null;
                   field.set(clone, new ValueHolder(value));
           return clone;
        }Doug

  • Problems setting up SSD in Mountain Lion - Cannot clone

    Hello,
    I have tried Carbon Copy, and I continue to get the lovely '?' folder when booting.  I partition the drive before transfering everything over with CCC, but still doesn't work.
    I have tried to restore the drive using Disk Utility, but I get the error on the size not being large enough.  Which I partitioned down the original drive to match the drive of the SSD.
    I'd like to just put my new drive in the machine and have it be like my old drive. 
    Can somebody save me?!
    Machine;
    Macbook Mid-2009 w/ 160 HD
    New Drive;
    Crucial 500 120GB SSD
    I have my drive adapter and everything is plugged up.
    Any ideas?

    (Image included)
    I have it partitioned as a GUID and set as (journaled)
    The retore through Disk Utility gave me the size error, which was odd, as I made sure to have plenty of space on the new drive.  (160HDD to 120SDD)  Since this did not work, I attempted to resize the partition, which shrunk it down to 120HDD, and even that didn't work.
    I am now working on CCC to try and clone everything over, but it is acting a bit goofy.  I have updated the OS as it recommended, then cloned it after that.  Right now it is acting strange and not booting to the drive while pressing 'C' on reboot.  (I have not installed it into the Macbook, as of yet)
    I'm jealous of those that had the easy 'Restore' option. haha 
    Note:  Attempted to repair the disk, and it failed.  Attempted to choose it as the start-up, wouldn't show it.
    Joyous time I am having.
    Thank you for all your help!

  • Cannot clone my 750 GB HD - Pavillion Elite e9150t Desktop

    I have an HP Pavilion Elite e9150t PC (from July 2009) with 12 GB of RAM and a Seagate Barracuda 750 GB hard drive running Windows Vista Home Premium. I want to clone my 750 GB hard drive onto a new 3 TB Seagate Barracuda SATA 3 6 GB/s drive. For 6 months I have been working with Symantec System recovery and Seagate Technical support. All the attempts to clone the drive have failed. I tried updating the Intel chipset, which now allows me to see the entire 3 TB. I have upgraded some drivers. I have backed up to another external drive and then restored form it (in both Seagate Disk Wizard and Symantec System Recovery (and Ghost). Nothing works. I had both drives connected to the motherboard and tried to format the 3 TB drive - it was proceeding and then triggers a blue screen of death.
    I tried another 3 TB drive - no luck. I also tried cloning with a new 2 TB drive - same problem. Even a new 1 TB drive had the same problem.
    I think it might be a motherboard problem, but the HP Diagnostic tests all indicate that that the hardware is running fine. More info: When I go onto HP's website for my model and tried to update the BIOS, I get a msg saying "Incorrect BIOS for my system (253). Please download patch again. if error continues, contact support." Coincidentally I replaced my motherboard back in 2011 under warranty for other reasons. Could it be that I need to replace it again? Or could it be that the issue is with the new 4k Sector hard drives are somehow not able to interact properly with my motherboard?
    Any ideas ? I want to clone my drive to my new 3TB hard drive and then upgrade to Windows 7.

    Hi,
    The first thing to do is to stop trying to clone your hard drive to 3 TB hard drive. You can use the 3TB hard drive only for data storage and not a boot drive as the BIOS in your PC will not support a boot hard drive over 2.2 TB. Mount the new hard drive and use the Seagate Wizard tool to format the hard drive. The below chart provided by Hitachi will show you what is possible for hard drives over 2.2TB.
    HP DV9700, t9300, Nvidia 8600, 4GB, Crucial C300 128GB SSD
    HP Photosmart Premium C309G, HP Photosmart 6520
    HP Touchpad, HP Chromebook 11
    Custom i7-4770k,Z-87, 8GB, Vertex 3 SSD, Samsung EVO SSD, Corsair HX650,GTX 760
    Custom i7-4790k,Z-97, 16GB, Vertex 3 SSD, Plextor M.2 SSD, Samsung EVO SSD, Corsair HX650, GTX 660TI
    Windows 7/8 UEFI/Legacy mode, MBR/GPT

  • 5700 TD128, I cannot clone, why???

    Hello, I recently bought a GeForce FX 5700 TD128.
    I also have a TV with S-Video Imput. When I connect the TV to the S-Video output of my VGA, the TV is detected fine.
    If I go to the option “nView” in advanced options it let me choose only one “nView modes”: Single display; and in “Current Display” it let me choose between “Analog Display” and “TV”.
    IF I change from “Analog Display” to “TV” my PC monitor turns off and the images start coming from the TV, that works fine but I want to have both displays on.
    Before I used to have a GeForce 2 MX 400 with TV out, in “nView modes” it let me choose between 4 modes, one of them was “Clone”, now I can’t. Why is this? How can I make it appear again? I know that this can be done with my new card because in “Desktop administration” à “Display assistant” à “next” à “custom configuration” if I choose from any of the 3 last options (Dualview, expand and clone) nothing happens but the options are there.
    I already try installing nVidia Drivers and MSI drivers, both last versions and also tried with some old nVidia drivers and the one that came with the card.
    I also reinstall Windows from scratch and make a clean install but with no effects.
    The rest of the VGA card functions work fine.
    Thanks in advance for the one who can help me.
       Gabriel

    Hi, GabriCos  I have a FX 5700 VTD 128 and had the same issue described here and this is worked for me: if you are running a single analog monitor, DO NOT connect it to the analog port, instead use the DVI/VGA adapter to connect the primary monitor to the digital port and the tv-out works!!.
    Now switch your tv to a/v channel and turn on your pc and now you have all modes
    maybe helps, good luck and sorry for my english!

  • Cannot get double sided printing as a default with Internet Apps

    When printing from an Internet App on the 8500A Plus, how do you get the printer to print double sided as the default 

    KayPee,
    The apps found on the printer have their own options.  If a particular app can support double sided (duplex) printing, it will be an option in the app itself.  If duplex print is not offered as a setting all ready in the app, the only way it will duplex print will be through a possible, future update to the app.  There is simply no way of knowing if an app will support any certain feature in the future.
    I was an HP employee.
    Please mark the post that solves your problem as "Accepted Solution"

  • Cannot delete double entries in macbook calendar

    I have double entries for recurring items on my macbook but not on my synced iPad though my android phone gets the double entries when synced but are easily deleted. My macbook accepts the deletion then says there has been a critical error in saving the changes and puts them all back.
    Dave

    If you see duplicate calendars or events after setting up iCloud Calendar

  • Cannot encode double & single quote " and ' using htmldb_util.url_encode()

    Hello,
    I'm using HTMLDB 1.5.0.00.33 on Oracle 9.2.0.6 database. The data(a sql query that populates the report page) that I want to pass as part of URL string contains special characters like #, $, % and quotes " or '. I'm using htmldb_util.url_encode() to encode the data and it works fine for special characters except for " & '. Can someone please help in this? Below sql query shows that.
    SQL>select htmldb_util.url_encode('A%"#') from dual;
    HTMLDB_UTIL.URL_ENCODE('A%"#')
    A%25"%23
    1 row selected.
    Thanks
    Shashin

    Shashin,
    You could try using the UTL_URL.Escape function with the escape_reserved_chars parameter set to TRUE. That should encode the reserved characters.
    See the documentation here: http://download-east.oracle.com/docs/cd/B19306_01/appdev.102/b14258/u_url.htm#sthref15935
    If you want to call it from a SQL statement, you'll need to wrap it in a function like this:
    function MyURLEscape(URL varchar2) return varchar2 is
       Result varchar2(4000);
    begin
       Result := UTL_URL.Escape(URL, TRUE);
       return(Result);
    end MyURLEscape;

  • I want to replace the hard drive on my 15inch mid2012 macbook pro with a SSD but I just cannot clone the HD or reimage the SSD and I've tried everything. Please help...

    What can i do to format, image and use the SSD as the primary drive on my macbook pro?

    Install the SSD in an enclosure and connect it to the MBP via USB.
    Open Disk Utility>Erase and format the drive to Mac OS Extended (Journaled).
    Then select Disk Utility>Restore.
    Drag the internal HDD to the Source field.  Drag the SSD to the Destination field.  Click on the Restore button.
    This may take a few hours depending upon how much data has to be transferred.
    When complete, Boot the MBP with the OPTION key. 
    Select the SSD and if it boots the MBP, swap the two drives.
    Ciao.

Maybe you are looking for

  • Wrong Dutch translation in iTunes 8.0 (Windows XP/Vista)

    Hello there! I just noticed a small translation error in iTunes 8.0, it's about the free space available on an ipod/iphone. In English the grey bar at the bottom of the screen reads "Free", which is alright, but if you have your language set to Dutch

  • Is there a way of getting my data off my iPhone once it is already in recovery mode?

    I was updating to the new software and an error occured and put my iPhone into recovery mode, I then unplugged it and plugged it back in. Now all my songs etc. are still on itunes but my personal detials on itunes were gone when I plugged it back in

  • Does anyone know when Macbook Airs had matte screens?

    I own a mid-2011 13" Macbook Air.  I purchased this computer through th Apple website and went through all of the customization options maxing out whatever was available to me. At the time, there was the option to choose a matte or a glossy screen (t

  • How big of a hard drive can I stuff in my 13" white mac book?

    Hi, I have a (june 2007) 13" 2.16 GhZ, 2 GB RAM Intel Core 2 Duo white macbook with a 120 GB hard drive. The hard drive is about 3/4 of the way full and I am starting to shop around for an upgrade. According to apple, my macbook is upgradable to 250

  • Youtube issue - search with non-english letters

    The issue appeared after the recent software update, worked correctly in the previous one. When searching youtube with non-english letters (through iphone remote app), it assumes every letter to be an "enter" and reports a problem connecting to youtu