DuplicateObjectException - But NOT duplicate!

Hi All,
I'm getting this exception (below) from weblogic when I try and redeploy our portal application . Its affecting around five of our different LAF files, the system outputs these errors/warnings and then doesn't allow selection or viewing of these laf's either through our application or portal admin.
These LAF's at one time or another have all worked (full testing was done on each one)
The files are 100% different, I've checked every single one and no two have the same markup names, or duplicate contents (apart from description - which I've also tried altering).
In the database the markup for these LAFs does already exist, as you would expect it to when redeploying existing code (You'd hardly want to delete your database everytime you redeploy!!!). if this issue happens in live as well this would be critical for us.
Can somebody suggest what might be wrong? and how if possible to recover?
Thanks
Chris.
Exception ---
<Duplicate ma
rkup name or type. SOLUTION: delete one of the .menu files OR rename the
markupN
ame attribute in the
/framework/markup/lookandfeel/company_greyongrey.laf
file. If it is already deleted then it is probably in use (and only marked
for d
eleted) and it will have to be deleted from the admin tools.
com.bea.netuix.application.exception.DuplicateObjectException: New Markup
file [
/framework/markup/lookandfeel/company_greyongrey.laf] and existing
Markup
file [framework/markup/lookandfeel/company_greyongrey.laf] have the
same
markup name [company_greyongrey], with type [LookAndFeel] in the same
web
app [dotf]. A definition for markup file
[framework/markup/lookandfeel/company_greyongrey.laf] will not be created.
at
com.bea.netuix.application.manager.persistence.jdbc.MarkupDefinitionD
elegate.createMarkupDefinition(MarkupDefinitionDelegate.java:320)
at
com.bea.netuix.application.manager.persistence.jdbc.MarkupDefinitionM
anagerImpl.createMarkupDefinition(MarkupDefinitionManagerImpl.java:230)
at
com.bea.netuix.application.manager.persistence.jdbc.MarkupDefinitionM
anager_twpn9c_EOImpl.createMarkupDefinition(MarkupDefinitionManager_twpn9c_E
OImp
l.java:154)
at
com.bea.netuix.servlets.repository.LookAndFeelFilePersistenceManager.
create(LookAndFeelFilePersistenceManager.java:142)
at
com.bea.netuix.servlets.repository.LookAndFeelFilePersistenceManager.
createUpdateLookAndFeelDefinitions(LookAndFeelFilePersistenceManager.java:22
8)
at
com.bea.netuix.servlets.repository.LookAndFeelFilePersistenceManager.
sync(LookAndFeelFilePersistenceManager.java:484)
at
com.bea.netuix.servlets.repository.AbstractFilePersistenceManager$Syn
c.run(AbstractFilePersistenceManager.java:187)
at
weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
dSubject.java:363)
at
weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
147)
at
com.bea.netuix.servlets.repository.AbstractFilePersistenceManager.sta
rtup(AbstractFilePersistenceManager.java:86)
at
com.bea.netuix.servlets.manager.PortalServlet.initFilePoller(PortalSe
rvlet.java:505)
at
com.bea.netuix.servlets.manager.PortalServlet.init(PortalServlet.java
:242)
at javax.servlet.GenericServlet.init(GenericServlet.java:258)
at
weblogic.servlet.internal.ServletStubImpl$ServletInitAction.run(Servl
etStubImpl.java:1028)
at
weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
dSubject.java:321)
at
weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
121)
at
weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubIm
pl.java:904)
at
weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStub
Impl.java:883)
at
weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubI
mpl.java:822)
at
weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppS
ervletContext.java:3333)
at
weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebApp
ServletContext.java:3290)
at
weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebApp
ServletContext.java:3276)
at
weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAp
pServletContext.java:3259)
at
weblogic.servlet.internal.WebAppServletContext.setStarted(WebAppServl
etContext.java:5949)
at
weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:862)
at
weblogic.j2ee.J2EEApplicationContainer.start(J2EEApplicationContainer
.java:2127)
at
weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContai
ner.java:2168)
at
weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.
activateContainer(SlaveDeployer.java:2503)
at
weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.doCommit(
SlaveDeployer.java:2421)
at
weblogic.management.deploy.slave.SlaveDeployer$Task.commit(SlaveDeplo
yer.java:2138)
at
weblogic.management.deploy.slave.SlaveDeployer$Task.checkAutoCommit(S
laveDeployer.java:2237)
at
weblogic.management.deploy.slave.SlaveDeployer$Task.prepare(SlaveDepl
oyer.java:2132)
at
weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(S
laveDeployer.java:2384)
at
weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(Sla
veDeployer.java:866)
at
weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDepl
oyer.java:594)
at
weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDep
loyer.java:508)
at
weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHan
dler.java:25)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
>

Its here.
Comma sepearted below, to this schema. - Sorry is it possible to actually post a file on here?
(PF_MARKUP_DEFINITION
MARKUP_DEFINITION_ID INTEGER(10) NULLABLE: NO
CREATION_DATE TIMESTAMP(26) NULLABLE: NO
MODIFIED_DATE TIMESTAMP(26) NULLABLE: NO
MARKUP_NAME VARCHAR(255) NULLABLE: NO
MARKUP_TYPE VARCHAR(20) NULLABLE: NO
BEGIN_XML VARCHAR(2000) NULLABLE: NO
END_XML VARCHAR(2000) NULLABLE:YES
MARKUP_FILE VARCHAR(255) NULLABLE: YES
WEBAPP_NAME VARCHAR(80) NULLABLE: YES
Primary Key: MARKUP_DEFINITION_ID )
Contents of PF_MARKUP_DEFINITION table (look and feels only)
6017,2005-08-17 09:08:08.0,2005-08-17 09:08:08.0,"classicLookAndFeel","LookAndFeel","<netuix:lookAndFeel $(definitionLabel) $(definitionId) skin=\"classic\" $(markupType) />",NULL,"/framework/markup/lookandfeel/classic.laf","dotf"
6018,2005-08-17 09:08:08.0,2005-08-17 09:08:08.0,"defaultLookAndFeel","LookAndFeel","<netuix:lookAndFeel $(definitionLabel) $(definitionId) $(markupType) />",NULL,"/framework/markup/lookandfeel/default.laf","dotf"
6019,2005-08-17 09:08:08.0,2005-08-17 09:08:08.0,"textLookAndFeel","LookAndFeel","<netuix:lookAndFeel $(definitionLabel) $(definitionId) skin=\"text\" skinPath=\"/framework/skins/\" skeleton=\"text\" skeletonPath=\"/framework/skeletons/\" defaultWindowIcon=\"window-icon.gif\" defaultWindowIconPath=\"images/\" $(markupType) />",NULL,"/framework/markup/lookandfeel/text.laf","dotf"
10005,2005-10-24 17:25:50.0,2005-10-24 17:25:50.0,"company_greyongrey","LookAndFeel","<netuix:lookAndFeel $(definitionLabel) $(definitionId) skin=\"company_greyongrey\" skinPath=\"/framework/skins/\" skeleton=\"default\" skeletonPath=\"/framework/skeletons/\" $(markupType) />",NULL,"/framework/markup/lookandfeel/company_greyongrey.laf","dotf"
10006,2005-10-24 17:25:50.0,2005-10-24 17:25:50.0,"company_blackonlightblue","LookAndFeel","<netuix:lookAndFeel $(definitionLabel) $(definitionId) skin=\"company_blackonlightblue\" skinPath=\"/framework/skins/\" skeleton=\"default\" skeletonPath=\"/framework/skeletons/\" $(markupType) />",NULL,"/framework/markup/lookandfeel/company_blackonlightblue.laf","dotf"
10007,2005-10-24 17:25:50.0,2005-10-24 17:25:50.0,"company","LookAndFeel","<netuix:lookAndFeel $(definitionLabel) $(definitionId) skin=\"company\" skinPath=\"/framework/skins/\" skeleton=\"default\" skeletonPath=\"/framework/skeletons/\" $(markupType) />",NULL,"/framework/markup/lookandfeel/company.laf","dotf"
10008,2005-10-24 17:25:50.0,2005-10-24 17:25:50.0,"company_blackongrey","LookAndFeel","<netuix:lookAndFeel $(definitionLabel) $(definitionId) skin=\"company_blackongrey\" skinPath=\"/framework/skins/\" skeleton=\"default\" skeletonPath=\"/framework/skeletons/\" $(markupType) />",NULL,"/framework/markup/lookandfeel/company_blackongrey.laf","dotf"
10009,2005-10-24 17:25:50.0,2005-10-24 17:25:50.0,"company_yellowonpurple","LookAndFeel","<netuix:lookAndFeel $(definitionLabel) $(definitionId) skin=\"company_yellowonpurple\" skinPath=\"/framework/skins/\" skeleton=\"default\" skeletonPath=\"/framework/skeletons/\" $(markupType) />",NULL,"/framework/markup/lookandfeel/company_yellowonpurple.laf","dotf"
10010,2005-10-24 17:25:50.0,2005-10-24 17:25:50.0,"company_blackoncream","LookAndFeel","<netuix:lookAndFeel $(definitionLabel) $(definitionId) skin=\"company_blackoncream\" skinPath=\"/framework/skins/\" skeleton=\"default\" skeletonPath=\"/framework/skeletons/\" $(markupType) />",NULL,"/framework/markup/lookandfeel/company_blackoncream.laf","dotf"
10011,2005-10-24 17:25:50.0,2005-10-24 17:25:50.0,"company_blackongreen","LookAndFeel","<netuix:lookAndFeel $(definitionLabel) $(definitionId) skin=\"company_blackongreen\" skinPath=\"/framework/skins/\" skeleton=\"default\" skeletonPath=\"/framework/skeletons/\" $(markupType) />",NULL,"/framework/markup/lookandfeel/company_blackongreen.laf","dotf"
10012,2005-10-24 17:25:50.0,2005-10-24 17:25:50.0,"company_blueoncream","LookAndFeel","<netuix:lookAndFeel $(definitionLabel) $(definitionId) skin=\"company_blueoncream\" skinPath=\"/framework/skins/\" skeleton=\"default\" skeletonPath=\"/framework/skeletons/\" $(markupType) />",NULL,"/framework/markup/lookandfeel/company_blueoncream.laf","dotf"
10013,2005-10-24 17:25:50.0,2005-10-24 17:25:50.0,"company_blackonbrightblue","LookAndFeel","<netuix:lookAndFeel $(definitionLabel) $(definitionId) skin=\"company_blackonbrightblue\" skinPath=\"/framework/skins/\" skeleton=\"default\" skeletonPath=\"/framework/skeletons/\" $(markupType) />",NULL,"/framework/markup/lookandfeel/company_blackonbrightblue.laf","dotf"
10014,2005-10-24 17:25:50.0,2005-10-24 17:25:50.0,"company_highcontrast_yellowonblue","LookAndFeel","<netuix:lookAndFeel $(definitionLabel) $(definitionId) skin=\"company_highcontrast_yellowonblue\" skinPath=\"/framework/skins/\" skeleton=\"default\" skeletonPath=\"/framework/skeletons/\" $(markupType) />",NULL,"/framework/markup/lookandfeel/company_highcontrast_yellowonblue.laf","dotf"
10015,2005-10-24 17:25:50.0,2005-10-24 17:25:50.0,"company_yellowOnBlack","LookAndFeel","<netuix:lookAndFeel $(definitionLabel) $(definitionId) skin=\"company_yellowOnBlack\" skinPath=\"/framework/skins/\" skeleton=\"default\" skeletonPath=\"/framework/skeletons/\" $(markupType) />",NULL,"/framework/markup/lookandfeel/company_yellowOnBlack.laf","dotf"
10016,2005-10-24 17:25:51.0,2005-10-24 17:25:51.0,"company_highcontrast_black","LookAndFeel","<netuix:lookAndFeel $(definitionLabel) $(definitionId) skin=\"company_highcontrast_black\" skinPath=\"/framework/skins/\" skeleton=\"default\" skeletonPath=\"/framework/skeletons/\" $(markupType) />",NULL,"/framework/markup/lookandfeel/company_highcontrast_black.laf","dotf"
10017,2005-10-24 17:25:51.0,2005-10-24 17:25:51.0,"company_blackonlightgreen","LookAndFeel","<netuix:lookAndFeel $(definitionLabel) $(definitionId) skin=\"company_blackonlightgreen\" skinPath=\"/framework/skins/\" skeleton=\"default\" skeletonPath=\"/framework/skeletons/\" $(markupType) />",NULL,"/framework/markup/lookandfeel/company_blackonlightgreen.laf","dotf"
10018,2005-10-24 17:25:51.0,2005-10-24 17:25:51.0,"company_blackonpurple","LookAndFeel","<netuix:lookAndFeel $(definitionLabel) $(definitionId) skin=\"company_blackonpurple\" skinPath=\"/framework/skins/\" skeleton=\"default\" skeletonPath=\"/framework/skeletons/\" $(markupType) />",NULL,"/framework/markup/lookandfeel/company_blackonpurple.laf","dotf"
10019,2005-10-24 17:25:51.0,2005-10-24 17:25:51.0,"company_yellowonbrown","LookAndFeel","<netuix:lookAndFeel $(definitionLabel) $(definitionId) skin=\"company_yellowonbrown\" skinPath=\"/framework/skins/\" skeleton=\"default\" skeletonPath=\"/framework/skeletons/\" $(markupType) />",NULL,"/framework/markup/lookandfeel/company_yellowonbrown.laf","dotf"
10020,2005-10-24 17:25:51.0,2005-10-24 17:25:51.0,"company_blackonmagenta","LookAndFeel","<netuix:lookAndFeel $(definitionLabel) $(definitionId) skin=\"company_blackonmagenta\" skinPath=\"/framework/skins/\" skeleton=\"default\" skeletonPath=\"/framework/skeletons/\" $(markupType) />",NULL,"/framework/markup/lookandfeel/company_blackonmagenta.laf","dotf"
10021,2005-10-24 17:25:51.0,2005-10-24 17:25:51.0,"company_blackonrose","LookAndFeel","<netuix:lookAndFeel $(definitionLabel) $(definitionId) skin=\"company_blackonrose\" skinPath=\"/framework/skins/\" skeleton=\"default\" skeletonPath=\"/framework/skeletons/\" $(markupType) />",NULL,"/framework/markup/lookandfeel/company_blackonrose.laf","dotf"
10022,2005-10-24 17:25:51.0,2005-10-24 17:25:51.0,"company_highcontrast_yellowondarkblue","LookAndFeel","<netuix:lookAndFeel $(definitionLabel) $(definitionId) skin=\"company_highcontrast_yellowondarkblue\" skinPath=\"/framework/skins/\" skeleton=\"default\" skeletonPath=\"/framework/skeletons/\" $(markupType) />",NULL,"/framework/markup/lookandfeel/company_highcontrast_yellowondarkblue.laf","dotf"
10023,2005-10-24 17:25:51.0,2005-10-24 17:25:51.0,"company_highcontrast_white","LookAndFeel","<netuix:lookAndFeel $(definitionLabel) $(definitionId) skin=\"company_highcontrast_white\" skinPath=\"/framework/skins/\" skeleton=\"default\" skeletonPath=\"/framework/skeletons/\" $(markupType) />",NULL,"/framework/markup/lookandfeel/company_highcontrast_white.laf","dotf"
10024,2005-10-24 17:25:51.0,2005-10-24 17:25:51.0,"company_highcontrast_greenonblack","LookAndFeel","<netuix:lookAndFeel $(definitionLabel) $(definitionId) skin=\"company_highcontrast_greenonblack\" skinPath=\"/framework/skins/\" skeleton=\"default\" skeletonPath=\"/framework/skeletons/\" $(markupType) />",NULL,"/framework/markup/lookandfeel/company_highcontrast_greenonblack.laf","dotf"

Similar Messages

  • Copying data from one table to another, but not duplicate

    Good afternoon!
    I am new to Oracle SQL, I have a difficulty.
    I have a script that copies or add another table with data from another table.
    If the table already has 01 "Registry 01" when you make a copy of the data in table 02, can not duplicate the "Registry 01" again.
    As the table already exists since the beginning of the year before last and duplicate information, I can not apply the UNIQUE constraint because of the error. I have to make this change from now.
    How to perform this validation so that no duplicate data?
    DECLARE
    w_cont NUMBER;
    CURSOR c_simpro IS
    SELECT sc.cd_simpro,
    sc.ds_produto,
    sp.qt_embalagem,
    MAX(sp.dt_vigencia)
    FROM simpro_cadastro sc,
    simpro_preco sp
    WHERE sc.cd_simpro = sp.cd_simpro
    GROUP BY sc.cd_simpro,
    sc.ds_produto,
    sp.qt_embalagem;
    BEGIN
    FOR r_simpro IN c_simpro LOOP
    w_cont := 0;
    SELECT COUNT(1)
    INTO w_cont
    FROM pls_material pm
    WHERE pm.cd_material_ops = r_simpro.cd_simpro;
    IF w_cont = 0 THEN
    INSERT INTO pls_material(nr_sequencia,
    dt_atualizacao,
    nm_usuario,
    dt_atualizacao_nrec,
    nm_usuario_nrec,
    ie_tipo_despesa,
    cd_estabelecimento,
    nr_seq_estrut_mat,
    cd_simpro,
    ds_material,
    ie_situacao,
    ds_material_sem_acento,
    dt_inclusao,
    cd_material_ops_orig,
    cd_unidade_medida,
    cd_material_ops,
    qt_conversao_simpro)
    VALUES(pls_material_seq.nextval,
    SYSDATE,
    'ES-SIMPRO',
    SYSDATE,
    'ES-SIMPRO',
    3,
    1,
    3,
    r_simpro.cd_simpro,
    r_simpro.ds_PRODUTO,
    'A',
    r_simpro.ds_PRODUTO,
    SYSDATE,
    r_simpro.cd_simpro,
    'un',
    TRIM(to_char(r_simpro.cd_simpro,'0000099999')),
    r_simpro.qt_embalagem);
    COMMIT;
    END IF;
    IF w_cont > 0 THEN
    UPDATE pls_material p
    SET p.qt_conversao_simpro = r_simpro.qt_embalagem,
    p.dt_atualizacao = SYSDATE
    WHERE p.cd_simpro = r_simpro.cd_simpro;
    COMMIT;
    END IF;
    END LOOP;
    END;
    Edited by: 983464 on 22/01/2013 10:30

    Hi,
    in addition to what Marwin has already said, I suggest you to post CREATE TABLE and INSERT statements (as mentioned in the FAQ).
    The error you are getting from MERGE command is because you need a way to uniquely identify within the table. So it's is important to know also if your table has a primary key/unique index so the keys could to be used in the MERGE command.
    Additionally when you put some code or output please enclose it between two lines starting with {noformat}{noformat}
    i.e.:
    {noformat}{noformat}
    SELECT ...
    {noformat}{noformat}
    Regards.
    Al                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How to delete duplicates from iTunes but not hard drive

    I'm running iTunes 10 and have my music stored on both my NAS drive and backup drive.  Each track appears twice on iTunes: once as lossless for streaming and and once as compressed AAC files for synching to ipods and iphones.
    For some reason, when my PC is turned on after being turned on, the linkstation cannon be 'seen' by iTunes, and therefore if I try to play a track, 'the original file cannot be found'.  If I use the 'add folder to library' option in the 'file' dropdown menu, the tracks are located again.
    Unfortunately, I the last time I did this it resulted in 4 copies of each song on itunes; 2 lossless and 2 AAC.
    I have 2 questions:
    Firstly is there an easy way to delete the duplicates from my iTunes library so that I am left with only 1 lossless and one AAC copy, but not deleing the files from my NAS and backup drive?
    Is there a way I can just store my music as lossless, but convert it easily to aa more compressed format for synching to iphone and ipod?
    Thanks!

    You can try my new DeDupe script. It should be able to get rid of the redundant copies while keeping one copy of each track in each format. See this thread for background.
    I've not used the feature, but iTunes can downsample to 128k AAC on the fly as it syncs your devices. Of course you might find the process is too slow for your needs or find that 128k is too much compression.
    tt2

  • Duplicate calendar entries - but not related to any kind of sync

    I went on holiday for 3 weeks and during that time my iPod touch discharged completely. When I came back and charged it up again I saw that it had reset its date back to what I presume is the factory default of 01 January 1970. I set the date and time to the current date and time - and then discovered that all my MONTHLY and YEARLY repeating calendar entries (but not the WEEKLY ones) have all been duplicated. This is not the result of any kind of sync up since (following a complete system rebuild following a virus attack) I have not yet reinstalled iTunes on my PC and I have not knowingly synced with Outlook because I almost never use it. If I delete an entry that has been duplicated then BOTH entries are deleted. Has anyone seen this behaviour and can tell me how I can remove the duplicate entries? I have looked for posts relating to duplicate calendar entries but they all deal with syncing-related problems whereas mine is not. Thanks.

    I have a similar issue. I bought an ipod touch last week and today I synced my entourage contacts, and address book. The address book entries are fine, but I have duplicates on my calendar. Now, its not duplicating per day, its duplicating the previous or next day. For instance, I have a birthday listed for today, it will also show for yesterday or tomorrow. What is causing this? I've checked the calendar on entourage and ical and both show correctly. (ical copies items from entourage)

  • TS2570 I have a corrupt jpeg on my desktop. It has duplicated itself 450,000 times freezing my finder. I have reinstalled 10.6.8 but not freed up desktop. I have managed to delete the corrupt jpeg from a shared imac but cannot delete the duplicates. Any i

    I have a corrupt jpeg on my desktop. It has duplicated itself 450,000 times freezing my finder. I have reinstalled 10.6.8 but not freed up the desktop. I have managed to delete the corrupt jpeg from a shared imac but cannot delete the duplicates. Any ideas

    This can be done from Single User Mode. You're going to need a little nerve though since everything is command line based.
    1) Enter Single User Mode by restarting and holding down Command+S on the keyboard. A whole bunch of UNIX stuff will go by on the screen in white text on a black background. When it's done, the command prompt will be sitting at:
    :/root#
    2) Above that, you'll see that it tells you to enter two commands. Run this one first by typing it in and pressing enter:
    /sbin/fsck/ -fy
    This does a system file check. A good thing to do in your case as it may be damaged. It could take a while. When it's done, you'll be back at the :/root# prompt.
    3) Enter the second command and press enter:
    /sbin/mount -uw /
    4) Type the following at the prompt:
    cd /Users/name/Desktop
    Where it says "name" above, the short name of your user account goes there. If you're not sure what it is, first type:
    cd /Users
    Then type:
    ls
    That's a lower case L, not a one. It stands for "list". You'll get a listing of all files and folders in the Users folder. So if your short account name is diane, then the command will be:
    cd /Users/diane/Desktop
    After entering that command, the prompt should read:
    :Desktop root#
    Type:
    rm *.jpg
    Be very careful to type is exactly as shown. rm followed by a space, then *.jpg. Press enter and all files ending in .jpg will be deleted from the Desktop folder. With 450,000 of them, you could be waiting a while for the prompt to come back.
    Type:
    exit
    and press enter to boot back into OS X.

  • Duplicate contacts on iphone 4s but not on icloud

    Hi
    Everytime i edit a contact on my iphone 4s running ios6 it doubles up the contacts but not in icloud.
    If i delete then delete 1 of the duplicates both are removed as well as the one on icloud.
    Please help its driving me mad.
    thanks

    Go into settings-mail make sure only one account is syncing contacts in my case it's iCloud turn off contact syncing hit delete what's on iPhone then make sure no contacts are listed under contacts then go back and turn it on.

  • How can I delete duplicate songs that are appearing on my iphone but not in my itunes?

    How can I delete duplicate songs that are appearing on my iphone

    Hi jpere041,
    Thanks for visiting Apple Support Communities.
    You can delete individual songs, artists, albums, playlists, compilations and composers from your iPhone. To delete an item, swipe across it, then tap Delete.
    This information is on page 61 of the iPhone User Guide
    manuals.info.apple.com/en_US/iphone_user_guide.pdf
    Delete a song from iPhone: In Songs, swipe the song, then tap Delete.
    The song is deleted from iPhone, but not from your iTunes library on your Mac or PC, or from iCloud.
    Regards,
    Jeremy

  • How To Duplicate Songs In A Playlist To Edit Info But Not Lose Original?

    I'm making a Christmas playlist and want to edit the info on the various songs -- I'll add my own "album artwork" and will change the track info so each of the 25 songs is numbered 1 of 25 ... 25 or 25
    bla bla bla
    How best do I deal with the playlist so I can make my changes for this project but not lose the original info associated with each song? For example I'll want to add my artwork this time but want the original file to still have the original artwork, track number, album name, etc.
    what's the easiest way?
    Thanks

    Wow ... a flurry of comment on what I thought was a basic question
    Many thanks to all!
    I am not aware of the "automatically add to iTunes" function -- is it a folder, a button, a menu item, ...? I don't see it in my iTunes and there is no mention when I did a search in the help. I'm sure it is right in front of my face.
    What I was thinking of doing was dragging the songs to my desktop and then dragging back. But am I then going to get messed up with the file being recompressed?
    Interesting stuff!
    Thanks again.

  • Duplicate files in windows but not in itunes

    Here's a thorny problem! My library is taking up about twice what i reckon it should be. I have 3888 tunes, which is taking up 23.56 gb according to itunes. If I click on properties of my itunes folder at windows level it confirms this. I have no duplicate tunes in my library and if i look at the files at windows level there are no duplicates. However, if I do a search in windows for a tune (and this applies to all the tunes i searched) it shows two files, both of the same name and the same size, in the same folder within itunes. So it seems that my files are being duplicated within my itunes folder, but the duplicates don't show up in itunes or windows (i have 'show hidden files' selected in folder options). Any takers? All help greatly appreciated!

    Try this first...
    Safe Boot from the HD, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, test in safe Mode.

  • Issues with duplicate IDs - maybe a MyFaces problem but not sure

    I've been having a heap of trouble getting the DataScroller object working. It simply refuses to allow me to have facets. It works perfectly fine in the examples but not in my page. I'd really appreciate it if anyone can help me out. This thing has been bothering me for days.
    I'm new to JSF so any other hints about how I should write it would be nice for future reference. You know, things like "you should make sure these tags are before these ones" and that.
    The code that causes the error (messages.jsp):
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <f:view>
    <HTML>
    <HEAD><TITLE>Some thing</TITLE>
    <BODY>
    <CENTER>
        <h:panelGroup id="group">
            <h:panelGrid columns="1" id="grid">
            <t:dataTable id="messagedata"
                    var="message"
                    value="#{listMessage.messages}"
                    rows="10">
               <t:column>
                   <f:facet name="header">
                <h:outputText value="Time Transferred" />
                   </f:facet>
                   <h:outputText value="#{message.timeTransferred}" />
               </t:column>
               <t:column>
                   <f:facet name="header">
                <h:outputText value="Purpose" />
                   </f:facet>
                   <h:outputText value="#{message.actionPerformed}" />
               </t:column>
            </t:dataTable>
                <t:dataScroller id="scrollnice"
                        for="messagedata"
                        fastStep="10"
                        pageCountVar="pageCount"
                        pageIndexVar="pageIndex"
                        paginator="true"
                        paginatorMaxPages="9"
                        paginatorActiveColumnStyle="font-weight:bold;">
                    <f:facet name="first" >
                        <t:graphicImage id="theproblem" url="images/arrow-first.gif" border="1" />
                    </f:facet>
                </t:dataScroller>
            </h:panelGrid>
        </h:panelGroup>
    </CENTER>
    </BODY>
    </HTML>
    </f:view>and the error page:
    exception
    javax.servlet.ServletException: Client-id : theproblem is duplicated in the faces tree.
         javax.faces.webapp.FacesServlet.service(FacesServlet.java:109)
         org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:112)
    root cause
    java.lang.IllegalStateException: Client-id : theproblem is duplicated in the faces tree.
         org.apache.myfaces.application.jsp.JspStateManagerImpl.checkForDuplicateIds(JspStateManagerImpl.java:241)
         org.apache.myfaces.application.jsp.JspStateManagerImpl.checkForDuplicateIds(JspStateManagerImpl.java:255)
         org.apache.myfaces.application.jsp.JspStateManagerImpl.checkForDuplicateIds(JspStateManagerImpl.java:255)
         org.apache.myfaces.application.jsp.JspStateManagerImpl.checkForDuplicateIds(JspStateManagerImpl.java:255)
         org.apache.myfaces.application.jsp.JspStateManagerImpl.checkForDuplicateIds(JspStateManagerImpl.java:255)
         org.apache.myfaces.application.jsp.JspStateManagerImpl.checkForDuplicateIds(JspStateManagerImpl.java:255)
         org.apache.myfaces.application.jsp.JspStateManagerImpl.saveSerializedView(JspStateManagerImpl.java:204)
         org.apache.myfaces.taglib.core.ViewTag.doEndTag(ViewTag.java:122)
         org.apache.jsp.messages_jsp._jspx_meth_f_view_0(org.apache.jsp.messages_jsp:132)
         org.apache.jsp.messages_jsp._jspService(org.apache.jsp.messages_jsp:81)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:415)
         org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:234)
         org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:300)
         javax.faces.webapp.FacesServlet.service(FacesServlet.java:95)
         org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:112)Thanks in advance for any help.

    Emilio Corsetti wrote:
    Ben,
    That was the problem. The link is live now and you can see the poorly positioned spry menu in all its glory.
    Thanks,
    Emilio
    http://www.emiliocorsetti.com/publish/two_column.html
    You don't say what you want to change.
    If I were styling your menu I would have it vertically centered in the grey background. By adding the red coloured rule found in layout.css
    #menu (line  61)
    background-image:  url("../Images/Layout/nav_bg.jpg");
    background-repeat: repeat-x;
    background-position:  left top;
    width: 960px;
    height: 40px;
    padding-top: 10px; // or whatever suits
    I would also like to have the menu items spread evenly across the page by applying the style rule found in SpryMenuBarHorizontal.css
    ul.MenuBarHorizontal li
         margin: 0;
         padding: 0;
         list-style-type: none;
         font-size: 100%;
         position: relative;
         cursor: pointer;
         width: 20%; // 5 items X 20% = 100%
         float: left;
    You may have to fiddle a bit more after this to get it exactly the way you want. Just start a new topic because this one has already been answered.
    Happy Sprying.
    Ben

  • ITunes for Windows freezes when importing a library. I have a large but not huge library of mostly iTunes purchased music on two authorized computers and would like to sync the files, export the library as a playlist, and import it on the other computer.

    I am running iTunes for Windows 10.2.2 on Windows 7 Home. I have my iTunes library on both this computer and another authorized machine running Windows 7 Professional. I have a large but not enormous library, as I'm one of those people who doesn't pirate, use torrents, borrow from a dozen friends, or whatever other shades of gray you might imagine. It's mostly iTunes purchases with my old CD collection imported. I have started using the following technique to sync my libraries between my two authorized computers, an ability which you can probably all agree should one day be added to iTunes -- that would be different from Home Sharing, because the music would be stored locally and thus available on the road. With the added benefit of the entire library being backed up on the other machine in real-time. Anyway, when I switch from my desktop to laptop and vice versa, I use the following technique:
    Connect both machines to the home network. One machine is the "Active" machine, which has most recently been used for iTunes media, purchases, ratings, etc.
    On the "Active" machine, File-->Library-->Export. Save the file as "Library.xml" on the shared drive of the other machine.
    Right-click "Library.xml" where it's been saved, and open another file that has two lines in it: The root path of the iTunes library on one machine and the root path of the iTunes library on the other machine.
    Do a find/replace all in Notepad to make the library XML file point to where the files will be saved on the "Inactive" machine.
    Run Microsoft SyncToy to synchronize the files between both music libraries; the most recent files win. This avoids copying the entire multi-gigabyte library over the network.
    Open iTunes on the "Inactive" machine.
    Go to Music, Select All, Delete. Keep files.
    Do the same for Movies, Music Videos.
    Go down to Playlists, select the top one, hold down the delete button until they're all gone.
    File-->Library-->Import Playlist. Choose the "Library.xml" file you saved.
    First a status bar comes up that says, "Importing library." It has the continually-scrolling progress bar, not the one that starts on the left and steadily creeps right. Then after about 30 seconds, that clears out. Wait. Typically a few minutes. Eventually a status bar will pop up saying something like, "Evaluating gapless playback information," or something like that.
    The "Inactive" computer is now the "Active" computer. I can now play my library, it has all my playlists and metadata from the other machine.
    Delete all the duplicate playlists named "Music," "Genius," "Purchased," and "iTunes DJ."
    Well, I just upgraded to iTunes 10.2.2 a few days ago and tried to do this again like I've done it dozens of times before. Now, iTunes just goes unresponsive after the library import. It got through the "Importing library" bar to the long wait and stopped. I can still multiprocess and use other programs, but iTunes is hovering back there not responding to clicks. Task Manager doesn't seem to think iTunes is using my CPU, and I don't see my hard drive rattling. Any thoughts on why iTunes might hang up when importing a large library?
    ... Also, please help lobby Apple to come up with a network sync tool built into iTunes for a user with multiple authorized computers. Something different than Home Sharing so I can pull my laptop off the network and still have the synced library with me. And all my metadata changes will sync. The technique I use seems a little kludgey, don't you think?

    iTunes isn't an editor. You need an app that's intended for editing audio files, like Adobe Audition (http://www.adobe.com/products/audition.html) or Audacity (free in the App Store).

  • Artist/album names missing when adding folder (but not all of them)

    Yesterday I found iTunes couldn't locate the folder where I store MP3 downloads - ie. I got the dreaded '!' alongside most tracks. When I used the Add Folder command I ended up getting a duplicate of virtually every track.
    However most of the duplicate tracks were only shown with the track number on the original album plus about 12-15 characters from the title (ie. character string used as a label for the MP3 file). There was no detail of the artist or album.
    Given the large number of duplicates involved I decided to clear out the library and have just used Add Folder. Same outcome - 1/3rd of the tracks described in full; the other 2/3rds just show track number and some of the title.
    Suggestions on (a) where I'm going wrong; and (b) whether I can use contents in the Previous iTunes library folder to recreate the library would be greatly appreciated. Many thanks.

    As I've already said this question has been answered maybe no one is monitoring this topic but ... I've just worked out the reason the detail is missing is because the tracks which have limited detail are in WAV format.
    This is where I am completely lost because they have all been downloaded from the iTunes store or from Amazon as MP3 files, and I'm not aware either of the download functions comes with an add-on called "automatically convert to WAV".
    The irony is that this is quite convenient but if anyone can provide an explanation of how it is occurring then I would be interested to hear because I can't figure it out. May still trust my sanity, but not my memory!

  • Font There but Not

    I have a particular font, visible in the Fonts folder (in Library). That font will not show up in FontBook or even Spotlight! AND, it won't appear in my font lists (such as in InDesign or Word, or anything)!
    I've tried "validating file" within FontBook, but I'm now stuck...
    Help?
    Thanks!
    -Aaron

    Hullo Aaron:
    I'm no systems techie, so this might be a naive question:
    But is your font actually installed to Font Book and the font panel?
    To check this, if you haven't already, and since you know where the font is, just double click on its file. This brings up a Font Book linked panel, which will either tell you the font is installed, or offer you the option to install it.
    It's not enough for a font to just be on your system, even in the right place.
    It has to be "installed" for the system to see it. Generally system installation does this for the fonts it provides, but not for others, and a partial installation or archive reinstall can also leave provided fonts still needing this operation. Similarly some fonts you download do this for you, but if you transfer them to another system you have to do it for them.
    Sorry if you've checked this already, but otherwise try it. It's harmless. The worst that can happen is that if you've got a second copy of a font installed from elsewhere, there'll be a duplicate to resolve.
    Good luck.

  • HT201342 How will this benefit me. I have a Mac computer that i upgraded to Mountain lion, a macbook pro and an iPhone 4s which has the latest software. all i want is simplicity and to have one email account which which will not duplicate everything 4 or

    I have been asked to set up an Icloud account by Apple.
    How will having another icloud email benefit me. I have my work email which is all i require, but had to set up a @me account to get email on my Macbook.
    I have a Mac computer that i upgraded to Mountain lion, a macbook pro and an iPhone 4s which has the latest software. all i want is simplicity and to have one email account which which will not duplicate everything 4 or 5 times.
    My notes are duplicated, i have to delete my emails individually on all devices so whenever i put my phone on, all the emails i have deleted at work re-appear on my phone and again the same thing happens on my Macbook pro. I seem to spend all my time deleting emails 3 times.
    Is there something simple in the set up of these that i am missing?
    Any help would be appreciated

    I have been asked to set up an Icloud account by Apple.
    How will having another icloud email benefit me. I have my work email which is all i require, but had to set up a @me account to get email on my Macbook.
    I have a Mac computer that i upgraded to Mountain lion, a macbook pro and an iPhone 4s which has the latest software. all i want is simplicity and to have one email account which which will not duplicate everything 4 or 5 times.
    My notes are duplicated, i have to delete my emails individually on all devices so whenever i put my phone on, all the emails i have deleted at work re-appear on my phone and again the same thing happens on my Macbook pro. I seem to spend all my time deleting emails 3 times.
    Is there something simple in the set up of these that i am missing?
    Any help would be appreciated

  • Old contacts showing up in siri and text search results but not in contacts list.

    So what I did was this. I had mobile me, and iphone ocntacts as well as contacts on phone. After updating to IOS5, i had tripples of almost all my contacts (but not all). I converted my mobile me to icloud to discover i couldnt use that email under my new official icloud accoutn as my @me.com adress. So what i did was this. I deleted my old mobile me (now icloud account) compleatly from my phone, my iPad and my computer so there is no trace of it. I then went to my new iCloud account (that i will now use as my only icloud account. going to let the old mobile me one just die so i have 1 central spot for all my stuff).  Now all my contacts are gone. So to start fresh and just be done with the confusion, i go to www.icloud.com and manually (by hand) re type in all my contacts. I updated some info and changed some names (like nicknames and stuff like that to real names). Basiclly compleatly organizing my contacts and such to the way i want them. Getting rid of poeple i no longer talk to and such.  I did it, it syned and all was well. However now here is hte problem.
    If i go to spotlight search, or text search, or search with siri, or any type of search function, all of my old contacts are still there and viewable. All the ones i wanted to get rid of are all still there. However, if i go to contacts and look for thoes old contacts, they are not in the contact list (yes iv checked every "group" and also "all contacts" in groups).  What i want is to figure out how to get all of these old contacts compleatly deleated so they dont show up anywere on my phone. Especially with siri its making searches and auto calling more difficult because its finding two contacts sometimes that are the same person and asks me to distinguish instead of jsut calling.  CAn anybody help?
    Sorry for the wall of text, wanted to make sure to give as much info on the specifics as possible so hopefully i can get this resolved.  Is this a bug or something i did wrong? can i fix it or do i just have to wait for an update?
    P.S.
    Iv since upgraded to iphone 4S and still happening. Also this does NOT happen on my iPad. Only my iPhone.

    Talked to AppleCare for about an hour. After trying many steps: deleting contacts, re downloading from cloud, disabling Siri and re enabling, even Reset all Settings. Nothing worked. Ended up having to restore the phone via Erase All Content and Settings. That of course fixed it.
    Not sure what the issue was. I did have a Mobile Me account before the iCloud migration. For some reason, my contacts would appear in Contacts on the phone and in the cloud only once, but when using Siri it would list 2 or 3 duplicate contacts. Also after we deleted all the contacts on the phone, did an iPhone reset (Home and On/off buttons), my contacts list would show empty. Then I would click on Groups and poof all of a sudden duplicate or triplicate contacts would be in the contacts list.
    Very strange.

Maybe you are looking for

  • Whether Oracle 8.1.6 Supports Windows 2003 Server/Windows 2000 Adv. Server

    Dear All, Whether Oracle 8.1.6 Supports Windows 2003 Server/Windows 2000 Adv. Server. I tried it in windows 2003 server but i couldn't. Atlease tell me wheather it support windows 2000 adv. server. This is my first dba job. Under Doc ID: 66397.1 sayi

  • Parent-Child querying in Web Service 2.0

    Hello, Our team has just started to work on the integration from ws 1.0 to ws 2.0. One tuff issue that we meet and we are searching for help is: Since from ws 2.0 all objects are exposed at the same level and the attachements child objects are not ex

  • Charm: BP problem with the user

    Hi! I have problem with the user for the usage of ChaRM. When I try to set the the (urgent) correction in Development i get the following error. There is no valid business partner assigned to your user. Meanwhile the appropriate BP-entry for the user

  • Laptop to TV via FIOS Wifi

    Hi folks... Does anyone know if there is a way to project my laptop on Sony HD TV by sending the signal back through the Fios router to the set top box to the TV?  I know I can plug the laptop directly to the tv, but it requires a cable running all t

  • I am unable to connect to my wifi after upgrading to ios 7 can anyone help?

    hi all can anyone help me find out how to connect to my wifi after i upgraded my fone to ios7,ive tried logging on to my account but still no connection??