Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [vtp-dev] OpenVXML Preview application project not opening

Geeta,

This is Lonnie Pryor, one of the developers from OpenMethods.

The plug-in currently requires that you have persona projects created and mapped to the languages in the new Application Project wizard. Simply create two persona projects, one for English and one for Spanish, and make sure they are selected on the Language Support wizard page. This will enable the finish button.

As for opening an existing application, this must currently be done from the openVXML Projects view. You can open this view by switching to the openVXML Perspective or via Window > Show View > openVXML > Projects. Once the view is open you should be able to double-click on CallDesign.xml and edit the call flow.

Hope this helps,
Lonnie Pryor
OpenMethods

Geeta Chauhan wrote:

Hi,

I am exploring the OpenVXML preview and running into a roadblock. I am neither able to create a new Application Project nor able to open an existing application callflow.

I get the following error on trying to open the CallDesigner.xml from any of the samples:

Unable to create this part due to an internal error. Reason for the failure: Wrong type of input

org.eclipse.ui.PartInitException: Wrong type of input

at org.eclipse.vtp.desktop.ui.app.editor.ApplicationEditor.init(ApplicationEditor.java:315)

at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:839)

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

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

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

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

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

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

at org.eclipse.ui.internal.WorkbenchPage.access$10(WorkbenchPage.java:2513)

at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2498)

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

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

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

at org.eclipse.ui.ide.IDE.openEditor(IDE.java:388)

at org.eclipse.ui.ide.IDE.openEditor(IDE.java:350)

at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:275)

at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:139)

at org.eclipse.jdt.internal.ui.actions.OpenActionUtil.open(OpenActionUtil.java:49)

at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:190)

at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:174)

at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:267)

at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:243)

at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpen(PackageExplorerActionGroup.java:306)

at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4.open(PackageExplorerPart.java:651)

at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:817)

at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)

at org.eclipse.core.runtime.Platform.run(Platform.java:843)

at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)

at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:149)

at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:815)

at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:1069)

at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1168)

at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:249)

at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:243)

at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:283)

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

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

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

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

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

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

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

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

at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)

at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)

at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)

at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)

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

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

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

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)

at org.eclipse.core.launcher.Main.basicRun(Main.java:280)

at org.eclipse.core.launcher.Main.run(Main.java:977)

at org.eclipse.core.launcher.Main.main(Main.java:952)

While creating a new Application Project the “Finish” button never gets enabled in the wizard and as a result the project is not getting created:

Any help on either front will be appreciated.

Thanks,

* Geeta Chauhan *

------------------------------------------------------------------------

_______________________________________________
vtp-dev mailing list
vtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/vtp-dev



Back to the top