Can't add packages

I'm using SIU in Leopard (10.5.2) and once I add any packages to the "Add Packages and Post-Install Scripts" action, it will no longer let me save the workflow. I click "Save" and it just immediately comes back again with the Save dialog.
If I remove the packages from the action, then it lets me save no problem (but I need to add packages .

This is a bug that was fixed in 10.5.2. Your automator cache is probably still holding copies of the old "Add Packages" action.
You can try holding down the option key when you launch Automator, this will refresh the cache, but it can be tricky to get the key down after you launch it, but before it starts (to early, you trigger "Hide other apps" too late, you miss the check in Automator).
You can also manually remove:
~/Library/Application Support/Automator
~/Library/Caches/<any thing with automator in it> (should be 1 or 2 files)
~/Library/Caches/com.apple.server.systemimageutility

Similar Messages

  • Add package or class  to PL/SQL

    Hi,
    How can i add package or class when i used this in PL/SQL. where can i put the classpath for
    edu.sz..ie
    CREATE OR REPLACE AND COMPILE JAVA SOURCE NAMED "MyApplication" AS
    import edu.sz.ie.*;
    import edu.sz.ie.bw.*;
    import java.util.List;
    import java.io.IOException;
    regards
    wael

    This is the Java programming forum - for Java programming related questions. If you want to fiddle with the JVM in the DBMS, use the respective forum in the Database section for questions:
    Java in the Oracle Database
    The only thing I can offer as a developer of Java based software, is that I've seen posts about Java stored procedures before and I saw mention of some "loadjava" command that you should be using to dump classes into the database JVM. Perhaps with some google searches you can figure out what to do.

  • How can I add this package?

    Hello,
    I downloaded the "xmlunit-1.0.jar", and in the code that I'm working with I have this as the first line:
    package org.custommonkey.xmlunit.examples;
    But, I'm getting an error, in addition to the following line:
    import org.custommonkey.xmlunit.*;
    I'm using Eclipse on MAC OS X.
    How can I add the ""xmlunit-1.0.jar" and do the imports correctly?
    Thanks.

    Configure the build path of your project. Right-click on the project in Eclipse, select Properties, and have a dig around what you find there. It won't take you long. I'm not going to tell you exactly what to do, because if you try and figure it out for yourself, you'll almost certainly find out some other useful things at the same time. That's how I learnt to use Eclipse: just dug around in menus

  • We can able to add package and patch in Non-Golbel zone?

    Hi Sun Gurus,
    We have V890 server and it's configered zones.We are facing problem with package and Patch adding in Non-Golbel zone.
    I want to confirm whether we can able to add package and patch in Non-Golbel zone?
    Thanks in advance
    Raja

    If their sparse root zones, then you have to install the package and patch in the global zone. The non global zones will all pick them up automatically.
    If you need to be able to install packages in only specific zones then you need to make them whole root zones.

  • How can I add a row into a JTable with JButton

    Hi all. I have the following code:
    package gui;
    import db.*;
    import javax.swing.table.AbstractTableModel;
    import java.util.ArrayList;
    public class FoundersTable extends AbstractTableModel{
        private static final int COLUMNS = 8;
        private String columnNames[] = {"��� ����", "���", "�������", "�������", "���������", "��������",
                "����� �� ����������", "������ �� ����, �����"};
        private ArrayList data;
        public FoundersTable(){
            data = new ArrayList();
        public int getRowCount() {
            return data.size();
        public int getColumnCount() {
            return columnNames.length;
        public String getColumnName(int colIndex) {
            return columnNames[colIndex];
        public Object getValueAt(int rowIndex, int columnIndex) {
            return ((ArrayList)data.get(rowIndex)).get(columnIndex);
        public void setValueAt(Object value, int rowIndex, int columnIndex) {
            ((ArrayList)data.get(rowIndex)).set(columnIndex, value);
            fireTableCellUpdated(rowIndex, columnIndex);
        public void addRow(ArrayList neueZeile) {
            data.add(neueZeile);
            int index = data.size() - 1;
            fireTableRowsInserted(index, index);
        public void removeRow(int index) {
            data.remove(index);
            fireTableRowsDeleted(index, index);
        public void removeAllRows() {
            data.clear();
            fireTableRowsDeleted(0, 0);
        public boolean isCellEditable(int rowIndex, int columnIndex) {
            return true;
    }Now in my MainJFrame class I have one button for additing and one button for removing a selected row. How can I add/remove rows with this two buttons.
    Thanks

    No my question is how can I add and remove rows WITH buttons My point was the code is the same. You use the addRow(...) method. Why did you write an addRow(...) method if you aren't going to use it?
    I don't understand your problem. Do you not know how to write an ActionListener?

  • Can't add a new subscription

    I recently purchased an unlimited US subscription. I had been trying to add an unlimited UK subscription, but every time I click the button saying "buy now" it comes back with the page error "Page not Found".
    I've noticed that there is in actual fact a subscription that is unlimited to UK, Ireland, US and Canada, but again when I click the button to purchase it says "Page not Found". I can't seem to delete my US subscription so that I can purchase this one instead and I seem to be stuck with a subscription that only covers half my needs.
    I did speak to someone in Skype support a few weeks back, but he just told me it must be some m,aintenance being carried out on the web site. Sounded like I was being fobbed off as he didn't know how to fix it. Having returned home a few weeks later I find I still can't adjust my subscription in any way.
    Any help on this would be greatly appreciated. I can see the package I need, but I just can't seem to do anything to order it and acquire it.

    I've found a similar problem when I tried to renew an existing UK Unlimited subscription at 33 Euro. When ever I tried to access the subscription details page the browser hangs or fails with the message: "This web page has a redirect loop" (I have a screen print of the message).
    Unsurprisingly when I tried purchasing a new subscription 64.26 Euro that worked without any problem. So I've had to pay effectively an extra 31 Euro because the Skype bugs in their software. Even more worrying is a separate transaction for 50.88 Euro which showing for the same day  on the Purchase history - I didn't make two purchases.
    I tried to renew the old subscription using three different browsers - Firefox (16), IE Explorer and Chrome but none of them could overcome the Skype system problem.

  • How can I add features to Windows 7 Standard Embedded 64-bit?

    Hey guys,
    I apologize if I am posting in the incorrect place but the embedded forum was specifically for POS Systems it seems.
    My problem is that a third party has provided us with some systems that include Windows 7 Standard SP1 (64-bit) for their operating systems. Obviously the OS is cut down and missing a bunch of features (as an embedded OS should be); I need to add some of
    the Windows 7 features back in. I know how to do this with DISM but can't find any 64-bit features to install as the Standard 7 Embedded Toolkit seems to be 32-bit only?
    Thanks for your help.

    Hi,
    For how to add packages into Windows standard Embedded 7 64 bit, I suggest we ask in the following forum:
    https://social.msdn.microsoft.com/Forums/en-US/home?forum=quebeceefs
    The reason why we redirect is that you will get more professional response in the proper place.
    Thank you for your understanding.
    Best regards
    Michael Shao
    TechNet Community Support

  • Can't add drivers to Server 2012 R2 boot image in WDS

    Hi all.
    I want to use my "old" Windows Server 2012 (not R2), WDS to deploy new R2 servers but i can't add driver package to the R2 boot image, it comes out with error code: 0xc0000135 no matter what drivers i use.
    Without network drivers i can't boot the image on my physical servers, i've tried on a virtual machine where it works just fine.
    I can't use the old boot image to install R2, then it comes with error: "Windows could not apply unattend settings during pass [offlineServicing]." when it tries to install it on both virtual and physical servers.
    My initial thought is that the WDS server has to be on a R2 server but i can't find anything that proofs that.
    Can someone confirm that non R2 WDS is not supported to R2 or does anyone have an idea to a solution?
    Thank you in advance.

    Okay maybe not a solution but i installed a new WDS server on R2 and then there was no problem adding driver package to to boot image.
    So i was able to confirm my theory that it's not supported to deploy R2 from a non-R2 WDS server. If anyone can make it work please let me know but until then i think this is the only way.
    If I understand your description of the issue, the problem is that you are trying to update a WinPE 5.0 WIM with a version of the ADK that services WinPE 4.0 images.  Installing the new Windows Server 2012 R2 server caused SCCM to use the version of the
    ADK that services WinPE 5.0 images.  You should be able to deploy them fine from the other server, but you can only service them from the new one.  You will not be able to service the older WinPE 4.0 images from the new server either.

  • How can I add image files to a executable jar file ?

    Could you tell me how can I add image files to executable jar file ?
    package structure:
    ../com/Main.class
    ../images/..

    Please don't cross post, and read this
    http://forum.java.sun.com/thread.jsp?forum=31&thread=271751
    I've answered the question in the New To Java thread.

  • Where i can find the package "netscape.javascript.JSObject;" ??urgent

    where i can find the package "netscape.javascript.JSObject;" ??urgent
    please

    The Java Plug-in 1.3 ships netscape.javascript in a JAR file called JAWS.JAR. To compile an applet which uses JSObject, just add JAWS.JAR in the CLASSPATH before compilation.
    If you don't have the Plug-in, but do have a Netscape browser installed, you can add the java40.jar file that comes with Communicator to the end of your CLASSPATH (or extract the netscape.* classes from there).

  • How can i add the check box beside the directory?

    how can i add the check box beside the directory? anybody can help?
    tis r the panel of my program :
    // FileTreePanel.java
    // JPanel for displaying file system contents in a JTree
    // using a custom TreeModel.
    package com.deitel.advjhtp1.mvc.tree.filesystem;
    import java.io.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.tree.*;
    import javax.swing.event.*;
    import com.deitel.advjhtp1.mvc.tree.filesystem.FileSystemModel;
    public class FileTreePanel extends JPanel {
    private JTree fileTree;
    private FileSystemModel fileSystemModel;
    private JTextArea fileDetailsTextArea;
    public FileTreePanel( String directory )
    fileDetailsTextArea = new JTextArea();
    fileDetailsTextArea.setEditable( false );
    fileSystemModel = new FileSystemModel(
    new File( directory ) );
    fileTree = new JTree( fileSystemModel );
    fileTree.setEditable( true );
    fileTree.addTreeSelectionListener(
    new TreeSelectionListener() {
    public void valueChanged(
    TreeSelectionEvent event )
    File file = ( File )
    fileTree.getLastSelectedPathComponent();
    fileDetailsTextArea.setText(
    getFileDetails( file ) );
    JSplitPane splitPane = new JSplitPane(
    JSplitPane.HORIZONTAL_SPLIT, true,
    new JScrollPane( fileTree ),
    new JScrollPane( fileDetailsTextArea ) );
    setLayout( new BorderLayout() );
    add( splitPane, BorderLayout.NORTH );
    JCheckBox check = new JCheckBox("Check me");
    add( check, BorderLayout.SOUTH );
    public Dimension getPreferredSize()
    return new Dimension( 400, 200 );
    private String getFileDetails( File file )
    if ( file == null )
    return "";
    StringBuffer buffer = new StringBuffer();
    buffer.append( "Name: " + file.getName() + "\n" );
    buffer.append( "Path: " + file.getPath() + "\n" );
    buffer.append( "Size: " + file.length() + "\n" );
    return buffer.toString();
    public static void main( String args[] )
    if ( args.length != 1 )
    System.err.println(
    "Usage: java FileTreeFrame <path>" );
    else {
    JFrame frame = new JFrame( "JTree FileSystem Viewer" );
    FileTreePanel treePanel = new FileTreePanel( args[ 0 ] );
    frame.getContentPane().add( treePanel );
    frame.setDefaultCloseOperation( JFrame.EXIT_ON_CLOSE );
    frame.pack();
    frame.setVisible( true );
    }

    You can maybe explore button and forms feature in InDesign. It was added in CS6.

  • How can I add highlighting to my simple text editor?

    Hi ...I wrote a simple text editor ..but I want to add Sysntax highlihting to my editor ...ilke I will enter some words in sourse code (new..import.. ext ) and when I write in text those words I want to see whit a different collor ..how can I do this? here is source codes for my text editor..and I want your help
    import javax.swing.*;
    import javax.swing.event.*;
    import javax.swing.text.*;
    import javax.swing.plaf.ComponentUI;
    import java.awt.*;
    import java.awt.event.ActionEvent;
    import java.io.File;
    import java.io.FileReader;
    import java.io.FileWriter;
    import java.io.IOException;
    import java.util.*;
    import java.util.regex.*;
    public class JText extends JFrame{
         private JTextArea textarea ;
         private JFileChooser fileChooser = new JFileChooser();
    private Action open =new OpenAction() ;
    private Action save = new SaveAction();
    private Action exit = new ExitAction();
    public static void main(String args[])
              JText pencere= new JText();
              pencere.setBackground(Color.lightGray);
              pencere.setSize(400,300);
              pencere.setVisible(true);
         //Text Area
         public JText(){
         textarea = new JTextArea(15,90) ;
         JScrollPane scroll = new JScrollPane(textarea);
         JPanel content = new JPanel();
    content.setLayout(new BorderLayout());
    content.add(scroll, BorderLayout.CENTER);
         //Menu Bar
    JMenuBar menu=new JMenuBar();
    JMenu file=menu.add(new JMenu("FILE"));
    file.setMnemonic('F');
    file.add(open);
    file.add(save);
    file.addSeparator();
    file.add(exit);
    setContentPane(content);
    setJMenuBar(menu);
    setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    setTitle("Project");
    pack();
    setLocationRelativeTo(null);
    setVisible(true);
         class OpenAction extends AbstractAction {
         //============================================= constructor
         public OpenAction() {
         super("Open...");
         putValue(MNEMONIC_KEY, new Integer('O'));
         //========================================= actionPerformed
         public void actionPerformed(ActionEvent e) {
         int retval = fileChooser.showOpenDialog(JText.this);
         if (retval == JFileChooser.APPROVE_OPTION) {
         File f = fileChooser.getSelectedFile();
         try {
         FileReader reader = new FileReader(f);
         textarea.read(reader, ""); // Use TextComponent read
         } catch (IOException ioex) {
         System.out.println(e);
         System.exit(1);
              class SaveAction extends AbstractAction {
              //============================================= constructor
              SaveAction() {
              super("Save...");
              putValue(MNEMONIC_KEY, new Integer('S'));
              //========================================= actionPerformed
              public void actionPerformed(ActionEvent e) {
              int retval = fileChooser.showSaveDialog(JText.this);
              if (retval == JFileChooser.APPROVE_OPTION) {
              File f = fileChooser.getSelectedFile();
              try {
              FileWriter writer = new FileWriter(f);
              textarea.write(writer); // Use TextComponent write
              } catch (IOException ioex) {
              JOptionPane.showMessageDialog(JText.this, ioex);
              System.exit(1);
                   class ExitAction extends AbstractAction {
                   //============================================= constructor
                   public ExitAction() {
                   super("Exit");
                   putValue(MNEMONIC_KEY, new Integer('X'));
                   //========================================= actionPerformed
                   public void actionPerformed(ActionEvent e) {
                   System.exit(0);
    }

    i looked it ...it is the one which i want to do ..But i want to use my window which i gave above ..But i cant mix them ..:( this codes for highlighting.... is any body can add this codes and my codes which i gave above connect together? pleaseeeee... :))
    import javax.swing.*;
    import javax.swing.event.*;
    import javax.swing.text.*;
    import java.util.*;
    import java.awt.*;
    import java.awt.event.*;
    public class SyntaxTest extends DefaultStyledDocument
    Element rootElement;
    String wordSeparators = ",:;.()[]{}+-/*%=!&|~^@? ";
    Vector keywords = new Vector();;
    SimpleAttributeSet keyword;
    public SyntaxTest()
    rootElement= this.getDefaultRootElement();
    keyword = new SimpleAttributeSet();
    StyleConstants.setForeground(keyword, Color.blue);
    keywords.add( "abstract" );
    keywords.add( "boolean" );
    keywords.add( "break" );
    keywords.add( "byte" );
    keywords.add( "case" );
    keywords.add( "catch" );
    keywords.add( "char" );
    keywords.add( "class" );
    keywords.add( "continue" );
    keywords.add( "default" );
    keywords.add( "do" );
    keywords.add( "double" );
    keywords.add( "else" );
    keywords.add( "extends" );
    keywords.add( "false" );
    keywords.add( "final" );
    keywords.add( "finally" );
    keywords.add( "float" );
    keywords.add( "for" );
    keywords.add( "if" );
    keywords.add( "implements" );
    keywords.add( "import" );
    keywords.add( "instanceof" );
    keywords.add( "int" );
    keywords.add( "interface" );
    keywords.add( "long" );
    keywords.add( "native" );
    keywords.add( "new" );
    keywords.add( "null" );
    keywords.add( "package" );
    keywords.add( "private" );
    keywords.add( "protected" );
    keywords.add( "public" );
    keywords.add( "return" );
    keywords.add( "short" );
    keywords.add( "static" );
    keywords.add( "super" );
    keywords.add( "switch" );
    keywords.add( "synchronized" );
    keywords.add( "this" );
    keywords.add( "throw" );
    keywords.add( "throws" );
    keywords.add( "true" );
    keywords.add( "try" );
    keywords.add( "void" );
    keywords.add( "volatile" );
    keywords.add( "while" );
    public void insertString(int offset, String str, AttributeSet a) throws BadLocationException
    super.insertString(offset, str, a);
    int startOfLine = rootElement.getElement(rootElement.getElementIndex(offset)).getStartOffset();
    int endOfLine = rootElement.getElement(rootElement.getElementIndex(offset+str.length())).getEndOffset() -1;
    //highlight the changed line
    highlightKeyword(this.getText(0,this.getLength()), startOfLine, endOfLine);
    public void remove(int offset, int length) throws BadLocationException
    super.remove(offset, length);
    int startOfLine = rootElement.getElement(rootElement.getElementIndex(offset)).getStartOffset();
    int endOfLine = rootElement.getElement(rootElement.getElementIndex(offset+length)).getEndOffset() -1;
    //highlight the changed line
    highlightKeyword(this.getText(0,this.getLength()), startOfLine, endOfLine);
    public void highlightKeyword(String content,int startOffset, int endOffset)
    char character;
    int tokenEnd;
    while (startOffset < endOffset)
    tokenEnd = startOffset;
    //find next wordSeparator
    while(tokenEnd < endOffset)
    character = content.charAt(tokenEnd);
    if(wordSeparators.indexOf(character) > -1)
    break;
    else
    tokenEnd++;
    //check for keyword
    String token = content.substring(startOffset,tokenEnd).trim();
    if(keywords.contains(token))
    this.setCharacterAttributes(startOffset, token.length(), keyword, true);
    startOffset = tokenEnd+1;
    public static void main(String[] args)
    JFrame f = new JFrame();
    JTextPane pane = new JTextPane(new SyntaxTest());
    JScrollPane scrollPane = new JScrollPane(pane);
    f.setContentPane(scrollPane);
    f.setSize(600,400);
    f.setVisible(true);
    }

  • Cannot add package named WFSQLiteTests

    I've been experiencing this problem since LR5 was released and worked with Support to try to identify the cause  —but the debug tool adobe gave me didn't show what was happening during startup.
    This time, I disabled all of my plugins, exited and restarted Lightroom.
    These messages appeared in the System Log:
    5/24/14 9:39:29.780 AM Adobe Photoshop Lightroom 5[26865]: ERROR: ForceShrinkPersistentStore_NoLock -delete- We do not have a BLOB or TEXT column type.  Instead, we have 5.
    5/24/14 9:39:29.819 AM Adobe Photoshop Lightroom 5[26865]: Cannot find executable for CFBundle 0x7fd8306f4210 </Users/mark/Library/Application Support/Adobe/Lightroom/Plugins/gps-proximity-jfriedl.lrplugin> (not loaded)
    5/24/14 9:42:00.000 AM kernel[0]: CODE SIGNING: cs_invalid_page(0x100000000): p=27135[LogTransport2] final status 0x0, allowing (remove VALID) page
    5/24/14 9:42:09.000 AM kernel[0]: CODE SIGNING: cs_invalid_page(0x100000000): p=27140[AdobeCrashDaemon] final status 0x0, allowing (remove VALID) page
    5/24/14 9:42:10.374 AM Adobe Photoshop Lightroom 5[27138]: Cannot add package named WFCoreTests
    Looked in /Applications/Adobe Photoshop Lightroom 5.app/Contents/Frameworks/WichitaFoundation.agtoolkit/Versions/A/Frameworks/WFCoreTests.f ramework, /Applications/Adobe Photoshop Lightroom 5.app/WFCoreTests.framework, /Applications/Adobe Photoshop Lightroom 5.app/Contents/Frameworks/WFCoreTests.framework, /Applications/Adobe Photoshop Lightroom 5.app/Contents/Frameworks/WichitaFoundation.agtoolkit/Versions/A/Frameworks/WFCoreTests.a gtoolkit, /Applications/Adobe Photoshop Lightroom 5.app/WFCoreTests.agtoolkit, /Applications/Adobe Photoshop Lightroom 5.app/Contents/Frameworks/WFCoreTests.agtoolkit
    !! Did you remember to add a copy frameworks step to your project?
    5/24/14 9:42:10.375 AM Adobe Photoshop Lightroom 5[27138]: Cannot add package named WFSQLiteTests
    Looked in /Applications/Adobe Photoshop Lightroom 5.app/Contents/Frameworks/WichitaFoundation.agtoolkit/Versions/A/Frameworks/WFSQLiteTests .framework, /Applications/Adobe Photoshop Lightroom 5.app/WFSQLiteTests.framework, /Applications/Adobe Photoshop Lightroom 5.app/Contents/Frameworks/WFSQLiteTests.framework, /Applications/Adobe Photoshop Lightroom 5.app/Contents/Frameworks/WichitaFoundation.agtoolkit/Versions/A/Frameworks/WFSQLiteTests .agtoolkit, /Applications/Adobe Photoshop Lightroom 5.app/WFSQLiteTests.agtoolkit, /Applications/Adobe Photoshop Lightroom 5.app/Contents/Frameworks/WFSQLiteTests.agtoolkit
    !! Did you remember to add a copy frameworks step to your project?
    5/24/14 9:42:10.376 AM Adobe Photoshop Lightroom 5[27138]: Cannot add package named WFWebTests
    Looked in /Applications/Adobe Photoshop Lightroom 5.app/Contents/Frameworks/WichitaFoundation.agtoolkit/Versions/A/Frameworks/WFWebTests.fr amework, /Applications/Adobe Photoshop Lightroom 5.app/WFWebTests.framework, /Applications/Adobe Photoshop Lightroom 5.app/Contents/Frameworks/WFWebTests.framework, /Applications/Adobe Photoshop Lightroom 5.app/Contents/Frameworks/WichitaFoundation.agtoolkit/Versions/A/Frameworks/WFWebTests.ag toolkit, /Applications/Adobe Photoshop Lightroom 5.app/WFWebTests.agtoolkit, /Applications/Adobe Photoshop Lightroom 5.app/Contents/Frameworks/WFWebTests.agtoolkit
    !! Did you remember to add a copy frameworks step to your project?
    5/24/14 9:42:10.376 AM Adobe Photoshop Lightroom 5[27138]: Cannot add package named WFOzClientTests
    Looked in /Applications/Adobe Photoshop Lightroom 5.app/Contents/Frameworks/WichitaFoundation.agtoolkit/Versions/A/Frameworks/WFOzClientTes ts.framework, /Applications/Adobe Photoshop Lightroom 5.app/WFOzClientTests.framework, /Applications/Adobe Photoshop Lightroom 5.app/Contents/Frameworks/WFOzClientTests.framework, /Applications/Adobe Photoshop Lightroom 5.app/Contents/Frameworks/WichitaFoundation.agtoolkit/Versions/A/Frameworks/WFOzClientTes ts.agtoolkit, /Applications/Adobe Photoshop Lightroom 5.app/WFOzClientTests.agtoolkit, /Applications/Adobe Photoshop Lightroom 5.app/Contents/Frameworks/WFOzClientTests.agtoolkit
    !! Did you remember to add a copy frameworks step to your project?
    5/24/14 9:42:51.625 AM xpcproxy[27156]: assertion failed: 13D65: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    5/24/14 9:42:54.635 AM Adobe Photoshop Lightroom 5[27138]: Oops! An untagged string (assertion failed!) got thrown far enough that we display it to the user. This shouldn't happen.
    I've seen the "Oops!" message on a regular bases, but the messages:  "Cannot add package named WFSQLiteTests" and  "!! Did you remember to add a copy frameworks step to your project?" look like pointers to the problem.
    Anyone have an idea?

    I have a lot of plugins that I'd accumulated over the years.  And I had them active in the plugin manager even though I only use a few of them.
    I never went through the exercise of moving everything out and adding them back - selectively - and checking for updates while doing so.
    Some of my plugins have been abandoned by the author and most of the others have been updated (possible several times).  I downloaded all of the updates and reloaded the plugins and exited Lightroom.
    So far - I think the issue is resolved.  The cause was an outdated plugin. 
    The solution is to re-evaluate the plugins you have in your Plugins and Modules folders, remove any you know you don't use, add the rest back with the Plugin Manager and check for updates.
    It's OK to add back a plugin that already in the plugin manager's list.  Doing so probably reloads it and highlights the plugin's name.  Then you can check for updates using the "check for updates" function (found in most recent plugins) or manually, by going to the developer's web site.  If you can't find the latter - remove the plugin as it's likely not current or might be abandoned.

  • Unable to add Package to WinPE image

    I am trying to add a package to a WinPE following the tutorial at http://technet.microsoft.com/en-us/library/hh824926.aspx .  I keep getting "The specified package is not applicable to this image".  The only hint I saw was make sure that
    your are matching your x86 with amd64 and don't get them confused.  Why else would the package not be applicable?
    (the x86 image is located at c:\temp\x86 using the pecopy.cmd and them mounted to c:\temp\x86\mount"
    c:\Program Files (x86)\Windows Kits\8.0\Assessment and Deployment Kit\Windows Preinstallation Environment>dism /add-package /image:"c:\temp\x86\mount" /packagepath:"x86\WinPE_OCs\en-us\WinPE-WMI_en-us.cab"
    Deployment Image Servicing and Management tool
    Version: 6.2.9200.16384
    Image Version: 6.2.9200.16384
    Processing 1 of 1 - Adding package WinPE-WMI-Package~31bf3856ad364e35~x86~en-US~6.2.9200.16384
    [==========================100.0%==========================]
    Error: 0x800f081e
    The specified package is not applicable to this image.
    The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log  (the log is 99% chinese - so it's not helpful)

    I uploaded the DISM.log to the new location.
    That's more readable but as usual I don't have any access to the source or internals documentation which lets support staff "read between the lines" of these diagnostics.  I would try running ProcMon, filtering first on Operation Is WriteFile (or at
    most Category Is Write).   Then when you detect a match for a write of a record in a log that you have a question about, remove the filter and look back for any related registry and file access events which may help explain it.
    Otherwise, you might need to look into both the CBS.log and DPX.log
    Info DPX DpxException hr=0x80070002 code=0x020109
    Info CBS Not able to add file to extract: update.ses [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
    Error DISM DISM Package Manager: PID=4836 TID=6412 The package WinPE-Scripting-Package is not applicable to the image.
    That is seen by applying this findstr filter to your log
    findstr  "0x8007 Error Warning"
    but I don't know if it significant nor do I know whether you are supposed to have at least one provider, which the above findstr filter will also highlight for you.
    Good luck
    Robert Aldwinckle

  • I installed the Illustrator 2014 in its English version, but I need the Hebrew support too (ME). How can I add it to my current installation?

    Hi,
    I’d purchased the full CC 2014 and downloaded from your web site.
    Unfortunately, I installed the Illustrator 2014 in its English version only and I would like to install the Illustrator ME with
    Hebrew support as well as right to left support.
    How can I add the Hebrew support to my current installation?

    Hi Hans-Günter,
    Thank you for your quick reply, I looked at the website and if I understood correctly, in order to change my CC applications to support the ME/RTL I must
    un-install the Illustrator 2014, and re-install it, selecting this option in the Language preferences.
    Do I need to re-install the whole CC package? or only the Illustrator?
    Gabi

Maybe you are looking for

  • ITunes won't sync my photo events properly

    I have recently organized all my photos in iphoto by event and when I connect my iphone 4 or ipad 2 to itunes the albums are scattered and separated. As an example, in iphoto I have one album for my wallpapers but when I go into itunes to select that

  • Aging 7 Buckets - By Collector Report does not take RTF template

    Hi All. There is standard Receivables Report (Aging 7 Buckets - By Collector Report). We needed to have output of this report in nice pdf format. we created a RTF template using XML publsher 10.1.3.2. When we run the report from applications, It does

  • Red(as in the color red) is not red in h264 output

    Hello to you all, Whenever I output a h264 file with quicktime, my colors are messed up. I have a red car on video. It's red in the original AVCHD MTS file viewed with VLC, it's still red when converted to AIC with voltaic and viewed in Quicktime. Bu

  • How to get Source of DB Triggers

    Hey All, I want to get source code of Database Triggers from database. I have Oracle8i (8.1.7) database then Metadata.get_ddl is not availabe. I also tried ALL_SOURCE, USER_SOURCE but I didn't get Complete Source Code of Database Triggers. There any

  • Subtracting shapes not working? what the heck

    alright i've never had this problem. -I created the white lines as strokes then expanded them. -I put the expanded strokes in a new layer above the circle. -I clicked on the expanded strokes, then shift clicked on the circle. -hit my subtract button