Convert to component wizard not working

When I run the Convert to Component wizard with the tool, I get a dialogue that I cannot close. I then have to force close Eclipse and restart the project again. The tool seems to work but I cannot close or exit the Dialog window at all.
Then when I restart, the project has the following error:
The container 'LiveCycle ES2' references non existing library 'D:\Apps\eclipse\configuration\org.eclipse.osgi\bundles\689\1\.cp\libs\common\adobe-livec ycle-client.jar'
Am wondering if the two things are related?

Hi Rex,
I am creating a new Java project (File > New > Java Project) then I right click the new Project in Package Explorer and click Configure > Convert to Livecycle Component Project. Eclipse then shows a Dialog where I can select which projects I want converted. You then tick the checkbox, click Finish and the project gets a component.xml but you cannot close the dialog without force closing the Eclipse instance. Actually, as soon as the dialog is opened, you cannot close it at all without force closing Eclipse.
This is the latest LCWCD tool and Eclipse Galileo (3.5.2).

Similar Messages

  • Automatic Selected Item of List Builder Component Does not work (anymore)

    Hi all,
    Í'm working with Xcelsius Engage 2008 (version 5.3.2.0) and the automatic selection of an item at runtime of the list builder component does not work anymore. In a previous version it worked very well.
    Here's the case: at runtime I want that the list builder component automatically puts the first item in the list to the destination section and selects it, so that a graph can show the underlying pushed data. In the previous version it worked o.k., but now at runtime the destination section remains empty at startup. If I interactively select an item from the source section to the destination section and update the list builder, the data is shown correctly, but it must done automatically, which worked o.k. in an earlier version of Xcelsius 2008...
    This are my settings of the list builder component (which was running correctly earlier..):
    -at the general tab I defined a range of labels
    -at the general tab I defined 2 data column insertion series
    -at the behaviour-common tab I defined selected items: position mode; items: the first item of the label list; insert items at runtime
    -all of the data comes from an external xml data source
    You can find an example of the visualisation at: http://onderzoek2.evinet.nl/projecten/10169/dynarap.htm. You will see that at start-up there is no item visible and selected in the destination section of the list builder....
    I've tried every combinations of settings, build up the component from scratch, but its not working (anymore).
    Greetings Erik-Jan Vriens

    Hi njnits,
    Print view button is a standard component of Xcelsius: look at it in the IDE
    Exporting to Powerpoint is also a standard functionality, so yes. For this particular dashboard/report all data resides in an external xml-file which have to be accessible for Powerpoint
    All visualisations, not only the table,  in this/report fetch their data from an external xml-file, but a QaaWS-connection will also do the trick. You will have to write this dedicated service. In our case the xml-data is also generated automatically.
    The external data is best defined as a sort of matrix, consisting of approx. 100 columns by 1000 rows. I agree it takes a lot of Xcelsius but it does the job....
    Hopes this info helps....

  • Blackberry 9870 Email Account Setup Wizard not working

    i have Balckberry 9870 and I am trying to setup an email account, but into setup wizard, E-mail setup wizard not working. please help

    pankajmaniyar wrote:
    Thanks Ira :-) I will try to reload the operating software and than see, if the problem resolved or not.
    Before you reload your OS I suggest you call your carrier first. This could be an issue on their end, it may be caused if your carrier  has not correctly provisioned the BlackBerry smartphone for BlackBerry data services.
    Click if you want to Thank someone. If Problem is resolved, so that others can make use of it.

  • Camera wizard Not Working

       Camera Wizard Not Working(Without iTunes Installed System/3rd Party System),
    Step1:Connected Data-Cable Iphone to PC
    Step2:select Trust Option On mY iPhone4
    Step3:Select option MS Scanner And Wizard on My PC
    Result On Display:
    iPhone Response- Reconnected and Disconnected(Repeated) Automatically......ie once i connected
    *I'll Try Master Reset iPhone(Home Walk/button Together Press),Switch OFF and back ON My iPhone,Try to other Data cable and other Computer Still Problem was Not solved .

    If you've tried a different cable, a different USB port and a different computer, then your iPhone likely has a hardware issue.
    Create a backup to iCloud or iTunes, then restore your device as new.  Take a new picture, and see if you can import it.  If not, then you need to get your iPhone serviced.

  • Smart file component(html5smartfile) not working

    votefavorite
    I have been working on developing a custom extjs console to enable author drop an asset usinghtml5smartfile component. But somehow, the html5smartfile component is not working the way it should. The Area where an author can drop an asset is not displaying. The same is working fine if i am creating a CQ5 dialog. But in my case where i have created a window it's not working.
    i have declared my smartfile component like this :-
    var assetLinkDropField = { xtype: 'html5smartfile', fieldLabel: 'Asset Link', ddAccept: 'video/.*',ddGroups: 'media', fileReferenceParameter: './linkUrl', name: './linkUrl', allowUpload: false, allowFileNameEditing: false, allowFileReference: true, transferFileName: false };
    but this is rendering like this:-
    i have tried a lot, after working for 8-10 hours, i found out that the CQ5 dialog updates the view for the component but in case of my window, i have to update it myself. Thus, with a slight manipulation, i just succeeded in displaying the drag area by by tweaking the declaration like this:-
    var assetLinkDropField = { xtype: 'html5smartfile', fieldLabel: 'Asset Link', ddAccept: 'video/.*',ddGroups: 'media', fileReferenceParameter: './linkUrl', name: './linkUrl', allowUpload: false, allowFileNameEditing: false, allowFileReference: true, transferFileName: false, listeners: { afterlayout: function () { this.updateView(); } } }
    so now the panel looks like:-
    but still the Drag and Drop is not working. My Window declaration is like this:-
    win = new CQ.Ext.Window({ height          : 750, width           : 700, layout          : 'anchor', // animateTarget   : btn.el, closeAction     : 'close', // Prevent destruction on Close id              : 'manageLinkWindow', title           : '<b>Multi Link Widget Dialog</b>', frame           : true, draggable       : false,modal           : false, //Mask entire page constrain       : true, buttonAlign     : 'center', items : [assetLinkDropField] }); }
    Can anyone please look into this issue. I am stuck here for 3 days. Thanks in Advance.

    add a slider component to the main (loading) swf's library.

  • Uploading Files Using InputFile Component -- Sometimes not working

    Hello,
    This is the 2nd time I make a post about it!
    Because I have more than 1 application using upload, and everything is correct! But it doesn't work as it should!
    You can check the original post here: Uploading Files Using InputFile Component - Sometimes not working
    I need a solution please!
    The only thing we can conclude is that it could be a bug from oracle !!! (???) But I talked with other people and they say that it works fine for them.
    There is one important thing: when we put a form to "Uses Upload = true" it seems that the page doesn't work very normal. For exemple: if you use a table in a form that uses upload the table get's "crazy".
    Thanks,
    JP

    I have now access to METALINK!
    I can find some problems and patches about inputFile but not mine! I will check better later!
    I think the problem is caused because of my framework!

  • EVDRE wizard not working.

    Hi,
    we have 2 identical clients (pc). We are running SAP BPC 7.50.05.1004 and Office 2010 on both.
    The problem is that the EVDRE wizard works on one of the clients, but not the other. The one not working simply generates a evdre report without the wizard.
    Any ideas/suggestions ?
    Thank you,
    Joergen

    Hi,
    not entirely correct.
    Sap Note #1513080
    "Currently only BPC 7.5 NW SP05 and above support Office 2010
    Note: BPC NW 7.5 NW cannot work on office 2010 (64-bits), office 2010 (64-bits) is not supported
    Other support MS Office versions for BPC 7.0 NW and BPC 7.5 NW are MS Office 2003 or MS Office 2007"
    Regards
    Joergen

  • I bought Smart Photo Converter which do,s not work but i can't get any refund , i have contacted the company but no reply and that was two weeks ago...so do you talk to someone at the App store?

    I bought Smart Photo Converter which does not work but i can't get any refund , i have contacted the company but no reply and that was two weeks ago...so do you talk to someone at the App store?

    Mac App Store Support -
    http://www.apple.com/support/mac/app-store/

  • Flex Hero - Links in HTML component does not works.

    WebView-app.xml
    <?xml version="1.0" encoding="utf-8" standalone="no"?>
    <application xmlns="http://ns.adobe.com/air/application/2.5">
    WebView.mxml
    <?xml version="1.0" encoding="utf-8"?>
    <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
       xmlns:s="library://ns.adobe.com/flex/spark"
       xmlns:mx="library://ns.adobe.com/flex/mx">
    <mx:HTML location="http://google.com/" />
    </s:WindowedApplication>
    I can see google homepage in my test desktop application.
    But all links are not work in html document.
    Flex 4.0 and 4.1 SDK works well. Only Flex Hero has this problem.
    How can I fix it?
    Thanks.

    Hi Kevin,
    I had the same problem. This 4.5 build from 11/30/2010 fixed the HTML component issue.
    http://opensource.adobe.com/wiki/display/flexsdk/download?build=4.5.0.18623&pkgtype=1

  • NI Goop Wizard not working with LabVIEW 2009

    I have added the NI Goop Wizard using VIPM (VI Package Manager) into my LabVIEW 2009 SP1 installation however it is not working. Whenever I select Create New Class from the drop down (same applies to menu selection) nothing happens and the drop down returns to it's default selection. I have tried this on 2 PC's both with 2009 SP1 installed, both exhibit the same unwanted behaviour. One of the PC's also has LabVIEW 8.2.1 installed also with NI GOOP Wizard and this installation works fine.
    Anybody using GOOP Wizard with 2009 ?
    Cheers
    Chris
    Don't forget to give Kudo's for a good answer !
    LabVIEW Champion
    Certified LabVIEW Architect
    Certified TestStand Architect

    Hi there Chris,
    Off the top of my head it's my understanding that NI GOOP wizard is legacy software that was made redundant by the native GOOP tools in LabVIEW 8.2.0 and later.
    In light of this it's a bit confusing that everything is working fine with 8.2.1 for you. Is there a version to the NI GOOP Wizard that you are using?
    I had a search across the website but I'm afraid I haven't found any other examples or poeple using the GOOP Wizard in LabVIEW 2009 or 2010.
    Kind Regards.
    Rhys
    Applications Engineer
    National Instruments

  • Choose Date Component do not work in Internet Explorer 7

    Hello everybody.
    I have developped a Form with ADF using a Choose Date Component.
    In Firefox everything is working fine. But in Internet Explorer 7 the Calendar of the Choose Date Component don't work
    IE has following error message:
    Line: 5378
    Char: 2
    Error: Element not found
    Code: 0

    You didn't mention which JDeveloper version you are using. Assuming it is 11 can you try the component demo from here and see if it works:
    http://jdevadf.oracle.com/adf-richclient-demo/faces/components/index.jspx

  • Converting to PDF is not working

    I pay a monthly fee to be able to convert documents to PDF, but it has not been working.  The 1st 3 documents I converted several months ago were a breeze, but since then going through the same procedure is completely unsuccessful.  All it does is say "uploading" and never goes any further.  Is there any way to get this fixed, or if not how on earth do I find a way to contact this company to cancel my subscription/license?  I can't keep paying for something that does not work.

    Hi jkreed2,
    We would like to help!
    1) What type of doc are you converting to PDF? How large is the document?
    2) Here is how to manage your subscription:
    *Sign in <, in the top right corner using your Adobe.com credentials
    *Click on your name (same location) and select ‘My products and services’
    *From there you can check on your status, log in/account info, update/cxl, etc.
    Looking forward to hearing back from you!
    Regards, Stacy

  • LSMW For Converting Open Sales Orders (not working for more than 1 item)

    Hi,
    I am using following standard object for Open sales orders .
    Object               0090   Sales documents                   
    Method               0000                                     
    Program Name         RVINVB10                                 
    Program Type         D   Direct Input                         
    Its not working for more than 1 line item.
    For more than 1 line item its giving Error saying that
    '102122                         V1                   845
    Print parameter SAPML2 1 is not defined
    Can anybody help me out in this regard.
    Thanks in advance.
    Nitin.

    hello, friend.
    i will still research the subject.  but the first thing that comes into my mind is t-code VA05.  with this, you have the option to change the Plant en masse.  so a possible workaround is for you to list a number of sales orders using VA05.  you then sort the line items by Plant.  choose all items with the same plant, change the plant via mass change... then change back to the original plant.  hopefully, the new settings should apply.
    do test a few sales orders by doing this for a larger scope.
    regards.

  • Convert PDF to WORD not working

    Just purchased ExportPDF - can't convert PDF file to WORD document. the "CONVERT" button on screen not activated.

    Hi Nolan,
    I check the subscription status under the email Id you provided also for security reason i delete the Email id from your previous post.
    I wasn't able to find any subscription under that email id. Please provide me the other email id if you have choose the other one while subscribing for ExportPDF service
    Please visit below mentioned forum thread to send private message to send your personal Information.
    http://forums.adobe.com/thread/1184148
    Regards,
    Ajlan Huda.

  • BI Presentation Services Connection Wizard not working from fresh 11g JDev

    Hello,
    I have a working install of BI EE 10.3.3.4
    and a fresh install of JDeveloper 11g prod (with BI updates installed immediately after).
    I did the following:
    - created a blank Application with a generic Project;
    - set the project properties to include BI technologies (and checked CLASSPATH includes those jars);
    - tried to use BI Presentation Services Connection Wizard;
    got the following error:
    <p>
    </p>
    <blockquote>
         {color:#993300}java.util.MissingResourceException: Can't find resource for bundle oracle.jdeveloper.asnav.res.AsNavArb, key RESCATASWIZARD_CONNSTORE_APPRESOURCES_LABEL{color}
         {color:#993300}     at java.util.ResourceBundle.getObject(ResourceBundle.java:384){color}
         {color:#993300}     at java.util.ResourceBundle.getString(ResourceBundle.java:344){color}
         {color:#993300}     at oracle.jdeveloper.asnav.res.AsNavArb.get(AsNavArb.java:22){color}
         {color:#993300}     at oracle.bi.presentation.soap.connection.wizard.BISoapConnectionNamePanel.initializePanel(BISoapConnectionNamePanel.java:144){color}
         {color:#993300}     at oracle.bi.presentation.soap.connection.wizard.BISoapConnectionNamePanel.{color}{color:#993300}(BISoapConnectionNamePanel.java:74){color}
         {color:#993300}     at oracle.bi.presentation.soap.connection.wizard.BISoapConnectionWizard._invokeCreateDialog(BISoapConnectionWizard.java:241){color}
         {color:#993300}     at oracle.bi.presentation.soap.connection.wizard.BISoapConnectionWizard.invokeCreate(BISoapConnectionWizard.java:107){color}
         {color:#993300}     at oracle.jdeveloper.rescat2.util.ConnectionUtil.invokeOldStyleWizard(ConnectionUtil.java:131){color}
         {color:#993300}     at oracle.jdeveloper.rescat2.util.ConnectionUtil.showWizard(ConnectionUtil.java:66){color}
         {color:#993300}     at oracle.adf.share.dt.AppConnContextMenuListener.onNewConnection(AppConnContextMenuListener.java:600){color}
         {color:#993300}     at oracle.adf.share.dt.AppConnContextMenuListener.newReposConnHandled(AppConnContextMenuListener.java:594){color}
         {color:#993300}     at oracle.adf.share.dt.AppConnContextMenuListener.handleEvent(AppConnContextMenuListener.java:120){color}
         {color:#993300}     at oracle.ide.controller.IdeAction.performAction(IdeAction.java:524){color}
         {color:#993300}     at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:866){color}
         {color:#993300}     at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:496){color}
         {color:#993300}     at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995){color}
         {color:#993300}     at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318){color}
         {color:#993300}     at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387){color}
         {color:#993300}     at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242){color}
         {color:#993300}     at javax.swing.AbstractButton.doClick(AbstractButton.java:357){color}
         {color:#993300}     at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1220){color}
         {color:#993300}     at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1261){color}
         {color:#993300}     at java.awt.Component.processMouseEvent(Component.java:6041){color}
         {color:#993300}     at javax.swing.JComponent.processMouseEvent(JComponent.java:3265){color}
         {color:#993300}     at java.awt.Component.processEvent(Component.java:5806){color}
         {color:#993300}     at java.awt.Container.processEvent(Container.java:2058){color}
         {color:#993300}     at java.awt.Component.dispatchEventImpl(Component.java:4413){color}
         {color:#993300}     at java.awt.Container.dispatchEventImpl(Container.java:2116){color}
         {color:#993300}     at java.awt.Component.dispatchEvent(Component.java:4243){color}
         {color:#993300}     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322){color}
         {color:#993300}     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3986){color}
         {color:#993300}     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916){color}
         {color:#993300}     at java.awt.Container.dispatchEventImpl(Container.java:2102){color}
         {color:#993300}     at java.awt.Window.dispatchEventImpl(Window.java:2440){color}
         {color:#993300}     at java.awt.Component.dispatchEvent(Component.java:4243){color}
         {color:#993300}     at java.awt.EventQueue.dispatchEvent(EventQueue.java:599){color}
         {color:#993300}     at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273){color}
         {color:#993300}     at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183){color}
         {color:#993300}     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173){color}
         {color:#993300}     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168){color}
         {color:#993300}     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160){color}
         {color:#993300}     at java.awt.EventDispatchThread.run(EventDispatchThread.java:121){color}
    </blockquote>
    <p>
    Any ideas?
    </p>
    <p>
    </p>
    <p>
    Thanks,
    </p>
    <p>
    Paul
    </p>

    Hi,
    note that JDeveloper production does not have any BI integration and configuring 10.1.3.4 into Jeveloper 11 is kind of too optimistic thinking
    Frank

Maybe you are looking for

  • Is there a way to type the Apple 'option' and 'command' keys

    using a standard PC keyboard? I've tried and can get a badly messed up version of the 'options' ramp, but don't even know where to start with the 'command' key. I'm using the Microshaft ergonomic keyboard. I have the Apple keyboard that came with the

  • Excel Output for rtf template

    Hi I have a query of obtaining the output of a XML Publisher report in 2 formats (PDF and Excel). Depending on the user option (parameter),i have two query for pdf and excel output. the request should generate the output in the specified format. I ha

  • IPhoto to Mail resizing pictures

    From iphoto I select for the four options small to actual size. It does not matter which size I chose Mail sends very small image. Why is Mail or iPhoto changing the size> I can only send small images. I have latest version of all software.

  • Aperture makes eye purple with Red Eye Correction tool. Why? Bug?

    http://www.hvmediasolutions.com/images/picture1.png As you can see with the above picture, Aperture does not do red eye well. iPhoto gets it right, actually as well as Photoshop CS4. Any suggestions? Or is this a bug? And yes I could use Photoshop ev

  • Oracle distribution linux version

    I know this seems an odd question, but i'm sure someone will know the answer. I have some oracle 9.2.4.0 for linux install disks, is there anyway to discover if they are 32 or 64 bit version?, I am attempting to install on 32 bit linux (oel 4 u7). I