Bugs item #1202163, was opened at 2005-05-14 20:52
Message generated for change (Comment added) made by glongman
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1202163&group_id=118870

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: JettyLauncher 1.2.2 breaks in Eclipse 3.1 M7

Initial Comment:
This error message is generated in the log file each
time the 'New' button is clicked in the Run dialog
window running under Eclipse 3.1 M7 and JettyLauncher 1.2.2


!ENTRY org.eclipse.jface 4 2 2005-05-14 19:45:49.383
!MESSAGE Problems occurred when invoking code from
plug-in: "org.eclipse.jface".
!STACK 0
java.lang.NoSuchMethodError:
org.eclipse.jdt.internal.debug.ui.launcher.LauncherMessages.getString(Ljava/lang/String;)Ljava/lang/String;
        at
com.iw.plugins.jetty.launcher.JettyMainTab.getName(JettyMainTab.java:612)
        at
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.showTabsFor(LaunchConfigurationTabGroupViewer.java:713)
        at
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.showInstanceTabsFor(LaunchConfigurationTabGroupViewer.java:639)
        at
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.displayInstanceTabs(LaunchConfigurationTabGroupViewer.java:519)
        at
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer$5.run(LaunchConfigurationTabGroupViewer.java:471)
        at
org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
        at
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.inputChanged(LaunchConfigurationTabGroupViewer.java:488)
        at
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.setInput(LaunchConfigurationTabGroupViewer.java:452)
        at
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.handleLaunchConfigurationSelectionChanged(LaunchConfigurationsDialog.java:788)
        at
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$3.selectionChanged(LaunchConfigurationsDialog.java:600)
        at
org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:763)
        at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1029)
        at
org.eclipse.core.runtime.Platform.run(Platform.java:775)
        at
org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
        at
org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148)
        at
org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged(StructuredViewer.java:761)
        at
org.eclipse.jface.viewers.StructuredViewer.handlePostSelect(StructuredViewer.java:1042)
        at
org.eclipse.jface.viewers.StructuredViewer$5.widgetSelected(StructuredViewer.java:1062)
        at
org.eclipse.jface.util.OpenStrategy.firePostSelectionEvent(OpenStrategy.java:231)
        at
org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:226)
        at
org.eclipse.jface.util.OpenStrategy$3.run(OpenStrategy.java:392)
        at
org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
        at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:118)
        at
org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2898)
        at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2557)
        at
org.eclipse.jface.window.Window.runEventLoop(Window.java:809)
        at org.eclipse.jface.window.Window.open(Window.java:787)
        at
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.open(LaunchConfigurationsDialog.java:438)
        at
org.eclipse.debug.ui.DebugUITools$1.run(DebugUITools.java:356)
        at
org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
        at
org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup(DebugUITools.java:360)
        at
org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup(DebugUITools.java:302)
        at
org.eclipse.debug.ui.actions.OpenLaunchDialogAction.run(OpenLaunchDialogAction.java:80)
        at
org.eclipse.jface.action.Action.runWithEvent(Action.java:996)
        at
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538)
        at
org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
        at
org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)
        at
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
        at
org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:842)
        at
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2921)
        at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2554)
        at
org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1601)
        at
org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1565)
        at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:315)
        at
org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
        at
org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
        at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:230)
        at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:371)
        at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:160)
        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:330)
        at org.eclipse.core.launcher.Main.basicRun(Main.java:274)
        at org.eclipse.core.launcher.Main.run(Main.java:977)
        at org.eclipse.core.launcher.Main.main(Main.java:952)

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

>Comment By: Geoffrey Longman (glongman)
Date: 2005-05-17 08:52

Message:
Logged In: YES 
user_id=387057

Done. The fix works but you should be aware that a lot of
stuff JL uses has been deprecated in Eclipse 3.1. 


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

Comment By: Eelco Hillenius (eelco12)
Date: 2005-05-17 08:25

Message:
Logged In: YES 
user_id=820266

Yes, please. Just returned from a short vacation, and I am
very bussy with Wicket. I'll try to get a new JL version out
this week.

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

Comment By: Geoffrey Longman (glongman)
Date: 2005-05-17 08:06

Message:
Logged In: YES 
user_id=387057

Eelco,

The patch works for me but raises an issue with backwards
compatibility with Eclipse 3.0.X

I have a fix that is backwards compatible - a bit kludgey.

Will attach a patch to this bug report for your perusal -
I'll commit it (still seem to have commit privilidges) if
you approve.

Geoff

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

Comment By: Ben Pryor (bpryor)
Date: 2005-05-16 10:57

Message:
Logged In: YES 
user_id=1279627

Patch 1202881 (
http://sourceforge.net/tracker/index.php?func=detail&aid=1202881&group_id=118870&atid=682379
) has a fix for this.

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

Comment By: mike champion (champion)
Date: 2005-05-15 19:21

Message:
Logged In: YES 
user_id=119483

Looks like it was using an internal method 

com.iw.plugins.jetty.launcher.JavaMainTab::getName() calls:

LauncherMessages.getString("JavaMainTab.&Main_19");

which seems not to exist in M7. Looks like it shouldn't be
depending on their internal messages to pull out UI strings.
Should be easy to fix though...

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

Comment By: Nobody/Anonymous (nobody)
Date: 2005-05-14 20:54

Message:
Logged In: NO 

Sorry, didn't add reporter information...

Uriah Carpenter
uriah at widen . com

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1202163&group_id=118870


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Jettylauncher-plugin mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jettylauncher-plugin

Reply via email to