Hi all,

I'm quite new to Eclipse, so please bear with me if this is an obvious one.
Let's start with the second one. After I upgraded my eclipseme from the 
(Siemens supplied) Tc65 smtk, I am getting an error when I go to run, 
debug, and select the Wireless toolkit from either Sun or Siemens. The 
relevant .log part is included below. This was verified on a clean 
Eclipse 3.1.2 install with a clean fresh install of Eclipseme 1.5.2 (no 
upgrade).  The error is "an error has occured, see error log for more 
details". As said, this error also occurs on the Sun Colorphone device.
Eclipse 3.1.1 and 3.1.2
Eclipseme 1.5.2
Windows XP fully patched

This error occured while preparing a post for the mailinglist regarding 
on-device debugging on the tc65, using the siemens version 0.9.2 of 
eclipseme (I then found out 1.5.2. was out with improved siemens 
support). Has anyone succeeded in getting this going?  Because I hate 
seeing a good piece of proze go to waist, I'll include the post here 
anyway. Also, the described time-out problem may not be fixed in 1.5.2.

And then there is one more small error. The Migration wizard didn't 
recognize my freshly created Midlet. It found the devices allright (both 
from Sun and siemens), but failed to recognise the open projects in the 
current workspace. I was however unable to reproduce this behaviour in 
another workspace (I save them as soon as something works). I you need 
more info, please let me know, but give me a hint at what differences 
between the projects I should look for.

greetings,
Barteld

--------post regarding 0.9.2 version by Siemens-----------
What I'm trying to do is set up on-device debugging for a Siemens TC65 
GSM module. There is a document describing this procedure for Netbeans:
http://www.netbeans.org/kb/50/tutorial-tc65-odd.html

What you do is basically set up a dial-up connection to the device. Now 
everything works, but Eclipse comes up with the dreaded "Couldn't 
connect to virtual machine" error just a few seconds before the dial-up 
connection gets established. I tried setting the debug time-outs in 
preferences/java/debug, but that doesn't seem to affect the j2me 
environment. Is there a way to change the launch settings?

I'm running Eclipse 3.1.1 with the Siemens modified eclipseme 0.9 
(Couldn't get this plugin to work on 3.12) On XP fully patched. Firewall 
is disabled for this connection.

Below is the output of the debugging session.


    ============================================================
      Starting emulator for debugging. Please wait ...
    ============================================================



    Set baud rate for the module to "115200 baud"..
     >>> Starting Download of .jar and .jad file... <<<


    Downloading "C:\eclipse\workspace\Tc65\Tc65.jad"...

    Downloading "C:\eclipse\workspace\Tc65\Tc65.jar"..

    Initialize module for debugging ....
    The module is now initialized for debugging!

     >>> Establishing TCP/IP connection "IP connection for remote 
debugging"... <<<



     >>> Starting Debug Agent ... <<<

------Start logfile Noclassdeffound----------------
!ENTRY org.eclipse.jface 4 2 2006-06-17 22:40:54.328
!MESSAGE Problems occurred when invoking code from plug-in: 
"org.eclipse.jface".
!STACK 0
java.lang.NoClassDefFoundError: 
org/eclipse/jdt/internal/debug/ui/launcher/AbstractJavaMainTab
    at 
eclipseme.ui.internal.launching.ToolkitEmulatorTabGroup.createTabs(ToolkitEmulatorTabGroup.java:37)
    at 
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer$6.run(LaunchConfigurationTabGroupViewer.java:749)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
    at 
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.createGroup(LaunchConfigurationTabGroupViewer.java:758)
    at 
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.showInstanceTabsFor(LaunchConfigurationTabGroupViewer.java:633)
    at 
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.displayInstanceTabs(LaunchConfigurationTabGroupViewer.java:519)
    at 
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer$5.run(LaunchConfigurationTabGroupViewer.java:471)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
    at 
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.inputChanged(LaunchConfigurationTabGroupViewer.java:488)
    at 
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.setInput(LaunchConfigurationTabGroupViewer.java:452)
    at 
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.handleLaunchConfigurationSelectionChanged(LaunchConfigurationsDialog.java:789)
    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.LaunchConfigurationsDialog.doInitialTreeSelection(LaunchConfigurationsDialog.java:376)
    at 
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.initializeContent(LaunchConfigurationsDialog.java:317)
    at 
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.createContents(LaunchConfigurationsDialog.java:312)
    at org.eclipse.jface.window.Window.create(Window.java:418)
    at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:996)
    at 
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.create(LaunchConfigurationsDialog.java:1597)
    at org.eclipse.jface.window.Window.open(Window.java:776)
    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:246)
    at 
org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:223)
    at 
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538)
    at 
org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
    at 
org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
    at 
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
    at 
org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
    at 
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
    at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
    at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
    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:334)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
    at org.eclipse.core.launcher.Main.run(Main.java:973)
    at org.eclipse.core.launcher.Main.main(Main.java:948)




_______________________________________________
Eclipseme-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/eclipseme-users

Reply via email to