Quantcast
Channel: Adobe Community : Unanswered Discussions - ColdFusion
Viewing all articles
Browse latest Browse all 5794

Launch the debugger for ColdFusion applications

$
0
0

When I select new launch configuration, I get the following error.

An error has occurred. See error log for more details.

Path for project must have only one segment.

 

 

!ENTRY org.eclipse.jface 4 2 2016-05-10 11:24:33.317

!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface".

!STACK 0

java.lang.IllegalArgumentException: Path for project must have only one segment.

  at org.eclipse.core.runtime.Assert.isLegal(Assert.java:63)

  at org.eclipse.core.internal.resources.WorkspaceRoot.getProject(WorkspaceRoot.java:184)

  at com.adobe.ide.coldfusion.common.projectResources.CFProjectResourceProvider.getProject(CFP rojectResourceProvider.java:136)

  at com.adobe.ide.coldfusion.debug.ui.CFLauncherMainTab.performApply(CFLauncherMainTab.java:2 39)

  at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.refr esh(LaunchConfigurationTabGroupViewer.java:446)

  at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.updateButto ns(LaunchConfigurationsDialog.java:1518)

  at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.handleLaunc hConfigurationSelectionChanged(LaunchConfigurationsDialog.java:950)

  at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$3.selection Changed(LaunchConfigurationsDialog.java:562)

  at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:888)

  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.firePostSelectionChanged(StructuredViewer.java :886)

  at org.eclipse.jface.viewers.StructuredViewer.handlePostSelect(StructuredViewer.java:1226)

  at org.eclipse.jface.viewers.StructuredViewer$5.widgetSelected(StructuredViewer.java:1251)

  at org.eclipse.jface.util.OpenStrategy.firePostSelectionEvent(OpenStrategy.java:262)

  at org.eclipse.jface.util.OpenStrategy.access$5(OpenStrategy.java:256)

  at org.eclipse.jface.util.OpenStrategy$3.run(OpenStrategy.java:433)

  at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)

  at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)

  at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4145)

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

  at org.eclipse.jface.window.Window.runEventLoop(Window.java:826)

  at org.eclipse.jface.window.Window.open(Window.java:802)

  at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.open(Launch ConfigurationsDialog.java:1134)

  at org.eclipse.debug.ui.DebugUITools$2.run(DebugUITools.java:604)

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

  at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup(DebugUITools.java: 612)

  at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup(DebugUITools.java: 546)

  at org.eclipse.debug.ui.actions.OpenLaunchDialogAction.run(OpenLaunchDialogAction.java:81)

  at org.eclipse.debug.ui.actions.OpenLaunchDialogAction.runWithEvent(OpenLaunchDialogAction.j ava:89)

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

  at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229)

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

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

  at 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.Widget.sendEvent(Widget.java:1057)

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

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

  at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.ja va:1113)

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

  at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java :997)

  at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:140)

  at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:611)

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

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

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

  at com.adobe.ide.coldfusion.rcp.intro.Application.start(Unknown Source)

  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 a:79)

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

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

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

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

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

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

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

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

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


Viewing all articles
Browse latest Browse all 5794

Trending Articles



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