MessagingException: Failed to load IMAP envelope - trying to read subject

While trying to getSubject() on an IMAP message from Google, I am getting a MessagingException. The trace clearly shows that the client is already in possession of the subject of the message.. so why does IMAPMessage.getSubject() call into IMAPMessage.loadEnvelope() ? Am I missing something?
thanks in advance
asankha (Apache Synapse)
2009-03-25 18:36:26,229 [-] [mailto-Worker-1] DEBUG MailTransportListener Checking mail for account : [email protected]
2009-03-25 18:36:26,230 [-] [mailto-Worker-1] DEBUG MailTransportListener Attempting to connect to POP3/IMAP server for : [email protected] using {}
DEBUG: mail.imap.fetchsize: 16384
* OK Gimap ready for requests from 124.43.165.26 31if12210955wff.54
A0 CAPABILITY
* CAPABILITY IMAP4rev1 UNSELECT IDLE NAMESPACE QUOTA XLIST CHILDREN XYZZY
A0 OK Thats all she wrote! 31if12210955wff.54
DEBUG: protocolConnect login, host=imap.gmail.com, user=synapse.demo.1, password=<non-null>
A1 LOGIN synapse.demo.1 mailpassword
A1 OK [email protected] authenticated (Success)
IMAP DEBUG: IMAPProtocol noop
A2 NOOP
A2 OK Success
A3 LIST INBOX ""
* LIST (\Noselect) "/" "/"
A3 OK Success
2009-03-25 18:36:29,397 [-] [mailto-Worker-1] DEBUG MailTransportListener Connecting to folder : INBOX of email account : [email protected]
DEBUG: connection available -- size: 1
A4 SELECT INBOX
* FLAGS (\Answered \Flagged \Draft \Deleted \Seen)
* OK [PERMANENTFLAGS (\Answered \Flagged \Draft \Deleted \Seen \*)]
* OK [UIDVALIDITY 600509603]
* 3 EXISTS
* 0 RECENT
* OK [UNSEEN 2]
* OK [UIDNEXT 172]
A4 OK [READ-WRITE] INBOX selected. (Success)
A5 LIST "" INBOX
* LIST (\HasNoChildren) "/" "INBOX"
A5 OK Success
A6 FETCH 1:3 (ENVELOPE INTERNALDATE RFC822.SIZE FLAGS BODYSTRUCTURE BODY.PEEK[HEADER] RFC822.SIZE)
* 1 FETCH (RFC822.SIZE 2851657 INTERNALDATE "25-Mar-2009 11:36:30 +0000" FLAGS (\Seen) ENVELOPE ("Wed, 25 Mar 2009 04:36:23 -0700 (PDT)" "Fw: \"GOD WILL...\" - Great piece of music.." (("Asankha C. Perera" NIL "username" "yahoo.com")) (("Asankha C. Perera" NIL "username" "yahoo.com")) (("Asankha C. Perera" NIL "username" "yahoo.com")) ((NIL NIL "synapse.demo.1" "gmail.com")) NIL NIL NIL "<[email protected]>") BODYSTRUCTURE ((("TEXT" "PLAIN" ("CHARSET" "utf-8") NIL NIL "QUOTED-PRINTABLE" 658 8 NIL NIL NIL)("TEXT" "HTML" ("CHARSET" "utf-8") NIL NIL "QUOTED-PRINTABLE" 2045 26 NIL NIL NIL) "ALTERNATIVE" ("BOUNDARY" "0-1595074673-1237980984=:74233") NIL NIL)("APPLICATION" "OCTET-STREAM" NIL NIL NIL "BASE64" 2845966 NIL ("ATTACHMENT" ("FILENAME" "GodWill.pps")) NIL) "MIXED" ("BOUNDARY" "0-1501220902-1237980984=:74233") NIL NIL) BODY[HEADER] {2363}
Delivered-To: [email protected]
Return-Path: <[email protected]>
...<removed to reduce size of pos>...
Message-ID: <[email protected]>
Date: Wed, 25 Mar 2009 04:36:23 -0700 (PDT)
From: "Asankha C. Perera" <[email protected]>
Subject: Fw: "GOD WILL..." - Great piece of music..
To: [email protected]
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="0-1501220902-1237980984=:74233"Edited by: asankha on Mar 25, 2009 8:33 AM

Here is the second part of the trace (split to adhere to the 5000 char limit on the post)
* 2 FETCH (RFC822.SIZE 2851659 INTERNALDATE "25-Mar-2009 11:34:12 +0000" FLAGS () ENVELOPE ("Wed, 25 Mar 2009 04:34:07 -0700 (PDT)" "Fw: \"GOD WILL...\" - Great piece of music.." (("Asankha C. Perera" NIL "username" "yahoo.com")) (("Asankha C. Perera" NIL "username" "yahoo.com")) (("Asankha C. Perera" NIL "username" "yahoo.com")) ((NIL NIL "synapse.demo.1" "gmail.com")) NIL NIL NIL "<[email protected]>") BODYSTRUCTURE ((("TEXT" "PLAIN" ("CHARSET" "utf-8") NIL NIL "QUOTED-PRINTABLE" 659 8 NIL NIL NIL)("TEXT" "HTML" ("CHARSET" "utf-8") NIL NIL "QUOTED-PRINTABLE" 2046 26 NIL NIL NIL) "ALTERNATIVE" ("BOUNDARY" "0-1712515897-1237980847=:96940") NIL NIL)("APPLICATION" "OCTET-STREAM" NIL NIL NIL "BASE64" 2845966 NIL ("ATTACHMENT" ("FILENAME" "GodWill.pps")) NIL) "MIXED" ("BOUNDARY" "0-1482645014-1237980847=:96940") NIL NIL) BODY[HEADER] {2363}
Delivered-To: [email protected]
Return-Path: <[email protected]>
...<removed to reduce size of pos>...
Message-ID: <[email protected]>
Date: Wed, 25 Mar 2009 04:34:07 -0700 (PDT)
From: "Asankha C. Perera" <[email protected]>
Subject: Fw: "GOD WILL..." - Great piece of music..
To: [email protected]
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="0-1482645014-1237980847=:96940"
* 3 FETCH (RFC822.SIZE 2833 INTERNALDATE "25-Mar-2009 11:44:33 +0000" FLAGS () ENVELOPE ("Wed, 25 Mar 2009 17:14:50 +0530" "Hello World" (("Asankha C. Perera" NIL "username" "xxxxxxxxx.com")) (("Perera <[email protected]>" NIL "username" NIL)) (("Asankha C. Perera" NIL "username" "xxxxxxxxx.com")) ((NIL NIL "synapse.demo.1" "gmail.com")) NIL NIL NIL "<[email protected]>") BODYSTRUCTURE ("TEXT" "PLAIN" ("CHARSET" "ISO-8859-1" "FORMAT" "flowed") NIL NIL "7BIT" 110 11 NIL NIL NIL) BODY[HEADER] {2555}
Delivered-To: [email protected]
...<removed to reduce size of pos>...
Sender: username Perera <[email protected]>
Message-ID: <[email protected]>
Date: Wed, 25 Mar 2009 17:14:50 +0530
From: "Asankha C. Perera" <[email protected]>
User-Agent: Thunderbird 2.0.0.16 (X11/20080724)
MIME-Version: 1.0
To: [email protected]
Subject: Hello World
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
A6 OK Success
2009-03-25 18:36:30,689 [-] [mailto-Worker-1] DEBUG MailTransportListener 3 messgaes in folder : INBOX
A7 FETCH 1 (BODY.PEEK[HEADER.FIELDS (Status)])
* 1 FETCH (BODY[HEADER.FIELDS (Status)] {4}
A7 OK Success
A8 FETCH 1 (FLAGS)
* 1 FETCH (FLAGS (\Seen))
A8 OK Success
A9 FETCH 1 (ENVELOPE INTERNALDATE RFC822.SIZE)
* 1 FETCH (RFC822.SIZE 2851657 INTERNALDATE "25-Mar-2009 11:36:30 +0000" ENVELOPE ("Wed, 25 Mar 2009 04:36:23 -0700 (PDT)" "Fw: \"GOD WILL...\" - Great piece of music.." (("Asankha C. Perera" NIL "username" "yahoo.com")) (("Asankha C. Perera" NIL "username" "yahoo.com")) (("Asankha C. Perera" NIL "username" "yahoo.com")) ((NIL NIL "synapse.demo.1" "gmail.com")) NIL NIL NIL "<[email protected]>"))
A9 OK Success
2009-03-25 18:36:31,981 [-] [mailto-Worker-1] ERROR MailTransportListener Error checking mail for account : [email protected] :: Failed to load IMAP envelope
javax.mail.MessagingException: Failed to load IMAP envelope
     at com.sun.mail.imap.IMAPMessage.loadEnvelope(IMAPMessage.java:1196)
     at com.sun.mail.imap.IMAPMessage.getSubject(IMAPMessage.java:302)

Similar Messages

  • Failed to load IMAP envelope

    Hi All,
         I have encountered a problem with JavaMail API, when a message exists on the Mail Server that has �null� for recipient field, JavaMail API throws an Exception when ever we try to retrieve getFrom() method, and also it returns �null� when I was retrieving BCC list.
    Is there any thing wrong in this code, Pls. help me?
    My Sample code:
    import java.util.Properties;
    import javax.mail.Folder;
    import javax.mail.Message;
    import javax.mail.MessagingException;
    import javax.mail.NoSuchProviderException;
    import javax.mail.Session;
    import javax.mail.Store;
    import javax.mail.internet.InternetAddress;
    import javax.mail.Address;
    public class InboxSearch
         public static void main(String[] args)
              String           host          =     "XX.X.XXX.XX"; //Host
              int               port          =     143;     //Port No          
              String           user          =     "XXXXXX";     //Username
              String          password     =     "XXXXXX"; //Password
              Properties      props          =      new Properties();
              Store          store          =     null;
              Folder          inbox          =     null;
              try
                   Session session = Session.getDefaultInstance(props, null);
                   store = session.getStore("pop3");
                   store.connect(host,user,password);
                   inbox = store.getFolder("INBOX");
                   inbox.open(Folder. READ_WRITE);
                   Message[] inboxMessages = inbox.getMessages();
                   for (int counter = 0; inboxMessages!=null && counter <inboxMessages.length; counter ++)
                        Address from[] = inboxMessages[counter].getFrom();
                        //when i was retrieving it throws javax.mail.MessagingException:Failed to load IMAP envelope
                        String retriveBcc=null;
                        Address bcc[] = inboxMessages[counter].getRecipients(Message.RecipientType.BCC);
                        for (int bcccount = 0; bcc != null && bcccount < bcc.length; bcccount++)
                             retriveBcc = retriveBcc + bcc[bcccount];
                             if ((bcccount + 1) < bcc.length)
                                  retriveBcc = retriveBcc + ", ";
                             System.out.println("BCC->"+retriveBcc);
                        //retrieving with BCC field it return null so it will throws NullPointerException
              catch (NoSuchProviderException nspe)
                   System.err.println("invalid provider name"+ nspe.toString());
              catch (MessagingException me)
                   System.err.println("messaging exception"+ me.toString());
              catch(Exception e)
                   System.err.println("exception"+ e.toString());
              finally
                   try{ if(store!=null){store.close();}}catch(Exception e){}
                   try{ if(inbox!=null){inbox.close(true);}}catch(Exception e){}
         }//main end
    }//class end
    Thanks & Regards
    Mohan

    Hi All,
    Thanks for your replay, Is there any way to find out which column is causing �inserted value too large for column� the problem? I'm trying to insert the data into a table by using Prepared Statement.
    Note that I don't require like email_id length>column length then column name=�EMAIL_ID�
    Appreciated ur help,
    My Sample Code:*
    import java.util.*;
    import javax.mail.*;
    import java.io.*;
    import java.sql.*;
    public class InboxSearch
         public static void main(String[] args)
              String host = "XX.X.XXX.X"; //Host
              int port = 143; //Port No
              String user = "XXXXXXX"; //Username
              String password = "XXXX"; //Password
              Properties props = new Properties();
              Store store = null;
              Folder inbox = null;
              String msgId[] = null;
              boolean debug = true;
              Connection connection = null;
              PreparedStatement psmt=null;
              try
                   Session session = Session.getDefaultInstance(props, null);
                   session.setDebug(debug);
                   store = session.getStore("imap");
                   store.connect(host,user,password);
                   inbox = store.getFolder("INBOX");
                   inbox.open(Folder. READ_ONLY);
                   Message[] inboxMessages = inbox.getMessages();
                   String serverId =null;
                   Address from[]=null;
                   String toAddress = "";
                   String ccAddress = "";
                   Class.forName("oracle.jdbc.driver.OracleDriver");
                   connection = DriverManager.getConnection("jdbc:oracle:thin:@XX.X.XXX.XXX:1521:DEV", "XXXX", "XXXX");
                   String query = "INSERT INTO EMAIL_ARCHIVED_MAILS VALUES(?,?,?,?)";
                   for (int counter = 10; inboxMessages!=null && counter <15; counter ++)
                        msgId=inboxMessages[counter].getHeader("MESSAGE-ID");
                        if (msgId!=null)
                             psmt = connection.prepareStatement(query);     
                             from = inboxMessages[counter].getFrom();
                             Address to[]= inboxMessages[counter].getRecipients(Message.RecipientType.TO);
                                  for (int count = 0; to != null && count < to.length; count++)
                                       toAddress = toAddress + to[count];
                                       if ((count + 1) < to.length)
                                            toAddress = toAddress + ", ";
                             Address cc[] = inboxMessages[counter].getRecipients(Message.RecipientType.CC);
                                  for (int count = 0; cc != null && count < cc.length; count++)
                                       ccAddress = ccAddress + cc[count];
                                       if ((count + 1) < cc.length)
                                            ccAddress = ccAddress + ", ";
                             psmt.setString(1, msgId.toString());
                             if (from[0].toString()!=null)
                                  psmt.setString(2,from[0].toString().toUpperCase());
                             }else
                                  psmt.setNull(2, Types.VARCHAR);
                             if (toAddress!="")
                                  psmt.setString(3,toAddress);
                             }else
                                  psmt.setNull(3, Types.VARCHAR);
                             if (ccAddress!="")
                                  psmt.setString(4,ccAddress);
                             }else
                                  psmt.setNull(4, Types.VARCHAR);
                             psmt.execute();
                             System.out.println("counter-->"+counter);
                        }else
                             System.out.println(�No MESSAGE-ID�);
              catch (NoSuchProviderException nspe)
                   System.err.println("invalid provider name"+ nspe.toString());
              catch (MessagingException me)
                   System.err.println("messaging exception"+ me.toString());
              catch(Exception e)
                   System.err.println("exception"+ e.toString());
              finally
                   try{ if(psmt!=null) psmt.close();}catch (Exception e){}
                   try{ if(connection!=null) connection.close();}catch (Exception e){}
                   try{ if(inbox!=null){inbox.close(true);}}catch(Exception e){}
                   try{ if(store!=null){store.close();}}catch(Exception e){}
         }//main end
    }//class end
    Protocol Trace:*
    ---------- java ----------
    DEBUG: setDebug: JavaMail version 1.4ea
    DEBUG: getProvider() returning javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc]
    DEBUG: mail.imap.fetchsize: 16384
    * OK Microsoft Exchange Server 2003 IMAP4rev1 server version 6.5.6944.0 (testmail.mailtest.com) ready.
    A0 CAPABILITY
    * CAPABILITY IMAP4 IMAP4rev1 IDLE LOGIN-REFERRALS MAILBOX-REFERRALS NAMESPACE LITERAL+ UIDPLUS CHILDREN AUTH=NTLM
    A0 OK CAPABILITY completed.
    IMAP DEBUG: AUTH: NTLM
    DEBUG: protocolConnect login, host=XX.X.XXX.X, user=XXXXXXXX, password=<non-null>
    A1 LOGIN XXXXXX XXXX
    A1 OK LOGIN completed.
    DEBUG: connection available -- size: 1
    A2 EXAMINE INBOX
    * 221 EXISTS
    * 0 RECENT
    * FLAGS (\Seen \Answered \Flagged \Deleted \Draft $MDNSent)
    * OK [PERMANENTFLAGS ()] Permanent flags
    * OK [UNSEEN 13] Is the first unseen message
    * OK [UIDVALIDITY 88] UIDVALIDITY value
    A2 OK [READ-ONLY] EXAMINE completed.
    A3 LIST "" INBOX
    * LIST (\Marked \HasChildren) "/" INBOX
    A3 OK LIST completed.
    A4 FETCH 11 (BODY.PEEK[HEADER.FIELDS (MESSAGE-ID)])
    * 11 FETCH (BODY[HEADER.FIELDS (MESSAGE-ID)] {80}
    Message-ID: <[email protected]>
    A4 OK FETCH completed.
    A5 FETCH 11 (ENVELOPE INTERNALDATE RFC822.SIZE)
    * 11 FETCH (ENVELOPE ("Mon, 31 Jan 2005 14:27:44 +0530" "Blessed with a baby girl" ((NIL NIL "radha.krish" "wipro.com")) ((NIL NIL "radha.krish" "wipro.com")) ((NIL NIL "radha.krish" "wipro.com")) ((NIL NIL "undisclosed-recipients" NIL)) NIL NIL NIL "<[email protected]>") INTERNALDATE "31-Jan-2005 14:28:19 +0530" RFC822.SIZE 2505)
    A5 OK FETCH completed.
    counter-->10
    A6 FETCH 12 (BODY.PEEK[HEADER.FIELDS (MESSAGE-ID)])
    * 12 FETCH (BODY[HEADER.FIELDS (MESSAGE-ID)] {66}
    Message-ID: <31579113.1112822648060.JavaMail.orbit@phys-indus>
    A6 OK FETCH completed.
    A7 FETCH 12 (ENVELOPE INTERNALDATE RFC822.SIZE)
    * 12 FETCH (ENVELOPE ("Thu, 7 Apr 2005 02:54:08 +0530" "Account to Account Transfer" ((NIL NIL "CitiAlert.India" "citicorp.com")) ((NIL NIL "CitiAlert.India" "citicorp.com")) ((NIL NIL "citialert.india1" "citicorp.com")) ((NIL NIL "vishalk" "xxxx.com")) NIL NIL NIL "<31579113.1112822648060.JavaMail.orbit@phys-indus>") INTERNALDATE " 7-Apr-2005 02:25:27 +0530" RFC822.SIZE 3060)
    A7 OK FETCH completed.
    counter-->11
    A8 FETCH 13 (BODY.PEEK[HEADER.FIELDS (MESSAGE-ID)])
    * 13 FETCH (BODY[HEADER.FIELDS (MESSAGE-ID)] {65}
    Message-ID: <8725992.1112822649508.JavaMail.orbit@phys-indus>
    A8 OK FETCH completed.
    A9 FETCH 13 (ENVELOPE INTERNALDATE RFC822.SIZE)
    * 13 FETCH (ENVELOPE ("Thu, 7 Apr 2005 02:54:09 +0530" "Account to Account Transfer" ((NIL NIL "CitiAlert.India" "citicorp.com")) ((NIL NIL "CitiAlert.India" "citicorp.com")) ((NIL NIL "citialert.india1" "citicorp.com")) ((NIL NIL "vishalk" "xxxx.com")) NIL NIL NIL "<8725992.1112822649508.JavaMail.orbit@phys-indus>") INTERNALDATE " 7-Apr-2005 02:25:29 +0530" RFC822.SIZE 3063)
    A9 OK FETCH completed.
    counter-->12
    A10 FETCH 14 (BODY.PEEK[HEADER.FIELDS (MESSAGE-ID)])
    * 14 FETCH (BODY[HEADER.FIELDS (MESSAGE-ID)] {80}
    Message-ID: <[email protected]>
    A10 OK FETCH completed.
    A11 FETCH 14 (ENVELOPE INTERNALDATE RFC822.SIZE)
    * 14 FETCH (ENVELOPE ("Thu, 7 Apr 2005 10:28:17 +0530" "512K IPLC" (("Santosh Kumar Singh" NIL "Santosh.Singh" "xxxx.com")) (("Santosh Kumar Singh" NIL "Santosh.Singh" "xxxx.com")) (("Santosh Kumar Singh" NIL "Santosh.Singh" "xxxx.com")) (("XxxxIndia" NIL "All_India" "xxxx.com")(NIL NIL "all_india" "siti.com")(NIL NIL "all_india" "digiprise.com")) (("Sai Gundavelli" NIL "sai.gundavelli" "xxxx.com")) NIL NIL "<[email protected]>") INTERNALDATE " 7-Apr-2005 10:28:17 +0530" RFC822.SIZE 1534)
    A11 OK FETCH completed.
    exceptionjava.sql.SQLException: ORA-01401: inserted value too large for column
    A12 CLOSE
    A12 OK CLOSE completed.
    DEBUG: added an Authenticated connection -- size: 1
    A13 LOGOUT
    * BYE Microsoft Exchange Server 2003 IMAP4rev1 server version 6.5.6944.0 signing off.
    A13 OK LOGOUT completed.
    DEBUG: IMAPStore connection dead
    DEBUG: IMAPStore cleanup, force false
    DEBUG: IMAPStore cleanup done
    Output completed (33 sec consumed) - Normal Termination
    Table Structure:*
    CREATE TABLE EMAIL_ARCHIVED_MAILS
    MAIL_ID VARCHAR2(100 BYTE),
    EMAIL_FROM VARCHAR2(100 BYTE),
    EMAIL_TO VARCHAR2(100 BYTE),
    EMAIL_CC VARCHAR2(100 BYTE)
    Thanks & Regards
    Mohan

  • I'm trying to load my newspaper and I keep getting the error message Failed to Load Kiosk, I've done a restore but no joy - any ideas?

    I keep getting the error message Failed to load kiosk when trying to upload my copy of the Times, I have done a restore but that hasn't worked - any ideas how to get the kiosk back and functioning again? All software is up to date.
    many thanks

    Hello, anabelleho. 
    Thank you for visiting Apple Support Communities.
    Here is a troubleshooting article that I would recommend going through when experiencing this issue.
    Apple computers: Troubleshooting issues with video on internal or external displays
    http://support.apple.com/kb/ht1573
    Cheers,
    Jason H.

  • Video Services Failed to Load

    When I try to go to Media Sync, Videos, I get the "Video Services failed To Load". I tried rebooting my Playbook but no luck. Everything else works fine.
    What can i do?

    Hello bullman, 
    Welcome to the forums. 
    I would suggest you contact direct BlackBerry® PlayBook support by following the information on the below page. 
    Direct support for BlackBerry PlayBook tablet
    -SR
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Core DLL failed to load

    Suddenly I get the message "CORE DLL" failed to load whenever I try to read an Adobe file. I've removed the program 3 times and downloaded a new download from the Adobe website, but still I get the same result:"CORE DLL" failed to load. Any suggestions?
    Thanks

    Please See the solution on below link : http://helpx.adobe.com/acrobat/kb/reader-core-dll-error.html

  • When trying to upload a document or attach a document in an email Firefox gives me an error "Failed to load CTDFMRES.dll" and stops responding, I have no issues in any other browsers. And I am using Firefox 4, Fixes???

    When trying to upload a document or attach a document in an email Firefox gives me an error "Failed to load CTDFMRES.dll" and stops responding, I have no issues in any other browsers. And I am using Firefox 4, Fixes???

    You don't have to disable any addons or extentions!!!You guys are not going to believe this I figured out the problem it's really dumb...ok here goes the attachment uploader loads seperate so I got to thinking it's a popup so I went to options content and under block pop ups there is an option exceptions click on that and in the box type firefox.com and hit allow pow its fixed!!!!! :-)

  • ITunes fails to load.  Message is Service Apple Mobile Device failed to start. Verify you have sufficient privileges to start system services. Never had this problem before trying to install this upgrade

    iTunes fails to load.  Message is "Service Apple Mobile Device failed to start. Verify you have sufficient privileges to start system services." Never had this problem before trying to install this upgrade. How do I fix this?

    Dave, same problem here.  And I did go in as admin to Administrative Tools, Services, Apple Mobile Devices and tried restarting the service.  It seems there is a bug with the newest update, period.  All of the normal "easy" steps don't work.  Before I remove all of Apple's programs, including Bonjour....I'm running a full system scan.
    But the answer will be to remove all of the Apple stuff, then reboot, then use whatever utility you have to remove all temp files...then go download and install it again.  This has worked for several people (I read the thread before posting).  Win 7 64bit.  It just seems that Apple did not thoroughly test this new version.   Period.
    If Apple reads this...I have many computers...and whenever Apple wants to update something...it just about stops everything else that is going on.  Total memory hog, even with 16G RAM and dual quad core processors.  It has to learn to play nice with others.
    After the scan and I'm sure an hour or two of work...I'll re-post. 
    Of course if you do image back-ups, as I do, you can simply restore your drive to its previous state and run the previous version of iTunes, declining the update, until Apple gets it right.  Depending on the size of your drive, this could take hours.  It is a matter of choice, of course.

  • DBD: Error while trying to load the transport provider for odbc. Failed to load the library. System error: The specified module could not be found.

    Hello Everyone,
    We are getting an error while trying to create an Universe via Microsoft -> MS Analysis Services 2014 -> OLEDB for OLAP Provider under Connection in UDT -"DBD: Error while trying to load the transport provider for odbc. Failed to load the library. System error: The specified module could not be found."  We have installed BI 4.1 SP05 in our system. As per earlier posts in scn in BO XI 3.x this issue used to be for improper installation of Integration KIT but in our scenarion Integration KIT is within the BO 4.1 package so no seperate installation is required. Moreover I have checked whether all the driver is present under file: "C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\dataAccess\connectionServer\drivers" and seems everything is fine. But still I am getting this error. One important point is we could use IDT because in IDT still we don't have option to connect with 'Microsoft Analysis Services - 2014 (XMLA)' as we are using Microsoft Analysis Services 2014 version.
    Kindly help if anyone has faced the same problem with SAP BO 4.1.
    Thanks and Best Regards,
    Ghosal

    Hello Everybody,
    The problem is solved now after installing "OLEDB drivers from SQL Server 2012 Feature Pack". We had OLEDB drivers that comes directly from SQL Server but that did not worked out in our case.
    Thanks for your support.
    Best Regards,
    Ghosal

  • HT4623 I have an iPhone 4s and I attempted to update my device's iOS to 7.0.2. The download was successful but when I tried to install the software, it asked me to connect my device to iTunes. I did but my phone failed to load: ERROR 4013. What to do?

    I have an iPhone 4s and I attempted to update my device's iOS to 7.0.2. The download was successful but when I tried to install the software, it asked me to connect my device to iTunes. I did but my phone failed to load: ERROR 4013. What to do?

    Hi there KrisonCastillo,
    I would recommend taking a look at the troubleshooting steps found in the article below.
    iOS: Unable to update or restore
    http://support.apple.com/kb/HT1808
    -Griff W.

  • When trying to load bank account https it says dom menu failed to load

    hi when trying to go into a bookmark for bank account, https i get a error that says dom menu failed to load?

    Try to access that page via the main page (www.ncsecu.org) and don't use a link (bookmark) to a specific page.
    * "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    * "Remove the Cookies" from sites that cause problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • Ssl_accetp failed when java visual machine tries to load jar file

    my web server uses openssl to implement https protocol .
    my webpage contains a jar file.( "archive=droptext.jar")
    JVM failed to load this jar from web server (using https protocol).
    because Server failed to make a ssl connection after a ssl_accept failed error .(the function "SSL_accept (ssl)" failed)
    if I use class file instead of jar file. JVM can successfully make a connection with server and load the class file.
    I have no choice but to use jar file because the applet contains more than one class file.

    >
    Try putting the domain names in the Windows hosts files with their numeric addresses. That should bypass any DNS lookup. If you have central maintenance you can update all the hosts files when IP address change.
    We have considered this option, but then we have the same problem described on c). IP maintentance. IPs change often and we cannot control it.
    Malcolmmc, paul.miner, jschell,
    I think the problem is Netbios resolution, rather than DNS one. The sites that figure on java.policy file, are not available in terms of Netbios (they are not LAN clients), so they are only visibles on DNS resolution. But Java still tries to resolve them with Netbios first, so I think there's a timeout on this resolution (not the DNS one) . This timeout causes the problem.
    But, anyway .... Why is Java trying to resolve those names ??? In fact, Java will only have to match the site you are visiting with the site specified on java.policy (just a String comparison). Why does Java need to resolve (netbios & dns) the names on java.policy? I cannot figure out why.
    Thank you all.
    Marc

  • Upon "export media", CS4 tries and fails to load import/export apps

    Now that I've reinstalled CS4 PPro over the trial version-turned-purchased-version of Premiere Pro (that dumb, known Adobe defect where CODECs other than DV are missing on the web purchased version), everything is working well except - when I go to export a sequence to Media Encoder, it says that it must reinstall first the exporter app, it fails on that, then it tries to reinstall the importer app and fails at that too, at which time it opens Media Encoder and seems to perform fine.
    Why those obnoxious and very time consuming attempts to reinstall the importer/exporter apps?  Any solution?
    Thanks!
            Jim

    Yes, but you will not like it.
    Uninstall everuthing Adobe, run the Cleanscript 2 or 3 times, then reinstall. Your problem is caused by not uninstalling the trial completely before installing the full version.

  • Javax.mail.MessagingException: Unable to load BODYSTRUCTURE

    Hi.
    when i try receive message i have next exception. (But some message recieve without this problem). Can help me?
    Exception with Session debug:
    A12 FETCH 5 (ENVELOPE INTERNALDATE RFC822.SIZE)
    * 5 FETCH (INTERNALDATE "14-Dec-2006 08:46:20 -0500" RFC822.SIZE 35458 ENVELOPE ("Thu, 14 Dec 2006 15:46:13 +0200" "Fwd: Fwd: 123" (("s2mtestAIM" NIL "s2mtest" "aim.com")) (("s2mtestAIM" NIL "s2mtest" "aim.com")) (("s2mtestAIM" NIL "s2mtest" "aim.com")) ((NIL NIL "s2mtest" "aim.com")) NIL NIL "<[email protected]>" "<[email protected]>"))
    A12 OK FETCH completed
    FROM: s2mtestAIM <[email protected]>
    TO: [email protected]
    SUBJECT: Fwd: Fwd: 123
    SendDate: Thu Dec 14 15:46:13 EET 2006
    FLAGS: XAOL-GOODCHECK-DONE
    A13 FETCH 5 (BODYSTRUCTURE)
    * 5 FETCH (BODYSTRUCTURE (("TEXT" "HTML" ("CHARSET" "windows-1251") NIL NIL "QUOTED-PRINTABLE" 4071 146 NIL NIL NIL)("MESSAGE" "RFC822" ("NAME" "1.eml") NIL NIL "7BIT" 13251 NIL ("attachment" ("FILENAME" "1.eml")) NIL)("MESSAGE" "RFC822" NIL NIL NIL "7BIT" 17777 ("Thu, 14 Dec 2006 13:17:25 +0200" "Fwd: 123" (("s2mtestAIM" NIL "s2mtest" "aim.com")) (("s2mtestAIM" NIL "s2mtest" "aim.com")) (("s2mtestAIM" NIL "s2mtest" "aim.com")) ((NIL NIL "s2mtest" "aim.com")) NIL NIL "<[email protected]>" "<[email protected]>") (("TEXT" "HTML" ("CHARSET" "windows-1251") NIL NIL "QUOTED-PRINTABLE" 3103 124 NIL NIL NIL)("MESSAGE" "RFC822" ("NAME" "1.eml") NIL NIL "7BIT" 3723 NIL ("attachment" ("FILENAME" "1.eml")) NIL)("MESSAGE" "RFC822" NIL NIL NIL "7BIT" 1658 ("Thu, 14 Dec 2006 12:36:23 +0200" "123" (("12323" NIL "resetdel" "gmail.com")) (("12323" NIL "resetdel" "gmail.com")) (("12323" NIL "resetdel" "gmail.com")) ((NIL NIL "s2mtest" "aol.com")) NIL NIL NIL "<[email protected]>") ("TEXT" "HTML" ("CHARSET" "windows-1251") NIL NIL "7BIT" 1658 0 NIL NIL NIL) 0 NIL NIL NIL)("TEXT" "HTML" ("CHARSET" "windows-1251") NIL NIL "QUOTED-PRINTABLE" 2063 97 NIL NIL NIL)("TEXT" "PLAIN" ("CHARSET" "US-ASCII") NIL NIL "7BIT" 1697 35 NIL NIL NIL)("TEXT" "HTML" ("CHARSET" "windows-1251") NIL NIL "QUOTED-PRINTABLE" 2063 97 NIL NIL NIL) "MIXED" ("BOUNDARY" "----------87AC1A33733336A") NIL NIL) 440 NIL NIL NIL) "MIXED" ("BOUNDARY" "----------121BF2519BABDF9") NIL NIL))
    A13 OK FETCH completed
    javax.mail.MessagingException: Unable to load BODYSTRUCTURE
         at com.sun.mail.imap.IMAPMessage.loadBODYSTRUCTURE(IMAPMessage.java:1117)
         at com.sun.mail.imap.IMAPMessage.getContentType(IMAPMessage.java:340)
    Thanks.

    Then it's a bug in the AIM IMAP server, please report it.
    I guess this deserves a FAQ entry. Here's what I'll add:
    Q: I can read messages from my IMAP server with other mail clients,
    but even though I can connect to the server using JavaMail, when I use
    JavaMail to read some messages it fails. Doesn't that mean there's a bug
    in JavaMail?
    A: No, not usually. Most other mail clients make very little
    use of the rich IMAP protocol. They use the IMAP protocol as little
    more than a variant of the POP3 protocol, typically downloading the
    entire message to the client and parsing it in the client. This allows
    them to avoid all sorts of parsing and protocol bugs in many IMAP
    servers, but of course it comes at the cost of being less efficient
    because they don't take advantage of the IMAP protocol's ability to
    fetch only the parts of the message that are needed. These server bugs
    often manifest themselves as the following exception on the client:
    javax.mail.MessagingException: Unable to load BODYSTRUCTURE
    The best approach when running into server bugs of this sort is to contact
    the vendor of the server and get them to fix their product. Contact
    [email protected] and we'll help you
    pinpoint the problem so that you can report it to the server vendor.
    If you can't get a fix from the server vendor, the following technique
    will often allow you to work around these server bugs:
        // Get the message object from the folder in the
        // usual way, for example:
        MimeMessage msg = (MimeMessage)folder.getMessage(n);
        // Use the MimeMessage copy constructor to make a copy
        // of the entire message, which will fetch the entire
        // message from the server and parse it on the client:
        MimeMessage cmsg = new MimeMessage(msg);
        // The cmsg object is disconnected from the server so
        // setFlags will have no effect (for example).  Use
        // the original msg object for such operations.  Use
        // the cmsg object to access the content of the message.

  • FireFox images not loading in local folders (firebug error-Failed to load given URL)

    I am having difficulty when developing websites in local folders (Windows7 computer). The webpages I make are showing images in IE9 & Chrome but not FireFox (nor Safari nor Opera).
    In FireFox I get Firebug "Failed to load given URL" prompt.
    I am using html5 & external linked css stylesheet & the html/html5 & css code validates.
    I have tried using rel path ie images/image.gif & absolute path references ie C:/RPD_Programming/RPD WEB/amwcsnew/index.html
    and have tried using % to eliminate whitespace in references but I cannot get FireFox to display images!!
    This has been a problem for me for around 2 weeks now & is very frustrating. Some website code/templates I have downloaded from the internet display the websites properly (ie load images fine) when I open them locally in FireFox. Why does my code not allow the images to load in FireFox (paths/permissions/other issue??). How can I fix this?
    Here is example css & html5 not displaying images from local directory in FireFox (fine in IE9 & Chrome):
    style.css
    /* CSS Document */
    /*Basic Reset*/
    margin:0;
    padding:0;
    html{
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section {
    display: block;
    body{
    width:1200px;
    margin:0 auto;
    header{
    height:450px;
    background:url("C:/RPD_Programming/RPD WEB/amwcsnew/images/header.gif");
    background-repeat:no-repeat;
    #mid{height:750px;
    background:url('C:/RPD_Programming/RPD_WEB/amwcsnew/images/mid.gif')no-repeat;
    footer{height:286px;
    background:url('C:/RPD_Programming/RPD WEB/amwcsnew/images/footer.gif')no-repeat;
    index.html
    <!doctype html><!-- simplified doctype works for all previous versions of HTML as well -->
    <!--html5 template from www.impressivewebs.com_modified by RPD-->
    <!-- Paul Irish's technique for targeting IE, modified to only target IE6, applied to the html element instead of body -->
    <!--[if lt IE 7 ]><html lang="en" class="no-js ie6"><![endif]-->
    <!--[if (gt IE 6)|!(IE)]><!--><html lang="en" class="no-js"><!--<![endif]-->
    <head>
    <!-- simplified character encoding -->
    <meta charset="utf-8">
    <title>amwcs-new</title>
    <meta name="description" content="amwcs">
    <meta name="author" content="rpd">
    <!-- Delete these two icon references once you've placed them in the root directory with these file names -->
    <!-- favicon 16x16 -->
    <link rel="shortcut icon" href="/favicon.ico">
    <!-- apple touch icon 57x57 -->
    <link rel="apple-touch-icon" href="/apple-touch-icon.png">
    <!-- Main style sheet. Change version number in query string to force styles refresh -->
    <!-- Link element no longer needs type attribute -->
    <!-- <link rel="stylesheet" type="text/css" media="all" href="css/style.css" />-->
    <link rel="stylesheet" href="css/style.css?v=2">
    <!-- Modernizr for feature detection of CSS3 and HTML5; must be placed in the "head" -->
    <!-- Script tag no longer needs type attribute -->
    <script src="js/modernizr-1.6.min.js"></script>
    <!-- Remove the script reference below if you're using Modernizr -->
    <!--[if lt IE 9]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    </head>
    <!-- If possible, use the body as the container -->
    <!-- The "home" class is an example of a dynamic class created on the server for page-specific targeting
    <body class="home">-->
    <body>
    <!-- ******************************************************************** -->
    <!-- The content below is for demonstration of some common HTML5 elements -->
    <!-- More than likely you'll rip out everything except header/section/footer and start fresh -->
    <!-- First header has an ID so you can give it individual styles, and target stuff inside it
    <header id="hd1"> No way Hosay-not by default! Default is <header> tag (RPD edit) -->
    <header>
    <!-- "hgroup" is used to make two headings into one, to prevent a new document node from forming -->
    <hgroup>
    <h1>amwcs</h1>
    <h2>tagline</h2>
    </hgroup>
    <!-- Main nav, styled by targeting "#hd1 nav"; you can have more than one nav element per page -->
    <nav>
    <ul>
    <li><a href="#">Home</a></li>
    <li><a href="#">About</a></li>
    <li><a href="#">Services</a></li>
    <li><a href="#">Contact</a></li>
    </ul>
    </nav>
    </header><!--End header & or #hd1 header div id if used-->
    <!-- This is the main "div" that wraps the content generically; don't use "section" for this -->
    <div id="mid">
    <!-- The first of two "section" elements for demo purposes; optional class added for styling (hs1 = "home section 1") -->
    <section class="hs1">
    <!-- Each section should begin with a new h1 (not h2), and optionally a header -->
    <!-- You can have more than one header/footer pair on a page
    <header>
    <h1>This is a Page Sub Title</h1>
    </header> -->
    <p>Some content...</p>
    <!-- The h2 below is a sub heading relative to the h1 in this section, not for the whole document -->
    <h2>Demonstrating EM and STRONG</h2>
    <!-- "strong" is used for SEO and contextual hierarchy -->
    <p><strong>This text will have more importance (SEO-wise and contextually)</strong></p>
    <!-- "b" is used for stylistic offset of text that's NOT important contextually -->
    <p><b>This text has visual importance but has no contextual or SEO importance</b></p>
    <!-- "em" is used for colloquial-style emphasis -->
    <p>This is a <em>very</em> colloquial expression.</p>
    <!-- There can be multiple footers on each page -->
    <!-- Secondary headers and footers don't necesarily need ids; they can be targeted via context (i.e. ".hs1 footer")
    <footer>
    <!-- incite a riot: http://24ways.org/2009/incite-a-riot
    <p>Author: <cite>Louis Lazaris</cite></p>
    </footer> -->
    </section><!-- .hs1 -->
    <!-- This is another section; doesn't have header/footer because it's not required -->
    <section class="hs2">
    <h1>This is another section</h1>
    <p>This is some dummy content</p>
    </section><!-- .hs2 -->
    </div><!-- #mid -->
    <!-- The "aside" element could be a sidebar (outside an article or section) -->
    <!-- Or it could reference other tangentially-related content within an article or section
    <aside id="sidebar">
    <p>Sidebar content</p>
    </aside>-->
    <!-- The main footer has an ID for targeting, similar to the main header -->
    <footer >
    <p>copyright &copy; year</p>
    </footer>
    <!-- Remote jQuery with local fallback; taken from HTML5 Boilerplate http://html5boilerplate.com -->
    <!-- jQuery version might not be the latest; check jquery.com -->
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
    <script>!window.jQuery && document.write(unescape('%3Cscript src="js/jquery-1.4.4.min.js"%3E%3C/script%3E'))</script>
    <!-- Below is your script file, which has a basic JavaScript design pattern that you can optionally use -->
    <!-- Keep this and plugin scripts at the bottom for faster page load; combining and minifying scripts is recommended -->
    <script src="js/general.js"></script>
    <!-- asynchronous analytics code by Mathias Bynens; change UA-XXXXX-X to your own code; http://mathiasbynens.be/notes/async-analytics-snippet -->
    <!-- this can also be placed in the <head> if you want page views to be tracked quicker -->
    <script>
    var _gaq = [['_setAccount', 'UA-XXXXX-X'], ['_trackPageview']];
    (function(d, t) {
    var g = d.createElement(t),
    s = d.getElementsByTagName(t)[0];
    g.async = true;
    g.src = ('https:' == location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    s.parentNode.insertBefore(g, s);
    })(document, 'script');
    </script>
    </body>
    </html>
    I am most grateful for help & look forward to replies & fixing this-thanks
    NB
    Is there a FireFox guide/manual in pdf format available anywhere? I have not found one yet & a FireFox reference might be useful!

    You need to use file:// as the protocol instead of C:/. The latter may never work (C:\ might).
    Where is the main HTML located ?
    Easiest if to store the images in a sub folder of the location because you can't go back via ../ beyond that root location for security reasons.
    See:
    *http://kb.mozillazine.org/Links_to_local_pages_do_not_work

  • Extension Manager fails to load  (Error reported on DigitalPublishingRelease.mxi_air)

    Hi
    Adobe CreativeSuite Standard 5.5 has been installed but Extension manager is failing to load or fails whilst loading. Would someone be able to assist?
    Below is the end of the log.txt file after the ExManLog.YES file was created.
    The log file isn't always created on some machines where the .YES file is setup. 
    The software is installed on Windows Vista. Some machines have a Core I3 chip.
    I have been reading the forum and tried changing the permissions where I can and tried the flash issue. Firefox is not installed.
    3/14/2012 12:26:53.516 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), try to load: C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\idcs5_5_Workgroup Client UI.mxi_air
    3/14/2012 12:26:53.516 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load xmiFileName: C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\idcs5_5_Workgroup Client.mxi_air
    3/14/2012 12:26:53.533 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), try to load: C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\idcs5_5_Workgroup Client.mxi_air
    3/14/2012 12:26:53.534 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load xmiFileName: C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\idcs5_5_Workgroup UI.mxi_air
    3/14/2012 12:26:53.551 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), try to load: C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\idcs5_5_Workgroup UI.mxi_air
    3/14/2012 12:26:53.551 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load xmiFileName: C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\idcs5_5_Workgroup.mxi_air
    3/14/2012 12:26:53.568 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), try to load: C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\idcs5_5_Workgroup.mxi_air
    3/14/2012 12:26:53.568 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load xmiFileName: C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\idcs5_5_WorldReady.mxi_air
    3/14/2012 12:26:53.585 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), try to load: C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\idcs5_5_WorldReady.mxi_air
    3/14/2012 12:26:53.585 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load xmiFileName: C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\idcs5_5_XMedia UI.mxi_air
    3/14/2012 12:26:53.602 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), try to load: C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\idcs5_5_XMedia UI.mxi_air
    3/14/2012 12:26:53.602 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load xmiFileName: C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\idcs5_5_XML.mxi_air
    3/14/2012 12:26:53.618 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), try to load: C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\idcs5_5_XML.mxi_air
    3/14/2012 12:26:53.619 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load xmiFileName: C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\idcs5_5_XMLParser.mxi_air
    3/14/2012 12:26:53.636 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), try to load: C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\idcs5_5_XMLParser.mxi_air
    3/14/2012 12:26:53.677 [INFO] com.adobe.exman.controller.LoadInstalledExtensionsCommand.LoadMXIFileCompleteCallBack onComplete(), xmlFilename: C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\DigitalPublishingRelease.mxi_air
    3/14/2012 12:26:53.677 [INFO] com.adobe.exman.model.ProductExtensionManagerProxy loadMXIDataIntoGridData(): xmlFilename: C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\DigitalPublishingRelease.mxi_air
    3/14/2012 12:26:53.678 [INFO] com.adobe.exman.vo.ExtensionStaticData no 'icon' attribute in MXI
    3/14/2012 12:26:53.679 [INFO] com.adobe.exman.vo.ExtensionStaticData there is no method specified or methos is not direct link or no URL specified for extension: C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\DigitalPublishingRelease.mxi
    3/14/2012 12:26:53.679 [INFO] com.adobe.exman.vo.ExtensionStaticData isCompatibleWithProduct(), product==InDesign productVersion==7.5.0
    CompatibleProduct: _productInternalName==InDesign _version==7.5 _maxversion ==2147483647 _primary==true _required==false
    3/14/2012 12:26:53.680 [ERROR] com.adobe.exman.vo.ProductInfo removeExtensionByMXIAIRFileName(), no this xmiAIRFilename: C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\
    3/14/2012 12:26:53.516 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), try to load: C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\idcs5_5_Workgroup Client UI.mxi_air
    3/14/2012 12:26:53.516 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load xmiFileName: C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\idcs5_5_Workgroup Client.mxi_air
    3/14/2012 12:26:53.533 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), try to load: C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\idcs5_5_Workgroup Client.mxi_air
    3/14/2012 12:26:53.534 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load xmiFileName: C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\idcs5_5_Workgroup UI.mxi_air
    3/14/2012 12:26:53.551 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), try to load: C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\idcs5_5_Workgroup UI.mxi_air
    3/14/2012 12:26:53.551 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load xmiFileName: C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\idcs5_5_Workgroup.mxi_air
    3/14/2012 12:26:53.568 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), try to load: C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\idcs5_5_Workgroup.mxi_air
    3/14/2012 12:26:53.568 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load xmiFileName: C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\idcs5_5_WorldReady.mxi_air
    3/14/2012 12:26:53.585 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), try to load: C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\idcs5_5_WorldReady.mxi_air
    3/14/2012 12:26:53.585 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load xmiFileName: C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\idcs5_5_XMedia UI.mxi_air
    3/14/2012 12:26:53.602 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), try to load: C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\idcs5_5_XMedia UI.mxi_air
    3/14/2012 12:26:53.602 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load xmiFileName: C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\idcs5_5_XML.mxi_air
    3/14/2012 12:26:53.618 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), try to load: C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\idcs5_5_XML.mxi_air
    3/14/2012 12:26:53.619 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load xmiFileName: C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\idcs5_5_XMLParser.mxi_air
    3/14/2012 12:26:53.636 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), try to load: C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\idcs5_5_XMLParser.mxi_air
    3/14/2012 12:26:53.677 [INFO] com.adobe.exman.controller.LoadInstalledExtensionsCommand.LoadMXIFileCompleteCallBack onComplete(), xmlFilename: C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\DigitalPublishingRelease.mxi_air
    3/14/2012 12:26:53.677 [INFO] com.adobe.exman.model.ProductExtensionManagerProxy loadMXIDataIntoGridData(): xmlFilename: C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\DigitalPublishingRelease.mxi_air
    3/14/2012 12:26:53.678 [INFO] com.adobe.exman.vo.ExtensionStaticData no 'icon' attribute in MXI
    3/14/2012 12:26:53.679 [INFO] com.adobe.exman.vo.ExtensionStaticData there is no method specified or methos is not direct link or no URL specified for extension: C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\DigitalPublishingRelease.mxi
    3/14/2012 12:26:53.679 [INFO] com.adobe.exman.vo.ExtensionStaticData isCompatibleWithProduct(), product==InDesign productVersion==7.5.0
    CompatibleProduct: _productInternalName==InDesign _version==7.5 _maxversion ==2147483647 _primary==true _required==false
    3/14/2012 12:26:53.680 [ERROR] com.adobe.exman.vo.ProductInfo removeExtensionByMXIAIRFileName(), no this xmiAIRFilename: C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\DigitalPublishingRelease.mxi_air
    3/14/2012 12:26:53.680 [INFO] com.adobe.exman.vo.ProductInfo addExtension(), added extension to productInfo: ------extension == dynamicData: true------staticData: mxi_air filename: C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\DigitalPublishingRelease.mxi_air mxi filename: C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\DigitalPublishingRelease.mxi extname: DigitalPublishing author: Adobe Systems Incorporated version: 7.5.2.9 type: ------productInfo == productName=[InDesign CS5.5], internalName=[InDesign], productversion=[7.5.0], productEMStore=[C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\], productExtPath=[C:\Us
    3/14/2012 12:26:53.680 [INFO] com.adobe.exman.vo.ProductInfo addExtension(), added extension to productInfo: ------extension == dynamicData: true------staticData: mxi_air filename: C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\DigitalPublishingRelease.mxi_air mxi filename: C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\DigitalPublishingRelease.mxi extname: DigitalPublishing author: Adobe Systems Incorporated version: 7.5.2.9 type: ------productInfo == productName=[InDesign CS5.5], internalName=[InDesign], productversion=[7.5.0], productEMStore=[C:\ProgramData\Adobe\InDesign\Version 7.5\EmStorePath\], productExtPath=[C:\Us

    What's the meaning of "remoting onto the machine"? Is it by "Remote Desktop Control"( mstsc )? There is no difference in running Extension Manager locally or by RDC. However, you have to make sure that you login with the same account. If you still can not launch Extension Manager on your laptop, you can generate log files and paste them here.
    BTW, we created "Frequently Asked Questions" sub forum for Extension Manager. You might find some useful information in it. Check out http://forums.adobe.com/community/creativesuites/extensionmanager/faq

Maybe you are looking for

  • Unable to open accounts window in system preferences!

    Whenever I try to open the accounts window in system preferences it stops responding Here is the error log: Process:         System Preferences [198] Path:            /Applications/System Preferences.app/Contents/MacOS/System Preferences Identifier: 

  • What size hard drive will fit into a 2010 Mac mini?

    Hello all, I am planning to buy a new Mac mini. However I intend to upgrade the hard drive, i.e. buy a 320GB Mac Mini then remove the hard drive and replace it with a better one. I have my eyes on two Western Digital hard drives: + WD Scorpio Black 7

  • Data in sapscript

    i wrote : &vbap-xblnr& what i need to do to get this value without going out to se38 ang select the value.

  • How to Install Lomboz Plugin for Eclipse

    Hi, Can anyone please give me the steps for installing Lomboz plugin in Eclipse 3.0. i have tried, but i didn't achieve this. so please help me. thanks bhaskar.

  • I can't download the new itunes version 11.1

    I can't download the new itunes version 11.1