Quantcast
Channel: Adobe Community : Popular Discussions - LiveCycle Workbench
Viewing all articles
Browse latest Browse all 69588

Error Opening Process Editor

$
0
0

I am trying out LiveCycle server and workbench using the trial software.  I've made it to Section 5 of the "Creating your first LC App" tutorial but am getting an error from the workbench.  I have tried reinstalling the workbench but I got the same error even after reinstalling.  See the error message below which I get when trying to open the process editor (i.e. step 5.6 in the tutorial).

 

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.

 

org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter$Terminati ngClassNotFoundException: An error occurred while automatically activating bundle com.adobe.ape.core (4).
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFind LocalClass(EclipseLazyStarter.java:125)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(C lasspathManager.java:427)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalCla ss(DefaultClassLoader.java:193)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass( BundleLoader.java:368)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassIntern al(BundleLoader.java:444)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(Bundl eLoader.java:397)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(Bundl eLoader.java:385)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(De faultClassLoader.java:87)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(Bundl eLoader.java:313)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleH ost.java:227)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(Abs tractBundle.java:1274)
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createEx ecutableExtension(RegistryStrategyOSGI.java:160)
at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutable Extension(ExtensionRegistry.java:867)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecuta bleExtension(ConfigurationElement.java:243)
at org.eclipse.core.internal.registry.ConfigurationElementHandle.createE xecutableExtension(ConfigurationElementHandle.java:51)
at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:26 7)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlug in.java:263)
at org.eclipse.ui.internal.registry.EditorDescriptor.createEditor(Editor Descriptor.java:233)
at org.eclipse.ui.internal.EditorManager.createPart(EditorManager.java:8 46)
at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorRefere nce.java:606)
at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.ja va:428)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartR eference.java:594)
at org.eclipse.ui.internal.EditorAreaHelper.setVisibleEditor(EditorAreaH elper.java:263)
at org.eclipse.ui.internal.EditorManager.setVisibleEditor(EditorManager. java:1410)
at org.eclipse.ui.internal.EditorManager$5.runWithException(EditorManage r.java:944)
at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupT hreading.java:31)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.ja va:133)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3800)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3425)
at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvi sor.java:803)
at com.adobe.lcide.rcp.ApplicationWorkbenchAdvisor.openWindows(Unknown Source)
at org.eclipse.ui.internal.Workbench$27.runWithException(Workbench.java: 1361)
at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupT hreading.java:31)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.ja va:133)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3800)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3425)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2293)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.ja va:288)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.jav a:488)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at com.adobe.lcide.rcp.Application.start(Unknown Source)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandl e.java:193)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runAppli cation(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ec lipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:382)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
Caused by: org.osgi.framework.BundleException: Exception in com.adobe.ape.osgi.Activator.start() of bundle com.adobe.ape.core.
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActiv ator(BundleContextImpl.java:1028)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(Bund leContextImpl.java:984)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(Bundl eHost.java:346)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(Abstrac tBundle.java:265)
at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java: 400)
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFind LocalClass(EclipseLazyStarter.java:111)
... 59 more
Caused by: java.lang.NullPointerException
at com.adobe.lcx.commandservice.domain.LcdsCommandRequestService.init(Un known Source)
at com.adobe.lcx.commandservice.domain.LcdsCommandRequestService.registe rCommandRequestHandler(Unknown Source)
at com.adobe.ape.api.APERegistry.initialize(Unknown Source)
at com.adobe.ape.osgi.Activator.start(Unknown Source)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(Bund leContextImpl.java:1009)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActiv ator(BundleContextImpl.java:1003)
... 64 more


Viewing all articles
Browse latest Browse all 69588

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>