You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
(8) |
May
(34) |
Jun
(26) |
Jul
(29) |
Aug
(13) |
Sep
(2) |
Oct
(1) |
Nov
(6) |
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(2) |
Feb
(2) |
Mar
(49) |
Apr
(17) |
May
(3) |
Jun
|
Jul
(1) |
Aug
(3) |
Sep
|
Oct
|
Nov
(2) |
Dec
(5) |
2007 |
Jan
(1) |
Feb
(12) |
Mar
|
Apr
|
May
|
Jun
(7) |
Jul
(2) |
Aug
(1) |
Sep
(8) |
Oct
(1) |
Nov
(3) |
Dec
(22) |
From: SourceForge.net <no...@so...> - 2006-04-25 14:11:28
|
Bugs item #1362980, was opened at 2005-11-21 12:12 Message generated for change (Comment added) made by vaporrun You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1362980&group_id=118870 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Closed Resolution: Fixed Priority: 9 Submitted By: Nobody/Anonymous (nobody) Assigned to: Brian Wallace (vaporrun) Summary: JettyLauncher does not wotk on Eclipse 3.2 RC3. Initial Comment: JettyLauncher does not wotk on Eclipse 3.2 RC3. I might be just a simple Eclipse´s API change, but as I´m totally ignorant about eclipse plugins. ---------------------------------------------------------------------- >Comment By: Brian Wallace (vaporrun) Date: 2006-04-25 09:11 Message: Logged In: YES user_id=902123 Two items on this: 1. What release are you using? 3.2RC3 isn't out yet, so the summary on this issue was incorrect. 2. Have you gone into the configuration and added source locations? (It appears as though your source is outside a project) ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-04-24 03:21 Message: Logged In: YES user_id=11544 Just a report, JettyPlugin 1.4 does work, except I get the following error when I try to click the stacktrace and go to specific line number. Here is the error message Error logged from JDT Debug UI: Source lookup error Unable to access archive H:\ecs-1.4.2-src\src\java Unable to access archive H:\JAXB 1.0.4 Projects\cp Unable to access archive H:\JAXB 1.0.4 Projects\ekp \current Unable to access archive H:\informa-0.5.0\src Unable to access archive H:\backport-util-concurrent-1.1 _01\src Unable to access archive H:\jtidy-04aug2000r7-dev\src Unable to access archive H:\jdom-1.0\src\java ... Anyone have any idea about that? ---------------------------------------------------------------------- Comment By: Ryan Crumley (rcrumley) Date: 2006-03-28 15:11 Message: Logged In: YES user_id=1488577 I have an updated eclipse plugin archive that works in 3.2m5a and would like to attach it. Does anyone know how to get SF to let me? ---------------------------------------------------------------------- Comment By: Eelco Hillenius (eelco12) Date: 2006-03-23 02:13 Message: Logged In: YES user_id=820266 Is see no references to JettyLauncher in that stack trace, but I do see: at de.izci.merve.tomcatplugin.launcher.ConfigTabGroup. createTabs(ConfigTabGroup.java:25) Looks like it's that Tomcat plugin that misbehaves, no? ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-23 02:01 Message: Logged In: YES user_id=11544 Sorry... in fact I getting this error: java.lang.NoClassDefFoundError: org/eclipse/jdt/internal/ debug/ui/launcher/JavaLaunchConfigurationTab at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:620) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader. defineClass(DefaultClassLoader.java:158) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager. defineClass(ClasspathManager.java:491) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager. findClassImpl(ClasspathManager.java:461) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager. findLocalClassImpl(ClasspathManager.java:420) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager. findLocalClass(ClasspathManager.java:403) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader. findLocalClass(DefaultClassLoader.java:186) at org.eclipse.osgi.framework.internal.core.BundleLoader. findLocalClass(BundleLoader.java:338) at org.eclipse.osgi.framework.internal.core.BundleLoader. findClass(BundleLoader.java:390) at org.eclipse.osgi.framework.internal.core.BundleLoader. findClass(BundleLoader.java:351) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader. loadClass(DefaultClassLoader.java:81) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java: 319) at de.izci.merve.tomcatplugin.launcher.ConfigTabGroup. createTabs(ConfigTabGroup.java:25) at org.eclipse.debug.internal.ui.launchConfigurations. CreateLaunchConfigurationAction.performAction (CreateLaunchConfigurationAction.java:70) at org.eclipse.debug.internal.ui.launchConfigurations. AbstractLaunchConfigurationAction$1.run (AbstractLaunchConfigurationAction.java:103) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:69) at org.eclipse.debug.internal.ui.launchConfigurations. AbstractLaunchConfigurationAction.run (AbstractLaunchConfigurationAction.java:106) at org.eclipse.ui.actions.BaseSelectionListenerAction. runWithEvent(BaseSelectionListenerAction.java:167) at org.eclipse.jface.action.ActionContributionItem. handleWidgetSelection(ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$5. handleEvent(ActionContributionItem.java:392) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable. java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents( Display.java:3287) at org.eclipse.swt.widgets.Display.readAndDispatch(Display. java:2907) at org.eclipse.jface.window.Window.runEventLoop(Window.java: 811) at org.eclipse.jface.window.Window.open(Window.java:789) at org.eclipse.debug.internal.ui.launchConfigurations. LaunchConfigurationsDialog.open(LaunchConfigurationsDialog. java:1321) at org.eclipse.debug.ui.DebugUITools$1.run(DebugUITools. java:375) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:69) at org.eclipse.debug.ui.DebugUITools. openLaunchConfigurationDialogOnGroup(DebugUITools.java:379) at org.eclipse.debug.ui.DebugUITools. openLaunchConfigurationDialogOnGroup(DebugUITools.java:321) at org.eclipse.debug.ui.actions.OpenLaunchDialogAction.run (OpenLaunchDialogAction.java:80) at org.eclipse.jface.action.Action.runWithEvent(Action.java: 492) at org.eclipse.jface.action.ActionContributionItem. handleWidgetSelection(ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$5. handleEvent(ActionContributionItem.java:392) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable. java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents( Display.java:3287) at org.eclipse.swt.widgets.Display.readAndDispatch(Display. java:2907) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench. java:1899) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java: 1863) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:417) at org.eclipse.ui.PlatformUI.createAndRunWorkbench (PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:99) 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:374) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:589) at org.eclipse.core.launcher.Main.invokeFramework(Main.java: 338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-23 00:18 Message: Logged In: YES user_id=11544 That work good, thx all! ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-22 20:48 Message: Logged In: YES user_id=387057 Well, technically I'm still on vacation but here's what needs to happen to make the plugin deployable: The version numbers in the the plugin and feature projects should be bumped up. If you don't do that then you are trying to install a plugin with the same version number as the one already installed. won't work. It's been so long for me I don't know the steps anymore to build and publish an official release. here's how it used to be... bump versions in the plugin.xml and the feature.xml's runner.jar is built by hand using the File->Export menu as the runner program is not used in the classpath of the plugin at runtime (It's the launch target). in the com.iw.update.jettylauncher project, add the new feature and build the update site. upload to sf. ---------------------------------------------------------------------- Comment By: Brian Wallace (vaporrun) Date: 2006-03-22 17:49 Message: Logged In: YES user_id=902123 I've gotten the code and am working on getting it put together so it'll work from the zip. I'll update this issue when I get it completed. Brian ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-03-22 16:50 Message: Logged In: NO It appears sourceforge has fixed the CVS issue. I attempted to download the branch and was able to run the plugin from within eclipse and verify it worked correctly... However when I ran build.xml and created the plugin zip (then extract it to my eclipse plugins directory) I could not convince eclipse to use the new version (it is also possible the new version didn't work as the error message was slightly different, perhaps launching the plugin from eclipse did something special?). Is there any way someone can take a look at this and atleast attach a working plugin to this defect? ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-10 22:26 Message: Logged In: YES user_id=11544 In fact I can checkout repo for once, see to me that most of the case it will give "connection refuse" message, but sometime it can connect? Anyway, thx for all the support, I think I should take sometime to learn how eclipse plugin work ---------------------------------------------------------------------- Comment By: Brian Wallace (vaporrun) Date: 2006-03-10 15:59 Message: Logged In: YES user_id=902123 FYI: Keeping this assigned to me, but also submitting a support request to SF. If it's happening to me alone, it's my problem. But two or more? ---------------------------------------------------------------------- Comment By: Brian Wallace (vaporrun) Date: 2006-03-10 15:28 Message: Logged In: YES user_id=902123 I've had issues connecting to the repo via pserver (and actually SSH when I was getting it configured) this week. Looks like (from the command line output) SourceForge is rejecting access to anonymous. Some things are just frustrating. ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-10 07:00 Message: Logged In: YES user_id=387057 I'm unable to access anonymously at all either in Eclipse or Tortoise. SSH is ok though (but that doesn't help you carfield). Brian, could you give this a go? See if you can access com.iw.plugins.jettylauncher in the Eclipse_3_2 branch via anonymous pserver? ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-10 05:06 Message: Logged In: YES user_id=11544 Sorry but I just sync again and there is still nothing change... I login as anonymous, will this cause the problem? And I have take a look of \META-INF\MANIFEST.MF , but I don' t know what should I change... ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-09 22:18 Message: Logged In: YES user_id=11544 Sorry but I just sync again and there is still nothing change... I login as anonymous, will this cause the problem? ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-09 08:22 Message: Logged In: YES user_id=387057 make sure you are getting the changes from the Eclipse_3_2 branch. And, anon cvs at SF is actually a snapshot of the real cvs so there is lag. Not sure how long a lag. The class was not found 'cuz I changed JettyPlugin to conform to the current Eclipse osgi bundle setup. Forgot to change a value in the manifest. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-09 05:02 Message: Logged In: YES user_id=11544 Sorry, I just sync and cannot see any change... By the way, just wonder why I can find that class at mentioned package, but eclipse complainting class not found? ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-09 00:35 Message: Logged In: YES user_id=387057 fixed, checked into Eclipse_3_2 branch, I can create a launch config and.... run it! Basic run, stop, restart functionality works too. Haven't tried any of the new features (web defaults etc) since, while I use JL everyday I never use any of those features and wouldn't really know for sure if they were working correctly. ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-08 23:51 Message: Logged In: YES user_id=387057 hell, it's late and I'm not making much progress on what I'm supposed to be doing... I'll have a look. G. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-08 23:32 Message: Logged In: YES user_id=11544 Just try that Eclipse_3_2 branch... but getting following error, however, com.iw.plugins.jetty.launcher. JettyLaunchConfigurationDelegate does exist at the jar... !ENTRY org.eclipse.equinox.registry 4 1 2006-03-09 13:32:03. 093 !MESSAGE Plug-in com.iw.plugins.jettylauncher was unable to load class com.iw.plugins.jetty.launcher. JettyLaunchConfigurationDelegate. !STACK 0 java.lang.ClassNotFoundException: com.iw.plugins.jetty. launcher.JettyLaunchConfigurationDelegate at org.eclipse.osgi.framework.internal.core. BundleLoader.findClass(BundleLoader.java:406) at org.eclipse.osgi.framework.internal.core. BundleLoader.findClass(BundleLoader.java:351) at org.eclipse.osgi.internal.baseadaptor. DefaultClassLoader.loadClass(DefaultClassLoader.java:81) at java.lang.ClassLoader.loadClass(ClassLoader.java: 251) at org.eclipse.osgi.framework.internal.core. BundleLoader.loadClass(BundleLoader.java:276) at org.eclipse.osgi.framework.internal.core. BundleHost.loadClass(BundleHost.java:227) at org.eclipse.osgi.framework.internal.core. AbstractBundle.loadClass(AbstractBundle.java:1245) at org.eclipse.core.internal.registry.osgi. RegistryStrategyOSGI.createExecutableExtension (RegistryStrategyOSGI.java:138) at org.eclipse.core.internal.registry. ExtensionRegistry.createExecutableExtension (ExtensionRegistry.java:759) at org.eclipse.core.internal.registry. ConfigurationElement.createExecutableExtension (ConfigurationElement.java:243) at org.eclipse.core.internal.registry. ConfigurationElementHandle.createExecutableExtension (ConfigurationElementHandle.java:51) at org.eclipse.debug.internal.core. LaunchConfigurationType.getDelegate(LaunchConfigurationType. java:173) at org.eclipse.debug.internal.core. LaunchConfiguration.getDelegate(LaunchConfiguration.java: 330) at org.eclipse.debug.internal.core. LaunchConfiguration.launch(LaunchConfiguration.java:573) at org.eclipse.debug.internal.core. LaunchConfiguration.launch(LaunchConfiguration.java:565) at org.eclipse.debug.internal.ui.DebugUIPlugin. buildAndLaunch(DebugUIPlugin.java:753) at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run (DebugUIPlugin.java:943) at org.eclipse.core.internal.jobs.Worker.run(Worker. java:58) !SESSION 2006-03-09 13:32:46.859 --------------------------- -------------------- eclipse.buildId=I20060217-1115 java.version=1.6.0-rc java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=zh_HK Command-line arguments: -os win32 -ws win32 -arch x86 ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-08 20:41 Message: Logged In: YES user_id=387057 >It would be >great if there was some new guy/ girl to take over this >plugin. have a look here: http://jroller.com/page/glongman?entry=help_wanted_jettylauncher ---------------------------------------------------------------------- Comment By: Eelco Hillenius (eelco12) Date: 2006-03-08 14:15 Message: Logged In: YES user_id=820266 Awesome Geoff, I was actually just installing that new Eclipse, but work gets in the way all the time. It would be great if there was some new guy/ girl to take over this plugin. ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-08 14:13 Message: Logged In: YES user_id=387057 I had a spare moment while waiting for a db to populate (and luckily I can still commit to JL cvs). I have created an Eclipse_3_2 branch and commited the raw changes I made to com.iw.plugins.jettylauncher that were needed to make JL compile in 3.2M5. That's all I have time to do. I didn't try running the plugin. Geoff ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-08 10:29 Message: Logged In: YES user_id=11544 Just try to check out JettyLauncher and try to see if there any quick fix. I guess the module is /com.iw.plugins.jettylauncher , right? However, once checked out, there are a lot of compilation error which are not straight forward to fix. Moreover there are also a lot of warnings...... Would somebody have more experience on eclipse plugin can take a look? ---------------------------------------------------------------------- Comment By: g zombi (zombi) Date: 2006-03-08 06:55 Message: Logged In: YES user_id=63880 It will be nice, if someone who already has the patched code, upload the compiled plugin, to this bug report. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-08 06:50 Message: Logged In: YES user_id=11544 I guess there will be new release soon? Or I need to checkout the project and compile myself? ---------------------------------------------------------------------- Comment By: masataka kurihara (kurihara) Date: 2006-03-08 05:20 Message: Logged In: YES user_id=749334 Hi, carfield change 'org.eclipse.jdt.internal.debug.ui.launcher.JavaLaunchConfigurationTab' to 'org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchTab' in 'com.iw.plugins.jetty.launcher.JettyMainTab'. so import statement & base-class name. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-07 10:27 Message: Logged In: YES user_id=11544 I get another exception at eclipse 3.2M5, anyone have any idea? java.lang.NoClassDefFoundError: org/eclipse/jdt/internal/debug/ui/ launcher/JavaLaunchConfigurationTab at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:620) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass (DefaultClassLoader.java:158) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass (ClasspathManager.java:491) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl (ClasspathManager.java:461) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl (ClasspathManager.java:420) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass (ClasspathManager.java:403) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass (DefaultClassLoader.java:186) at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass (BundleLoader.java:338) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass (BundleLoader.java:390) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass (BundleLoader.java:351) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass (DefaultClassLoader.java:81) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) at com.iw.plugins.jetty.launcher.JettyLaunchTabGroup.createTabs (JettyLaunchTabGroup.java:52) at org.eclipse.debug.internal.ui.launchConfigurations.CreateLaunchConfiguratio nAction.performAction(CreateLaunchConfigurationAction.java:70) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurati onAction$1.run(AbstractLaunchConfigurationAction.java:103) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java: 69) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurati onAction.run(AbstractLaunchConfigurationAction.java:106) at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent (BaseSelectionListenerAction.java:167) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent (ActionContributionItem.java:433) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1450) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1474) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1459) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1236) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3259) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2897) at org.eclipse.jface.window.Window.runEventLoop(Window.java:811) at org.eclipse.jface.window.Window.open(Window.java:789) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDial og.open(LaunchConfigurationsDialog.java:1321) at org.eclipse.debug.ui.DebugUITools$1.run(DebugUITools.java:375) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java: 69) at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup (DebugUITools.java:379) at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup (DebugUITools.java:321) at org.eclipse.debug.ui.actions.OpenLaunchDialogAction.run (OpenLaunchDialogAction.java:80) at org.eclipse.jface.action.Action.runWithEvent(Action.java:492) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent (ActionContributionItem.java:392) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) ---------------------------------------------------------------------- Comment By: Eelco Hillenius (eelco12) Date: 2006-01-28 13:23 Message: Logged In: YES user_id=820266 Johannes, thank you for your patch. I will try to finally take a look at it this weekend. I am just very short on resources as I am working on Wicket, the book Wicket In Action, and a full time contracting job. If you are interesting in getting write access, I'd be happy to talk about it. ---------------------------------------------------------------------- Comment By: Johannes Brodwall (jhannes) Date: 2006-01-28 09:44 Message: Logged In: YES user_id=60541 See patches: http://sourceforge.net/tracker/index.php?func=detail&aid=1417436&group_id=118870&atid=682379 (unified diff) http://sourceforge.net/tracker/index.php?func=detail&aid=1407034&group_id=118870&atid=682379 (original patch) ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-12-12 03:35 Message: Logged In: NO is there any plan to fix this bug?? ---------------------------------------------------------------------- Comment By: g zombi (zombi) Date: 2005-11-22 05:56 Message: Logged In: YES user_id=63880 I get the following exception when I try to access a run/debug configuration: java.lang.IllegalAccessError: tried to access field org.eclipse.jdt.internal.debug.ui.launcher.WorkingDirectoryBlock.fWorkingDirText from class com.iw.plugins.jetty.launcher.JettyArgumentsTab$JettyWorkingDirectoryBlock at com.iw.plugins.jetty.launcher.JettyArgumentsTab$JettyWorkingDirectoryBlock.initializeFrom(JettyArgumentsTab.java:134) at org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab.initializeFrom(JavaArgumentsTab.java:177) at org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup.initializeFrom(AbstractLaunchConfigurationTabGroup.java:86) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.displayInstanceTabs(LaunchConfigurationTabGroupViewer.java:634) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer$5.run(LaunchConfigurationTabGroupViewer.java:557) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.inputChanged(LaunchConfigurationTabGroupViewer.java:576) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.setInput(LaunchConfigurationTabGroupViewer.java:533) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.handleLaunchConfigurationSelectionChanged(LaunchConfigurationsDialog.java:795) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$3.selectionChanged(LaunchConfigurationsDialog.java:601) at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:763) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044) at org.eclipse.core.runtime.Platform.run(Platform.java:783) 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.setSelection(StructuredViewer.java:1453) at org.eclipse.jface.viewers.Viewer.setSelection(Viewer.java:379) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationView.handleConfigurationAdded(LaunchConfigurationView.java:275) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationView.launchConfigurationAdded(LaunchConfigurationView.java:251) at org.eclipse.debug.internal.core.LaunchManager$ConfigurationNotifier.run(LaunchManager.java:1581) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044) at org.eclipse.core.runtime.Platform.run(Platform.java:783) at org.eclipse.debug.internal.core.LaunchManager$ConfigurationNotifier.notify(LaunchManager.java:1605) at org.eclipse.debug.internal.core.LaunchManager.launchConfigurationAdded(LaunchManager.java:806) at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.writeNewFile(LaunchConfigurationWorkingCopy.java:239) at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.doSave0(LaunchConfigurationWorkingCopy.java:194) at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.doSave(LaunchConfigurationWorkingCopy.java:170) at org.eclipse.debug.internal.ui.launchConfigurations.CreateLaunchConfigurationAction.performAction(CreateLaunchConfigurationAction.java:75) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurationAction$1.run(AbstractLaunchConfigurationAction.java:103) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurationAction.run(AbstractLaunchConfigurationAction.java:106) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$ButtonActionNew.run(LaunchConfigurationsDialog.java:1460) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$1.widgetSelected(LaunchConfigurationsDialog.java:1429) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:896) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3236) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2856) 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:439) 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.debug.ui.actions.OpenLaunchDialogAction.run(OpenLaunchDialogAction.java:99) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:223) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:544) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:494) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:406) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:896) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3236) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2856) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1774) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1738) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:376) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:165) 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:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1362980&group_id=118870 |
From: SourceForge.net <no...@so...> - 2006-04-24 08:21:20
|
Bugs item #1362980, was opened at 2005-11-22 02:12 Message generated for change (Comment added) made by carfield You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1362980&group_id=118870 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Closed Resolution: Fixed Priority: 9 Submitted By: Nobody/Anonymous (nobody) Assigned to: Brian Wallace (vaporrun) Summary: JettyLauncher does not wotk on Eclipse 3.2 RC3. Initial Comment: JettyLauncher does not wotk on Eclipse 3.2 RC3. I might be just a simple Eclipse´s API change, but as I´m totally ignorant about eclipse plugins. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-04-24 16:21 Message: Logged In: YES user_id=11544 Just a report, JettyPlugin 1.4 does work, except I get the following error when I try to click the stacktrace and go to specific line number. Here is the error message Error logged from JDT Debug UI: Source lookup error Unable to access archive H:\ecs-1.4.2-src\src\java Unable to access archive H:\JAXB 1.0.4 Projects\cp Unable to access archive H:\JAXB 1.0.4 Projects\ekp \current Unable to access archive H:\informa-0.5.0\src Unable to access archive H:\backport-util-concurrent-1.1 _01\src Unable to access archive H:\jtidy-04aug2000r7-dev\src Unable to access archive H:\jdom-1.0\src\java ... Anyone have any idea about that? ---------------------------------------------------------------------- Comment By: Ryan Crumley (rcrumley) Date: 2006-03-29 05:11 Message: Logged In: YES user_id=1488577 I have an updated eclipse plugin archive that works in 3.2m5a and would like to attach it. Does anyone know how to get SF to let me? ---------------------------------------------------------------------- Comment By: Eelco Hillenius (eelco12) Date: 2006-03-23 16:13 Message: Logged In: YES user_id=820266 Is see no references to JettyLauncher in that stack trace, but I do see: at de.izci.merve.tomcatplugin.launcher.ConfigTabGroup. createTabs(ConfigTabGroup.java:25) Looks like it's that Tomcat plugin that misbehaves, no? ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-23 16:01 Message: Logged In: YES user_id=11544 Sorry... in fact I getting this error: java.lang.NoClassDefFoundError: org/eclipse/jdt/internal/ debug/ui/launcher/JavaLaunchConfigurationTab at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:620) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader. defineClass(DefaultClassLoader.java:158) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager. defineClass(ClasspathManager.java:491) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager. findClassImpl(ClasspathManager.java:461) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager. findLocalClassImpl(ClasspathManager.java:420) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager. findLocalClass(ClasspathManager.java:403) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader. findLocalClass(DefaultClassLoader.java:186) at org.eclipse.osgi.framework.internal.core.BundleLoader. findLocalClass(BundleLoader.java:338) at org.eclipse.osgi.framework.internal.core.BundleLoader. findClass(BundleLoader.java:390) at org.eclipse.osgi.framework.internal.core.BundleLoader. findClass(BundleLoader.java:351) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader. loadClass(DefaultClassLoader.java:81) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java: 319) at de.izci.merve.tomcatplugin.launcher.ConfigTabGroup. createTabs(ConfigTabGroup.java:25) at org.eclipse.debug.internal.ui.launchConfigurations. CreateLaunchConfigurationAction.performAction (CreateLaunchConfigurationAction.java:70) at org.eclipse.debug.internal.ui.launchConfigurations. AbstractLaunchConfigurationAction$1.run (AbstractLaunchConfigurationAction.java:103) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:69) at org.eclipse.debug.internal.ui.launchConfigurations. AbstractLaunchConfigurationAction.run (AbstractLaunchConfigurationAction.java:106) at org.eclipse.ui.actions.BaseSelectionListenerAction. runWithEvent(BaseSelectionListenerAction.java:167) at org.eclipse.jface.action.ActionContributionItem. handleWidgetSelection(ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$5. handleEvent(ActionContributionItem.java:392) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable. java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents( Display.java:3287) at org.eclipse.swt.widgets.Display.readAndDispatch(Display. java:2907) at org.eclipse.jface.window.Window.runEventLoop(Window.java: 811) at org.eclipse.jface.window.Window.open(Window.java:789) at org.eclipse.debug.internal.ui.launchConfigurations. LaunchConfigurationsDialog.open(LaunchConfigurationsDialog. java:1321) at org.eclipse.debug.ui.DebugUITools$1.run(DebugUITools. java:375) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:69) at org.eclipse.debug.ui.DebugUITools. openLaunchConfigurationDialogOnGroup(DebugUITools.java:379) at org.eclipse.debug.ui.DebugUITools. openLaunchConfigurationDialogOnGroup(DebugUITools.java:321) at org.eclipse.debug.ui.actions.OpenLaunchDialogAction.run (OpenLaunchDialogAction.java:80) at org.eclipse.jface.action.Action.runWithEvent(Action.java: 492) at org.eclipse.jface.action.ActionContributionItem. handleWidgetSelection(ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$5. handleEvent(ActionContributionItem.java:392) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable. java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents( Display.java:3287) at org.eclipse.swt.widgets.Display.readAndDispatch(Display. java:2907) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench. java:1899) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java: 1863) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:417) at org.eclipse.ui.PlatformUI.createAndRunWorkbench (PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:99) 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:374) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:589) at org.eclipse.core.launcher.Main.invokeFramework(Main.java: 338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-23 14:18 Message: Logged In: YES user_id=11544 That work good, thx all! ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-23 10:48 Message: Logged In: YES user_id=387057 Well, technically I'm still on vacation but here's what needs to happen to make the plugin deployable: The version numbers in the the plugin and feature projects should be bumped up. If you don't do that then you are trying to install a plugin with the same version number as the one already installed. won't work. It's been so long for me I don't know the steps anymore to build and publish an official release. here's how it used to be... bump versions in the plugin.xml and the feature.xml's runner.jar is built by hand using the File->Export menu as the runner program is not used in the classpath of the plugin at runtime (It's the launch target). in the com.iw.update.jettylauncher project, add the new feature and build the update site. upload to sf. ---------------------------------------------------------------------- Comment By: Brian Wallace (vaporrun) Date: 2006-03-23 07:49 Message: Logged In: YES user_id=902123 I've gotten the code and am working on getting it put together so it'll work from the zip. I'll update this issue when I get it completed. Brian ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-03-23 06:50 Message: Logged In: NO It appears sourceforge has fixed the CVS issue. I attempted to download the branch and was able to run the plugin from within eclipse and verify it worked correctly... However when I ran build.xml and created the plugin zip (then extract it to my eclipse plugins directory) I could not convince eclipse to use the new version (it is also possible the new version didn't work as the error message was slightly different, perhaps launching the plugin from eclipse did something special?). Is there any way someone can take a look at this and atleast attach a working plugin to this defect? ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-11 12:26 Message: Logged In: YES user_id=11544 In fact I can checkout repo for once, see to me that most of the case it will give "connection refuse" message, but sometime it can connect? Anyway, thx for all the support, I think I should take sometime to learn how eclipse plugin work ---------------------------------------------------------------------- Comment By: Brian Wallace (vaporrun) Date: 2006-03-11 05:59 Message: Logged In: YES user_id=902123 FYI: Keeping this assigned to me, but also submitting a support request to SF. If it's happening to me alone, it's my problem. But two or more? ---------------------------------------------------------------------- Comment By: Brian Wallace (vaporrun) Date: 2006-03-11 05:28 Message: Logged In: YES user_id=902123 I've had issues connecting to the repo via pserver (and actually SSH when I was getting it configured) this week. Looks like (from the command line output) SourceForge is rejecting access to anonymous. Some things are just frustrating. ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-10 21:00 Message: Logged In: YES user_id=387057 I'm unable to access anonymously at all either in Eclipse or Tortoise. SSH is ok though (but that doesn't help you carfield). Brian, could you give this a go? See if you can access com.iw.plugins.jettylauncher in the Eclipse_3_2 branch via anonymous pserver? ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-10 19:06 Message: Logged In: YES user_id=11544 Sorry but I just sync again and there is still nothing change... I login as anonymous, will this cause the problem? And I have take a look of \META-INF\MANIFEST.MF , but I don' t know what should I change... ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-10 12:18 Message: Logged In: YES user_id=11544 Sorry but I just sync again and there is still nothing change... I login as anonymous, will this cause the problem? ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-09 22:22 Message: Logged In: YES user_id=387057 make sure you are getting the changes from the Eclipse_3_2 branch. And, anon cvs at SF is actually a snapshot of the real cvs so there is lag. Not sure how long a lag. The class was not found 'cuz I changed JettyPlugin to conform to the current Eclipse osgi bundle setup. Forgot to change a value in the manifest. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-09 19:02 Message: Logged In: YES user_id=11544 Sorry, I just sync and cannot see any change... By the way, just wonder why I can find that class at mentioned package, but eclipse complainting class not found? ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-09 14:35 Message: Logged In: YES user_id=387057 fixed, checked into Eclipse_3_2 branch, I can create a launch config and.... run it! Basic run, stop, restart functionality works too. Haven't tried any of the new features (web defaults etc) since, while I use JL everyday I never use any of those features and wouldn't really know for sure if they were working correctly. ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-09 13:51 Message: Logged In: YES user_id=387057 hell, it's late and I'm not making much progress on what I'm supposed to be doing... I'll have a look. G. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-09 13:32 Message: Logged In: YES user_id=11544 Just try that Eclipse_3_2 branch... but getting following error, however, com.iw.plugins.jetty.launcher. JettyLaunchConfigurationDelegate does exist at the jar... !ENTRY org.eclipse.equinox.registry 4 1 2006-03-09 13:32:03. 093 !MESSAGE Plug-in com.iw.plugins.jettylauncher was unable to load class com.iw.plugins.jetty.launcher. JettyLaunchConfigurationDelegate. !STACK 0 java.lang.ClassNotFoundException: com.iw.plugins.jetty. launcher.JettyLaunchConfigurationDelegate at org.eclipse.osgi.framework.internal.core. BundleLoader.findClass(BundleLoader.java:406) at org.eclipse.osgi.framework.internal.core. BundleLoader.findClass(BundleLoader.java:351) at org.eclipse.osgi.internal.baseadaptor. DefaultClassLoader.loadClass(DefaultClassLoader.java:81) at java.lang.ClassLoader.loadClass(ClassLoader.java: 251) at org.eclipse.osgi.framework.internal.core. BundleLoader.loadClass(BundleLoader.java:276) at org.eclipse.osgi.framework.internal.core. BundleHost.loadClass(BundleHost.java:227) at org.eclipse.osgi.framework.internal.core. AbstractBundle.loadClass(AbstractBundle.java:1245) at org.eclipse.core.internal.registry.osgi. RegistryStrategyOSGI.createExecutableExtension (RegistryStrategyOSGI.java:138) at org.eclipse.core.internal.registry. ExtensionRegistry.createExecutableExtension (ExtensionRegistry.java:759) at org.eclipse.core.internal.registry. ConfigurationElement.createExecutableExtension (ConfigurationElement.java:243) at org.eclipse.core.internal.registry. ConfigurationElementHandle.createExecutableExtension (ConfigurationElementHandle.java:51) at org.eclipse.debug.internal.core. LaunchConfigurationType.getDelegate(LaunchConfigurationType. java:173) at org.eclipse.debug.internal.core. LaunchConfiguration.getDelegate(LaunchConfiguration.java: 330) at org.eclipse.debug.internal.core. LaunchConfiguration.launch(LaunchConfiguration.java:573) at org.eclipse.debug.internal.core. LaunchConfiguration.launch(LaunchConfiguration.java:565) at org.eclipse.debug.internal.ui.DebugUIPlugin. buildAndLaunch(DebugUIPlugin.java:753) at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run (DebugUIPlugin.java:943) at org.eclipse.core.internal.jobs.Worker.run(Worker. java:58) !SESSION 2006-03-09 13:32:46.859 --------------------------- -------------------- eclipse.buildId=I20060217-1115 java.version=1.6.0-rc java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=zh_HK Command-line arguments: -os win32 -ws win32 -arch x86 ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-09 10:41 Message: Logged In: YES user_id=387057 >It would be >great if there was some new guy/ girl to take over this >plugin. have a look here: http://jroller.com/page/glongman?entry=help_wanted_jettylauncher ---------------------------------------------------------------------- Comment By: Eelco Hillenius (eelco12) Date: 2006-03-09 04:15 Message: Logged In: YES user_id=820266 Awesome Geoff, I was actually just installing that new Eclipse, but work gets in the way all the time. It would be great if there was some new guy/ girl to take over this plugin. ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-09 04:13 Message: Logged In: YES user_id=387057 I had a spare moment while waiting for a db to populate (and luckily I can still commit to JL cvs). I have created an Eclipse_3_2 branch and commited the raw changes I made to com.iw.plugins.jettylauncher that were needed to make JL compile in 3.2M5. That's all I have time to do. I didn't try running the plugin. Geoff ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-09 00:29 Message: Logged In: YES user_id=11544 Just try to check out JettyLauncher and try to see if there any quick fix. I guess the module is /com.iw.plugins.jettylauncher , right? However, once checked out, there are a lot of compilation error which are not straight forward to fix. Moreover there are also a lot of warnings...... Would somebody have more experience on eclipse plugin can take a look? ---------------------------------------------------------------------- Comment By: g zombi (zombi) Date: 2006-03-08 20:55 Message: Logged In: YES user_id=63880 It will be nice, if someone who already has the patched code, upload the compiled plugin, to this bug report. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-08 20:50 Message: Logged In: YES user_id=11544 I guess there will be new release soon? Or I need to checkout the project and compile myself? ---------------------------------------------------------------------- Comment By: masataka kurihara (kurihara) Date: 2006-03-08 19:20 Message: Logged In: YES user_id=749334 Hi, carfield change 'org.eclipse.jdt.internal.debug.ui.launcher.JavaLaunchConfigurationTab' to 'org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchTab' in 'com.iw.plugins.jetty.launcher.JettyMainTab'. so import statement & base-class name. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-08 00:27 Message: Logged In: YES user_id=11544 I get another exception at eclipse 3.2M5, anyone have any idea? java.lang.NoClassDefFoundError: org/eclipse/jdt/internal/debug/ui/ launcher/JavaLaunchConfigurationTab at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:620) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass (DefaultClassLoader.java:158) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass (ClasspathManager.java:491) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl (ClasspathManager.java:461) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl (ClasspathManager.java:420) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass (ClasspathManager.java:403) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass (DefaultClassLoader.java:186) at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass (BundleLoader.java:338) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass (BundleLoader.java:390) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass (BundleLoader.java:351) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass (DefaultClassLoader.java:81) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) at com.iw.plugins.jetty.launcher.JettyLaunchTabGroup.createTabs (JettyLaunchTabGroup.java:52) at org.eclipse.debug.internal.ui.launchConfigurations.CreateLaunchConfiguratio nAction.performAction(CreateLaunchConfigurationAction.java:70) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurati onAction$1.run(AbstractLaunchConfigurationAction.java:103) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java: 69) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurati onAction.run(AbstractLaunchConfigurationAction.java:106) at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent (BaseSelectionListenerAction.java:167) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent (ActionContributionItem.java:433) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1450) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1474) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1459) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1236) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3259) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2897) at org.eclipse.jface.window.Window.runEventLoop(Window.java:811) at org.eclipse.jface.window.Window.open(Window.java:789) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDial og.open(LaunchConfigurationsDialog.java:1321) at org.eclipse.debug.ui.DebugUITools$1.run(DebugUITools.java:375) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java: 69) at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup (DebugUITools.java:379) at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup (DebugUITools.java:321) at org.eclipse.debug.ui.actions.OpenLaunchDialogAction.run (OpenLaunchDialogAction.java:80) at org.eclipse.jface.action.Action.runWithEvent(Action.java:492) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent (ActionContributionItem.java:392) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) ---------------------------------------------------------------------- Comment By: Eelco Hillenius (eelco12) Date: 2006-01-29 03:23 Message: Logged In: YES user_id=820266 Johannes, thank you for your patch. I will try to finally take a look at it this weekend. I am just very short on resources as I am working on Wicket, the book Wicket In Action, and a full time contracting job. If you are interesting in getting write access, I'd be happy to talk about it. ---------------------------------------------------------------------- Comment By: Johannes Brodwall (jhannes) Date: 2006-01-28 23:44 Message: Logged In: YES user_id=60541 See patches: http://sourceforge.net/tracker/index.php?func=detail&aid=1417436&group_id=118870&atid=682379 (unified diff) http://sourceforge.net/tracker/index.php?func=detail&aid=1407034&group_id=118870&atid=682379 (original patch) ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-12-12 17:35 Message: Logged In: NO is there any plan to fix this bug?? ---------------------------------------------------------------------- Comment By: g zombi (zombi) Date: 2005-11-22 19:56 Message: Logged In: YES user_id=63880 I get the following exception when I try to access a run/debug configuration: java.lang.IllegalAccessError: tried to access field org.eclipse.jdt.internal.debug.ui.launcher.WorkingDirectoryBlock.fWorkingDirText from class com.iw.plugins.jetty.launcher.JettyArgumentsTab$JettyWorkingDirectoryBlock at com.iw.plugins.jetty.launcher.JettyArgumentsTab$JettyWorkingDirectoryBlock.initializeFrom(JettyArgumentsTab.java:134) at org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab.initializeFrom(JavaArgumentsTab.java:177) at org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup.initializeFrom(AbstractLaunchConfigurationTabGroup.java:86) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.displayInstanceTabs(LaunchConfigurationTabGroupViewer.java:634) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer$5.run(LaunchConfigurationTabGroupViewer.java:557) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.inputChanged(LaunchConfigurationTabGroupViewer.java:576) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.setInput(LaunchConfigurationTabGroupViewer.java:533) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.handleLaunchConfigurationSelectionChanged(LaunchConfigurationsDialog.java:795) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$3.selectionChanged(LaunchConfigurationsDialog.java:601) at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:763) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044) at org.eclipse.core.runtime.Platform.run(Platform.java:783) 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.setSelection(StructuredViewer.java:1453) at org.eclipse.jface.viewers.Viewer.setSelection(Viewer.java:379) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationView.handleConfigurationAdded(LaunchConfigurationView.java:275) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationView.launchConfigurationAdded(LaunchConfigurationView.java:251) at org.eclipse.debug.internal.core.LaunchManager$ConfigurationNotifier.run(LaunchManager.java:1581) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044) at org.eclipse.core.runtime.Platform.run(Platform.java:783) at org.eclipse.debug.internal.core.LaunchManager$ConfigurationNotifier.notify(LaunchManager.java:1605) at org.eclipse.debug.internal.core.LaunchManager.launchConfigurationAdded(LaunchManager.java:806) at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.writeNewFile(LaunchConfigurationWorkingCopy.java:239) at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.doSave0(LaunchConfigurationWorkingCopy.java:194) at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.doSave(LaunchConfigurationWorkingCopy.java:170) at org.eclipse.debug.internal.ui.launchConfigurations.CreateLaunchConfigurationAction.performAction(CreateLaunchConfigurationAction.java:75) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurationAction$1.run(AbstractLaunchConfigurationAction.java:103) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurationAction.run(AbstractLaunchConfigurationAction.java:106) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$ButtonActionNew.run(LaunchConfigurationsDialog.java:1460) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$1.widgetSelected(LaunchConfigurationsDialog.java:1429) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:896) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3236) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2856) 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:439) 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.debug.ui.actions.OpenLaunchDialogAction.run(OpenLaunchDialogAction.java:99) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:223) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:544) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:494) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:406) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:896) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3236) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2856) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1774) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1738) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:376) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:165) 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:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1362980&group_id=118870 |
From: SourceForge.net <no...@so...> - 2006-04-23 05:53:22
|
Feature Requests item #1309485, was opened at 2005-09-30 08:27 Message generated for change (Comment added) made by vaporrun You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682380&aid=1309485&group_id=118870 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Howard Lewis Ship (hship) Assigned to: Nobody/Anonymous (nobody) Summary: Provide archived update site as download Initial Comment: It would be extremely helpful for me to have a zipped copy of the update site, compatible with Eclipse's "new archived site", available for download. I use this when I arrive at customer sites and we're setting up for labs, often without access to the Internet. ---------------------------------------------------------------------- >Comment By: Brian Wallace (vaporrun) Date: 2006-04-23 00:53 Message: Logged In: YES user_id=902123 This is implemented with the 1.4.0 release. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682380&aid=1309485&group_id=118870 |
From: SourceForge.net <no...@so...> - 2006-04-23 05:49:09
|
Bugs item #1196908, was opened at 2005-05-06 16:40 Message generated for change (Settings changed) made by vaporrun You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1196908&group_id=118870 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: v1.0 (example) >Status: Closed Resolution: Fixed Priority: 5 Submitted By: Howard Lewis Ship (hship) Assigned to: Brian Wallace (vaporrun) >Summary: Downloads aren\'t archived sites Initial Comment: The update site claims you can download a copy locally, for use as an archived Eclipse update site. The downloads don't appear to be in the right format (Eclipse certainly doesn't like them). ---------------------------------------------------------------------- Comment By: Eelco Hillenius (eelco12) Date: 2005-05-07 00:43 Message: Logged In: YES user_id=820266 I'll be on a vacation until the 15th, but will have a look at it after that. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1196908&group_id=118870 |
From: SourceForge.net <no...@so...> - 2006-04-23 05:49:09
|
Bugs item #1362980, was opened at 2005-11-21 12:12 Message generated for change (Settings changed) made by vaporrun You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1362980&group_id=118870 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: Fixed Priority: 9 Submitted By: Nobody/Anonymous (nobody) Assigned to: Brian Wallace (vaporrun) Summary: JettyLauncher does not wotk on Eclipse 3.2 RC3. Initial Comment: JettyLauncher does not wotk on Eclipse 3.2 RC3. I might be just a simple Eclipse´s API change, but as I´m totally ignorant about eclipse plugins. ---------------------------------------------------------------------- Comment By: Ryan Crumley (rcrumley) Date: 2006-03-28 15:11 Message: Logged In: YES user_id=1488577 I have an updated eclipse plugin archive that works in 3.2m5a and would like to attach it. Does anyone know how to get SF to let me? ---------------------------------------------------------------------- Comment By: Eelco Hillenius (eelco12) Date: 2006-03-23 02:13 Message: Logged In: YES user_id=820266 Is see no references to JettyLauncher in that stack trace, but I do see: at de.izci.merve.tomcatplugin.launcher.ConfigTabGroup. createTabs(ConfigTabGroup.java:25) Looks like it's that Tomcat plugin that misbehaves, no? ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-23 02:01 Message: Logged In: YES user_id=11544 Sorry... in fact I getting this error: java.lang.NoClassDefFoundError: org/eclipse/jdt/internal/ debug/ui/launcher/JavaLaunchConfigurationTab at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:620) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader. defineClass(DefaultClassLoader.java:158) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager. defineClass(ClasspathManager.java:491) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager. findClassImpl(ClasspathManager.java:461) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager. findLocalClassImpl(ClasspathManager.java:420) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager. findLocalClass(ClasspathManager.java:403) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader. findLocalClass(DefaultClassLoader.java:186) at org.eclipse.osgi.framework.internal.core.BundleLoader. findLocalClass(BundleLoader.java:338) at org.eclipse.osgi.framework.internal.core.BundleLoader. findClass(BundleLoader.java:390) at org.eclipse.osgi.framework.internal.core.BundleLoader. findClass(BundleLoader.java:351) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader. loadClass(DefaultClassLoader.java:81) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java: 319) at de.izci.merve.tomcatplugin.launcher.ConfigTabGroup. createTabs(ConfigTabGroup.java:25) at org.eclipse.debug.internal.ui.launchConfigurations. CreateLaunchConfigurationAction.performAction (CreateLaunchConfigurationAction.java:70) at org.eclipse.debug.internal.ui.launchConfigurations. AbstractLaunchConfigurationAction$1.run (AbstractLaunchConfigurationAction.java:103) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:69) at org.eclipse.debug.internal.ui.launchConfigurations. AbstractLaunchConfigurationAction.run (AbstractLaunchConfigurationAction.java:106) at org.eclipse.ui.actions.BaseSelectionListenerAction. runWithEvent(BaseSelectionListenerAction.java:167) at org.eclipse.jface.action.ActionContributionItem. handleWidgetSelection(ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$5. handleEvent(ActionContributionItem.java:392) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable. java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents( Display.java:3287) at org.eclipse.swt.widgets.Display.readAndDispatch(Display. java:2907) at org.eclipse.jface.window.Window.runEventLoop(Window.java: 811) at org.eclipse.jface.window.Window.open(Window.java:789) at org.eclipse.debug.internal.ui.launchConfigurations. LaunchConfigurationsDialog.open(LaunchConfigurationsDialog. java:1321) at org.eclipse.debug.ui.DebugUITools$1.run(DebugUITools. java:375) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:69) at org.eclipse.debug.ui.DebugUITools. openLaunchConfigurationDialogOnGroup(DebugUITools.java:379) at org.eclipse.debug.ui.DebugUITools. openLaunchConfigurationDialogOnGroup(DebugUITools.java:321) at org.eclipse.debug.ui.actions.OpenLaunchDialogAction.run (OpenLaunchDialogAction.java:80) at org.eclipse.jface.action.Action.runWithEvent(Action.java: 492) at org.eclipse.jface.action.ActionContributionItem. handleWidgetSelection(ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$5. handleEvent(ActionContributionItem.java:392) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable. java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents( Display.java:3287) at org.eclipse.swt.widgets.Display.readAndDispatch(Display. java:2907) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench. java:1899) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java: 1863) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:417) at org.eclipse.ui.PlatformUI.createAndRunWorkbench (PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:99) 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:374) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:589) at org.eclipse.core.launcher.Main.invokeFramework(Main.java: 338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-23 00:18 Message: Logged In: YES user_id=11544 That work good, thx all! ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-22 20:48 Message: Logged In: YES user_id=387057 Well, technically I'm still on vacation but here's what needs to happen to make the plugin deployable: The version numbers in the the plugin and feature projects should be bumped up. If you don't do that then you are trying to install a plugin with the same version number as the one already installed. won't work. It's been so long for me I don't know the steps anymore to build and publish an official release. here's how it used to be... bump versions in the plugin.xml and the feature.xml's runner.jar is built by hand using the File->Export menu as the runner program is not used in the classpath of the plugin at runtime (It's the launch target). in the com.iw.update.jettylauncher project, add the new feature and build the update site. upload to sf. ---------------------------------------------------------------------- Comment By: Brian Wallace (vaporrun) Date: 2006-03-22 17:49 Message: Logged In: YES user_id=902123 I've gotten the code and am working on getting it put together so it'll work from the zip. I'll update this issue when I get it completed. Brian ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-03-22 16:50 Message: Logged In: NO It appears sourceforge has fixed the CVS issue. I attempted to download the branch and was able to run the plugin from within eclipse and verify it worked correctly... However when I ran build.xml and created the plugin zip (then extract it to my eclipse plugins directory) I could not convince eclipse to use the new version (it is also possible the new version didn't work as the error message was slightly different, perhaps launching the plugin from eclipse did something special?). Is there any way someone can take a look at this and atleast attach a working plugin to this defect? ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-10 22:26 Message: Logged In: YES user_id=11544 In fact I can checkout repo for once, see to me that most of the case it will give "connection refuse" message, but sometime it can connect? Anyway, thx for all the support, I think I should take sometime to learn how eclipse plugin work ---------------------------------------------------------------------- Comment By: Brian Wallace (vaporrun) Date: 2006-03-10 15:59 Message: Logged In: YES user_id=902123 FYI: Keeping this assigned to me, but also submitting a support request to SF. If it's happening to me alone, it's my problem. But two or more? ---------------------------------------------------------------------- Comment By: Brian Wallace (vaporrun) Date: 2006-03-10 15:28 Message: Logged In: YES user_id=902123 I've had issues connecting to the repo via pserver (and actually SSH when I was getting it configured) this week. Looks like (from the command line output) SourceForge is rejecting access to anonymous. Some things are just frustrating. ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-10 07:00 Message: Logged In: YES user_id=387057 I'm unable to access anonymously at all either in Eclipse or Tortoise. SSH is ok though (but that doesn't help you carfield). Brian, could you give this a go? See if you can access com.iw.plugins.jettylauncher in the Eclipse_3_2 branch via anonymous pserver? ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-10 05:06 Message: Logged In: YES user_id=11544 Sorry but I just sync again and there is still nothing change... I login as anonymous, will this cause the problem? And I have take a look of \META-INF\MANIFEST.MF , but I don' t know what should I change... ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-09 22:18 Message: Logged In: YES user_id=11544 Sorry but I just sync again and there is still nothing change... I login as anonymous, will this cause the problem? ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-09 08:22 Message: Logged In: YES user_id=387057 make sure you are getting the changes from the Eclipse_3_2 branch. And, anon cvs at SF is actually a snapshot of the real cvs so there is lag. Not sure how long a lag. The class was not found 'cuz I changed JettyPlugin to conform to the current Eclipse osgi bundle setup. Forgot to change a value in the manifest. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-09 05:02 Message: Logged In: YES user_id=11544 Sorry, I just sync and cannot see any change... By the way, just wonder why I can find that class at mentioned package, but eclipse complainting class not found? ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-09 00:35 Message: Logged In: YES user_id=387057 fixed, checked into Eclipse_3_2 branch, I can create a launch config and.... run it! Basic run, stop, restart functionality works too. Haven't tried any of the new features (web defaults etc) since, while I use JL everyday I never use any of those features and wouldn't really know for sure if they were working correctly. ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-08 23:51 Message: Logged In: YES user_id=387057 hell, it's late and I'm not making much progress on what I'm supposed to be doing... I'll have a look. G. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-08 23:32 Message: Logged In: YES user_id=11544 Just try that Eclipse_3_2 branch... but getting following error, however, com.iw.plugins.jetty.launcher. JettyLaunchConfigurationDelegate does exist at the jar... !ENTRY org.eclipse.equinox.registry 4 1 2006-03-09 13:32:03. 093 !MESSAGE Plug-in com.iw.plugins.jettylauncher was unable to load class com.iw.plugins.jetty.launcher. JettyLaunchConfigurationDelegate. !STACK 0 java.lang.ClassNotFoundException: com.iw.plugins.jetty. launcher.JettyLaunchConfigurationDelegate at org.eclipse.osgi.framework.internal.core. BundleLoader.findClass(BundleLoader.java:406) at org.eclipse.osgi.framework.internal.core. BundleLoader.findClass(BundleLoader.java:351) at org.eclipse.osgi.internal.baseadaptor. DefaultClassLoader.loadClass(DefaultClassLoader.java:81) at java.lang.ClassLoader.loadClass(ClassLoader.java: 251) at org.eclipse.osgi.framework.internal.core. BundleLoader.loadClass(BundleLoader.java:276) at org.eclipse.osgi.framework.internal.core. BundleHost.loadClass(BundleHost.java:227) at org.eclipse.osgi.framework.internal.core. AbstractBundle.loadClass(AbstractBundle.java:1245) at org.eclipse.core.internal.registry.osgi. RegistryStrategyOSGI.createExecutableExtension (RegistryStrategyOSGI.java:138) at org.eclipse.core.internal.registry. ExtensionRegistry.createExecutableExtension (ExtensionRegistry.java:759) at org.eclipse.core.internal.registry. ConfigurationElement.createExecutableExtension (ConfigurationElement.java:243) at org.eclipse.core.internal.registry. ConfigurationElementHandle.createExecutableExtension (ConfigurationElementHandle.java:51) at org.eclipse.debug.internal.core. LaunchConfigurationType.getDelegate(LaunchConfigurationType. java:173) at org.eclipse.debug.internal.core. LaunchConfiguration.getDelegate(LaunchConfiguration.java: 330) at org.eclipse.debug.internal.core. LaunchConfiguration.launch(LaunchConfiguration.java:573) at org.eclipse.debug.internal.core. LaunchConfiguration.launch(LaunchConfiguration.java:565) at org.eclipse.debug.internal.ui.DebugUIPlugin. buildAndLaunch(DebugUIPlugin.java:753) at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run (DebugUIPlugin.java:943) at org.eclipse.core.internal.jobs.Worker.run(Worker. java:58) !SESSION 2006-03-09 13:32:46.859 --------------------------- -------------------- eclipse.buildId=I20060217-1115 java.version=1.6.0-rc java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=zh_HK Command-line arguments: -os win32 -ws win32 -arch x86 ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-08 20:41 Message: Logged In: YES user_id=387057 >It would be >great if there was some new guy/ girl to take over this >plugin. have a look here: http://jroller.com/page/glongman?entry=help_wanted_jettylauncher ---------------------------------------------------------------------- Comment By: Eelco Hillenius (eelco12) Date: 2006-03-08 14:15 Message: Logged In: YES user_id=820266 Awesome Geoff, I was actually just installing that new Eclipse, but work gets in the way all the time. It would be great if there was some new guy/ girl to take over this plugin. ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-08 14:13 Message: Logged In: YES user_id=387057 I had a spare moment while waiting for a db to populate (and luckily I can still commit to JL cvs). I have created an Eclipse_3_2 branch and commited the raw changes I made to com.iw.plugins.jettylauncher that were needed to make JL compile in 3.2M5. That's all I have time to do. I didn't try running the plugin. Geoff ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-08 10:29 Message: Logged In: YES user_id=11544 Just try to check out JettyLauncher and try to see if there any quick fix. I guess the module is /com.iw.plugins.jettylauncher , right? However, once checked out, there are a lot of compilation error which are not straight forward to fix. Moreover there are also a lot of warnings...... Would somebody have more experience on eclipse plugin can take a look? ---------------------------------------------------------------------- Comment By: g zombi (zombi) Date: 2006-03-08 06:55 Message: Logged In: YES user_id=63880 It will be nice, if someone who already has the patched code, upload the compiled plugin, to this bug report. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-08 06:50 Message: Logged In: YES user_id=11544 I guess there will be new release soon? Or I need to checkout the project and compile myself? ---------------------------------------------------------------------- Comment By: masataka kurihara (kurihara) Date: 2006-03-08 05:20 Message: Logged In: YES user_id=749334 Hi, carfield change 'org.eclipse.jdt.internal.debug.ui.launcher.JavaLaunchConfigurationTab' to 'org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchTab' in 'com.iw.plugins.jetty.launcher.JettyMainTab'. so import statement & base-class name. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-07 10:27 Message: Logged In: YES user_id=11544 I get another exception at eclipse 3.2M5, anyone have any idea? java.lang.NoClassDefFoundError: org/eclipse/jdt/internal/debug/ui/ launcher/JavaLaunchConfigurationTab at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:620) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass (DefaultClassLoader.java:158) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass (ClasspathManager.java:491) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl (ClasspathManager.java:461) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl (ClasspathManager.java:420) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass (ClasspathManager.java:403) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass (DefaultClassLoader.java:186) at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass (BundleLoader.java:338) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass (BundleLoader.java:390) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass (BundleLoader.java:351) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass (DefaultClassLoader.java:81) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) at com.iw.plugins.jetty.launcher.JettyLaunchTabGroup.createTabs (JettyLaunchTabGroup.java:52) at org.eclipse.debug.internal.ui.launchConfigurations.CreateLaunchConfiguratio nAction.performAction(CreateLaunchConfigurationAction.java:70) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurati onAction$1.run(AbstractLaunchConfigurationAction.java:103) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java: 69) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurati onAction.run(AbstractLaunchConfigurationAction.java:106) at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent (BaseSelectionListenerAction.java:167) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent (ActionContributionItem.java:433) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1450) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1474) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1459) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1236) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3259) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2897) at org.eclipse.jface.window.Window.runEventLoop(Window.java:811) at org.eclipse.jface.window.Window.open(Window.java:789) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDial og.open(LaunchConfigurationsDialog.java:1321) at org.eclipse.debug.ui.DebugUITools$1.run(DebugUITools.java:375) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java: 69) at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup (DebugUITools.java:379) at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup (DebugUITools.java:321) at org.eclipse.debug.ui.actions.OpenLaunchDialogAction.run (OpenLaunchDialogAction.java:80) at org.eclipse.jface.action.Action.runWithEvent(Action.java:492) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent (ActionContributionItem.java:392) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) ---------------------------------------------------------------------- Comment By: Eelco Hillenius (eelco12) Date: 2006-01-28 13:23 Message: Logged In: YES user_id=820266 Johannes, thank you for your patch. I will try to finally take a look at it this weekend. I am just very short on resources as I am working on Wicket, the book Wicket In Action, and a full time contracting job. If you are interesting in getting write access, I'd be happy to talk about it. ---------------------------------------------------------------------- Comment By: Johannes Brodwall (jhannes) Date: 2006-01-28 09:44 Message: Logged In: YES user_id=60541 See patches: http://sourceforge.net/tracker/index.php?func=detail&aid=1417436&group_id=118870&atid=682379 (unified diff) http://sourceforge.net/tracker/index.php?func=detail&aid=1407034&group_id=118870&atid=682379 (original patch) ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-12-12 03:35 Message: Logged In: NO is there any plan to fix this bug?? ---------------------------------------------------------------------- Comment By: g zombi (zombi) Date: 2005-11-22 05:56 Message: Logged In: YES user_id=63880 I get the following exception when I try to access a run/debug configuration: java.lang.IllegalAccessError: tried to access field org.eclipse.jdt.internal.debug.ui.launcher.WorkingDirectoryBlock.fWorkingDirText from class com.iw.plugins.jetty.launcher.JettyArgumentsTab$JettyWorkingDirectoryBlock at com.iw.plugins.jetty.launcher.JettyArgumentsTab$JettyWorkingDirectoryBlock.initializeFrom(JettyArgumentsTab.java:134) at org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab.initializeFrom(JavaArgumentsTab.java:177) at org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup.initializeFrom(AbstractLaunchConfigurationTabGroup.java:86) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.displayInstanceTabs(LaunchConfigurationTabGroupViewer.java:634) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer$5.run(LaunchConfigurationTabGroupViewer.java:557) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.inputChanged(LaunchConfigurationTabGroupViewer.java:576) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.setInput(LaunchConfigurationTabGroupViewer.java:533) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.handleLaunchConfigurationSelectionChanged(LaunchConfigurationsDialog.java:795) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$3.selectionChanged(LaunchConfigurationsDialog.java:601) at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:763) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044) at org.eclipse.core.runtime.Platform.run(Platform.java:783) 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.setSelection(StructuredViewer.java:1453) at org.eclipse.jface.viewers.Viewer.setSelection(Viewer.java:379) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationView.handleConfigurationAdded(LaunchConfigurationView.java:275) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationView.launchConfigurationAdded(LaunchConfigurationView.java:251) at org.eclipse.debug.internal.core.LaunchManager$ConfigurationNotifier.run(LaunchManager.java:1581) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044) at org.eclipse.core.runtime.Platform.run(Platform.java:783) at org.eclipse.debug.internal.core.LaunchManager$ConfigurationNotifier.notify(LaunchManager.java:1605) at org.eclipse.debug.internal.core.LaunchManager.launchConfigurationAdded(LaunchManager.java:806) at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.writeNewFile(LaunchConfigurationWorkingCopy.java:239) at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.doSave0(LaunchConfigurationWorkingCopy.java:194) at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.doSave(LaunchConfigurationWorkingCopy.java:170) at org.eclipse.debug.internal.ui.launchConfigurations.CreateLaunchConfigurationAction.performAction(CreateLaunchConfigurationAction.java:75) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurationAction$1.run(AbstractLaunchConfigurationAction.java:103) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurationAction.run(AbstractLaunchConfigurationAction.java:106) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$ButtonActionNew.run(LaunchConfigurationsDialog.java:1460) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$1.widgetSelected(LaunchConfigurationsDialog.java:1429) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:896) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3236) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2856) 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:439) 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.debug.ui.actions.OpenLaunchDialogAction.run(OpenLaunchDialogAction.java:99) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:223) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:544) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:494) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:406) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:896) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3236) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2856) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1774) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1738) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:376) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:165) 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:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1362980&group_id=118870 |
From: SourceForge.net <no...@so...> - 2006-04-23 05:49:08
|
Bugs item #1193987, was opened at 2005-05-02 14:03 Message generated for change (Settings changed) made by vaporrun You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1193987&group_id=118870 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: Rejected Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Nullpointer exception when starting jetty with xml config Initial Comment: I'm trying to start jetty with an xml config but always get the following error in the console (see below). This is with eclipse 3.0.2 Windows XP SP2 jetty 5.1.3 Any clues ? launching Jetty from xml: [C:/phish.xml] May 2, 2005 3:00:50 PM org.mortbay.jetty.Server <init> WARNING: EXCEPTION java.lang.NullPointerException at org.mortbay.xml.XmlConfiguration.initParser(XmlConfiguration.java:73) at org.mortbay.xml.XmlConfiguration.<init>(XmlConfiguration.java:109) at org.mortbay.jetty.Server.<init>(Server.java:103) at com.iw.plugins.jettyrunner.PluginRunner.launchWithXML(PluginRunner.java:226) at com.iw.plugins.jettyrunner.PluginRunner.launch(PluginRunner.java:91) at com.iw.plugins.jettyrunner.PluginRunner.main(PluginRunner.java:75) java.io.IOException: Jetty configuration problem: java.lang.NullPointerException at org.mortbay.jetty.Server.<init>(Server.java:113) at com.iw.plugins.jettyrunner.PluginRunner.launchWithXML(PluginRunner.java:226) at com.iw.plugins.jettyrunner.PluginRunner.launch(PluginRunner.java:91) at com.iw.plugins.jettyrunner.PluginRunner.main(PluginRunner.java:75) ---------------------------------------------------------------------- Comment By: Brian Wallace (vaporrun) Date: 2006-03-11 15:40 Message: Logged In: YES user_id=902123 Without the referenced XML, it would be near impossible to determine what the issue would be. If there is no further information provided, I recommend closing this issue. If the problem can be reproduced another issue could be opened. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-05-02 14:17 Message: Logged In: NO could you please attach phish.xml ? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1193987&group_id=118870 |
From: SourceForge.net <no...@so...> - 2006-04-23 05:45:37
|
Bugs item #1193987, was opened at 2005-05-02 14:03 Message generated for change (Settings changed) made by vaporrun You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1193987&group_id=118870 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Pending >Resolution: Rejected Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Nullpointer exception when starting jetty with xml config Initial Comment: I'm trying to start jetty with an xml config but always get the following error in the console (see below). This is with eclipse 3.0.2 Windows XP SP2 jetty 5.1.3 Any clues ? launching Jetty from xml: [C:/phish.xml] May 2, 2005 3:00:50 PM org.mortbay.jetty.Server <init> WARNING: EXCEPTION java.lang.NullPointerException at org.mortbay.xml.XmlConfiguration.initParser(XmlConfiguration.java:73) at org.mortbay.xml.XmlConfiguration.<init>(XmlConfiguration.java:109) at org.mortbay.jetty.Server.<init>(Server.java:103) at com.iw.plugins.jettyrunner.PluginRunner.launchWithXML(PluginRunner.java:226) at com.iw.plugins.jettyrunner.PluginRunner.launch(PluginRunner.java:91) at com.iw.plugins.jettyrunner.PluginRunner.main(PluginRunner.java:75) java.io.IOException: Jetty configuration problem: java.lang.NullPointerException at org.mortbay.jetty.Server.<init>(Server.java:113) at com.iw.plugins.jettyrunner.PluginRunner.launchWithXML(PluginRunner.java:226) at com.iw.plugins.jettyrunner.PluginRunner.launch(PluginRunner.java:91) at com.iw.plugins.jettyrunner.PluginRunner.main(PluginRunner.java:75) ---------------------------------------------------------------------- Comment By: Brian Wallace (vaporrun) Date: 2006-03-11 15:40 Message: Logged In: YES user_id=902123 Without the referenced XML, it would be near impossible to determine what the issue would be. If there is no further information provided, I recommend closing this issue. If the problem can be reproduced another issue could be opened. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-05-02 14:17 Message: Logged In: NO could you please attach phish.xml ? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1193987&group_id=118870 |
From: SourceForge.net <no...@so...> - 2006-04-23 05:36:46
|
Bugs item #1196908, was opened at 2005-05-06 16:40 Message generated for change (Settings changed) made by vaporrun You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1196908&group_id=118870 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: v1.0 (example) >Status: Pending >Resolution: Fixed Priority: 5 Submitted By: Howard Lewis Ship (hship) Assigned to: Brian Wallace (vaporrun) Summary: Downloads aren't archived sites Initial Comment: The update site claims you can download a copy locally, for use as an archived Eclipse update site. The downloads don't appear to be in the right format (Eclipse certainly doesn't like them). ---------------------------------------------------------------------- Comment By: Eelco Hillenius (eelco12) Date: 2005-05-07 00:43 Message: Logged In: YES user_id=820266 I'll be on a vacation until the 15th, but will have a look at it after that. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1196908&group_id=118870 |
From: SourceForge.net <no...@so...> - 2006-04-23 05:36:10
|
Bugs item #1362980, was opened at 2005-11-21 12:12 Message generated for change (Settings changed) made by vaporrun You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1362980&group_id=118870 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Pending >Resolution: Fixed Priority: 9 Submitted By: Nobody/Anonymous (nobody) Assigned to: Brian Wallace (vaporrun) Summary: JettyLauncher does not wotk on Eclipse 3.2 RC3. Initial Comment: JettyLauncher does not wotk on Eclipse 3.2 RC3. I might be just a simple Eclipse´s API change, but as I´m totally ignorant about eclipse plugins. ---------------------------------------------------------------------- Comment By: Ryan Crumley (rcrumley) Date: 2006-03-28 15:11 Message: Logged In: YES user_id=1488577 I have an updated eclipse plugin archive that works in 3.2m5a and would like to attach it. Does anyone know how to get SF to let me? ---------------------------------------------------------------------- Comment By: Eelco Hillenius (eelco12) Date: 2006-03-23 02:13 Message: Logged In: YES user_id=820266 Is see no references to JettyLauncher in that stack trace, but I do see: at de.izci.merve.tomcatplugin.launcher.ConfigTabGroup. createTabs(ConfigTabGroup.java:25) Looks like it's that Tomcat plugin that misbehaves, no? ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-23 02:01 Message: Logged In: YES user_id=11544 Sorry... in fact I getting this error: java.lang.NoClassDefFoundError: org/eclipse/jdt/internal/ debug/ui/launcher/JavaLaunchConfigurationTab at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:620) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader. defineClass(DefaultClassLoader.java:158) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager. defineClass(ClasspathManager.java:491) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager. findClassImpl(ClasspathManager.java:461) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager. findLocalClassImpl(ClasspathManager.java:420) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager. findLocalClass(ClasspathManager.java:403) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader. findLocalClass(DefaultClassLoader.java:186) at org.eclipse.osgi.framework.internal.core.BundleLoader. findLocalClass(BundleLoader.java:338) at org.eclipse.osgi.framework.internal.core.BundleLoader. findClass(BundleLoader.java:390) at org.eclipse.osgi.framework.internal.core.BundleLoader. findClass(BundleLoader.java:351) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader. loadClass(DefaultClassLoader.java:81) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java: 319) at de.izci.merve.tomcatplugin.launcher.ConfigTabGroup. createTabs(ConfigTabGroup.java:25) at org.eclipse.debug.internal.ui.launchConfigurations. CreateLaunchConfigurationAction.performAction (CreateLaunchConfigurationAction.java:70) at org.eclipse.debug.internal.ui.launchConfigurations. AbstractLaunchConfigurationAction$1.run (AbstractLaunchConfigurationAction.java:103) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:69) at org.eclipse.debug.internal.ui.launchConfigurations. AbstractLaunchConfigurationAction.run (AbstractLaunchConfigurationAction.java:106) at org.eclipse.ui.actions.BaseSelectionListenerAction. runWithEvent(BaseSelectionListenerAction.java:167) at org.eclipse.jface.action.ActionContributionItem. handleWidgetSelection(ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$5. handleEvent(ActionContributionItem.java:392) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable. java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents( Display.java:3287) at org.eclipse.swt.widgets.Display.readAndDispatch(Display. java:2907) at org.eclipse.jface.window.Window.runEventLoop(Window.java: 811) at org.eclipse.jface.window.Window.open(Window.java:789) at org.eclipse.debug.internal.ui.launchConfigurations. LaunchConfigurationsDialog.open(LaunchConfigurationsDialog. java:1321) at org.eclipse.debug.ui.DebugUITools$1.run(DebugUITools. java:375) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:69) at org.eclipse.debug.ui.DebugUITools. openLaunchConfigurationDialogOnGroup(DebugUITools.java:379) at org.eclipse.debug.ui.DebugUITools. openLaunchConfigurationDialogOnGroup(DebugUITools.java:321) at org.eclipse.debug.ui.actions.OpenLaunchDialogAction.run (OpenLaunchDialogAction.java:80) at org.eclipse.jface.action.Action.runWithEvent(Action.java: 492) at org.eclipse.jface.action.ActionContributionItem. handleWidgetSelection(ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$5. handleEvent(ActionContributionItem.java:392) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable. java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents( Display.java:3287) at org.eclipse.swt.widgets.Display.readAndDispatch(Display. java:2907) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench. java:1899) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java: 1863) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:417) at org.eclipse.ui.PlatformUI.createAndRunWorkbench (PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:99) 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:374) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:589) at org.eclipse.core.launcher.Main.invokeFramework(Main.java: 338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-23 00:18 Message: Logged In: YES user_id=11544 That work good, thx all! ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-22 20:48 Message: Logged In: YES user_id=387057 Well, technically I'm still on vacation but here's what needs to happen to make the plugin deployable: The version numbers in the the plugin and feature projects should be bumped up. If you don't do that then you are trying to install a plugin with the same version number as the one already installed. won't work. It's been so long for me I don't know the steps anymore to build and publish an official release. here's how it used to be... bump versions in the plugin.xml and the feature.xml's runner.jar is built by hand using the File->Export menu as the runner program is not used in the classpath of the plugin at runtime (It's the launch target). in the com.iw.update.jettylauncher project, add the new feature and build the update site. upload to sf. ---------------------------------------------------------------------- Comment By: Brian Wallace (vaporrun) Date: 2006-03-22 17:49 Message: Logged In: YES user_id=902123 I've gotten the code and am working on getting it put together so it'll work from the zip. I'll update this issue when I get it completed. Brian ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-03-22 16:50 Message: Logged In: NO It appears sourceforge has fixed the CVS issue. I attempted to download the branch and was able to run the plugin from within eclipse and verify it worked correctly... However when I ran build.xml and created the plugin zip (then extract it to my eclipse plugins directory) I could not convince eclipse to use the new version (it is also possible the new version didn't work as the error message was slightly different, perhaps launching the plugin from eclipse did something special?). Is there any way someone can take a look at this and atleast attach a working plugin to this defect? ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-10 22:26 Message: Logged In: YES user_id=11544 In fact I can checkout repo for once, see to me that most of the case it will give "connection refuse" message, but sometime it can connect? Anyway, thx for all the support, I think I should take sometime to learn how eclipse plugin work ---------------------------------------------------------------------- Comment By: Brian Wallace (vaporrun) Date: 2006-03-10 15:59 Message: Logged In: YES user_id=902123 FYI: Keeping this assigned to me, but also submitting a support request to SF. If it's happening to me alone, it's my problem. But two or more? ---------------------------------------------------------------------- Comment By: Brian Wallace (vaporrun) Date: 2006-03-10 15:28 Message: Logged In: YES user_id=902123 I've had issues connecting to the repo via pserver (and actually SSH when I was getting it configured) this week. Looks like (from the command line output) SourceForge is rejecting access to anonymous. Some things are just frustrating. ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-10 07:00 Message: Logged In: YES user_id=387057 I'm unable to access anonymously at all either in Eclipse or Tortoise. SSH is ok though (but that doesn't help you carfield). Brian, could you give this a go? See if you can access com.iw.plugins.jettylauncher in the Eclipse_3_2 branch via anonymous pserver? ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-10 05:06 Message: Logged In: YES user_id=11544 Sorry but I just sync again and there is still nothing change... I login as anonymous, will this cause the problem? And I have take a look of \META-INF\MANIFEST.MF , but I don' t know what should I change... ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-09 22:18 Message: Logged In: YES user_id=11544 Sorry but I just sync again and there is still nothing change... I login as anonymous, will this cause the problem? ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-09 08:22 Message: Logged In: YES user_id=387057 make sure you are getting the changes from the Eclipse_3_2 branch. And, anon cvs at SF is actually a snapshot of the real cvs so there is lag. Not sure how long a lag. The class was not found 'cuz I changed JettyPlugin to conform to the current Eclipse osgi bundle setup. Forgot to change a value in the manifest. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-09 05:02 Message: Logged In: YES user_id=11544 Sorry, I just sync and cannot see any change... By the way, just wonder why I can find that class at mentioned package, but eclipse complainting class not found? ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-09 00:35 Message: Logged In: YES user_id=387057 fixed, checked into Eclipse_3_2 branch, I can create a launch config and.... run it! Basic run, stop, restart functionality works too. Haven't tried any of the new features (web defaults etc) since, while I use JL everyday I never use any of those features and wouldn't really know for sure if they were working correctly. ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-08 23:51 Message: Logged In: YES user_id=387057 hell, it's late and I'm not making much progress on what I'm supposed to be doing... I'll have a look. G. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-08 23:32 Message: Logged In: YES user_id=11544 Just try that Eclipse_3_2 branch... but getting following error, however, com.iw.plugins.jetty.launcher. JettyLaunchConfigurationDelegate does exist at the jar... !ENTRY org.eclipse.equinox.registry 4 1 2006-03-09 13:32:03. 093 !MESSAGE Plug-in com.iw.plugins.jettylauncher was unable to load class com.iw.plugins.jetty.launcher. JettyLaunchConfigurationDelegate. !STACK 0 java.lang.ClassNotFoundException: com.iw.plugins.jetty. launcher.JettyLaunchConfigurationDelegate at org.eclipse.osgi.framework.internal.core. BundleLoader.findClass(BundleLoader.java:406) at org.eclipse.osgi.framework.internal.core. BundleLoader.findClass(BundleLoader.java:351) at org.eclipse.osgi.internal.baseadaptor. DefaultClassLoader.loadClass(DefaultClassLoader.java:81) at java.lang.ClassLoader.loadClass(ClassLoader.java: 251) at org.eclipse.osgi.framework.internal.core. BundleLoader.loadClass(BundleLoader.java:276) at org.eclipse.osgi.framework.internal.core. BundleHost.loadClass(BundleHost.java:227) at org.eclipse.osgi.framework.internal.core. AbstractBundle.loadClass(AbstractBundle.java:1245) at org.eclipse.core.internal.registry.osgi. RegistryStrategyOSGI.createExecutableExtension (RegistryStrategyOSGI.java:138) at org.eclipse.core.internal.registry. ExtensionRegistry.createExecutableExtension (ExtensionRegistry.java:759) at org.eclipse.core.internal.registry. ConfigurationElement.createExecutableExtension (ConfigurationElement.java:243) at org.eclipse.core.internal.registry. ConfigurationElementHandle.createExecutableExtension (ConfigurationElementHandle.java:51) at org.eclipse.debug.internal.core. LaunchConfigurationType.getDelegate(LaunchConfigurationType. java:173) at org.eclipse.debug.internal.core. LaunchConfiguration.getDelegate(LaunchConfiguration.java: 330) at org.eclipse.debug.internal.core. LaunchConfiguration.launch(LaunchConfiguration.java:573) at org.eclipse.debug.internal.core. LaunchConfiguration.launch(LaunchConfiguration.java:565) at org.eclipse.debug.internal.ui.DebugUIPlugin. buildAndLaunch(DebugUIPlugin.java:753) at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run (DebugUIPlugin.java:943) at org.eclipse.core.internal.jobs.Worker.run(Worker. java:58) !SESSION 2006-03-09 13:32:46.859 --------------------------- -------------------- eclipse.buildId=I20060217-1115 java.version=1.6.0-rc java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=zh_HK Command-line arguments: -os win32 -ws win32 -arch x86 ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-08 20:41 Message: Logged In: YES user_id=387057 >It would be >great if there was some new guy/ girl to take over this >plugin. have a look here: http://jroller.com/page/glongman?entry=help_wanted_jettylauncher ---------------------------------------------------------------------- Comment By: Eelco Hillenius (eelco12) Date: 2006-03-08 14:15 Message: Logged In: YES user_id=820266 Awesome Geoff, I was actually just installing that new Eclipse, but work gets in the way all the time. It would be great if there was some new guy/ girl to take over this plugin. ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-08 14:13 Message: Logged In: YES user_id=387057 I had a spare moment while waiting for a db to populate (and luckily I can still commit to JL cvs). I have created an Eclipse_3_2 branch and commited the raw changes I made to com.iw.plugins.jettylauncher that were needed to make JL compile in 3.2M5. That's all I have time to do. I didn't try running the plugin. Geoff ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-08 10:29 Message: Logged In: YES user_id=11544 Just try to check out JettyLauncher and try to see if there any quick fix. I guess the module is /com.iw.plugins.jettylauncher , right? However, once checked out, there are a lot of compilation error which are not straight forward to fix. Moreover there are also a lot of warnings...... Would somebody have more experience on eclipse plugin can take a look? ---------------------------------------------------------------------- Comment By: g zombi (zombi) Date: 2006-03-08 06:55 Message: Logged In: YES user_id=63880 It will be nice, if someone who already has the patched code, upload the compiled plugin, to this bug report. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-08 06:50 Message: Logged In: YES user_id=11544 I guess there will be new release soon? Or I need to checkout the project and compile myself? ---------------------------------------------------------------------- Comment By: masataka kurihara (kurihara) Date: 2006-03-08 05:20 Message: Logged In: YES user_id=749334 Hi, carfield change 'org.eclipse.jdt.internal.debug.ui.launcher.JavaLaunchConfigurationTab' to 'org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchTab' in 'com.iw.plugins.jetty.launcher.JettyMainTab'. so import statement & base-class name. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-07 10:27 Message: Logged In: YES user_id=11544 I get another exception at eclipse 3.2M5, anyone have any idea? java.lang.NoClassDefFoundError: org/eclipse/jdt/internal/debug/ui/ launcher/JavaLaunchConfigurationTab at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:620) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass (DefaultClassLoader.java:158) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass (ClasspathManager.java:491) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl (ClasspathManager.java:461) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl (ClasspathManager.java:420) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass (ClasspathManager.java:403) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass (DefaultClassLoader.java:186) at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass (BundleLoader.java:338) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass (BundleLoader.java:390) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass (BundleLoader.java:351) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass (DefaultClassLoader.java:81) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) at com.iw.plugins.jetty.launcher.JettyLaunchTabGroup.createTabs (JettyLaunchTabGroup.java:52) at org.eclipse.debug.internal.ui.launchConfigurations.CreateLaunchConfiguratio nAction.performAction(CreateLaunchConfigurationAction.java:70) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurati onAction$1.run(AbstractLaunchConfigurationAction.java:103) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java: 69) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurati onAction.run(AbstractLaunchConfigurationAction.java:106) at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent (BaseSelectionListenerAction.java:167) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent (ActionContributionItem.java:433) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1450) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1474) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1459) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1236) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3259) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2897) at org.eclipse.jface.window.Window.runEventLoop(Window.java:811) at org.eclipse.jface.window.Window.open(Window.java:789) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDial og.open(LaunchConfigurationsDialog.java:1321) at org.eclipse.debug.ui.DebugUITools$1.run(DebugUITools.java:375) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java: 69) at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup (DebugUITools.java:379) at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup (DebugUITools.java:321) at org.eclipse.debug.ui.actions.OpenLaunchDialogAction.run (OpenLaunchDialogAction.java:80) at org.eclipse.jface.action.Action.runWithEvent(Action.java:492) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent (ActionContributionItem.java:392) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) ---------------------------------------------------------------------- Comment By: Eelco Hillenius (eelco12) Date: 2006-01-28 13:23 Message: Logged In: YES user_id=820266 Johannes, thank you for your patch. I will try to finally take a look at it this weekend. I am just very short on resources as I am working on Wicket, the book Wicket In Action, and a full time contracting job. If you are interesting in getting write access, I'd be happy to talk about it. ---------------------------------------------------------------------- Comment By: Johannes Brodwall (jhannes) Date: 2006-01-28 09:44 Message: Logged In: YES user_id=60541 See patches: http://sourceforge.net/tracker/index.php?func=detail&aid=1417436&group_id=118870&atid=682379 (unified diff) http://sourceforge.net/tracker/index.php?func=detail&aid=1407034&group_id=118870&atid=682379 (original patch) ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-12-12 03:35 Message: Logged In: NO is there any plan to fix this bug?? ---------------------------------------------------------------------- Comment By: g zombi (zombi) Date: 2005-11-22 05:56 Message: Logged In: YES user_id=63880 I get the following exception when I try to access a run/debug configuration: java.lang.IllegalAccessError: tried to access field org.eclipse.jdt.internal.debug.ui.launcher.WorkingDirectoryBlock.fWorkingDirText from class com.iw.plugins.jetty.launcher.JettyArgumentsTab$JettyWorkingDirectoryBlock at com.iw.plugins.jetty.launcher.JettyArgumentsTab$JettyWorkingDirectoryBlock.initializeFrom(JettyArgumentsTab.java:134) at org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab.initializeFrom(JavaArgumentsTab.java:177) at org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup.initializeFrom(AbstractLaunchConfigurationTabGroup.java:86) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.displayInstanceTabs(LaunchConfigurationTabGroupViewer.java:634) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer$5.run(LaunchConfigurationTabGroupViewer.java:557) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.inputChanged(LaunchConfigurationTabGroupViewer.java:576) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.setInput(LaunchConfigurationTabGroupViewer.java:533) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.handleLaunchConfigurationSelectionChanged(LaunchConfigurationsDialog.java:795) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$3.selectionChanged(LaunchConfigurationsDialog.java:601) at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:763) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044) at org.eclipse.core.runtime.Platform.run(Platform.java:783) 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.setSelection(StructuredViewer.java:1453) at org.eclipse.jface.viewers.Viewer.setSelection(Viewer.java:379) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationView.handleConfigurationAdded(LaunchConfigurationView.java:275) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationView.launchConfigurationAdded(LaunchConfigurationView.java:251) at org.eclipse.debug.internal.core.LaunchManager$ConfigurationNotifier.run(LaunchManager.java:1581) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044) at org.eclipse.core.runtime.Platform.run(Platform.java:783) at org.eclipse.debug.internal.core.LaunchManager$ConfigurationNotifier.notify(LaunchManager.java:1605) at org.eclipse.debug.internal.core.LaunchManager.launchConfigurationAdded(LaunchManager.java:806) at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.writeNewFile(LaunchConfigurationWorkingCopy.java:239) at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.doSave0(LaunchConfigurationWorkingCopy.java:194) at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.doSave(LaunchConfigurationWorkingCopy.java:170) at org.eclipse.debug.internal.ui.launchConfigurations.CreateLaunchConfigurationAction.performAction(CreateLaunchConfigurationAction.java:75) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurationAction$1.run(AbstractLaunchConfigurationAction.java:103) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurationAction.run(AbstractLaunchConfigurationAction.java:106) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$ButtonActionNew.run(LaunchConfigurationsDialog.java:1460) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$1.widgetSelected(LaunchConfigurationsDialog.java:1429) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:896) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3236) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2856) 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:439) 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.debug.ui.actions.OpenLaunchDialogAction.run(OpenLaunchDialogAction.java:99) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:223) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:544) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:494) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:406) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:896) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3236) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2856) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1774) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1738) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:376) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:165) 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:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1362980&group_id=118870 |
From: Eelco H. <eel...@gm...> - 2006-04-14 04:05:41
|
Hi, It seems that what you are trying to do is set the path that Jetty uses to scan for webapplications. I never tried that myself. Typically, you know which project(s) you are working with, and you can add them by calling addWebApplication. This is an example of a configuration file that I use now and then: <?xml version=3D"1.0"?> <!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure 1.2//EN" "http://jetty.mortbay.org/configure_1_2.dtd"> <Configure class=3D"org.mortbay.jetty.Server"> <Call name=3D"addListener"> <Arg> <New class=3D"org.mortbay.http.SocketListener"> <Set name=3D"Port"><SystemProperty name=3D"jetty.port" default=3D"8080"/></Set> <Set name=3D"MinThreads">50</Set> <Set name=3D"MaxThreads">100</Set> <Set name=3D"MaxIdleTimeMs">30000</Set> <Set name=3D"LowResourcePersistTimeMs">5000</Set> <Set name=3D"ConfidentialPort">8443</Set> <Set name=3D"IntegralPort">8443</Set> </New> </Arg> </Call> <Call name=3D"addWebApplication"> <Arg>/wicket-examples</Arg> <Arg>src/webapp</Arg> </Call> <Set name=3D"requestsPerGC">2000</Set> <Set name=3D"statsOn">false</Set> </Configure> Hope that helps, Eelco On 4/13/06, O G <oti...@ya...> wrote: > Hello, > > Anyone knows how to deal with this? Should I file a > bug report instead? > > Thanks, > Otis > > --- O G <oti...@ya...> wrote: > > > Hello, > > > > I'm having some difficulties getting Jetty Launcher > > working with a custom Jetty XML file. > > > > In short, if I use a custom jetty.xml, I can't get > > Jetty/JL to use the webapp root directory from > > within > > my Eclipse project. > > > > This is to be expected, as JL is not aware of it. > > > > So I tried changing jetty.xml to be aware of the > > "webapp root dir" in my Eclipse project. I think > > this > > is the relevant section: > > > > <Call name=3D"addWebApplications"> > > <Arg></Arg> > > <Arg><SystemProperty name=3D"jetty.home" > > default=3D"."/>/webapps/</Arg> > > <Arg><SystemProperty name=3D"jetty.home" > > default=3D"."/>/etc/webdefault.xml</Arg> > > <Arg type=3D"boolean">true</Arg><!--extract > > WARs--> > > <Arg type=3D"boolean">false</Arg><!-- java 2 > > compliante class loader --> > > </Call> > > > > > > I think the key line is: > > <Arg><SystemProperty name=3D"jetty.home" > > default=3D"."/>/webapps/</Arg> > > > > So I tried changing that to: > > > > <Arg>/home/otis/dev/workspace/MyProj/webapp/</Arg> > > > > > > However, that didn't work - Jetty/JL interpreted > > everything under that directory as a separate webapp > > context. > > > > I tried playing with the work directory setting in > > JL, > > but without any luck. I tried: > > ${workspace_loc:MyProj} > > ${workspace_loc:MyProj/webapp} > > ${workspace_loc:MyProj/webapp/WEB-INF} > > > > > > How should I tell JL to use a specific directory in > > my > > Eclipse project as the "work root dir"? > > > > Thanks, > > Otis > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting langua= ge > that extends applications into web and mobile media. Attend the live webc= ast > and join the prime developer group breaking into this new coding territor= y! > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720&dat= =3D121642 > _______________________________________________ > Jettylauncher-plugin mailing list > Jet...@li... > https://lists.sourceforge.net/lists/listinfo/jettylauncher-plugin > |
From: O G <oti...@ya...> - 2006-04-13 17:49:34
|
Hello, Anyone knows how to deal with this? Should I file a bug report instead? Thanks, Otis --- O G <oti...@ya...> wrote: > Hello, > > I'm having some difficulties getting Jetty Launcher > working with a custom Jetty XML file. > > In short, if I use a custom jetty.xml, I can't get > Jetty/JL to use the webapp root directory from > within > my Eclipse project. > > This is to be expected, as JL is not aware of it. > > So I tried changing jetty.xml to be aware of the > "webapp root dir" in my Eclipse project. I think > this > is the relevant section: > > <Call name="addWebApplications"> > <Arg></Arg> > <Arg><SystemProperty name="jetty.home" > default="."/>/webapps/</Arg> > <Arg><SystemProperty name="jetty.home" > default="."/>/etc/webdefault.xml</Arg> > <Arg type="boolean">true</Arg><!--extract > WARs--> > <Arg type="boolean">false</Arg><!-- java 2 > compliante class loader --> > </Call> > > > I think the key line is: > <Arg><SystemProperty name="jetty.home" > default="."/>/webapps/</Arg> > > So I tried changing that to: > > <Arg>/home/otis/dev/workspace/MyProj/webapp/</Arg> > > > However, that didn't work - Jetty/JL interpreted > everything under that directory as a separate webapp > context. > > I tried playing with the work directory setting in > JL, > but without any luck. I tried: > ${workspace_loc:MyProj} > ${workspace_loc:MyProj/webapp} > ${workspace_loc:MyProj/webapp/WEB-INF} > > > How should I tell JL to use a specific directory in > my > Eclipse project as the "work root dir"? > > Thanks, > Otis __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: O G <oti...@ya...> - 2006-04-10 05:27:16
|
Hello, I'm having some difficulties getting Jetty Launcher working with a custom Jetty XML file. In short, if I use a custom jetty.xml, I can't get Jetty/JL to use the webapp root directory from within my Eclipse project. This is to be expected, as JL is not aware of it. So I tried changing jetty.xml to be aware of the "webapp root dir" in my Eclipse project. I think this is the relevant section: <Call name="addWebApplications"> <Arg></Arg> <Arg><SystemProperty name="jetty.home" default="."/>/webapps/</Arg> <Arg><SystemProperty name="jetty.home" default="."/>/etc/webdefault.xml</Arg> <Arg type="boolean">true</Arg><!--extract WARs--> <Arg type="boolean">false</Arg><!-- java 2 compliante class loader --> </Call> I think the key line is: <Arg><SystemProperty name="jetty.home" default="."/>/webapps/</Arg> So I tried changing that to: <Arg>/home/otis/dev/workspace/MyProj/webapp/</Arg> However, that didn't work - Jetty/JL interpreted everything under that directory as a separate webapp context. I tried playing with the work directory setting in JL, but without any luck. I tried: ${workspace_loc:MyProj} ${workspace_loc:MyProj/webapp} ${workspace_loc:MyProj/webapp/WEB-INF} How should I tell JL to use a specific directory in my Eclipse project as the "work root dir"? Thanks, Otis __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: Felix N. <fe...@fe...> - 2006-03-31 07:49:11
|
Oh, i mean the "start-plus.config", this file tell the jetty engines what *.jar to load, as well as specify which *.properties (like jndi.properties) to use. actually, i tried to put: -DSTART="D:\Program Files\Java Projects\jetty5-5.1.10\extra\etc\start-plus.config" in the "VM Arguments" box in JettyLauncher... but seems it does NOT have any effect... thanks anyway |
From: Felix N. <fe...@fe...> - 2006-03-31 06:19:22
|
hi all, in command line, when i start jetty plus, i use -DSTART="D:\Program Files\Java Projects\jetty5-5.1.10\extra\etc\start-plus.config" to specify what class and resource/properties to use... how can i do the same thing in jettylaucher config? thanks in advance /felix |
From: SourceForge.net <no...@so...> - 2006-03-28 21:11:54
|
Bugs item #1362980, was opened at 2005-11-21 12:12 Message generated for change (Comment added) made by rcrumley You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1362980&group_id=118870 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 9 Submitted By: Nobody/Anonymous (nobody) Assigned to: Brian Wallace (vaporrun) Summary: JettyLauncher does not wotk on Eclipse 3.2 RC3. Initial Comment: JettyLauncher does not wotk on Eclipse 3.2 RC3. I might be just a simple Eclipse´s API change, but as I´m totally ignorant about eclipse plugins. ---------------------------------------------------------------------- Comment By: Ryan Crumley (rcrumley) Date: 2006-03-28 15:11 Message: Logged In: YES user_id=1488577 I have an updated eclipse plugin archive that works in 3.2m5a and would like to attach it. Does anyone know how to get SF to let me? ---------------------------------------------------------------------- Comment By: Eelco Hillenius (eelco12) Date: 2006-03-23 02:13 Message: Logged In: YES user_id=820266 Is see no references to JettyLauncher in that stack trace, but I do see: at de.izci.merve.tomcatplugin.launcher.ConfigTabGroup. createTabs(ConfigTabGroup.java:25) Looks like it's that Tomcat plugin that misbehaves, no? ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-23 02:01 Message: Logged In: YES user_id=11544 Sorry... in fact I getting this error: java.lang.NoClassDefFoundError: org/eclipse/jdt/internal/ debug/ui/launcher/JavaLaunchConfigurationTab at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:620) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader. defineClass(DefaultClassLoader.java:158) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager. defineClass(ClasspathManager.java:491) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager. findClassImpl(ClasspathManager.java:461) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager. findLocalClassImpl(ClasspathManager.java:420) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager. findLocalClass(ClasspathManager.java:403) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader. findLocalClass(DefaultClassLoader.java:186) at org.eclipse.osgi.framework.internal.core.BundleLoader. findLocalClass(BundleLoader.java:338) at org.eclipse.osgi.framework.internal.core.BundleLoader. findClass(BundleLoader.java:390) at org.eclipse.osgi.framework.internal.core.BundleLoader. findClass(BundleLoader.java:351) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader. loadClass(DefaultClassLoader.java:81) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java: 319) at de.izci.merve.tomcatplugin.launcher.ConfigTabGroup. createTabs(ConfigTabGroup.java:25) at org.eclipse.debug.internal.ui.launchConfigurations. CreateLaunchConfigurationAction.performAction (CreateLaunchConfigurationAction.java:70) at org.eclipse.debug.internal.ui.launchConfigurations. AbstractLaunchConfigurationAction$1.run (AbstractLaunchConfigurationAction.java:103) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:69) at org.eclipse.debug.internal.ui.launchConfigurations. AbstractLaunchConfigurationAction.run (AbstractLaunchConfigurationAction.java:106) at org.eclipse.ui.actions.BaseSelectionListenerAction. runWithEvent(BaseSelectionListenerAction.java:167) at org.eclipse.jface.action.ActionContributionItem. handleWidgetSelection(ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$5. handleEvent(ActionContributionItem.java:392) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable. java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents( Display.java:3287) at org.eclipse.swt.widgets.Display.readAndDispatch(Display. java:2907) at org.eclipse.jface.window.Window.runEventLoop(Window.java: 811) at org.eclipse.jface.window.Window.open(Window.java:789) at org.eclipse.debug.internal.ui.launchConfigurations. LaunchConfigurationsDialog.open(LaunchConfigurationsDialog. java:1321) at org.eclipse.debug.ui.DebugUITools$1.run(DebugUITools. java:375) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:69) at org.eclipse.debug.ui.DebugUITools. openLaunchConfigurationDialogOnGroup(DebugUITools.java:379) at org.eclipse.debug.ui.DebugUITools. openLaunchConfigurationDialogOnGroup(DebugUITools.java:321) at org.eclipse.debug.ui.actions.OpenLaunchDialogAction.run (OpenLaunchDialogAction.java:80) at org.eclipse.jface.action.Action.runWithEvent(Action.java: 492) at org.eclipse.jface.action.ActionContributionItem. handleWidgetSelection(ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$5. handleEvent(ActionContributionItem.java:392) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable. java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents( Display.java:3287) at org.eclipse.swt.widgets.Display.readAndDispatch(Display. java:2907) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench. java:1899) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java: 1863) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:417) at org.eclipse.ui.PlatformUI.createAndRunWorkbench (PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:99) 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:374) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:589) at org.eclipse.core.launcher.Main.invokeFramework(Main.java: 338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-23 00:18 Message: Logged In: YES user_id=11544 That work good, thx all! ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-22 20:48 Message: Logged In: YES user_id=387057 Well, technically I'm still on vacation but here's what needs to happen to make the plugin deployable: The version numbers in the the plugin and feature projects should be bumped up. If you don't do that then you are trying to install a plugin with the same version number as the one already installed. won't work. It's been so long for me I don't know the steps anymore to build and publish an official release. here's how it used to be... bump versions in the plugin.xml and the feature.xml's runner.jar is built by hand using the File->Export menu as the runner program is not used in the classpath of the plugin at runtime (It's the launch target). in the com.iw.update.jettylauncher project, add the new feature and build the update site. upload to sf. ---------------------------------------------------------------------- Comment By: Brian Wallace (vaporrun) Date: 2006-03-22 17:49 Message: Logged In: YES user_id=902123 I've gotten the code and am working on getting it put together so it'll work from the zip. I'll update this issue when I get it completed. Brian ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-03-22 16:50 Message: Logged In: NO It appears sourceforge has fixed the CVS issue. I attempted to download the branch and was able to run the plugin from within eclipse and verify it worked correctly... However when I ran build.xml and created the plugin zip (then extract it to my eclipse plugins directory) I could not convince eclipse to use the new version (it is also possible the new version didn't work as the error message was slightly different, perhaps launching the plugin from eclipse did something special?). Is there any way someone can take a look at this and atleast attach a working plugin to this defect? ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-10 22:26 Message: Logged In: YES user_id=11544 In fact I can checkout repo for once, see to me that most of the case it will give "connection refuse" message, but sometime it can connect? Anyway, thx for all the support, I think I should take sometime to learn how eclipse plugin work ---------------------------------------------------------------------- Comment By: Brian Wallace (vaporrun) Date: 2006-03-10 15:59 Message: Logged In: YES user_id=902123 FYI: Keeping this assigned to me, but also submitting a support request to SF. If it's happening to me alone, it's my problem. But two or more? ---------------------------------------------------------------------- Comment By: Brian Wallace (vaporrun) Date: 2006-03-10 15:28 Message: Logged In: YES user_id=902123 I've had issues connecting to the repo via pserver (and actually SSH when I was getting it configured) this week. Looks like (from the command line output) SourceForge is rejecting access to anonymous. Some things are just frustrating. ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-10 07:00 Message: Logged In: YES user_id=387057 I'm unable to access anonymously at all either in Eclipse or Tortoise. SSH is ok though (but that doesn't help you carfield). Brian, could you give this a go? See if you can access com.iw.plugins.jettylauncher in the Eclipse_3_2 branch via anonymous pserver? ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-10 05:06 Message: Logged In: YES user_id=11544 Sorry but I just sync again and there is still nothing change... I login as anonymous, will this cause the problem? And I have take a look of \META-INF\MANIFEST.MF , but I don' t know what should I change... ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-09 22:18 Message: Logged In: YES user_id=11544 Sorry but I just sync again and there is still nothing change... I login as anonymous, will this cause the problem? ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-09 08:22 Message: Logged In: YES user_id=387057 make sure you are getting the changes from the Eclipse_3_2 branch. And, anon cvs at SF is actually a snapshot of the real cvs so there is lag. Not sure how long a lag. The class was not found 'cuz I changed JettyPlugin to conform to the current Eclipse osgi bundle setup. Forgot to change a value in the manifest. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-09 05:02 Message: Logged In: YES user_id=11544 Sorry, I just sync and cannot see any change... By the way, just wonder why I can find that class at mentioned package, but eclipse complainting class not found? ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-09 00:35 Message: Logged In: YES user_id=387057 fixed, checked into Eclipse_3_2 branch, I can create a launch config and.... run it! Basic run, stop, restart functionality works too. Haven't tried any of the new features (web defaults etc) since, while I use JL everyday I never use any of those features and wouldn't really know for sure if they were working correctly. ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-08 23:51 Message: Logged In: YES user_id=387057 hell, it's late and I'm not making much progress on what I'm supposed to be doing... I'll have a look. G. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-08 23:32 Message: Logged In: YES user_id=11544 Just try that Eclipse_3_2 branch... but getting following error, however, com.iw.plugins.jetty.launcher. JettyLaunchConfigurationDelegate does exist at the jar... !ENTRY org.eclipse.equinox.registry 4 1 2006-03-09 13:32:03. 093 !MESSAGE Plug-in com.iw.plugins.jettylauncher was unable to load class com.iw.plugins.jetty.launcher. JettyLaunchConfigurationDelegate. !STACK 0 java.lang.ClassNotFoundException: com.iw.plugins.jetty. launcher.JettyLaunchConfigurationDelegate at org.eclipse.osgi.framework.internal.core. BundleLoader.findClass(BundleLoader.java:406) at org.eclipse.osgi.framework.internal.core. BundleLoader.findClass(BundleLoader.java:351) at org.eclipse.osgi.internal.baseadaptor. DefaultClassLoader.loadClass(DefaultClassLoader.java:81) at java.lang.ClassLoader.loadClass(ClassLoader.java: 251) at org.eclipse.osgi.framework.internal.core. BundleLoader.loadClass(BundleLoader.java:276) at org.eclipse.osgi.framework.internal.core. BundleHost.loadClass(BundleHost.java:227) at org.eclipse.osgi.framework.internal.core. AbstractBundle.loadClass(AbstractBundle.java:1245) at org.eclipse.core.internal.registry.osgi. RegistryStrategyOSGI.createExecutableExtension (RegistryStrategyOSGI.java:138) at org.eclipse.core.internal.registry. ExtensionRegistry.createExecutableExtension (ExtensionRegistry.java:759) at org.eclipse.core.internal.registry. ConfigurationElement.createExecutableExtension (ConfigurationElement.java:243) at org.eclipse.core.internal.registry. ConfigurationElementHandle.createExecutableExtension (ConfigurationElementHandle.java:51) at org.eclipse.debug.internal.core. LaunchConfigurationType.getDelegate(LaunchConfigurationType. java:173) at org.eclipse.debug.internal.core. LaunchConfiguration.getDelegate(LaunchConfiguration.java: 330) at org.eclipse.debug.internal.core. LaunchConfiguration.launch(LaunchConfiguration.java:573) at org.eclipse.debug.internal.core. LaunchConfiguration.launch(LaunchConfiguration.java:565) at org.eclipse.debug.internal.ui.DebugUIPlugin. buildAndLaunch(DebugUIPlugin.java:753) at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run (DebugUIPlugin.java:943) at org.eclipse.core.internal.jobs.Worker.run(Worker. java:58) !SESSION 2006-03-09 13:32:46.859 --------------------------- -------------------- eclipse.buildId=I20060217-1115 java.version=1.6.0-rc java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=zh_HK Command-line arguments: -os win32 -ws win32 -arch x86 ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-08 20:41 Message: Logged In: YES user_id=387057 >It would be >great if there was some new guy/ girl to take over this >plugin. have a look here: http://jroller.com/page/glongman?entry=help_wanted_jettylauncher ---------------------------------------------------------------------- Comment By: Eelco Hillenius (eelco12) Date: 2006-03-08 14:15 Message: Logged In: YES user_id=820266 Awesome Geoff, I was actually just installing that new Eclipse, but work gets in the way all the time. It would be great if there was some new guy/ girl to take over this plugin. ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-08 14:13 Message: Logged In: YES user_id=387057 I had a spare moment while waiting for a db to populate (and luckily I can still commit to JL cvs). I have created an Eclipse_3_2 branch and commited the raw changes I made to com.iw.plugins.jettylauncher that were needed to make JL compile in 3.2M5. That's all I have time to do. I didn't try running the plugin. Geoff ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-08 10:29 Message: Logged In: YES user_id=11544 Just try to check out JettyLauncher and try to see if there any quick fix. I guess the module is /com.iw.plugins.jettylauncher , right? However, once checked out, there are a lot of compilation error which are not straight forward to fix. Moreover there are also a lot of warnings...... Would somebody have more experience on eclipse plugin can take a look? ---------------------------------------------------------------------- Comment By: g zombi (zombi) Date: 2006-03-08 06:55 Message: Logged In: YES user_id=63880 It will be nice, if someone who already has the patched code, upload the compiled plugin, to this bug report. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-08 06:50 Message: Logged In: YES user_id=11544 I guess there will be new release soon? Or I need to checkout the project and compile myself? ---------------------------------------------------------------------- Comment By: masataka kurihara (kurihara) Date: 2006-03-08 05:20 Message: Logged In: YES user_id=749334 Hi, carfield change 'org.eclipse.jdt.internal.debug.ui.launcher.JavaLaunchConfigurationTab' to 'org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchTab' in 'com.iw.plugins.jetty.launcher.JettyMainTab'. so import statement & base-class name. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-07 10:27 Message: Logged In: YES user_id=11544 I get another exception at eclipse 3.2M5, anyone have any idea? java.lang.NoClassDefFoundError: org/eclipse/jdt/internal/debug/ui/ launcher/JavaLaunchConfigurationTab at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:620) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass (DefaultClassLoader.java:158) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass (ClasspathManager.java:491) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl (ClasspathManager.java:461) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl (ClasspathManager.java:420) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass (ClasspathManager.java:403) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass (DefaultClassLoader.java:186) at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass (BundleLoader.java:338) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass (BundleLoader.java:390) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass (BundleLoader.java:351) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass (DefaultClassLoader.java:81) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) at com.iw.plugins.jetty.launcher.JettyLaunchTabGroup.createTabs (JettyLaunchTabGroup.java:52) at org.eclipse.debug.internal.ui.launchConfigurations.CreateLaunchConfiguratio nAction.performAction(CreateLaunchConfigurationAction.java:70) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurati onAction$1.run(AbstractLaunchConfigurationAction.java:103) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java: 69) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurati onAction.run(AbstractLaunchConfigurationAction.java:106) at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent (BaseSelectionListenerAction.java:167) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent (ActionContributionItem.java:433) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1450) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1474) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1459) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1236) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3259) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2897) at org.eclipse.jface.window.Window.runEventLoop(Window.java:811) at org.eclipse.jface.window.Window.open(Window.java:789) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDial og.open(LaunchConfigurationsDialog.java:1321) at org.eclipse.debug.ui.DebugUITools$1.run(DebugUITools.java:375) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java: 69) at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup (DebugUITools.java:379) at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup (DebugUITools.java:321) at org.eclipse.debug.ui.actions.OpenLaunchDialogAction.run (OpenLaunchDialogAction.java:80) at org.eclipse.jface.action.Action.runWithEvent(Action.java:492) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent (ActionContributionItem.java:392) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) ---------------------------------------------------------------------- Comment By: Eelco Hillenius (eelco12) Date: 2006-01-28 13:23 Message: Logged In: YES user_id=820266 Johannes, thank you for your patch. I will try to finally take a look at it this weekend. I am just very short on resources as I am working on Wicket, the book Wicket In Action, and a full time contracting job. If you are interesting in getting write access, I'd be happy to talk about it. ---------------------------------------------------------------------- Comment By: Johannes Brodwall (jhannes) Date: 2006-01-28 09:44 Message: Logged In: YES user_id=60541 See patches: http://sourceforge.net/tracker/index.php?func=detail&aid=1417436&group_id=118870&atid=682379 (unified diff) http://sourceforge.net/tracker/index.php?func=detail&aid=1407034&group_id=118870&atid=682379 (original patch) ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-12-12 03:35 Message: Logged In: NO is there any plan to fix this bug?? ---------------------------------------------------------------------- Comment By: g zombi (zombi) Date: 2005-11-22 05:56 Message: Logged In: YES user_id=63880 I get the following exception when I try to access a run/debug configuration: java.lang.IllegalAccessError: tried to access field org.eclipse.jdt.internal.debug.ui.launcher.WorkingDirectoryBlock.fWorkingDirText from class com.iw.plugins.jetty.launcher.JettyArgumentsTab$JettyWorkingDirectoryBlock at com.iw.plugins.jetty.launcher.JettyArgumentsTab$JettyWorkingDirectoryBlock.initializeFrom(JettyArgumentsTab.java:134) at org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab.initializeFrom(JavaArgumentsTab.java:177) at org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup.initializeFrom(AbstractLaunchConfigurationTabGroup.java:86) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.displayInstanceTabs(LaunchConfigurationTabGroupViewer.java:634) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer$5.run(LaunchConfigurationTabGroupViewer.java:557) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.inputChanged(LaunchConfigurationTabGroupViewer.java:576) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.setInput(LaunchConfigurationTabGroupViewer.java:533) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.handleLaunchConfigurationSelectionChanged(LaunchConfigurationsDialog.java:795) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$3.selectionChanged(LaunchConfigurationsDialog.java:601) at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:763) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044) at org.eclipse.core.runtime.Platform.run(Platform.java:783) 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.setSelection(StructuredViewer.java:1453) at org.eclipse.jface.viewers.Viewer.setSelection(Viewer.java:379) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationView.handleConfigurationAdded(LaunchConfigurationView.java:275) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationView.launchConfigurationAdded(LaunchConfigurationView.java:251) at org.eclipse.debug.internal.core.LaunchManager$ConfigurationNotifier.run(LaunchManager.java:1581) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044) at org.eclipse.core.runtime.Platform.run(Platform.java:783) at org.eclipse.debug.internal.core.LaunchManager$ConfigurationNotifier.notify(LaunchManager.java:1605) at org.eclipse.debug.internal.core.LaunchManager.launchConfigurationAdded(LaunchManager.java:806) at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.writeNewFile(LaunchConfigurationWorkingCopy.java:239) at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.doSave0(LaunchConfigurationWorkingCopy.java:194) at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.doSave(LaunchConfigurationWorkingCopy.java:170) at org.eclipse.debug.internal.ui.launchConfigurations.CreateLaunchConfigurationAction.performAction(CreateLaunchConfigurationAction.java:75) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurationAction$1.run(AbstractLaunchConfigurationAction.java:103) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurationAction.run(AbstractLaunchConfigurationAction.java:106) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$ButtonActionNew.run(LaunchConfigurationsDialog.java:1460) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$1.widgetSelected(LaunchConfigurationsDialog.java:1429) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:896) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3236) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2856) 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:439) 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.debug.ui.actions.OpenLaunchDialogAction.run(OpenLaunchDialogAction.java:99) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:223) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:544) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:494) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:406) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:896) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3236) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2856) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1774) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1738) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:376) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:165) 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:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1362980&group_id=118870 |
From: SourceForge.net <no...@so...> - 2006-03-26 03:21:32
|
Bugs item #1261094, was opened at 08/16/05 09:19 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1261094&group_id=118870 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: Fixed Priority: 5 Submitted By: g zombi (zombi) Assigned to: Nobody/Anonymous (nobody) Summary: Incorrect jar handling Initial Comment: I dont know why, but I get the following exception, when I tried to add servlet.jar to the project as an external library. !ENTRY org.eclipse.core.runtime 4 2 2005-08-15 22:57:05.937 !MESSAGE An internal error occurred during: "Launching". !STACK 0 org.eclipse.jdt.internal.core.Assert$AssertionFailedException: Assertion failed; Path for IClasspathEntry must be absolute at org.eclipse.jdt.internal.core.Assert.isTrue(Assert.java:89) at org.eclipse.jdt.core.JavaCore.newLibraryEntry(JavaCore.java:3134) at org.eclipse.jdt.core.JavaCore.newLibraryEntry(JavaCore.java:3030) at org.eclipse.jdt.launching.JavaRuntime.newArchiveRuntimeClasspathEntry(JavaRuntime.java:577) at com.iw.plugins.jetty.launcher.JettyClasspathProvider.setupJettyPaths(JettyClasspathProvider.java:191) at com.iw.plugins.jetty.launcher.JettyClasspathProvider.computeUnresolvedClasspath(JettyClasspathProvider.java:82) at org.eclipse.jdt.internal.launching.RuntimeClasspathProvider.computeUnresolvedClasspath(RuntimeClasspathProvider.java:53) at org.eclipse.jdt.launching.JavaRuntime.computeUnresolvedRuntimeClasspath(JavaRuntime.java:1135) at org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate.getBootpathExt(AbstractJavaLaunchConfigurationDelegate.java:300) at org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate.getVMSpecificAttributesMap(AbstractJavaLaunchConfigurationDelegate.java:552) at com.iw.plugins.jetty.launcher.JettyLaunchConfigurationDelegate.launch(JettyLaunchConfigurationDelegate.java:101) at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:590) at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:515) at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:733) at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:931) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76) !SESSION 2005-08-15 22:58:33.468 ----------------------------------------------- ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 03/25/06 19:21 Message: Logged In: YES user_id=1312539 This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 03/08/06 22:41 Message: Logged In: YES user_id=387057 fixed in Eclipse_3_2 branch, release TBD ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1261094&group_id=118870 |
From: SourceForge.net <no...@so...> - 2006-03-26 03:21:28
|
Bugs item #1309487, was opened at 09/30/05 06:29 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1309487&group_id=118870 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: Fixed Priority: 5 Submitted By: Howard Lewis Ship (hship) Assigned to: Nobody/Anonymous (nobody) Summary: Incorrect label: "NSCA" -> "NCSA" Initial Comment: The "Enable NSCA Logging" label is incorrect; its a reference to the National Center For Supercomputing Applications (NCSA). ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 03/25/06 19:21 Message: Logged In: YES user_id=1312539 This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 03/08/06 22:38 Message: Logged In: YES user_id=387057 fixed in Eclipse_3_2 branch - release TBD ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1309487&group_id=118870 |
From: SourceForge.net <no...@so...> - 2006-03-26 03:21:27
|
Bugs item #1212732, was opened at 06/01/05 06:49 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1212732&group_id=118870 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: Fixed Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Work directory is not reloaded correctly on the panel Initial Comment: I use JettyLauncher 1.3. I need to change the work directory, so i entered manually. Fine, i applied and run my application. But when i go to same panel the work directory seems empty and not as i previously set. I looked at the *.launch eclipse launcher files and they are good. The property is there but the panel dont reload it. To be fixed!! ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 03/25/06 19:21 Message: Logged In: YES user_id=1312539 This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 03/08/06 22:46 Message: Logged In: YES user_id=387057 I think this is fixed in Eclipse_3_2 branch - I can't reproduce it. Note to Eelco/Brian - I think fixing the compile errors in JettyArgumentsTab had the nice side effect of fixing this bug. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1212732&group_id=118870 |
From: SourceForge.net <no...@so...> - 2006-03-24 23:52:44
|
Bugs item #1458079, was opened at 2006-03-24 15:52 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1458079&group_id=118870 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Support for Java 6.0 Initial Comment: I tried to a build from the latest checkout in Eclipse 3.2 M5 with Java 6.0 b76 and Jetty wasn't able to determine the VM version when I tried to launch an app. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1458079&group_id=118870 |
From: SourceForge.net <no...@so...> - 2006-03-23 08:13:27
|
Bugs item #1362980, was opened at 2005-11-21 19:12 Message generated for change (Comment added) made by eelco12 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1362980&group_id=118870 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 9 Submitted By: Nobody/Anonymous (nobody) Assigned to: Brian Wallace (vaporrun) Summary: JettyLauncher does not wotk on Eclipse 3.2 RC3. Initial Comment: JettyLauncher does not wotk on Eclipse 3.2 RC3. I might be just a simple Eclipse´s API change, but as I´m totally ignorant about eclipse plugins. ---------------------------------------------------------------------- >Comment By: Eelco Hillenius (eelco12) Date: 2006-03-23 09:13 Message: Logged In: YES user_id=820266 Is see no references to JettyLauncher in that stack trace, but I do see: at de.izci.merve.tomcatplugin.launcher.ConfigTabGroup. createTabs(ConfigTabGroup.java:25) Looks like it's that Tomcat plugin that misbehaves, no? ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-23 09:01 Message: Logged In: YES user_id=11544 Sorry... in fact I getting this error: java.lang.NoClassDefFoundError: org/eclipse/jdt/internal/ debug/ui/launcher/JavaLaunchConfigurationTab at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:620) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader. defineClass(DefaultClassLoader.java:158) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager. defineClass(ClasspathManager.java:491) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager. findClassImpl(ClasspathManager.java:461) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager. findLocalClassImpl(ClasspathManager.java:420) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager. findLocalClass(ClasspathManager.java:403) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader. findLocalClass(DefaultClassLoader.java:186) at org.eclipse.osgi.framework.internal.core.BundleLoader. findLocalClass(BundleLoader.java:338) at org.eclipse.osgi.framework.internal.core.BundleLoader. findClass(BundleLoader.java:390) at org.eclipse.osgi.framework.internal.core.BundleLoader. findClass(BundleLoader.java:351) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader. loadClass(DefaultClassLoader.java:81) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java: 319) at de.izci.merve.tomcatplugin.launcher.ConfigTabGroup. createTabs(ConfigTabGroup.java:25) at org.eclipse.debug.internal.ui.launchConfigurations. CreateLaunchConfigurationAction.performAction (CreateLaunchConfigurationAction.java:70) at org.eclipse.debug.internal.ui.launchConfigurations. AbstractLaunchConfigurationAction$1.run (AbstractLaunchConfigurationAction.java:103) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:69) at org.eclipse.debug.internal.ui.launchConfigurations. AbstractLaunchConfigurationAction.run (AbstractLaunchConfigurationAction.java:106) at org.eclipse.ui.actions.BaseSelectionListenerAction. runWithEvent(BaseSelectionListenerAction.java:167) at org.eclipse.jface.action.ActionContributionItem. handleWidgetSelection(ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$5. handleEvent(ActionContributionItem.java:392) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable. java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents( Display.java:3287) at org.eclipse.swt.widgets.Display.readAndDispatch(Display. java:2907) at org.eclipse.jface.window.Window.runEventLoop(Window.java: 811) at org.eclipse.jface.window.Window.open(Window.java:789) at org.eclipse.debug.internal.ui.launchConfigurations. LaunchConfigurationsDialog.open(LaunchConfigurationsDialog. java:1321) at org.eclipse.debug.ui.DebugUITools$1.run(DebugUITools. java:375) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:69) at org.eclipse.debug.ui.DebugUITools. openLaunchConfigurationDialogOnGroup(DebugUITools.java:379) at org.eclipse.debug.ui.DebugUITools. openLaunchConfigurationDialogOnGroup(DebugUITools.java:321) at org.eclipse.debug.ui.actions.OpenLaunchDialogAction.run (OpenLaunchDialogAction.java:80) at org.eclipse.jface.action.Action.runWithEvent(Action.java: 492) at org.eclipse.jface.action.ActionContributionItem. handleWidgetSelection(ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$5. handleEvent(ActionContributionItem.java:392) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable. java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents( Display.java:3287) at org.eclipse.swt.widgets.Display.readAndDispatch(Display. java:2907) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench. java:1899) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java: 1863) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:417) at org.eclipse.ui.PlatformUI.createAndRunWorkbench (PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:99) 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:374) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:589) at org.eclipse.core.launcher.Main.invokeFramework(Main.java: 338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-23 07:18 Message: Logged In: YES user_id=11544 That work good, thx all! ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-23 03:48 Message: Logged In: YES user_id=387057 Well, technically I'm still on vacation but here's what needs to happen to make the plugin deployable: The version numbers in the the plugin and feature projects should be bumped up. If you don't do that then you are trying to install a plugin with the same version number as the one already installed. won't work. It's been so long for me I don't know the steps anymore to build and publish an official release. here's how it used to be... bump versions in the plugin.xml and the feature.xml's runner.jar is built by hand using the File->Export menu as the runner program is not used in the classpath of the plugin at runtime (It's the launch target). in the com.iw.update.jettylauncher project, add the new feature and build the update site. upload to sf. ---------------------------------------------------------------------- Comment By: Brian Wallace (vaporrun) Date: 2006-03-23 00:49 Message: Logged In: YES user_id=902123 I've gotten the code and am working on getting it put together so it'll work from the zip. I'll update this issue when I get it completed. Brian ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-03-22 23:50 Message: Logged In: NO It appears sourceforge has fixed the CVS issue. I attempted to download the branch and was able to run the plugin from within eclipse and verify it worked correctly... However when I ran build.xml and created the plugin zip (then extract it to my eclipse plugins directory) I could not convince eclipse to use the new version (it is also possible the new version didn't work as the error message was slightly different, perhaps launching the plugin from eclipse did something special?). Is there any way someone can take a look at this and atleast attach a working plugin to this defect? ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-11 05:26 Message: Logged In: YES user_id=11544 In fact I can checkout repo for once, see to me that most of the case it will give "connection refuse" message, but sometime it can connect? Anyway, thx for all the support, I think I should take sometime to learn how eclipse plugin work ---------------------------------------------------------------------- Comment By: Brian Wallace (vaporrun) Date: 2006-03-10 22:59 Message: Logged In: YES user_id=902123 FYI: Keeping this assigned to me, but also submitting a support request to SF. If it's happening to me alone, it's my problem. But two or more? ---------------------------------------------------------------------- Comment By: Brian Wallace (vaporrun) Date: 2006-03-10 22:28 Message: Logged In: YES user_id=902123 I've had issues connecting to the repo via pserver (and actually SSH when I was getting it configured) this week. Looks like (from the command line output) SourceForge is rejecting access to anonymous. Some things are just frustrating. ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-10 14:00 Message: Logged In: YES user_id=387057 I'm unable to access anonymously at all either in Eclipse or Tortoise. SSH is ok though (but that doesn't help you carfield). Brian, could you give this a go? See if you can access com.iw.plugins.jettylauncher in the Eclipse_3_2 branch via anonymous pserver? ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-10 12:06 Message: Logged In: YES user_id=11544 Sorry but I just sync again and there is still nothing change... I login as anonymous, will this cause the problem? And I have take a look of \META-INF\MANIFEST.MF , but I don' t know what should I change... ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-10 05:18 Message: Logged In: YES user_id=11544 Sorry but I just sync again and there is still nothing change... I login as anonymous, will this cause the problem? ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-09 15:22 Message: Logged In: YES user_id=387057 make sure you are getting the changes from the Eclipse_3_2 branch. And, anon cvs at SF is actually a snapshot of the real cvs so there is lag. Not sure how long a lag. The class was not found 'cuz I changed JettyPlugin to conform to the current Eclipse osgi bundle setup. Forgot to change a value in the manifest. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-09 12:02 Message: Logged In: YES user_id=11544 Sorry, I just sync and cannot see any change... By the way, just wonder why I can find that class at mentioned package, but eclipse complainting class not found? ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-09 07:35 Message: Logged In: YES user_id=387057 fixed, checked into Eclipse_3_2 branch, I can create a launch config and.... run it! Basic run, stop, restart functionality works too. Haven't tried any of the new features (web defaults etc) since, while I use JL everyday I never use any of those features and wouldn't really know for sure if they were working correctly. ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-09 06:51 Message: Logged In: YES user_id=387057 hell, it's late and I'm not making much progress on what I'm supposed to be doing... I'll have a look. G. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-09 06:32 Message: Logged In: YES user_id=11544 Just try that Eclipse_3_2 branch... but getting following error, however, com.iw.plugins.jetty.launcher. JettyLaunchConfigurationDelegate does exist at the jar... !ENTRY org.eclipse.equinox.registry 4 1 2006-03-09 13:32:03. 093 !MESSAGE Plug-in com.iw.plugins.jettylauncher was unable to load class com.iw.plugins.jetty.launcher. JettyLaunchConfigurationDelegate. !STACK 0 java.lang.ClassNotFoundException: com.iw.plugins.jetty. launcher.JettyLaunchConfigurationDelegate at org.eclipse.osgi.framework.internal.core. BundleLoader.findClass(BundleLoader.java:406) at org.eclipse.osgi.framework.internal.core. BundleLoader.findClass(BundleLoader.java:351) at org.eclipse.osgi.internal.baseadaptor. DefaultClassLoader.loadClass(DefaultClassLoader.java:81) at java.lang.ClassLoader.loadClass(ClassLoader.java: 251) at org.eclipse.osgi.framework.internal.core. BundleLoader.loadClass(BundleLoader.java:276) at org.eclipse.osgi.framework.internal.core. BundleHost.loadClass(BundleHost.java:227) at org.eclipse.osgi.framework.internal.core. AbstractBundle.loadClass(AbstractBundle.java:1245) at org.eclipse.core.internal.registry.osgi. RegistryStrategyOSGI.createExecutableExtension (RegistryStrategyOSGI.java:138) at org.eclipse.core.internal.registry. ExtensionRegistry.createExecutableExtension (ExtensionRegistry.java:759) at org.eclipse.core.internal.registry. ConfigurationElement.createExecutableExtension (ConfigurationElement.java:243) at org.eclipse.core.internal.registry. ConfigurationElementHandle.createExecutableExtension (ConfigurationElementHandle.java:51) at org.eclipse.debug.internal.core. LaunchConfigurationType.getDelegate(LaunchConfigurationType. java:173) at org.eclipse.debug.internal.core. LaunchConfiguration.getDelegate(LaunchConfiguration.java: 330) at org.eclipse.debug.internal.core. LaunchConfiguration.launch(LaunchConfiguration.java:573) at org.eclipse.debug.internal.core. LaunchConfiguration.launch(LaunchConfiguration.java:565) at org.eclipse.debug.internal.ui.DebugUIPlugin. buildAndLaunch(DebugUIPlugin.java:753) at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run (DebugUIPlugin.java:943) at org.eclipse.core.internal.jobs.Worker.run(Worker. java:58) !SESSION 2006-03-09 13:32:46.859 --------------------------- -------------------- eclipse.buildId=I20060217-1115 java.version=1.6.0-rc java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=zh_HK Command-line arguments: -os win32 -ws win32 -arch x86 ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-09 03:41 Message: Logged In: YES user_id=387057 >It would be >great if there was some new guy/ girl to take over this >plugin. have a look here: http://jroller.com/page/glongman?entry=help_wanted_jettylauncher ---------------------------------------------------------------------- Comment By: Eelco Hillenius (eelco12) Date: 2006-03-08 21:15 Message: Logged In: YES user_id=820266 Awesome Geoff, I was actually just installing that new Eclipse, but work gets in the way all the time. It would be great if there was some new guy/ girl to take over this plugin. ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-08 21:13 Message: Logged In: YES user_id=387057 I had a spare moment while waiting for a db to populate (and luckily I can still commit to JL cvs). I have created an Eclipse_3_2 branch and commited the raw changes I made to com.iw.plugins.jettylauncher that were needed to make JL compile in 3.2M5. That's all I have time to do. I didn't try running the plugin. Geoff ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-08 17:29 Message: Logged In: YES user_id=11544 Just try to check out JettyLauncher and try to see if there any quick fix. I guess the module is /com.iw.plugins.jettylauncher , right? However, once checked out, there are a lot of compilation error which are not straight forward to fix. Moreover there are also a lot of warnings...... Would somebody have more experience on eclipse plugin can take a look? ---------------------------------------------------------------------- Comment By: g zombi (zombi) Date: 2006-03-08 13:55 Message: Logged In: YES user_id=63880 It will be nice, if someone who already has the patched code, upload the compiled plugin, to this bug report. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-08 13:50 Message: Logged In: YES user_id=11544 I guess there will be new release soon? Or I need to checkout the project and compile myself? ---------------------------------------------------------------------- Comment By: masataka kurihara (kurihara) Date: 2006-03-08 12:20 Message: Logged In: YES user_id=749334 Hi, carfield change 'org.eclipse.jdt.internal.debug.ui.launcher.JavaLaunchConfigurationTab' to 'org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchTab' in 'com.iw.plugins.jetty.launcher.JettyMainTab'. so import statement & base-class name. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-07 17:27 Message: Logged In: YES user_id=11544 I get another exception at eclipse 3.2M5, anyone have any idea? java.lang.NoClassDefFoundError: org/eclipse/jdt/internal/debug/ui/ launcher/JavaLaunchConfigurationTab at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:620) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass (DefaultClassLoader.java:158) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass (ClasspathManager.java:491) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl (ClasspathManager.java:461) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl (ClasspathManager.java:420) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass (ClasspathManager.java:403) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass (DefaultClassLoader.java:186) at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass (BundleLoader.java:338) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass (BundleLoader.java:390) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass (BundleLoader.java:351) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass (DefaultClassLoader.java:81) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) at com.iw.plugins.jetty.launcher.JettyLaunchTabGroup.createTabs (JettyLaunchTabGroup.java:52) at org.eclipse.debug.internal.ui.launchConfigurations.CreateLaunchConfiguratio nAction.performAction(CreateLaunchConfigurationAction.java:70) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurati onAction$1.run(AbstractLaunchConfigurationAction.java:103) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java: 69) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurati onAction.run(AbstractLaunchConfigurationAction.java:106) at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent (BaseSelectionListenerAction.java:167) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent (ActionContributionItem.java:433) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1450) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1474) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1459) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1236) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3259) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2897) at org.eclipse.jface.window.Window.runEventLoop(Window.java:811) at org.eclipse.jface.window.Window.open(Window.java:789) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDial og.open(LaunchConfigurationsDialog.java:1321) at org.eclipse.debug.ui.DebugUITools$1.run(DebugUITools.java:375) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java: 69) at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup (DebugUITools.java:379) at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup (DebugUITools.java:321) at org.eclipse.debug.ui.actions.OpenLaunchDialogAction.run (OpenLaunchDialogAction.java:80) at org.eclipse.jface.action.Action.runWithEvent(Action.java:492) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent (ActionContributionItem.java:392) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) ---------------------------------------------------------------------- Comment By: Eelco Hillenius (eelco12) Date: 2006-01-28 20:23 Message: Logged In: YES user_id=820266 Johannes, thank you for your patch. I will try to finally take a look at it this weekend. I am just very short on resources as I am working on Wicket, the book Wicket In Action, and a full time contracting job. If you are interesting in getting write access, I'd be happy to talk about it. ---------------------------------------------------------------------- Comment By: Johannes Brodwall (jhannes) Date: 2006-01-28 16:44 Message: Logged In: YES user_id=60541 See patches: http://sourceforge.net/tracker/index.php?func=detail&aid=1417436&group_id=118870&atid=682379 (unified diff) http://sourceforge.net/tracker/index.php?func=detail&aid=1407034&group_id=118870&atid=682379 (original patch) ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-12-12 10:35 Message: Logged In: NO is there any plan to fix this bug?? ---------------------------------------------------------------------- Comment By: g zombi (zombi) Date: 2005-11-22 12:56 Message: Logged In: YES user_id=63880 I get the following exception when I try to access a run/debug configuration: java.lang.IllegalAccessError: tried to access field org.eclipse.jdt.internal.debug.ui.launcher.WorkingDirectoryBlock.fWorkingDirText from class com.iw.plugins.jetty.launcher.JettyArgumentsTab$JettyWorkingDirectoryBlock at com.iw.plugins.jetty.launcher.JettyArgumentsTab$JettyWorkingDirectoryBlock.initializeFrom(JettyArgumentsTab.java:134) at org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab.initializeFrom(JavaArgumentsTab.java:177) at org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup.initializeFrom(AbstractLaunchConfigurationTabGroup.java:86) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.displayInstanceTabs(LaunchConfigurationTabGroupViewer.java:634) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer$5.run(LaunchConfigurationTabGroupViewer.java:557) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.inputChanged(LaunchConfigurationTabGroupViewer.java:576) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.setInput(LaunchConfigurationTabGroupViewer.java:533) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.handleLaunchConfigurationSelectionChanged(LaunchConfigurationsDialog.java:795) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$3.selectionChanged(LaunchConfigurationsDialog.java:601) at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:763) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044) at org.eclipse.core.runtime.Platform.run(Platform.java:783) 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.setSelection(StructuredViewer.java:1453) at org.eclipse.jface.viewers.Viewer.setSelection(Viewer.java:379) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationView.handleConfigurationAdded(LaunchConfigurationView.java:275) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationView.launchConfigurationAdded(LaunchConfigurationView.java:251) at org.eclipse.debug.internal.core.LaunchManager$ConfigurationNotifier.run(LaunchManager.java:1581) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044) at org.eclipse.core.runtime.Platform.run(Platform.java:783) at org.eclipse.debug.internal.core.LaunchManager$ConfigurationNotifier.notify(LaunchManager.java:1605) at org.eclipse.debug.internal.core.LaunchManager.launchConfigurationAdded(LaunchManager.java:806) at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.writeNewFile(LaunchConfigurationWorkingCopy.java:239) at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.doSave0(LaunchConfigurationWorkingCopy.java:194) at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.doSave(LaunchConfigurationWorkingCopy.java:170) at org.eclipse.debug.internal.ui.launchConfigurations.CreateLaunchConfigurationAction.performAction(CreateLaunchConfigurationAction.java:75) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurationAction$1.run(AbstractLaunchConfigurationAction.java:103) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurationAction.run(AbstractLaunchConfigurationAction.java:106) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$ButtonActionNew.run(LaunchConfigurationsDialog.java:1460) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$1.widgetSelected(LaunchConfigurationsDialog.java:1429) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:896) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3236) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2856) 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:439) 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.debug.ui.actions.OpenLaunchDialogAction.run(OpenLaunchDialogAction.java:99) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:223) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:544) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:494) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:406) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:896) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3236) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2856) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1774) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1738) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:376) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:165) 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:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1362980&group_id=118870 |
From: SourceForge.net <no...@so...> - 2006-03-23 08:01:48
|
Bugs item #1362980, was opened at 2005-11-22 02:12 Message generated for change (Comment added) made by carfield You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1362980&group_id=118870 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 9 Submitted By: Nobody/Anonymous (nobody) Assigned to: Brian Wallace (vaporrun) Summary: JettyLauncher does not wotk on Eclipse 3.2 RC3. Initial Comment: JettyLauncher does not wotk on Eclipse 3.2 RC3. I might be just a simple Eclipse´s API change, but as I´m totally ignorant about eclipse plugins. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-23 16:01 Message: Logged In: YES user_id=11544 Sorry... in fact I getting this error: java.lang.NoClassDefFoundError: org/eclipse/jdt/internal/ debug/ui/launcher/JavaLaunchConfigurationTab at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:620) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader. defineClass(DefaultClassLoader.java:158) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager. defineClass(ClasspathManager.java:491) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager. findClassImpl(ClasspathManager.java:461) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager. findLocalClassImpl(ClasspathManager.java:420) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager. findLocalClass(ClasspathManager.java:403) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader. findLocalClass(DefaultClassLoader.java:186) at org.eclipse.osgi.framework.internal.core.BundleLoader. findLocalClass(BundleLoader.java:338) at org.eclipse.osgi.framework.internal.core.BundleLoader. findClass(BundleLoader.java:390) at org.eclipse.osgi.framework.internal.core.BundleLoader. findClass(BundleLoader.java:351) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader. loadClass(DefaultClassLoader.java:81) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java: 319) at de.izci.merve.tomcatplugin.launcher.ConfigTabGroup. createTabs(ConfigTabGroup.java:25) at org.eclipse.debug.internal.ui.launchConfigurations. CreateLaunchConfigurationAction.performAction (CreateLaunchConfigurationAction.java:70) at org.eclipse.debug.internal.ui.launchConfigurations. AbstractLaunchConfigurationAction$1.run (AbstractLaunchConfigurationAction.java:103) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:69) at org.eclipse.debug.internal.ui.launchConfigurations. AbstractLaunchConfigurationAction.run (AbstractLaunchConfigurationAction.java:106) at org.eclipse.ui.actions.BaseSelectionListenerAction. runWithEvent(BaseSelectionListenerAction.java:167) at org.eclipse.jface.action.ActionContributionItem. handleWidgetSelection(ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$5. handleEvent(ActionContributionItem.java:392) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable. java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents( Display.java:3287) at org.eclipse.swt.widgets.Display.readAndDispatch(Display. java:2907) at org.eclipse.jface.window.Window.runEventLoop(Window.java: 811) at org.eclipse.jface.window.Window.open(Window.java:789) at org.eclipse.debug.internal.ui.launchConfigurations. LaunchConfigurationsDialog.open(LaunchConfigurationsDialog. java:1321) at org.eclipse.debug.ui.DebugUITools$1.run(DebugUITools. java:375) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:69) at org.eclipse.debug.ui.DebugUITools. openLaunchConfigurationDialogOnGroup(DebugUITools.java:379) at org.eclipse.debug.ui.DebugUITools. openLaunchConfigurationDialogOnGroup(DebugUITools.java:321) at org.eclipse.debug.ui.actions.OpenLaunchDialogAction.run (OpenLaunchDialogAction.java:80) at org.eclipse.jface.action.Action.runWithEvent(Action.java: 492) at org.eclipse.jface.action.ActionContributionItem. handleWidgetSelection(ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$5. handleEvent(ActionContributionItem.java:392) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable. java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents( Display.java:3287) at org.eclipse.swt.widgets.Display.readAndDispatch(Display. java:2907) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench. java:1899) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java: 1863) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:417) at org.eclipse.ui.PlatformUI.createAndRunWorkbench (PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:99) 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:374) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:589) at org.eclipse.core.launcher.Main.invokeFramework(Main.java: 338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-23 14:18 Message: Logged In: YES user_id=11544 That work good, thx all! ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-23 10:48 Message: Logged In: YES user_id=387057 Well, technically I'm still on vacation but here's what needs to happen to make the plugin deployable: The version numbers in the the plugin and feature projects should be bumped up. If you don't do that then you are trying to install a plugin with the same version number as the one already installed. won't work. It's been so long for me I don't know the steps anymore to build and publish an official release. here's how it used to be... bump versions in the plugin.xml and the feature.xml's runner.jar is built by hand using the File->Export menu as the runner program is not used in the classpath of the plugin at runtime (It's the launch target). in the com.iw.update.jettylauncher project, add the new feature and build the update site. upload to sf. ---------------------------------------------------------------------- Comment By: Brian Wallace (vaporrun) Date: 2006-03-23 07:49 Message: Logged In: YES user_id=902123 I've gotten the code and am working on getting it put together so it'll work from the zip. I'll update this issue when I get it completed. Brian ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-03-23 06:50 Message: Logged In: NO It appears sourceforge has fixed the CVS issue. I attempted to download the branch and was able to run the plugin from within eclipse and verify it worked correctly... However when I ran build.xml and created the plugin zip (then extract it to my eclipse plugins directory) I could not convince eclipse to use the new version (it is also possible the new version didn't work as the error message was slightly different, perhaps launching the plugin from eclipse did something special?). Is there any way someone can take a look at this and atleast attach a working plugin to this defect? ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-11 12:26 Message: Logged In: YES user_id=11544 In fact I can checkout repo for once, see to me that most of the case it will give "connection refuse" message, but sometime it can connect? Anyway, thx for all the support, I think I should take sometime to learn how eclipse plugin work ---------------------------------------------------------------------- Comment By: Brian Wallace (vaporrun) Date: 2006-03-11 05:59 Message: Logged In: YES user_id=902123 FYI: Keeping this assigned to me, but also submitting a support request to SF. If it's happening to me alone, it's my problem. But two or more? ---------------------------------------------------------------------- Comment By: Brian Wallace (vaporrun) Date: 2006-03-11 05:28 Message: Logged In: YES user_id=902123 I've had issues connecting to the repo via pserver (and actually SSH when I was getting it configured) this week. Looks like (from the command line output) SourceForge is rejecting access to anonymous. Some things are just frustrating. ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-10 21:00 Message: Logged In: YES user_id=387057 I'm unable to access anonymously at all either in Eclipse or Tortoise. SSH is ok though (but that doesn't help you carfield). Brian, could you give this a go? See if you can access com.iw.plugins.jettylauncher in the Eclipse_3_2 branch via anonymous pserver? ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-10 19:06 Message: Logged In: YES user_id=11544 Sorry but I just sync again and there is still nothing change... I login as anonymous, will this cause the problem? And I have take a look of \META-INF\MANIFEST.MF , but I don' t know what should I change... ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-10 12:18 Message: Logged In: YES user_id=11544 Sorry but I just sync again and there is still nothing change... I login as anonymous, will this cause the problem? ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-09 22:22 Message: Logged In: YES user_id=387057 make sure you are getting the changes from the Eclipse_3_2 branch. And, anon cvs at SF is actually a snapshot of the real cvs so there is lag. Not sure how long a lag. The class was not found 'cuz I changed JettyPlugin to conform to the current Eclipse osgi bundle setup. Forgot to change a value in the manifest. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-09 19:02 Message: Logged In: YES user_id=11544 Sorry, I just sync and cannot see any change... By the way, just wonder why I can find that class at mentioned package, but eclipse complainting class not found? ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-09 14:35 Message: Logged In: YES user_id=387057 fixed, checked into Eclipse_3_2 branch, I can create a launch config and.... run it! Basic run, stop, restart functionality works too. Haven't tried any of the new features (web defaults etc) since, while I use JL everyday I never use any of those features and wouldn't really know for sure if they were working correctly. ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-09 13:51 Message: Logged In: YES user_id=387057 hell, it's late and I'm not making much progress on what I'm supposed to be doing... I'll have a look. G. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-09 13:32 Message: Logged In: YES user_id=11544 Just try that Eclipse_3_2 branch... but getting following error, however, com.iw.plugins.jetty.launcher. JettyLaunchConfigurationDelegate does exist at the jar... !ENTRY org.eclipse.equinox.registry 4 1 2006-03-09 13:32:03. 093 !MESSAGE Plug-in com.iw.plugins.jettylauncher was unable to load class com.iw.plugins.jetty.launcher. JettyLaunchConfigurationDelegate. !STACK 0 java.lang.ClassNotFoundException: com.iw.plugins.jetty. launcher.JettyLaunchConfigurationDelegate at org.eclipse.osgi.framework.internal.core. BundleLoader.findClass(BundleLoader.java:406) at org.eclipse.osgi.framework.internal.core. BundleLoader.findClass(BundleLoader.java:351) at org.eclipse.osgi.internal.baseadaptor. DefaultClassLoader.loadClass(DefaultClassLoader.java:81) at java.lang.ClassLoader.loadClass(ClassLoader.java: 251) at org.eclipse.osgi.framework.internal.core. BundleLoader.loadClass(BundleLoader.java:276) at org.eclipse.osgi.framework.internal.core. BundleHost.loadClass(BundleHost.java:227) at org.eclipse.osgi.framework.internal.core. AbstractBundle.loadClass(AbstractBundle.java:1245) at org.eclipse.core.internal.registry.osgi. RegistryStrategyOSGI.createExecutableExtension (RegistryStrategyOSGI.java:138) at org.eclipse.core.internal.registry. ExtensionRegistry.createExecutableExtension (ExtensionRegistry.java:759) at org.eclipse.core.internal.registry. ConfigurationElement.createExecutableExtension (ConfigurationElement.java:243) at org.eclipse.core.internal.registry. ConfigurationElementHandle.createExecutableExtension (ConfigurationElementHandle.java:51) at org.eclipse.debug.internal.core. LaunchConfigurationType.getDelegate(LaunchConfigurationType. java:173) at org.eclipse.debug.internal.core. LaunchConfiguration.getDelegate(LaunchConfiguration.java: 330) at org.eclipse.debug.internal.core. LaunchConfiguration.launch(LaunchConfiguration.java:573) at org.eclipse.debug.internal.core. LaunchConfiguration.launch(LaunchConfiguration.java:565) at org.eclipse.debug.internal.ui.DebugUIPlugin. buildAndLaunch(DebugUIPlugin.java:753) at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run (DebugUIPlugin.java:943) at org.eclipse.core.internal.jobs.Worker.run(Worker. java:58) !SESSION 2006-03-09 13:32:46.859 --------------------------- -------------------- eclipse.buildId=I20060217-1115 java.version=1.6.0-rc java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=zh_HK Command-line arguments: -os win32 -ws win32 -arch x86 ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-09 10:41 Message: Logged In: YES user_id=387057 >It would be >great if there was some new guy/ girl to take over this >plugin. have a look here: http://jroller.com/page/glongman?entry=help_wanted_jettylauncher ---------------------------------------------------------------------- Comment By: Eelco Hillenius (eelco12) Date: 2006-03-09 04:15 Message: Logged In: YES user_id=820266 Awesome Geoff, I was actually just installing that new Eclipse, but work gets in the way all the time. It would be great if there was some new guy/ girl to take over this plugin. ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-09 04:13 Message: Logged In: YES user_id=387057 I had a spare moment while waiting for a db to populate (and luckily I can still commit to JL cvs). I have created an Eclipse_3_2 branch and commited the raw changes I made to com.iw.plugins.jettylauncher that were needed to make JL compile in 3.2M5. That's all I have time to do. I didn't try running the plugin. Geoff ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-09 00:29 Message: Logged In: YES user_id=11544 Just try to check out JettyLauncher and try to see if there any quick fix. I guess the module is /com.iw.plugins.jettylauncher , right? However, once checked out, there are a lot of compilation error which are not straight forward to fix. Moreover there are also a lot of warnings...... Would somebody have more experience on eclipse plugin can take a look? ---------------------------------------------------------------------- Comment By: g zombi (zombi) Date: 2006-03-08 20:55 Message: Logged In: YES user_id=63880 It will be nice, if someone who already has the patched code, upload the compiled plugin, to this bug report. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-08 20:50 Message: Logged In: YES user_id=11544 I guess there will be new release soon? Or I need to checkout the project and compile myself? ---------------------------------------------------------------------- Comment By: masataka kurihara (kurihara) Date: 2006-03-08 19:20 Message: Logged In: YES user_id=749334 Hi, carfield change 'org.eclipse.jdt.internal.debug.ui.launcher.JavaLaunchConfigurationTab' to 'org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchTab' in 'com.iw.plugins.jetty.launcher.JettyMainTab'. so import statement & base-class name. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-08 00:27 Message: Logged In: YES user_id=11544 I get another exception at eclipse 3.2M5, anyone have any idea? java.lang.NoClassDefFoundError: org/eclipse/jdt/internal/debug/ui/ launcher/JavaLaunchConfigurationTab at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:620) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass (DefaultClassLoader.java:158) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass (ClasspathManager.java:491) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl (ClasspathManager.java:461) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl (ClasspathManager.java:420) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass (ClasspathManager.java:403) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass (DefaultClassLoader.java:186) at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass (BundleLoader.java:338) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass (BundleLoader.java:390) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass (BundleLoader.java:351) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass (DefaultClassLoader.java:81) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) at com.iw.plugins.jetty.launcher.JettyLaunchTabGroup.createTabs (JettyLaunchTabGroup.java:52) at org.eclipse.debug.internal.ui.launchConfigurations.CreateLaunchConfiguratio nAction.performAction(CreateLaunchConfigurationAction.java:70) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurati onAction$1.run(AbstractLaunchConfigurationAction.java:103) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java: 69) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurati onAction.run(AbstractLaunchConfigurationAction.java:106) at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent (BaseSelectionListenerAction.java:167) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent (ActionContributionItem.java:433) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1450) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1474) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1459) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1236) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3259) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2897) at org.eclipse.jface.window.Window.runEventLoop(Window.java:811) at org.eclipse.jface.window.Window.open(Window.java:789) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDial og.open(LaunchConfigurationsDialog.java:1321) at org.eclipse.debug.ui.DebugUITools$1.run(DebugUITools.java:375) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java: 69) at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup (DebugUITools.java:379) at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup (DebugUITools.java:321) at org.eclipse.debug.ui.actions.OpenLaunchDialogAction.run (OpenLaunchDialogAction.java:80) at org.eclipse.jface.action.Action.runWithEvent(Action.java:492) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent (ActionContributionItem.java:392) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) ---------------------------------------------------------------------- Comment By: Eelco Hillenius (eelco12) Date: 2006-01-29 03:23 Message: Logged In: YES user_id=820266 Johannes, thank you for your patch. I will try to finally take a look at it this weekend. I am just very short on resources as I am working on Wicket, the book Wicket In Action, and a full time contracting job. If you are interesting in getting write access, I'd be happy to talk about it. ---------------------------------------------------------------------- Comment By: Johannes Brodwall (jhannes) Date: 2006-01-28 23:44 Message: Logged In: YES user_id=60541 See patches: http://sourceforge.net/tracker/index.php?func=detail&aid=1417436&group_id=118870&atid=682379 (unified diff) http://sourceforge.net/tracker/index.php?func=detail&aid=1407034&group_id=118870&atid=682379 (original patch) ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-12-12 17:35 Message: Logged In: NO is there any plan to fix this bug?? ---------------------------------------------------------------------- Comment By: g zombi (zombi) Date: 2005-11-22 19:56 Message: Logged In: YES user_id=63880 I get the following exception when I try to access a run/debug configuration: java.lang.IllegalAccessError: tried to access field org.eclipse.jdt.internal.debug.ui.launcher.WorkingDirectoryBlock.fWorkingDirText from class com.iw.plugins.jetty.launcher.JettyArgumentsTab$JettyWorkingDirectoryBlock at com.iw.plugins.jetty.launcher.JettyArgumentsTab$JettyWorkingDirectoryBlock.initializeFrom(JettyArgumentsTab.java:134) at org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab.initializeFrom(JavaArgumentsTab.java:177) at org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup.initializeFrom(AbstractLaunchConfigurationTabGroup.java:86) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.displayInstanceTabs(LaunchConfigurationTabGroupViewer.java:634) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer$5.run(LaunchConfigurationTabGroupViewer.java:557) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.inputChanged(LaunchConfigurationTabGroupViewer.java:576) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.setInput(LaunchConfigurationTabGroupViewer.java:533) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.handleLaunchConfigurationSelectionChanged(LaunchConfigurationsDialog.java:795) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$3.selectionChanged(LaunchConfigurationsDialog.java:601) at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:763) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044) at org.eclipse.core.runtime.Platform.run(Platform.java:783) 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.setSelection(StructuredViewer.java:1453) at org.eclipse.jface.viewers.Viewer.setSelection(Viewer.java:379) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationView.handleConfigurationAdded(LaunchConfigurationView.java:275) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationView.launchConfigurationAdded(LaunchConfigurationView.java:251) at org.eclipse.debug.internal.core.LaunchManager$ConfigurationNotifier.run(LaunchManager.java:1581) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044) at org.eclipse.core.runtime.Platform.run(Platform.java:783) at org.eclipse.debug.internal.core.LaunchManager$ConfigurationNotifier.notify(LaunchManager.java:1605) at org.eclipse.debug.internal.core.LaunchManager.launchConfigurationAdded(LaunchManager.java:806) at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.writeNewFile(LaunchConfigurationWorkingCopy.java:239) at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.doSave0(LaunchConfigurationWorkingCopy.java:194) at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.doSave(LaunchConfigurationWorkingCopy.java:170) at org.eclipse.debug.internal.ui.launchConfigurations.CreateLaunchConfigurationAction.performAction(CreateLaunchConfigurationAction.java:75) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurationAction$1.run(AbstractLaunchConfigurationAction.java:103) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurationAction.run(AbstractLaunchConfigurationAction.java:106) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$ButtonActionNew.run(LaunchConfigurationsDialog.java:1460) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$1.widgetSelected(LaunchConfigurationsDialog.java:1429) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:896) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3236) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2856) 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:439) 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.debug.ui.actions.OpenLaunchDialogAction.run(OpenLaunchDialogAction.java:99) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:223) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:544) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:494) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:406) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:896) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3236) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2856) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1774) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1738) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:376) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:165) 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:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1362980&group_id=118870 |
From: SourceForge.net <no...@so...> - 2006-03-23 06:18:42
|
Bugs item #1362980, was opened at 2005-11-22 02:12 Message generated for change (Comment added) made by carfield You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1362980&group_id=118870 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 9 Submitted By: Nobody/Anonymous (nobody) Assigned to: Brian Wallace (vaporrun) Summary: JettyLauncher does not wotk on Eclipse 3.2 RC3. Initial Comment: JettyLauncher does not wotk on Eclipse 3.2 RC3. I might be just a simple Eclipse´s API change, but as I´m totally ignorant about eclipse plugins. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-23 14:18 Message: Logged In: YES user_id=11544 That work good, thx all! ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-23 10:48 Message: Logged In: YES user_id=387057 Well, technically I'm still on vacation but here's what needs to happen to make the plugin deployable: The version numbers in the the plugin and feature projects should be bumped up. If you don't do that then you are trying to install a plugin with the same version number as the one already installed. won't work. It's been so long for me I don't know the steps anymore to build and publish an official release. here's how it used to be... bump versions in the plugin.xml and the feature.xml's runner.jar is built by hand using the File->Export menu as the runner program is not used in the classpath of the plugin at runtime (It's the launch target). in the com.iw.update.jettylauncher project, add the new feature and build the update site. upload to sf. ---------------------------------------------------------------------- Comment By: Brian Wallace (vaporrun) Date: 2006-03-23 07:49 Message: Logged In: YES user_id=902123 I've gotten the code and am working on getting it put together so it'll work from the zip. I'll update this issue when I get it completed. Brian ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-03-23 06:50 Message: Logged In: NO It appears sourceforge has fixed the CVS issue. I attempted to download the branch and was able to run the plugin from within eclipse and verify it worked correctly... However when I ran build.xml and created the plugin zip (then extract it to my eclipse plugins directory) I could not convince eclipse to use the new version (it is also possible the new version didn't work as the error message was slightly different, perhaps launching the plugin from eclipse did something special?). Is there any way someone can take a look at this and atleast attach a working plugin to this defect? ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-11 12:26 Message: Logged In: YES user_id=11544 In fact I can checkout repo for once, see to me that most of the case it will give "connection refuse" message, but sometime it can connect? Anyway, thx for all the support, I think I should take sometime to learn how eclipse plugin work ---------------------------------------------------------------------- Comment By: Brian Wallace (vaporrun) Date: 2006-03-11 05:59 Message: Logged In: YES user_id=902123 FYI: Keeping this assigned to me, but also submitting a support request to SF. If it's happening to me alone, it's my problem. But two or more? ---------------------------------------------------------------------- Comment By: Brian Wallace (vaporrun) Date: 2006-03-11 05:28 Message: Logged In: YES user_id=902123 I've had issues connecting to the repo via pserver (and actually SSH when I was getting it configured) this week. Looks like (from the command line output) SourceForge is rejecting access to anonymous. Some things are just frustrating. ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-10 21:00 Message: Logged In: YES user_id=387057 I'm unable to access anonymously at all either in Eclipse or Tortoise. SSH is ok though (but that doesn't help you carfield). Brian, could you give this a go? See if you can access com.iw.plugins.jettylauncher in the Eclipse_3_2 branch via anonymous pserver? ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-10 19:06 Message: Logged In: YES user_id=11544 Sorry but I just sync again and there is still nothing change... I login as anonymous, will this cause the problem? And I have take a look of \META-INF\MANIFEST.MF , but I don' t know what should I change... ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-10 12:18 Message: Logged In: YES user_id=11544 Sorry but I just sync again and there is still nothing change... I login as anonymous, will this cause the problem? ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-09 22:22 Message: Logged In: YES user_id=387057 make sure you are getting the changes from the Eclipse_3_2 branch. And, anon cvs at SF is actually a snapshot of the real cvs so there is lag. Not sure how long a lag. The class was not found 'cuz I changed JettyPlugin to conform to the current Eclipse osgi bundle setup. Forgot to change a value in the manifest. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-09 19:02 Message: Logged In: YES user_id=11544 Sorry, I just sync and cannot see any change... By the way, just wonder why I can find that class at mentioned package, but eclipse complainting class not found? ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-09 14:35 Message: Logged In: YES user_id=387057 fixed, checked into Eclipse_3_2 branch, I can create a launch config and.... run it! Basic run, stop, restart functionality works too. Haven't tried any of the new features (web defaults etc) since, while I use JL everyday I never use any of those features and wouldn't really know for sure if they were working correctly. ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-09 13:51 Message: Logged In: YES user_id=387057 hell, it's late and I'm not making much progress on what I'm supposed to be doing... I'll have a look. G. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-09 13:32 Message: Logged In: YES user_id=11544 Just try that Eclipse_3_2 branch... but getting following error, however, com.iw.plugins.jetty.launcher. JettyLaunchConfigurationDelegate does exist at the jar... !ENTRY org.eclipse.equinox.registry 4 1 2006-03-09 13:32:03. 093 !MESSAGE Plug-in com.iw.plugins.jettylauncher was unable to load class com.iw.plugins.jetty.launcher. JettyLaunchConfigurationDelegate. !STACK 0 java.lang.ClassNotFoundException: com.iw.plugins.jetty. launcher.JettyLaunchConfigurationDelegate at org.eclipse.osgi.framework.internal.core. BundleLoader.findClass(BundleLoader.java:406) at org.eclipse.osgi.framework.internal.core. BundleLoader.findClass(BundleLoader.java:351) at org.eclipse.osgi.internal.baseadaptor. DefaultClassLoader.loadClass(DefaultClassLoader.java:81) at java.lang.ClassLoader.loadClass(ClassLoader.java: 251) at org.eclipse.osgi.framework.internal.core. BundleLoader.loadClass(BundleLoader.java:276) at org.eclipse.osgi.framework.internal.core. BundleHost.loadClass(BundleHost.java:227) at org.eclipse.osgi.framework.internal.core. AbstractBundle.loadClass(AbstractBundle.java:1245) at org.eclipse.core.internal.registry.osgi. RegistryStrategyOSGI.createExecutableExtension (RegistryStrategyOSGI.java:138) at org.eclipse.core.internal.registry. ExtensionRegistry.createExecutableExtension (ExtensionRegistry.java:759) at org.eclipse.core.internal.registry. ConfigurationElement.createExecutableExtension (ConfigurationElement.java:243) at org.eclipse.core.internal.registry. ConfigurationElementHandle.createExecutableExtension (ConfigurationElementHandle.java:51) at org.eclipse.debug.internal.core. LaunchConfigurationType.getDelegate(LaunchConfigurationType. java:173) at org.eclipse.debug.internal.core. LaunchConfiguration.getDelegate(LaunchConfiguration.java: 330) at org.eclipse.debug.internal.core. LaunchConfiguration.launch(LaunchConfiguration.java:573) at org.eclipse.debug.internal.core. LaunchConfiguration.launch(LaunchConfiguration.java:565) at org.eclipse.debug.internal.ui.DebugUIPlugin. buildAndLaunch(DebugUIPlugin.java:753) at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run (DebugUIPlugin.java:943) at org.eclipse.core.internal.jobs.Worker.run(Worker. java:58) !SESSION 2006-03-09 13:32:46.859 --------------------------- -------------------- eclipse.buildId=I20060217-1115 java.version=1.6.0-rc java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=zh_HK Command-line arguments: -os win32 -ws win32 -arch x86 ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-09 10:41 Message: Logged In: YES user_id=387057 >It would be >great if there was some new guy/ girl to take over this >plugin. have a look here: http://jroller.com/page/glongman?entry=help_wanted_jettylauncher ---------------------------------------------------------------------- Comment By: Eelco Hillenius (eelco12) Date: 2006-03-09 04:15 Message: Logged In: YES user_id=820266 Awesome Geoff, I was actually just installing that new Eclipse, but work gets in the way all the time. It would be great if there was some new guy/ girl to take over this plugin. ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-09 04:13 Message: Logged In: YES user_id=387057 I had a spare moment while waiting for a db to populate (and luckily I can still commit to JL cvs). I have created an Eclipse_3_2 branch and commited the raw changes I made to com.iw.plugins.jettylauncher that were needed to make JL compile in 3.2M5. That's all I have time to do. I didn't try running the plugin. Geoff ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-09 00:29 Message: Logged In: YES user_id=11544 Just try to check out JettyLauncher and try to see if there any quick fix. I guess the module is /com.iw.plugins.jettylauncher , right? However, once checked out, there are a lot of compilation error which are not straight forward to fix. Moreover there are also a lot of warnings...... Would somebody have more experience on eclipse plugin can take a look? ---------------------------------------------------------------------- Comment By: g zombi (zombi) Date: 2006-03-08 20:55 Message: Logged In: YES user_id=63880 It will be nice, if someone who already has the patched code, upload the compiled plugin, to this bug report. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-08 20:50 Message: Logged In: YES user_id=11544 I guess there will be new release soon? Or I need to checkout the project and compile myself? ---------------------------------------------------------------------- Comment By: masataka kurihara (kurihara) Date: 2006-03-08 19:20 Message: Logged In: YES user_id=749334 Hi, carfield change 'org.eclipse.jdt.internal.debug.ui.launcher.JavaLaunchConfigurationTab' to 'org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchTab' in 'com.iw.plugins.jetty.launcher.JettyMainTab'. so import statement & base-class name. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-08 00:27 Message: Logged In: YES user_id=11544 I get another exception at eclipse 3.2M5, anyone have any idea? java.lang.NoClassDefFoundError: org/eclipse/jdt/internal/debug/ui/ launcher/JavaLaunchConfigurationTab at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:620) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass (DefaultClassLoader.java:158) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass (ClasspathManager.java:491) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl (ClasspathManager.java:461) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl (ClasspathManager.java:420) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass (ClasspathManager.java:403) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass (DefaultClassLoader.java:186) at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass (BundleLoader.java:338) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass (BundleLoader.java:390) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass (BundleLoader.java:351) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass (DefaultClassLoader.java:81) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) at com.iw.plugins.jetty.launcher.JettyLaunchTabGroup.createTabs (JettyLaunchTabGroup.java:52) at org.eclipse.debug.internal.ui.launchConfigurations.CreateLaunchConfiguratio nAction.performAction(CreateLaunchConfigurationAction.java:70) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurati onAction$1.run(AbstractLaunchConfigurationAction.java:103) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java: 69) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurati onAction.run(AbstractLaunchConfigurationAction.java:106) at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent (BaseSelectionListenerAction.java:167) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent (ActionContributionItem.java:433) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1450) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1474) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1459) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1236) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3259) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2897) at org.eclipse.jface.window.Window.runEventLoop(Window.java:811) at org.eclipse.jface.window.Window.open(Window.java:789) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDial og.open(LaunchConfigurationsDialog.java:1321) at org.eclipse.debug.ui.DebugUITools$1.run(DebugUITools.java:375) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java: 69) at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup (DebugUITools.java:379) at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup (DebugUITools.java:321) at org.eclipse.debug.ui.actions.OpenLaunchDialogAction.run (OpenLaunchDialogAction.java:80) at org.eclipse.jface.action.Action.runWithEvent(Action.java:492) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent (ActionContributionItem.java:392) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) ---------------------------------------------------------------------- Comment By: Eelco Hillenius (eelco12) Date: 2006-01-29 03:23 Message: Logged In: YES user_id=820266 Johannes, thank you for your patch. I will try to finally take a look at it this weekend. I am just very short on resources as I am working on Wicket, the book Wicket In Action, and a full time contracting job. If you are interesting in getting write access, I'd be happy to talk about it. ---------------------------------------------------------------------- Comment By: Johannes Brodwall (jhannes) Date: 2006-01-28 23:44 Message: Logged In: YES user_id=60541 See patches: http://sourceforge.net/tracker/index.php?func=detail&aid=1417436&group_id=118870&atid=682379 (unified diff) http://sourceforge.net/tracker/index.php?func=detail&aid=1407034&group_id=118870&atid=682379 (original patch) ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-12-12 17:35 Message: Logged In: NO is there any plan to fix this bug?? ---------------------------------------------------------------------- Comment By: g zombi (zombi) Date: 2005-11-22 19:56 Message: Logged In: YES user_id=63880 I get the following exception when I try to access a run/debug configuration: java.lang.IllegalAccessError: tried to access field org.eclipse.jdt.internal.debug.ui.launcher.WorkingDirectoryBlock.fWorkingDirText from class com.iw.plugins.jetty.launcher.JettyArgumentsTab$JettyWorkingDirectoryBlock at com.iw.plugins.jetty.launcher.JettyArgumentsTab$JettyWorkingDirectoryBlock.initializeFrom(JettyArgumentsTab.java:134) at org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab.initializeFrom(JavaArgumentsTab.java:177) at org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup.initializeFrom(AbstractLaunchConfigurationTabGroup.java:86) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.displayInstanceTabs(LaunchConfigurationTabGroupViewer.java:634) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer$5.run(LaunchConfigurationTabGroupViewer.java:557) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.inputChanged(LaunchConfigurationTabGroupViewer.java:576) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.setInput(LaunchConfigurationTabGroupViewer.java:533) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.handleLaunchConfigurationSelectionChanged(LaunchConfigurationsDialog.java:795) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$3.selectionChanged(LaunchConfigurationsDialog.java:601) at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:763) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044) at org.eclipse.core.runtime.Platform.run(Platform.java:783) 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.setSelection(StructuredViewer.java:1453) at org.eclipse.jface.viewers.Viewer.setSelection(Viewer.java:379) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationView.handleConfigurationAdded(LaunchConfigurationView.java:275) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationView.launchConfigurationAdded(LaunchConfigurationView.java:251) at org.eclipse.debug.internal.core.LaunchManager$ConfigurationNotifier.run(LaunchManager.java:1581) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044) at org.eclipse.core.runtime.Platform.run(Platform.java:783) at org.eclipse.debug.internal.core.LaunchManager$ConfigurationNotifier.notify(LaunchManager.java:1605) at org.eclipse.debug.internal.core.LaunchManager.launchConfigurationAdded(LaunchManager.java:806) at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.writeNewFile(LaunchConfigurationWorkingCopy.java:239) at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.doSave0(LaunchConfigurationWorkingCopy.java:194) at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.doSave(LaunchConfigurationWorkingCopy.java:170) at org.eclipse.debug.internal.ui.launchConfigurations.CreateLaunchConfigurationAction.performAction(CreateLaunchConfigurationAction.java:75) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurationAction$1.run(AbstractLaunchConfigurationAction.java:103) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurationAction.run(AbstractLaunchConfigurationAction.java:106) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$ButtonActionNew.run(LaunchConfigurationsDialog.java:1460) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$1.widgetSelected(LaunchConfigurationsDialog.java:1429) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:896) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3236) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2856) 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:439) 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.debug.ui.actions.OpenLaunchDialogAction.run(OpenLaunchDialogAction.java:99) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:223) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:544) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:494) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:406) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:896) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3236) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2856) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1774) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1738) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:376) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:165) 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:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1362980&group_id=118870 |
From: SourceForge.net <no...@so...> - 2006-03-23 02:48:31
|
Bugs item #1362980, was opened at 2005-11-21 13:12 Message generated for change (Comment added) made by glongman You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1362980&group_id=118870 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 9 Submitted By: Nobody/Anonymous (nobody) Assigned to: Brian Wallace (vaporrun) Summary: JettyLauncher does not wotk on Eclipse 3.2 RC3. Initial Comment: JettyLauncher does not wotk on Eclipse 3.2 RC3. I might be just a simple Eclipse´s API change, but as I´m totally ignorant about eclipse plugins. ---------------------------------------------------------------------- >Comment By: Geoffrey Longman (glongman) Date: 2006-03-22 21:48 Message: Logged In: YES user_id=387057 Well, technically I'm still on vacation but here's what needs to happen to make the plugin deployable: The version numbers in the the plugin and feature projects should be bumped up. If you don't do that then you are trying to install a plugin with the same version number as the one already installed. won't work. It's been so long for me I don't know the steps anymore to build and publish an official release. here's how it used to be... bump versions in the plugin.xml and the feature.xml's runner.jar is built by hand using the File->Export menu as the runner program is not used in the classpath of the plugin at runtime (It's the launch target). in the com.iw.update.jettylauncher project, add the new feature and build the update site. upload to sf. ---------------------------------------------------------------------- Comment By: Brian Wallace (vaporrun) Date: 2006-03-22 18:49 Message: Logged In: YES user_id=902123 I've gotten the code and am working on getting it put together so it'll work from the zip. I'll update this issue when I get it completed. Brian ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-03-22 17:50 Message: Logged In: NO It appears sourceforge has fixed the CVS issue. I attempted to download the branch and was able to run the plugin from within eclipse and verify it worked correctly... However when I ran build.xml and created the plugin zip (then extract it to my eclipse plugins directory) I could not convince eclipse to use the new version (it is also possible the new version didn't work as the error message was slightly different, perhaps launching the plugin from eclipse did something special?). Is there any way someone can take a look at this and atleast attach a working plugin to this defect? ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-10 23:26 Message: Logged In: YES user_id=11544 In fact I can checkout repo for once, see to me that most of the case it will give "connection refuse" message, but sometime it can connect? Anyway, thx for all the support, I think I should take sometime to learn how eclipse plugin work ---------------------------------------------------------------------- Comment By: Brian Wallace (vaporrun) Date: 2006-03-10 16:59 Message: Logged In: YES user_id=902123 FYI: Keeping this assigned to me, but also submitting a support request to SF. If it's happening to me alone, it's my problem. But two or more? ---------------------------------------------------------------------- Comment By: Brian Wallace (vaporrun) Date: 2006-03-10 16:28 Message: Logged In: YES user_id=902123 I've had issues connecting to the repo via pserver (and actually SSH when I was getting it configured) this week. Looks like (from the command line output) SourceForge is rejecting access to anonymous. Some things are just frustrating. ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-10 08:00 Message: Logged In: YES user_id=387057 I'm unable to access anonymously at all either in Eclipse or Tortoise. SSH is ok though (but that doesn't help you carfield). Brian, could you give this a go? See if you can access com.iw.plugins.jettylauncher in the Eclipse_3_2 branch via anonymous pserver? ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-10 06:06 Message: Logged In: YES user_id=11544 Sorry but I just sync again and there is still nothing change... I login as anonymous, will this cause the problem? And I have take a look of \META-INF\MANIFEST.MF , but I don' t know what should I change... ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-09 23:18 Message: Logged In: YES user_id=11544 Sorry but I just sync again and there is still nothing change... I login as anonymous, will this cause the problem? ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-09 09:22 Message: Logged In: YES user_id=387057 make sure you are getting the changes from the Eclipse_3_2 branch. And, anon cvs at SF is actually a snapshot of the real cvs so there is lag. Not sure how long a lag. The class was not found 'cuz I changed JettyPlugin to conform to the current Eclipse osgi bundle setup. Forgot to change a value in the manifest. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-09 06:02 Message: Logged In: YES user_id=11544 Sorry, I just sync and cannot see any change... By the way, just wonder why I can find that class at mentioned package, but eclipse complainting class not found? ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-09 01:35 Message: Logged In: YES user_id=387057 fixed, checked into Eclipse_3_2 branch, I can create a launch config and.... run it! Basic run, stop, restart functionality works too. Haven't tried any of the new features (web defaults etc) since, while I use JL everyday I never use any of those features and wouldn't really know for sure if they were working correctly. ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-09 00:51 Message: Logged In: YES user_id=387057 hell, it's late and I'm not making much progress on what I'm supposed to be doing... I'll have a look. G. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-09 00:32 Message: Logged In: YES user_id=11544 Just try that Eclipse_3_2 branch... but getting following error, however, com.iw.plugins.jetty.launcher. JettyLaunchConfigurationDelegate does exist at the jar... !ENTRY org.eclipse.equinox.registry 4 1 2006-03-09 13:32:03. 093 !MESSAGE Plug-in com.iw.plugins.jettylauncher was unable to load class com.iw.plugins.jetty.launcher. JettyLaunchConfigurationDelegate. !STACK 0 java.lang.ClassNotFoundException: com.iw.plugins.jetty. launcher.JettyLaunchConfigurationDelegate at org.eclipse.osgi.framework.internal.core. BundleLoader.findClass(BundleLoader.java:406) at org.eclipse.osgi.framework.internal.core. BundleLoader.findClass(BundleLoader.java:351) at org.eclipse.osgi.internal.baseadaptor. DefaultClassLoader.loadClass(DefaultClassLoader.java:81) at java.lang.ClassLoader.loadClass(ClassLoader.java: 251) at org.eclipse.osgi.framework.internal.core. BundleLoader.loadClass(BundleLoader.java:276) at org.eclipse.osgi.framework.internal.core. BundleHost.loadClass(BundleHost.java:227) at org.eclipse.osgi.framework.internal.core. AbstractBundle.loadClass(AbstractBundle.java:1245) at org.eclipse.core.internal.registry.osgi. RegistryStrategyOSGI.createExecutableExtension (RegistryStrategyOSGI.java:138) at org.eclipse.core.internal.registry. ExtensionRegistry.createExecutableExtension (ExtensionRegistry.java:759) at org.eclipse.core.internal.registry. ConfigurationElement.createExecutableExtension (ConfigurationElement.java:243) at org.eclipse.core.internal.registry. ConfigurationElementHandle.createExecutableExtension (ConfigurationElementHandle.java:51) at org.eclipse.debug.internal.core. LaunchConfigurationType.getDelegate(LaunchConfigurationType. java:173) at org.eclipse.debug.internal.core. LaunchConfiguration.getDelegate(LaunchConfiguration.java: 330) at org.eclipse.debug.internal.core. LaunchConfiguration.launch(LaunchConfiguration.java:573) at org.eclipse.debug.internal.core. LaunchConfiguration.launch(LaunchConfiguration.java:565) at org.eclipse.debug.internal.ui.DebugUIPlugin. buildAndLaunch(DebugUIPlugin.java:753) at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run (DebugUIPlugin.java:943) at org.eclipse.core.internal.jobs.Worker.run(Worker. java:58) !SESSION 2006-03-09 13:32:46.859 --------------------------- -------------------- eclipse.buildId=I20060217-1115 java.version=1.6.0-rc java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=zh_HK Command-line arguments: -os win32 -ws win32 -arch x86 ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-08 21:41 Message: Logged In: YES user_id=387057 >It would be >great if there was some new guy/ girl to take over this >plugin. have a look here: http://jroller.com/page/glongman?entry=help_wanted_jettylauncher ---------------------------------------------------------------------- Comment By: Eelco Hillenius (eelco12) Date: 2006-03-08 15:15 Message: Logged In: YES user_id=820266 Awesome Geoff, I was actually just installing that new Eclipse, but work gets in the way all the time. It would be great if there was some new guy/ girl to take over this plugin. ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-08 15:13 Message: Logged In: YES user_id=387057 I had a spare moment while waiting for a db to populate (and luckily I can still commit to JL cvs). I have created an Eclipse_3_2 branch and commited the raw changes I made to com.iw.plugins.jettylauncher that were needed to make JL compile in 3.2M5. That's all I have time to do. I didn't try running the plugin. Geoff ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-08 11:29 Message: Logged In: YES user_id=11544 Just try to check out JettyLauncher and try to see if there any quick fix. I guess the module is /com.iw.plugins.jettylauncher , right? However, once checked out, there are a lot of compilation error which are not straight forward to fix. Moreover there are also a lot of warnings...... Would somebody have more experience on eclipse plugin can take a look? ---------------------------------------------------------------------- Comment By: g zombi (zombi) Date: 2006-03-08 07:55 Message: Logged In: YES user_id=63880 It will be nice, if someone who already has the patched code, upload the compiled plugin, to this bug report. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-08 07:50 Message: Logged In: YES user_id=11544 I guess there will be new release soon? Or I need to checkout the project and compile myself? ---------------------------------------------------------------------- Comment By: masataka kurihara (kurihara) Date: 2006-03-08 06:20 Message: Logged In: YES user_id=749334 Hi, carfield change 'org.eclipse.jdt.internal.debug.ui.launcher.JavaLaunchConfigurationTab' to 'org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchTab' in 'com.iw.plugins.jetty.launcher.JettyMainTab'. so import statement & base-class name. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-07 11:27 Message: Logged In: YES user_id=11544 I get another exception at eclipse 3.2M5, anyone have any idea? java.lang.NoClassDefFoundError: org/eclipse/jdt/internal/debug/ui/ launcher/JavaLaunchConfigurationTab at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:620) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass (DefaultClassLoader.java:158) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass (ClasspathManager.java:491) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl (ClasspathManager.java:461) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl (ClasspathManager.java:420) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass (ClasspathManager.java:403) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass (DefaultClassLoader.java:186) at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass (BundleLoader.java:338) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass (BundleLoader.java:390) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass (BundleLoader.java:351) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass (DefaultClassLoader.java:81) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) at com.iw.plugins.jetty.launcher.JettyLaunchTabGroup.createTabs (JettyLaunchTabGroup.java:52) at org.eclipse.debug.internal.ui.launchConfigurations.CreateLaunchConfiguratio nAction.performAction(CreateLaunchConfigurationAction.java:70) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurati onAction$1.run(AbstractLaunchConfigurationAction.java:103) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java: 69) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurati onAction.run(AbstractLaunchConfigurationAction.java:106) at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent (BaseSelectionListenerAction.java:167) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent (ActionContributionItem.java:433) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1450) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1474) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1459) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1236) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3259) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2897) at org.eclipse.jface.window.Window.runEventLoop(Window.java:811) at org.eclipse.jface.window.Window.open(Window.java:789) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDial og.open(LaunchConfigurationsDialog.java:1321) at org.eclipse.debug.ui.DebugUITools$1.run(DebugUITools.java:375) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java: 69) at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup (DebugUITools.java:379) at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup (DebugUITools.java:321) at org.eclipse.debug.ui.actions.OpenLaunchDialogAction.run (OpenLaunchDialogAction.java:80) at org.eclipse.jface.action.Action.runWithEvent(Action.java:492) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent (ActionContributionItem.java:392) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) ---------------------------------------------------------------------- Comment By: Eelco Hillenius (eelco12) Date: 2006-01-28 14:23 Message: Logged In: YES user_id=820266 Johannes, thank you for your patch. I will try to finally take a look at it this weekend. I am just very short on resources as I am working on Wicket, the book Wicket In Action, and a full time contracting job. If you are interesting in getting write access, I'd be happy to talk about it. ---------------------------------------------------------------------- Comment By: Johannes Brodwall (jhannes) Date: 2006-01-28 10:44 Message: Logged In: YES user_id=60541 See patches: http://sourceforge.net/tracker/index.php?func=detail&aid=1417436&group_id=118870&atid=682379 (unified diff) http://sourceforge.net/tracker/index.php?func=detail&aid=1407034&group_id=118870&atid=682379 (original patch) ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-12-12 04:35 Message: Logged In: NO is there any plan to fix this bug?? ---------------------------------------------------------------------- Comment By: g zombi (zombi) Date: 2005-11-22 06:56 Message: Logged In: YES user_id=63880 I get the following exception when I try to access a run/debug configuration: java.lang.IllegalAccessError: tried to access field org.eclipse.jdt.internal.debug.ui.launcher.WorkingDirectoryBlock.fWorkingDirText from class com.iw.plugins.jetty.launcher.JettyArgumentsTab$JettyWorkingDirectoryBlock at com.iw.plugins.jetty.launcher.JettyArgumentsTab$JettyWorkingDirectoryBlock.initializeFrom(JettyArgumentsTab.java:134) at org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab.initializeFrom(JavaArgumentsTab.java:177) at org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup.initializeFrom(AbstractLaunchConfigurationTabGroup.java:86) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.displayInstanceTabs(LaunchConfigurationTabGroupViewer.java:634) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer$5.run(LaunchConfigurationTabGroupViewer.java:557) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.inputChanged(LaunchConfigurationTabGroupViewer.java:576) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.setInput(LaunchConfigurationTabGroupViewer.java:533) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.handleLaunchConfigurationSelectionChanged(LaunchConfigurationsDialog.java:795) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$3.selectionChanged(LaunchConfigurationsDialog.java:601) at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:763) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044) at org.eclipse.core.runtime.Platform.run(Platform.java:783) 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.setSelection(StructuredViewer.java:1453) at org.eclipse.jface.viewers.Viewer.setSelection(Viewer.java:379) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationView.handleConfigurationAdded(LaunchConfigurationView.java:275) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationView.launchConfigurationAdded(LaunchConfigurationView.java:251) at org.eclipse.debug.internal.core.LaunchManager$ConfigurationNotifier.run(LaunchManager.java:1581) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044) at org.eclipse.core.runtime.Platform.run(Platform.java:783) at org.eclipse.debug.internal.core.LaunchManager$ConfigurationNotifier.notify(LaunchManager.java:1605) at org.eclipse.debug.internal.core.LaunchManager.launchConfigurationAdded(LaunchManager.java:806) at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.writeNewFile(LaunchConfigurationWorkingCopy.java:239) at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.doSave0(LaunchConfigurationWorkingCopy.java:194) at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.doSave(LaunchConfigurationWorkingCopy.java:170) at org.eclipse.debug.internal.ui.launchConfigurations.CreateLaunchConfigurationAction.performAction(CreateLaunchConfigurationAction.java:75) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurationAction$1.run(AbstractLaunchConfigurationAction.java:103) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurationAction.run(AbstractLaunchConfigurationAction.java:106) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$ButtonActionNew.run(LaunchConfigurationsDialog.java:1460) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$1.widgetSelected(LaunchConfigurationsDialog.java:1429) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:896) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3236) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2856) 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:439) 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.debug.ui.actions.OpenLaunchDialogAction.run(OpenLaunchDialogAction.java:99) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:223) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:544) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:494) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:406) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:896) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3236) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2856) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1774) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1738) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:376) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:165) 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:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1362980&group_id=118870 |
From: SourceForge.net <no...@so...> - 2006-03-22 23:49:04
|
Bugs item #1362980, was opened at 2005-11-21 12:12 Message generated for change (Comment added) made by vaporrun You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1362980&group_id=118870 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 9 Submitted By: Nobody/Anonymous (nobody) Assigned to: Brian Wallace (vaporrun) Summary: JettyLauncher does not wotk on Eclipse 3.2 RC3. Initial Comment: JettyLauncher does not wotk on Eclipse 3.2 RC3. I might be just a simple Eclipse´s API change, but as I´m totally ignorant about eclipse plugins. ---------------------------------------------------------------------- >Comment By: Brian Wallace (vaporrun) Date: 2006-03-22 17:49 Message: Logged In: YES user_id=902123 I've gotten the code and am working on getting it put together so it'll work from the zip. I'll update this issue when I get it completed. Brian ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-03-22 16:50 Message: Logged In: NO It appears sourceforge has fixed the CVS issue. I attempted to download the branch and was able to run the plugin from within eclipse and verify it worked correctly... However when I ran build.xml and created the plugin zip (then extract it to my eclipse plugins directory) I could not convince eclipse to use the new version (it is also possible the new version didn't work as the error message was slightly different, perhaps launching the plugin from eclipse did something special?). Is there any way someone can take a look at this and atleast attach a working plugin to this defect? ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-10 22:26 Message: Logged In: YES user_id=11544 In fact I can checkout repo for once, see to me that most of the case it will give "connection refuse" message, but sometime it can connect? Anyway, thx for all the support, I think I should take sometime to learn how eclipse plugin work ---------------------------------------------------------------------- Comment By: Brian Wallace (vaporrun) Date: 2006-03-10 15:59 Message: Logged In: YES user_id=902123 FYI: Keeping this assigned to me, but also submitting a support request to SF. If it's happening to me alone, it's my problem. But two or more? ---------------------------------------------------------------------- Comment By: Brian Wallace (vaporrun) Date: 2006-03-10 15:28 Message: Logged In: YES user_id=902123 I've had issues connecting to the repo via pserver (and actually SSH when I was getting it configured) this week. Looks like (from the command line output) SourceForge is rejecting access to anonymous. Some things are just frustrating. ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-10 07:00 Message: Logged In: YES user_id=387057 I'm unable to access anonymously at all either in Eclipse or Tortoise. SSH is ok though (but that doesn't help you carfield). Brian, could you give this a go? See if you can access com.iw.plugins.jettylauncher in the Eclipse_3_2 branch via anonymous pserver? ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-10 05:06 Message: Logged In: YES user_id=11544 Sorry but I just sync again and there is still nothing change... I login as anonymous, will this cause the problem? And I have take a look of \META-INF\MANIFEST.MF , but I don' t know what should I change... ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-09 22:18 Message: Logged In: YES user_id=11544 Sorry but I just sync again and there is still nothing change... I login as anonymous, will this cause the problem? ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-09 08:22 Message: Logged In: YES user_id=387057 make sure you are getting the changes from the Eclipse_3_2 branch. And, anon cvs at SF is actually a snapshot of the real cvs so there is lag. Not sure how long a lag. The class was not found 'cuz I changed JettyPlugin to conform to the current Eclipse osgi bundle setup. Forgot to change a value in the manifest. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-09 05:02 Message: Logged In: YES user_id=11544 Sorry, I just sync and cannot see any change... By the way, just wonder why I can find that class at mentioned package, but eclipse complainting class not found? ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-09 00:35 Message: Logged In: YES user_id=387057 fixed, checked into Eclipse_3_2 branch, I can create a launch config and.... run it! Basic run, stop, restart functionality works too. Haven't tried any of the new features (web defaults etc) since, while I use JL everyday I never use any of those features and wouldn't really know for sure if they were working correctly. ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-08 23:51 Message: Logged In: YES user_id=387057 hell, it's late and I'm not making much progress on what I'm supposed to be doing... I'll have a look. G. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-08 23:32 Message: Logged In: YES user_id=11544 Just try that Eclipse_3_2 branch... but getting following error, however, com.iw.plugins.jetty.launcher. JettyLaunchConfigurationDelegate does exist at the jar... !ENTRY org.eclipse.equinox.registry 4 1 2006-03-09 13:32:03. 093 !MESSAGE Plug-in com.iw.plugins.jettylauncher was unable to load class com.iw.plugins.jetty.launcher. JettyLaunchConfigurationDelegate. !STACK 0 java.lang.ClassNotFoundException: com.iw.plugins.jetty. launcher.JettyLaunchConfigurationDelegate at org.eclipse.osgi.framework.internal.core. BundleLoader.findClass(BundleLoader.java:406) at org.eclipse.osgi.framework.internal.core. BundleLoader.findClass(BundleLoader.java:351) at org.eclipse.osgi.internal.baseadaptor. DefaultClassLoader.loadClass(DefaultClassLoader.java:81) at java.lang.ClassLoader.loadClass(ClassLoader.java: 251) at org.eclipse.osgi.framework.internal.core. BundleLoader.loadClass(BundleLoader.java:276) at org.eclipse.osgi.framework.internal.core. BundleHost.loadClass(BundleHost.java:227) at org.eclipse.osgi.framework.internal.core. AbstractBundle.loadClass(AbstractBundle.java:1245) at org.eclipse.core.internal.registry.osgi. RegistryStrategyOSGI.createExecutableExtension (RegistryStrategyOSGI.java:138) at org.eclipse.core.internal.registry. ExtensionRegistry.createExecutableExtension (ExtensionRegistry.java:759) at org.eclipse.core.internal.registry. ConfigurationElement.createExecutableExtension (ConfigurationElement.java:243) at org.eclipse.core.internal.registry. ConfigurationElementHandle.createExecutableExtension (ConfigurationElementHandle.java:51) at org.eclipse.debug.internal.core. LaunchConfigurationType.getDelegate(LaunchConfigurationType. java:173) at org.eclipse.debug.internal.core. LaunchConfiguration.getDelegate(LaunchConfiguration.java: 330) at org.eclipse.debug.internal.core. LaunchConfiguration.launch(LaunchConfiguration.java:573) at org.eclipse.debug.internal.core. LaunchConfiguration.launch(LaunchConfiguration.java:565) at org.eclipse.debug.internal.ui.DebugUIPlugin. buildAndLaunch(DebugUIPlugin.java:753) at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run (DebugUIPlugin.java:943) at org.eclipse.core.internal.jobs.Worker.run(Worker. java:58) !SESSION 2006-03-09 13:32:46.859 --------------------------- -------------------- eclipse.buildId=I20060217-1115 java.version=1.6.0-rc java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=zh_HK Command-line arguments: -os win32 -ws win32 -arch x86 ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-08 20:41 Message: Logged In: YES user_id=387057 >It would be >great if there was some new guy/ girl to take over this >plugin. have a look here: http://jroller.com/page/glongman?entry=help_wanted_jettylauncher ---------------------------------------------------------------------- Comment By: Eelco Hillenius (eelco12) Date: 2006-03-08 14:15 Message: Logged In: YES user_id=820266 Awesome Geoff, I was actually just installing that new Eclipse, but work gets in the way all the time. It would be great if there was some new guy/ girl to take over this plugin. ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-08 14:13 Message: Logged In: YES user_id=387057 I had a spare moment while waiting for a db to populate (and luckily I can still commit to JL cvs). I have created an Eclipse_3_2 branch and commited the raw changes I made to com.iw.plugins.jettylauncher that were needed to make JL compile in 3.2M5. That's all I have time to do. I didn't try running the plugin. Geoff ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-08 10:29 Message: Logged In: YES user_id=11544 Just try to check out JettyLauncher and try to see if there any quick fix. I guess the module is /com.iw.plugins.jettylauncher , right? However, once checked out, there are a lot of compilation error which are not straight forward to fix. Moreover there are also a lot of warnings...... Would somebody have more experience on eclipse plugin can take a look? ---------------------------------------------------------------------- Comment By: g zombi (zombi) Date: 2006-03-08 06:55 Message: Logged In: YES user_id=63880 It will be nice, if someone who already has the patched code, upload the compiled plugin, to this bug report. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-08 06:50 Message: Logged In: YES user_id=11544 I guess there will be new release soon? Or I need to checkout the project and compile myself? ---------------------------------------------------------------------- Comment By: masataka kurihara (kurihara) Date: 2006-03-08 05:20 Message: Logged In: YES user_id=749334 Hi, carfield change 'org.eclipse.jdt.internal.debug.ui.launcher.JavaLaunchConfigurationTab' to 'org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchTab' in 'com.iw.plugins.jetty.launcher.JettyMainTab'. so import statement & base-class name. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-07 10:27 Message: Logged In: YES user_id=11544 I get another exception at eclipse 3.2M5, anyone have any idea? java.lang.NoClassDefFoundError: org/eclipse/jdt/internal/debug/ui/ launcher/JavaLaunchConfigurationTab at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:620) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass (DefaultClassLoader.java:158) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass (ClasspathManager.java:491) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl (ClasspathManager.java:461) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl (ClasspathManager.java:420) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass (ClasspathManager.java:403) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass (DefaultClassLoader.java:186) at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass (BundleLoader.java:338) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass (BundleLoader.java:390) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass (BundleLoader.java:351) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass (DefaultClassLoader.java:81) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) at com.iw.plugins.jetty.launcher.JettyLaunchTabGroup.createTabs (JettyLaunchTabGroup.java:52) at org.eclipse.debug.internal.ui.launchConfigurations.CreateLaunchConfiguratio nAction.performAction(CreateLaunchConfigurationAction.java:70) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurati onAction$1.run(AbstractLaunchConfigurationAction.java:103) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java: 69) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurati onAction.run(AbstractLaunchConfigurationAction.java:106) at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent (BaseSelectionListenerAction.java:167) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent (ActionContributionItem.java:433) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1450) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1474) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1459) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1236) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3259) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2897) at org.eclipse.jface.window.Window.runEventLoop(Window.java:811) at org.eclipse.jface.window.Window.open(Window.java:789) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDial og.open(LaunchConfigurationsDialog.java:1321) at org.eclipse.debug.ui.DebugUITools$1.run(DebugUITools.java:375) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java: 69) at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup (DebugUITools.java:379) at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup (DebugUITools.java:321) at org.eclipse.debug.ui.actions.OpenLaunchDialogAction.run (OpenLaunchDialogAction.java:80) at org.eclipse.jface.action.Action.runWithEvent(Action.java:492) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent (ActionContributionItem.java:392) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) ---------------------------------------------------------------------- Comment By: Eelco Hillenius (eelco12) Date: 2006-01-28 13:23 Message: Logged In: YES user_id=820266 Johannes, thank you for your patch. I will try to finally take a look at it this weekend. I am just very short on resources as I am working on Wicket, the book Wicket In Action, and a full time contracting job. If you are interesting in getting write access, I'd be happy to talk about it. ---------------------------------------------------------------------- Comment By: Johannes Brodwall (jhannes) Date: 2006-01-28 09:44 Message: Logged In: YES user_id=60541 See patches: http://sourceforge.net/tracker/index.php?func=detail&aid=1417436&group_id=118870&atid=682379 (unified diff) http://sourceforge.net/tracker/index.php?func=detail&aid=1407034&group_id=118870&atid=682379 (original patch) ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-12-12 03:35 Message: Logged In: NO is there any plan to fix this bug?? ---------------------------------------------------------------------- Comment By: g zombi (zombi) Date: 2005-11-22 05:56 Message: Logged In: YES user_id=63880 I get the following exception when I try to access a run/debug configuration: java.lang.IllegalAccessError: tried to access field org.eclipse.jdt.internal.debug.ui.launcher.WorkingDirectoryBlock.fWorkingDirText from class com.iw.plugins.jetty.launcher.JettyArgumentsTab$JettyWorkingDirectoryBlock at com.iw.plugins.jetty.launcher.JettyArgumentsTab$JettyWorkingDirectoryBlock.initializeFrom(JettyArgumentsTab.java:134) at org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab.initializeFrom(JavaArgumentsTab.java:177) at org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup.initializeFrom(AbstractLaunchConfigurationTabGroup.java:86) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.displayInstanceTabs(LaunchConfigurationTabGroupViewer.java:634) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer$5.run(LaunchConfigurationTabGroupViewer.java:557) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.inputChanged(LaunchConfigurationTabGroupViewer.java:576) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.setInput(LaunchConfigurationTabGroupViewer.java:533) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.handleLaunchConfigurationSelectionChanged(LaunchConfigurationsDialog.java:795) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$3.selectionChanged(LaunchConfigurationsDialog.java:601) at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:763) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044) at org.eclipse.core.runtime.Platform.run(Platform.java:783) 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.setSelection(StructuredViewer.java:1453) at org.eclipse.jface.viewers.Viewer.setSelection(Viewer.java:379) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationView.handleConfigurationAdded(LaunchConfigurationView.java:275) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationView.launchConfigurationAdded(LaunchConfigurationView.java:251) at org.eclipse.debug.internal.core.LaunchManager$ConfigurationNotifier.run(LaunchManager.java:1581) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044) at org.eclipse.core.runtime.Platform.run(Platform.java:783) at org.eclipse.debug.internal.core.LaunchManager$ConfigurationNotifier.notify(LaunchManager.java:1605) at org.eclipse.debug.internal.core.LaunchManager.launchConfigurationAdded(LaunchManager.java:806) at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.writeNewFile(LaunchConfigurationWorkingCopy.java:239) at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.doSave0(LaunchConfigurationWorkingCopy.java:194) at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.doSave(LaunchConfigurationWorkingCopy.java:170) at org.eclipse.debug.internal.ui.launchConfigurations.CreateLaunchConfigurationAction.performAction(CreateLaunchConfigurationAction.java:75) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurationAction$1.run(AbstractLaunchConfigurationAction.java:103) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurationAction.run(AbstractLaunchConfigurationAction.java:106) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$ButtonActionNew.run(LaunchConfigurationsDialog.java:1460) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$1.widgetSelected(LaunchConfigurationsDialog.java:1429) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:896) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3236) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2856) 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:439) 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.debug.ui.actions.OpenLaunchDialogAction.run(OpenLaunchDialogAction.java:99) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:223) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:544) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:494) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:406) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:896) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3236) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2856) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1774) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1738) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:376) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:165) 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:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1362980&group_id=118870 |
From: SourceForge.net <no...@so...> - 2006-03-22 22:50:52
|
Bugs item #1362980, was opened at 2005-11-21 10:12 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1362980&group_id=118870 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 9 Submitted By: Nobody/Anonymous (nobody) Assigned to: Brian Wallace (vaporrun) Summary: JettyLauncher does not wotk on Eclipse 3.2 RC3. Initial Comment: JettyLauncher does not wotk on Eclipse 3.2 RC3. I might be just a simple Eclipse´s API change, but as I´m totally ignorant about eclipse plugins. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-03-22 14:50 Message: Logged In: NO It appears sourceforge has fixed the CVS issue. I attempted to download the branch and was able to run the plugin from within eclipse and verify it worked correctly... However when I ran build.xml and created the plugin zip (then extract it to my eclipse plugins directory) I could not convince eclipse to use the new version (it is also possible the new version didn't work as the error message was slightly different, perhaps launching the plugin from eclipse did something special?). Is there any way someone can take a look at this and atleast attach a working plugin to this defect? ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-10 20:26 Message: Logged In: YES user_id=11544 In fact I can checkout repo for once, see to me that most of the case it will give "connection refuse" message, but sometime it can connect? Anyway, thx for all the support, I think I should take sometime to learn how eclipse plugin work ---------------------------------------------------------------------- Comment By: Brian Wallace (vaporrun) Date: 2006-03-10 13:59 Message: Logged In: YES user_id=902123 FYI: Keeping this assigned to me, but also submitting a support request to SF. If it's happening to me alone, it's my problem. But two or more? ---------------------------------------------------------------------- Comment By: Brian Wallace (vaporrun) Date: 2006-03-10 13:28 Message: Logged In: YES user_id=902123 I've had issues connecting to the repo via pserver (and actually SSH when I was getting it configured) this week. Looks like (from the command line output) SourceForge is rejecting access to anonymous. Some things are just frustrating. ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-10 05:00 Message: Logged In: YES user_id=387057 I'm unable to access anonymously at all either in Eclipse or Tortoise. SSH is ok though (but that doesn't help you carfield). Brian, could you give this a go? See if you can access com.iw.plugins.jettylauncher in the Eclipse_3_2 branch via anonymous pserver? ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-10 03:06 Message: Logged In: YES user_id=11544 Sorry but I just sync again and there is still nothing change... I login as anonymous, will this cause the problem? And I have take a look of \META-INF\MANIFEST.MF , but I don' t know what should I change... ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-09 20:18 Message: Logged In: YES user_id=11544 Sorry but I just sync again and there is still nothing change... I login as anonymous, will this cause the problem? ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-09 06:22 Message: Logged In: YES user_id=387057 make sure you are getting the changes from the Eclipse_3_2 branch. And, anon cvs at SF is actually a snapshot of the real cvs so there is lag. Not sure how long a lag. The class was not found 'cuz I changed JettyPlugin to conform to the current Eclipse osgi bundle setup. Forgot to change a value in the manifest. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-09 03:02 Message: Logged In: YES user_id=11544 Sorry, I just sync and cannot see any change... By the way, just wonder why I can find that class at mentioned package, but eclipse complainting class not found? ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-08 22:35 Message: Logged In: YES user_id=387057 fixed, checked into Eclipse_3_2 branch, I can create a launch config and.... run it! Basic run, stop, restart functionality works too. Haven't tried any of the new features (web defaults etc) since, while I use JL everyday I never use any of those features and wouldn't really know for sure if they were working correctly. ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-08 21:51 Message: Logged In: YES user_id=387057 hell, it's late and I'm not making much progress on what I'm supposed to be doing... I'll have a look. G. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-08 21:32 Message: Logged In: YES user_id=11544 Just try that Eclipse_3_2 branch... but getting following error, however, com.iw.plugins.jetty.launcher. JettyLaunchConfigurationDelegate does exist at the jar... !ENTRY org.eclipse.equinox.registry 4 1 2006-03-09 13:32:03. 093 !MESSAGE Plug-in com.iw.plugins.jettylauncher was unable to load class com.iw.plugins.jetty.launcher. JettyLaunchConfigurationDelegate. !STACK 0 java.lang.ClassNotFoundException: com.iw.plugins.jetty. launcher.JettyLaunchConfigurationDelegate at org.eclipse.osgi.framework.internal.core. BundleLoader.findClass(BundleLoader.java:406) at org.eclipse.osgi.framework.internal.core. BundleLoader.findClass(BundleLoader.java:351) at org.eclipse.osgi.internal.baseadaptor. DefaultClassLoader.loadClass(DefaultClassLoader.java:81) at java.lang.ClassLoader.loadClass(ClassLoader.java: 251) at org.eclipse.osgi.framework.internal.core. BundleLoader.loadClass(BundleLoader.java:276) at org.eclipse.osgi.framework.internal.core. BundleHost.loadClass(BundleHost.java:227) at org.eclipse.osgi.framework.internal.core. AbstractBundle.loadClass(AbstractBundle.java:1245) at org.eclipse.core.internal.registry.osgi. RegistryStrategyOSGI.createExecutableExtension (RegistryStrategyOSGI.java:138) at org.eclipse.core.internal.registry. ExtensionRegistry.createExecutableExtension (ExtensionRegistry.java:759) at org.eclipse.core.internal.registry. ConfigurationElement.createExecutableExtension (ConfigurationElement.java:243) at org.eclipse.core.internal.registry. ConfigurationElementHandle.createExecutableExtension (ConfigurationElementHandle.java:51) at org.eclipse.debug.internal.core. LaunchConfigurationType.getDelegate(LaunchConfigurationType. java:173) at org.eclipse.debug.internal.core. LaunchConfiguration.getDelegate(LaunchConfiguration.java: 330) at org.eclipse.debug.internal.core. LaunchConfiguration.launch(LaunchConfiguration.java:573) at org.eclipse.debug.internal.core. LaunchConfiguration.launch(LaunchConfiguration.java:565) at org.eclipse.debug.internal.ui.DebugUIPlugin. buildAndLaunch(DebugUIPlugin.java:753) at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run (DebugUIPlugin.java:943) at org.eclipse.core.internal.jobs.Worker.run(Worker. java:58) !SESSION 2006-03-09 13:32:46.859 --------------------------- -------------------- eclipse.buildId=I20060217-1115 java.version=1.6.0-rc java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=zh_HK Command-line arguments: -os win32 -ws win32 -arch x86 ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-08 18:41 Message: Logged In: YES user_id=387057 >It would be >great if there was some new guy/ girl to take over this >plugin. have a look here: http://jroller.com/page/glongman?entry=help_wanted_jettylauncher ---------------------------------------------------------------------- Comment By: Eelco Hillenius (eelco12) Date: 2006-03-08 12:15 Message: Logged In: YES user_id=820266 Awesome Geoff, I was actually just installing that new Eclipse, but work gets in the way all the time. It would be great if there was some new guy/ girl to take over this plugin. ---------------------------------------------------------------------- Comment By: Geoffrey Longman (glongman) Date: 2006-03-08 12:13 Message: Logged In: YES user_id=387057 I had a spare moment while waiting for a db to populate (and luckily I can still commit to JL cvs). I have created an Eclipse_3_2 branch and commited the raw changes I made to com.iw.plugins.jettylauncher that were needed to make JL compile in 3.2M5. That's all I have time to do. I didn't try running the plugin. Geoff ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-08 08:29 Message: Logged In: YES user_id=11544 Just try to check out JettyLauncher and try to see if there any quick fix. I guess the module is /com.iw.plugins.jettylauncher , right? However, once checked out, there are a lot of compilation error which are not straight forward to fix. Moreover there are also a lot of warnings...... Would somebody have more experience on eclipse plugin can take a look? ---------------------------------------------------------------------- Comment By: g zombi (zombi) Date: 2006-03-08 04:55 Message: Logged In: YES user_id=63880 It will be nice, if someone who already has the patched code, upload the compiled plugin, to this bug report. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-08 04:50 Message: Logged In: YES user_id=11544 I guess there will be new release soon? Or I need to checkout the project and compile myself? ---------------------------------------------------------------------- Comment By: masataka kurihara (kurihara) Date: 2006-03-08 03:20 Message: Logged In: YES user_id=749334 Hi, carfield change 'org.eclipse.jdt.internal.debug.ui.launcher.JavaLaunchConfigurationTab' to 'org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchTab' in 'com.iw.plugins.jetty.launcher.JettyMainTab'. so import statement & base-class name. ---------------------------------------------------------------------- Comment By: Carfield Yim (carfield) Date: 2006-03-07 08:27 Message: Logged In: YES user_id=11544 I get another exception at eclipse 3.2M5, anyone have any idea? java.lang.NoClassDefFoundError: org/eclipse/jdt/internal/debug/ui/ launcher/JavaLaunchConfigurationTab at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:620) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass (DefaultClassLoader.java:158) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass (ClasspathManager.java:491) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl (ClasspathManager.java:461) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl (ClasspathManager.java:420) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass (ClasspathManager.java:403) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass (DefaultClassLoader.java:186) at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass (BundleLoader.java:338) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass (BundleLoader.java:390) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass (BundleLoader.java:351) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass (DefaultClassLoader.java:81) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) at com.iw.plugins.jetty.launcher.JettyLaunchTabGroup.createTabs (JettyLaunchTabGroup.java:52) at org.eclipse.debug.internal.ui.launchConfigurations.CreateLaunchConfiguratio nAction.performAction(CreateLaunchConfigurationAction.java:70) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurati onAction$1.run(AbstractLaunchConfigurationAction.java:103) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java: 69) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurati onAction.run(AbstractLaunchConfigurationAction.java:106) at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent (BaseSelectionListenerAction.java:167) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent (ActionContributionItem.java:433) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1450) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1474) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1459) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1236) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3259) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2897) at org.eclipse.jface.window.Window.runEventLoop(Window.java:811) at org.eclipse.jface.window.Window.open(Window.java:789) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDial og.open(LaunchConfigurationsDialog.java:1321) at org.eclipse.debug.ui.DebugUITools$1.run(DebugUITools.java:375) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java: 69) at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup (DebugUITools.java:379) at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup (DebugUITools.java:321) at org.eclipse.debug.ui.actions.OpenLaunchDialogAction.run (OpenLaunchDialogAction.java:80) at org.eclipse.jface.action.Action.runWithEvent(Action.java:492) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent (ActionContributionItem.java:392) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) ---------------------------------------------------------------------- Comment By: Eelco Hillenius (eelco12) Date: 2006-01-28 11:23 Message: Logged In: YES user_id=820266 Johannes, thank you for your patch. I will try to finally take a look at it this weekend. I am just very short on resources as I am working on Wicket, the book Wicket In Action, and a full time contracting job. If you are interesting in getting write access, I'd be happy to talk about it. ---------------------------------------------------------------------- Comment By: Johannes Brodwall (jhannes) Date: 2006-01-28 07:44 Message: Logged In: YES user_id=60541 See patches: http://sourceforge.net/tracker/index.php?func=detail&aid=1417436&group_id=118870&atid=682379 (unified diff) http://sourceforge.net/tracker/index.php?func=detail&aid=1407034&group_id=118870&atid=682379 (original patch) ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-12-12 01:35 Message: Logged In: NO is there any plan to fix this bug?? ---------------------------------------------------------------------- Comment By: g zombi (zombi) Date: 2005-11-22 03:56 Message: Logged In: YES user_id=63880 I get the following exception when I try to access a run/debug configuration: java.lang.IllegalAccessError: tried to access field org.eclipse.jdt.internal.debug.ui.launcher.WorkingDirectoryBlock.fWorkingDirText from class com.iw.plugins.jetty.launcher.JettyArgumentsTab$JettyWorkingDirectoryBlock at com.iw.plugins.jetty.launcher.JettyArgumentsTab$JettyWorkingDirectoryBlock.initializeFrom(JettyArgumentsTab.java:134) at org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab.initializeFrom(JavaArgumentsTab.java:177) at org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup.initializeFrom(AbstractLaunchConfigurationTabGroup.java:86) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.displayInstanceTabs(LaunchConfigurationTabGroupViewer.java:634) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer$5.run(LaunchConfigurationTabGroupViewer.java:557) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.inputChanged(LaunchConfigurationTabGroupViewer.java:576) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.setInput(LaunchConfigurationTabGroupViewer.java:533) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.handleLaunchConfigurationSelectionChanged(LaunchConfigurationsDialog.java:795) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$3.selectionChanged(LaunchConfigurationsDialog.java:601) at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:763) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044) at org.eclipse.core.runtime.Platform.run(Platform.java:783) 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.setSelection(StructuredViewer.java:1453) at org.eclipse.jface.viewers.Viewer.setSelection(Viewer.java:379) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationView.handleConfigurationAdded(LaunchConfigurationView.java:275) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationView.launchConfigurationAdded(LaunchConfigurationView.java:251) at org.eclipse.debug.internal.core.LaunchManager$ConfigurationNotifier.run(LaunchManager.java:1581) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044) at org.eclipse.core.runtime.Platform.run(Platform.java:783) at org.eclipse.debug.internal.core.LaunchManager$ConfigurationNotifier.notify(LaunchManager.java:1605) at org.eclipse.debug.internal.core.LaunchManager.launchConfigurationAdded(LaunchManager.java:806) at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.writeNewFile(LaunchConfigurationWorkingCopy.java:239) at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.doSave0(LaunchConfigurationWorkingCopy.java:194) at org.eclipse.debug.internal.core.LaunchConfigurationWorkingCopy.doSave(LaunchConfigurationWorkingCopy.java:170) at org.eclipse.debug.internal.ui.launchConfigurations.CreateLaunchConfigurationAction.performAction(CreateLaunchConfigurationAction.java:75) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurationAction$1.run(AbstractLaunchConfigurationAction.java:103) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurationAction.run(AbstractLaunchConfigurationAction.java:106) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$ButtonActionNew.run(LaunchConfigurationsDialog.java:1460) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$1.widgetSelected(LaunchConfigurationsDialog.java:1429) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:896) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3236) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2856) 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:439) 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.debug.ui.actions.OpenLaunchDialogAction.run(OpenLaunchDialogAction.java:99) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:223) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:544) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:494) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:406) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:896) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3236) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2856) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1774) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1738) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:376) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:165) 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:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1362980&group_id=118870 |