InDesign extension manager cc - embeded extension is invalid

Hello

I developed a custom indesign extension and I'm trying to install it. but I get the error message: "the extension integrated in the extension of"XXXX"is not valid. The "XXXX" extension will not be installed.

I use indesign and creative cloud cc and extension manager are up to date

In manifest.xml extension I have

< parameter Listehotes >

< host name = "IDSN" Version = "[9.1,10.1]" / >

< / parameter Listehotes >

OK, I found out why it didn't work before. When we create new project in ecliplse with 3 extension generator, it creates the folder ExtensionContents and brief all the extension files in. As in the example of project from adobe, I deleted the folder ExtensionContents and added containing folders and files on the root. Then I could successfully install the extension using the extension manager.

Tags: InDesign

Similar Questions

  • InDesign extension is not displayed when run via the option "Debug as".

    InDesign extension is not displayed when run via the option "Debug as".

    Hi all

    I worked on an application InDesign Extension for a few months now. I am Member creative cloud. I FlashBuilder 4.6 + Extension Builder 2.1 (both licensed versions) and InDesign CS6 and CC installed on my machine. The application is targeted for InDesign CS 5.x and 6 CS and CC versions. So far, I've tested it via "run as" and "Debug as" options of the FB; and in time, I "export as" ZXP for internal versions.

    I'm having two problems, do not know if they are related.

    1. when I try to bundle manifest, it fails with the following error: (at first, I thought it was an installation problem, but I did another test project and bundle manifest works on that one)

    Could not open the Editor: an unexpected exception was thrown.

    Details:

    java.lang.NullPointerException

    at com.adobe.cside.ui.editors.pages.MainBundlePage.isPointProductSupported (unknown Source)

    at com.adobe.cside.ui.editors.pages.MainBundlePage.createTargetAppSection (unknown Source)

    at com.adobe.cside.ui.editors.pages.MainBundlePage.createFormContent (unknown Source)

    to org.eclipse.ui.forms.editor.FormPage$ 1.run(FormPage.java:152)

    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)

    at org.eclipse.ui.forms.editor.FormPage.createPartControl(FormPage.java:150)

    at org.eclipse.ui.forms.editor.FormEditor.pageChange(FormEditor.java:471)

    at com.adobe.cside.ui.editors.BundleManifestEditor.pageChange (unknown Source)

    at org.eclipse.ui.part.MultiPageEditorPart.setActivePage(MultiPageEditorPart.java:1067)

    at org.eclipse.ui.forms.editor.FormEditor.setActivePage(FormEditor.java:603)

    at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:352)

    at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:670)

    at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:465)

    at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)

    at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:289)

    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2945)

    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2850)

    to org.eclipse.ui.internal.WorkbenchPage.access$ 11 (WorkbenchPage.java:2842)

    to org.eclipse.ui.internal.WorkbenchPage$ 10.run(WorkbenchPage.java:2793)

    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)

    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2789)

    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2773)

    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2756)

    at com.adobe.cside.ui.popup.actions.CSIDEBundleEditorAction.run (unknown Source)

    at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)

    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionI tem.java:584)

    to org.eclipse.jface.action.ActionContributionItem.access$ 2 (ActionContributionItem.java:501)

    to org.eclipse.jface.action.ActionContributionItem$ 5.handleEvent (ActionContributionItem.java:411)

    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)

    at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4128)

    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1457)

    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1480)

    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1465)

    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1270)

    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3974)

    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3613)

    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)

    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)

    to org.eclipse.ui.internal.Workbench.access$ 4 (Workbench.java:2494)

    to org.eclipse.ui.internal.Workbench$ 7.run(Workbench.java:674)

    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)

    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)

    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)

    at com.adobe.flexbuilder.standalone.FlashBuilderApplication.start (FlashBuilderApplication.ja goes: 108)

    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)

    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication (EclipseAppLau ncher.java:110)

    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start (EclipseAppLauncher.jav one: 79)

    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)

    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)

    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)

    at org.eclipse.equinox.launcher.Main.run(Main.java:1410)

    Here is my manifest file:

    <? XML version = "1.0" encoding = "UTF-8"? >

    < ExtensionManifest Version = "2.0" ExtensionBundleId = "ConnectXPress".

    " ExtensionBundleVersion ="1.0.0"xmlns: xsi =" http://www.w3.org/2001/XMLSchema-instance ">

    < author >

    <! [CDATA [Swati Sisodia]] >

    < / author >

    < ExtensionList >

    < extension Id = "com.pubpress.CXP.extension1" Version = "1.0" / > "

    < / ExtensionList >

    < ExecutionEnvironment >

    < parameter Listehotes >

    < host name = "IDSN" Version = "7.0" / >

    < host name = "Clement POUPARD" Version = "7.0" / >

    < / parameter Listehotes >

    < LocaleList >

    < Locale code = 'All' / >

    < / LocaleList >

    < RequiredRuntimeList >

    < RequiredRuntime Name = "CSXS" Version = "2.0" / >

    < / RequiredRuntimeList >

    < / ExecutionEnvironment >

    < DispatchInfoList >

    < Id = "com.pubpress.CXP.extension1 extension" >

    < DispatchInfo >

    < resources >

    < SwfPath >./ConnectXPress.swf < / SwfPath >

    < / resource >

    life cycle of the <>

    < AutoVisible > true < / AutoVisible >

    < / life cycle >

    < UI >

    Panel < type > < / Type >

    ConnectXPress < menu > < / Menu >

    < geometry >

    < size >

    < height > 520 < / height >

    < width > 350 < / width >

    < / size >

    < / geometry >

    < icons >

    < Type icon = 'Normal' >./icons/normal_icon.png < / icon >

    < Type icon = "RollOver" >./icons/rollover_icon.png < / icon >

    < Type icon = "Disabled" >./icons/disabled_icon.png < / icon >

    < Type icon = "DarkNormal" >./icons/dark_icon.png < / icon >

    < Type icon = "DarkRollOver" >./icons/dark_icon.png < / icon >

    < / icons >

    < /UI >

    < / DispatchInfo >

    < / extension >

    < / DispatchInfoList >

    < / ExtensionManifest >

    2. my other problem is, I recently changed the name of the project and the name of the application in the Menu, and since I did that, my extension is not displayed when I perform "run as" or "Debug as" Flash Builder. To enforce as / debug as, the code compiles and appears in the folder "bin-debug", the application is triggered, but when I navigate to Windows > Extensions, my extension is not present here. Although when I export as ZXP and install via Extension Manager CS 6 or CC, it shows my last extension in Windows > Extensions with the correct name.

    Any help is very appreciated. Please let me know if I need to provide more information.

    Kind regards

    Swati.

    I've solved both of my problems. And I thought I'll post for others.

    First problem, where the manifest failed Bundle of FlashBuilder, was resolved by a change in the manifest.xml (who lives at /.staged-extension/CSXS). The change I made was tag. Earlier it was (generated by FlashBuilder 4.5):

    I changed it to:

    I did a bit of hit and trial and it seems that FlashBuilder generated 4.5 tag host with the Version with only the specialties of the minimum version while FlashBuilder 4.6 requires that all versions of specialties listed in the Version attribute.

    The second problem of debug/run as not to install the extension properly in InDesign, has been set as a result of the software update of FlashBuilder.

    This is what brought me to do:

    I retraced my steps and realized last thing I did before the "Debug as Adobe InDesign Extension" of in FlashBuilder broke on my machine has been updated InDesign CS6 to the latest available version, which probably ended up with flash/flex versions of InDesign and FlashBuilder. Therefore, perform a fixed update debugging.

  • Add the new page number with gaps in indesign extension app

    Hi all

    I develop an application for extension adobe indesign with adobe flex 3.4 sdk.

    the application object is to publish the document to a remote server.

    I did well all options.

    now I am facing problems to Polish.

    the problem is,

    (1) adding new page

    Let's say that a particular indesign document (portrait) contains 6 pages.

    Page 1, 2 are spread

    Page 3

    Page 4

    Page 5, 6 are spread

    Now, I will add a new page through the indesign extension.

    When I try to add a new page. It will add to the last page of the spread. (Page 5, 6)

    Finally, he became Page 5, 6 and 7 in propagation.

    What I want is.

    After you have added the new page, the document must have the following structure.

    Page 1, 2 are spread

    Page 3

    Page 4

    Page 5, 6 are spread

    Page 7

    Is my code to add the new page.

    document: var Document = app.activeDocument;

    document.pages.Add ();

    Please suggest me how to add a new page (without extension)

    Thank you

    Malaris

    Try the code below

    document: var Document = app.activeDocument;

    document.spreads.Add ();

    But make sure you use this code on a document that may be the structure of the page that had mentioned you, that is to say it must be created by unchecking the options 'facing Pages' in the dialog box new document. Otherwise, it will add two pages of the document.

    This should solve your problem.

    Manan Joshi

    -InDesign efficient Solutions

    MetaDesign - Solutions

    http://metadesignsolutions.com/services/InDesign-development.php

  • Cannot create private success InDesign Extension for Adobe Exchange

    I tried everything to make it work.

    I used the Adobe Exchange Packer, package manager online at the Adobe Exchange website all without luck.


    The closest I got it work is add my product to Adobe Exchange and CC picked him up. However, when I will look in 2015 CC IDSN I don't see my extension in "window-> Extensions."


    Looking at the file system I can see where my ZXP appears in "Store EM-> virtual product" but I think that it is in "store EM-> InDesign."


    I don't know if it's the manifest.xml, Packers or what.


    It makes me crazy.


    Please help me. Thank you.

    We've thought of it. We do not have the Bundle ID, the ID of the Extension and the name of Bundle how to navigate. After that we have re-established our ZXPs have been accepted and correctly place.

  • Extension Panel do not display in the window of the InDesign Extensions

    I finally managed to discover Maria Gutierrez' tutorial on building a plug-in. The < sarcasm >demo very cleverly< / sarcasm > does not provide any instructions or a downloadable sample for the manifest.xml file or the < my project > .mxml file. In fact, I had to freeze the image and manually write what I saw in the demo.

    I followed his instructions to copy the bin-debug folder (in fact, it only gives instructions for MAC, and I copied them in the folder 'C:\Users\ < user > \AppData\Roaming\Adobe\CS5ServiceManager\extensions\' on my Windows 7 according to the "using the Adobe Creative Suite 5 SDK" PDF.) I also set the registry value to enable debugging.

    When I opened InDesign, I couldn't see my extension in Windows-> Extensions.

    However, if I copied the extension directly in the file "D:\Program Adobe InDesign CS5\Plug-Ins\Panels", the extension has appeared in the list and worked fine.

    I csaw_indesign.swc refernenced correctly in my list of libraries and < host name = "IDSN" Version = "7" / > in my manifest.xml.

    I'd appreciate some help here.

    TIA

    mlavie

    Have a look here:

    http://www.Adobe.com/content/dam/Adobe/en/DevNet/creativesuite/PDFs/CS_SDK_Guide.PDF

    Looks like your manifest file has errors or is in the wrong place.

    Bob

  • InDesign Extensions menu does not appear after the inDesign update

    Hi all

    First of all, not sure to reach the place perfect here, but have no idea about a better place, so feel free to direct me to the correct forum if necessary.

    I made an Extension CS6 InDesign who worked a fine instead of some customers. They have updated InDesign and since then the menu extension no longer appears in InDesign. The menu itself is not hidden in the menus preferences and again, it's not here.

    Any who have already experienced this? No work around?

    Thanks in advance for any advice,

    Loïc

    Hi Loic_aigon,

    The file mxi of your defined extension time min-version (7.0) and max (version8.0) of InDesign (see ""). This means that this extension can be charged by InDesign7.0, 7.x and 8.0. Updated InDesign, version should be changed to 8.1 or something like that (you can check in the InDesign menu). As a result, this extension can not be charged more. So just withdrawal max-version in your manifest and rebuild your extension should work.

    Thank you

    Xiaoyi

  • CEPEngine_extensions.js does not work with InDesign extension

    Hi all

    In order to perform the read/write file operation that I tried to use CEPEngine_extensions.js, but it does not work and gives an error

    Screen shot 2014-04-22 at 7.20.02 PM.png

    You include the CEPEngine_extensions file in your project? If so, please remove it. You don't need to register and it will give you an error.

    Best regards

    Hallgrimur

    --

    Hallgrímur th. bonnel | Product Manager | Adobe | Tel: + 44 (0) 1314582787

  • Adobe Extension Manager CC shows no Apps on OSX 10.7.5 (German)

    Hi all!

    I downloaded and installed Adobe Extension Manager version 7.3.2.39.

    As far as I know, this is the latest version of the September 25, 2014: downloads updates of Adobe Extension Manager

    It is installed under:

    CC Manager extensions/applications/Adobe /Adobe Extension Manager CC.app


    After the application starts, it will not recognize one of my installed applications of CC as:
    InDesign CC v9.3.0

    InDesign CC v10.2.0

    or others.

    What can we do?

    Uwe


    Hello Uwe

    A frustrating process for you, we agree! It is not a known issue with InDesign and Manager extensions, so on this issue, that we assume that the next time you restart your computer and open the extensions Manager, there is a good chance that InDesign appears. If this isn't the case, you can use the CC Office application to remove and reinstall InDesign which should encourage the extensions Manager.

    It's ok to delete the folder OOBE to install automatically the next time you launch the extension manager. The latest version is 7.3.2.39.

    InCopy comes with a list of pre-loaded extensions, but for other applications, they are not preloaded so that this point of view is normal. When you start the installation of Add-ons on the Add-ons site, they list in the extensions Manager.

    Kind regards

    Adobe Exchange team

  • The CC extensions Manager and the clock 'white '.

    APP: CC on Mac OsX 10.9.2 extensions Manager.

    When I run the app the white clock appears... and nothing else... I can't do anything...

    ExtManager_CC.jpg

    Please run 'EM as a normal user, when you install InDesign extension. Also please update to the latest version 7.1.1.32 EM.

  • How can I get the Extensions CS5 upgrade Manager to 5.0.3?

    Every time I try to get the fix downloaded to run, I get an error message"

    CS5 Adobe Extension Manager 5.0 updated

    There was an error of installation of this update. Quit and try again later. "Error code: U44M2P29.

    The reason for the upgrade is to solve the problem of recognition of signature extension

    When you try to load an InDesign extension

    I finally got resolved by going here: http://blogs.adobe.com/cssdk/2011/10/fix-for-extension-signature-bug-on-mac-os-10-7.html and using this hotfix.

    It took several tires, but I finally got it working properly.

    I tried to use the update I downloaded from the page of updates from Adobe and that's what gives the error in my original post. Also, if I tried to use the "updates" directly from the Extensions Manager, because I have several version of CS running on my desktop, it invariably would either tell me there are no updates or the wrong version of the update. (The version I was looking for update was 5.0.289)

    Being botom line, I finally got the Extensions Manager works correctly.

    Receive your answer however. Thank you.

  • Events of InDesign in my Extension of AIR handling for Indesign CS

    Hello

    I wanted to be able to my indesign extension developed by CS Extension Builder in Actionscript/AIR, to intercept the events defined in the com.adobe.indesign.Event. * and manage them in the present. same extension

    How am I supposed to do? I can't find a way.

    And in the same spirit, it is possible to intercept an event of the type "when double clicked an image in an open document indesin" or something like that?

    Here is what I tried in my actionscript code for a simple event AFTER_OPEN I tried to catch:

    -----------

    this.app.eventListeners.add (com.adobe.indesign.Event.AFTER_OPEN, afterOpenHandler);

    -----------

    (where this.app = InDesign.app ;)

    and

    -----------

    private void afterOpenHandler(e:Event):void {}

    handling code of the event here

    }

    -----------

    But it wasn't a real surprise when it comes down to a mistake: the add() function does not have a simple as second parameters function name as you would in actionscript, but an 'object' or 'javascript function. How Im supposed to handle this event in my actionscript now? is this only possible?

    Any thoughts?

    Thanks in advance for your time!

    Lionel

    PS: I also tried a dozen unsuccessful attempt as Casting my function as a Type of object in the eventListeners.add () arguments and so on...


    OK, now I get it. I need to use the host adapter 'CSHA InDesign' to allow this type of integration! Thanks to this link if someone has the same issues:

    http://blogs.Adobe.com/cssdk/2010/08/makesideheads-a-complete-InDesign-CS5-Panel-2.html

    Concerning

  • How to create an extension of html5 for adobe indesign cc 2014 using builder extension 3?

    I am tryieng to create an extension of html5 for adobe indesign cc 2014 by reference tutorial

    Create the HTML5 Extension in 5 Minutes

    After debugging the indesign extension in windows > extensions are not visible?

    screenshot below shows.

    Untitled.png

    Is there any plugin sdk is required to create the extension html5 in adobe indesign cc?

    How to open a custom extension html5 in indesign cc?

    Is theire any tutorial is theire to create an extension of html5 for adobe indesign cc?

    Thanks in advance for the help.

    Thanks for the reply. I use adobe indesign cc 2014 windoxs 7 64-bit

    I've changed the target and path of service below show application.

    is - this plugin works in few 2014 adobe indesign cc?

    can u send me pls link for download adobe indesign cc 64 bit. Theire is a sdk required for plugin.

  • Update of Creative Suite Extensions

    Hi, I'm building an InDesign extension through Adobe Extension Builder.

    The extension should be able to check updates and, if necessary, download openWithDefaultApplication and ZXP file. Everything works right up at the time of the installation itself. CS5 Adobe Extension Manager tells me that there is a conflict and I need to uninstall the previous version of the extension first.

    The exact message:

    Impossible to install this extension, because it is in conflict with an existing one. To install this extension, please remove the extension "ExtensionName" which has been installed in "InDesign CS5", then install again.

    The only differences or both are:

    . / CSXS/manifest. XML

    < extension Id = "ExtensionID" Version="0.5.0"/ >

    < extension Id = "ExtensionID" Version="0.5.1"/ >

    ./extensionApp.xml

    < version > 0.5.0 < / version >

    < version > 0.5.1 < / version >

    And of course, the SWF files are different

    A I forgot something or it is impossible to create CS5 auto update extensions? Of course, I tried Googling first, but absolutely nothing found about it.

    Thank you

    Peter

    If you manage the update yourself, you can drive the extensions using nativeprocess instance Manager. First delete the old and then install a new one.

    I created my own updater and IIRC, this is how I did it.

    Next time around, I could work around the total extension manager...

    Substances

  • Unknown Flex SDK: «Extension Builder 4.5»

    Hi-

    I investigated this during a few days and I can't find an answer. I have a license Extension Builder 2 and am subscribed creative cloud. My ideal scenario is to build my extension with Fb 4.7. However, this seems so an unsupported configuration...

    My second best option is to build with 4.6:

    I install CS Extension Builder 2.0 in FlashBuilder 4.6.

    Installation seems to fill.

    I build a simple helloworld project.

    I target for SC 6.

    I select run as Adobe Indesign Extension

    I get the error: Unknown Flex SDK: «Extension Builder 4.5»

    Of course, my project is "Extension Builder 4.5" but this SDK is not installed. Or unrecognized. Or...

    Help, please. I encountered this on two separate computers (both mac os 10.8.3) and I am puzzled.

    I solved this. I have redownloaded and installed 4.6 FB.

  • Ko 2728973 manage 0 x 80070006 invalid

    2 similar Dell XP SP3 boxes, get the same error with KB 2728973:

    Manage the 0 x 80070006 invalid

    All other updates installed.

    Any suggestion is appreciated!

    He also seems to have worked on the other. The order SHOULD be: first to run Chkdsk (then let the machine reboot); THEN, run the hot difficulty uninstaller and then reinstall KB728973. A reboot does not seem necessary otherwise than after running chkdsk.

    This pc is vital for the future. I'll leave it on overnight & restarts until after I am done with its use on Friday afternoon. But it seems perfectly ok.

    As a tip, I am also well read on the net & heard friends (both home & business users) that many people have problems with the July update (although no one can that I spoke with or read a post from a reported a problem specifically with KB728973 I know).

    Apparently the HOURS 1 to 3 reboots are common, & a number of people is showing a dead pc. The people I have personally s/o all said it went ok but took 1-3 hours of waiting for each of them to the message "do not turn off your computer. The two XP & 7.

    I guess it's similar to my chkdsk of 2-3 hours on both machines, which usually takes less than 5 minutes.

    I read that one of the questions is Avast + XP + this lot of fixes = disaster. Happy that I got rid of Avast! I've also read similar regarding Norton, XP & these fixes.

    If it's ok, I'll mark it as answered after the other box reboots successfully Friday afternoon.

Maybe you are looking for