Forum Index

 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Problem with opening XAML files in visual editor

 
Post new topic   Reply to topic     Forum Index -> Support
View previous topic :: View next topic  
Author Message
xVir



Joined: 02 Jul 2010
Posts: 4

PostPosted: Fri Jul 02, 2010 10:07 am    Post subject: Problem with opening XAML files in visual editor Reply with quote

Hello!

I create new project and add new "Window component".
When I try to open XAML file with doble-click I got this error:

Code:
Could not open the editor: The editor class could not be instantiated. This usually indicates a missing no-arg constructor or that the editor's class name was mistyped in plugin.xml.


and this details:

Code:
java.lang.ClassNotFoundException: com.soyatec.eface.tools.ui.editors.XAMLEditor
   at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:506)
   at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)
   at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
   at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
   at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:338)
   at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:232)
   at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1197)
   at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:174)
   at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:904)
   at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
   at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)
   at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:267)
   at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
   at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:263)
   at org.eclipse.ui.internal.registry.EditorDescriptor.createEditor(EditorDescriptor.java:235)
   at org.eclipse.ui.internal.EditorManager.createPart(EditorManager.java:845)
   at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:609)
   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:2863)
   at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2768)
   at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:2760)
   at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2711)
   at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
   at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2707)
   at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2691)
   at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2682)
   at org.eclipse.ui.ide.IDE.openEditor(IDE.java:651)
   at org.eclipse.ui.ide.IDE.openEditor(IDE.java:610)
   at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:365)
   at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:168)
   at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:229)
   at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:208)
   at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:274)
   at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:250)
   at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpen(PackageExplorerActionGroup.java:373)
   at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4.open(PackageExplorerPart.java:526)
   at org.eclipse.ui.OpenAndLinkWithEditorHelper$InternalListener.open(OpenAndLinkWithEditorHelper.java:48)
   at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:845)
   at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
   at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)
   at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
   at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:843)
   at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:1131)
   at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1235)
   at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:264)
   at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:258)
   at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:298)
   at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
   at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
   at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3552)
   at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3171)
   at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2629)
   at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2593)
   at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2427)
   at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:670)
   at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
   at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:663)
   at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
   at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
   at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
   at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
   at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
   at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
   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:57)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:616)
   at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
   at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
   at org.eclipse.equinox.launcher.Main.run(Main.java:1407)


I use Eclipse Helios.
OS: Ubuntu 10.04

Any ideas?
Back to top
View user's profile Send private message
yves.yang
Site Admin


Joined: 04 Aug 2006
Posts: 446

PostPosted: Fri Jul 02, 2010 11:34 am    Post subject: Re: Problem with opening XAML files in visual editor Reply with quote

Which URL have you used for the installation, http://www.soyatec.com/update ?
Back to top
View user's profile Send private message Send e-mail Visit poster's website
xVir



Joined: 02 Jul 2010
Posts: 4

PostPosted: Fri Jul 02, 2010 11:42 am    Post subject: Re: Problem with opening XAML files in visual editor Reply with quote

yves.yang wrote:
Which URL have you used for the installation, http://www.soyatec.com/update ?


Yes, I use site http://www.soyatec.com/update/
Back to top
View user's profile Send private message
yves.yang
Site Admin


Joined: 04 Aug 2006
Posts: 446

PostPosted: Sun Jul 04, 2010 1:26 am    Post subject: Re: Problem with opening XAML files in visual editor Reply with quote

xVir wrote:
yves.yang wrote:
Which URL have you used for the installation, http://www.soyatec.com/update ?


Yes, I use site http://www.soyatec.com/update/


Could you test it in a fresh eclipse? It works for us.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
xVir



Joined: 02 Jul 2010
Posts: 4

PostPosted: Sun Jul 04, 2010 5:31 am    Post subject: Reply with quote

I unpack clear eclipse:
http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/heliosr
Eclipse IDE for Java Developers
for Linux 32 bit

Then use "Install new software..." to add http://www.soyatec.com/update and install all packages from "Declarative UI" category.

package versions : 1.2.4.20100620

When I create new java project, and add new Window Component.

I get the same error.

Back to top
View user's profile Send private message
yves.yang
Site Admin


Joined: 04 Aug 2006
Posts: 446

PostPosted: Thu Jul 08, 2010 5:39 am    Post subject: Reply with quote

Sorry, there is a problem of deployment. A new build is uploaded. You can reinstall it.

Thanks for the report.

Best regards
Yves YANG
Back to top
View user's profile Send private message Send e-mail Visit poster's website
xVir



Joined: 02 Jul 2010
Posts: 4

PostPosted: Sat Jul 17, 2010 1:21 pm    Post subject: Reply with quote

Sorry so long to reply.

But what version will be installed now?
I make new installation, but version of plugin is

Version: 1.2.4.20100620
Build id: 20100620


and don't works (with the same error).

May be I do something wrong?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> Support All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum