<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Unhandled event loop exception in Eclipse in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/unhandled-event-loop-exception-in-eclipse/qaa-p/13692774#M4828458</link>
    <description>Check SAP notes / Contact SAP support.</description>
    <pubDate>Mon, 06 May 2024 14:02:31 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2024-05-06T14:02:31Z</dc:date>
    <item>
      <title>Unhandled event loop exception in Eclipse</title>
      <link>https://community.sap.com/t5/technology-q-a/unhandled-event-loop-exception-in-eclipse/qaq-p/13692724</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am creating an ABAP project from Eclipse and getting "Unhandled event loop exception".&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the error logs.&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Error_screenshot.PNG" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/106301iDF7EAF8268C8EAD6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Error_screenshot.PNG" alt="Error_screenshot.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Error_screenshot2.PNG" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/106302iEBBA42E082A76509/image-size/large?v=v2&amp;amp;px=999" role="button" title="Error_screenshot2.PNG" alt="Error_screenshot2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;java.lang.IllegalArgumentException: Invalid UUID string: messid_A50&lt;BR /&gt;at java.base/java.util.UUID.fromString1(UUID.java:280)&lt;BR /&gt;at java.base/java.util.UUID.fromString(UUID.java:258)&lt;BR /&gt;at com.sap.platin.landscape.common.SAPGUIElement.&amp;lt;init&amp;gt;(SAPGUIElement.java:23)&lt;BR /&gt;at com.sap.platin.landscape.common.Messageserver.&amp;lt;init&amp;gt;(Messageserver.java:23)&lt;BR /&gt;at com.sap.platin.landscape.common.SAPGUIConfig.getMessageserver(SAPGUIConfig.java:729)&lt;BR /&gt;at com.sap.adt.destinations.model.internal.config.SAPGUIConfigWrapper.loadLandscape(SAPGUIConfigWrapper.java:364)&lt;BR /&gt;at com.sap.adt.destinations.model.internal.config.SAPGUIConfigWrapper.&amp;lt;init&amp;gt;(SAPGUIConfigWrapper.java:219)&lt;BR /&gt;at com.sap.adt.destinations.model.internal.config.SapUiLandscapeReader.createSapguiConfigWrapper(SapUiLandscapeReader.java:741)&lt;BR /&gt;at com.sap.adt.destinations.model.internal.config.SapUiLandscapeReader.getSystemConfigurations(SapUiLandscapeReader.java:151)&lt;BR /&gt;at com.sap.adt.destinations.model.internal.config.SystemConfigurationService.getSystemConfigurationsFromPersistence(SystemConfigurationService.java:45)&lt;BR /&gt;at com.sap.adt.destinations.model.internal.config.SystemConfigurationService.getSystemConfigurations(SystemConfigurationService.java:39)&lt;BR /&gt;at com.sap.adt.project.ui.wizard.NewAdtCoreProjectWizardBase.hasSapLogonSystemConfigurations(NewAdtCoreProjectWizardBase.java:127)&lt;BR /&gt;at com.sap.adt.project.ui.wizard.NewAdtCoreProjectWizardBase.addPages(NewAdtCoreProjectWizardBase.java:113)&lt;BR /&gt;at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:634)&lt;BR /&gt;at org.eclipse.jface.window.Window.create(Window.java:431)&lt;BR /&gt;at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1092)&lt;BR /&gt;at org.eclipse.ui.internal.navigator.wizards.WizardShortcutAction.run(WizardShortcutAction.java:98)&lt;BR /&gt;at org.eclipse.ui.internal.views.helpers.EmptyWorkspaceHelper$1.linkActivated(EmptyWorkspaceHelper.java:283)&lt;BR /&gt;at org.eclipse.ui.forms.widgets.AbstractHyperlink.handleActivate(AbstractHyperlink.java:215)&lt;BR /&gt;at org.eclipse.ui.forms.widgets.AbstractHyperlink.handleMouseUp(AbstractHyperlink.java:309)&lt;BR /&gt;at org.eclipse.ui.forms.widgets.AbstractHyperlink.lambda$3(AbstractHyperlink.java:117)&lt;BR /&gt;at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)&lt;BR /&gt;at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4274)&lt;BR /&gt;at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1066)&lt;BR /&gt;at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4072)&lt;BR /&gt;at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3660)&lt;BR /&gt;at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1151)&lt;BR /&gt;at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)&lt;BR /&gt;at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1042)&lt;BR /&gt;at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:152)&lt;BR /&gt;at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:639)&lt;BR /&gt;at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)&lt;BR /&gt;at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:546)&lt;BR /&gt;at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173)&lt;BR /&gt;at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)&lt;BR /&gt;at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)&lt;BR /&gt;at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)&lt;BR /&gt;at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)&lt;BR /&gt;at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)&lt;BR /&gt;at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271)&lt;BR /&gt;at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)&lt;BR /&gt;at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.base/java.lang.reflect.Method.invoke(Method.java:568)&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651)&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588)&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.run(Main.java:1459)&lt;/P&gt;&lt;P&gt;Can someone please suggest that how to resolve this issue?&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 13:31:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/unhandled-event-loop-exception-in-eclipse/qaq-p/13692724</guid>
      <dc:creator>SurajTiwari</dc:creator>
      <dc:date>2024-05-06T13:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: Unhandled event loop exception in Eclipse</title>
      <link>https://community.sap.com/t5/technology-q-a/unhandled-event-loop-exception-in-eclipse/qaa-p/13692774#M4828458</link>
      <description>Check SAP notes / Contact SAP support.</description>
      <pubDate>Mon, 06 May 2024 14:02:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/unhandled-event-loop-exception-in-eclipse/qaa-p/13692774#M4828458</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2024-05-06T14:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Unhandled event loop exception in Eclipse</title>
      <link>https://community.sap.com/t5/technology-q-a/unhandled-event-loop-exception-in-eclipse/qaa-p/13693499#M4828532</link>
      <description>&lt;P&gt;Dear&amp;nbsp;SurajTiwari,&lt;/P&gt;&lt;P&gt;thank you for reporting this issue.&lt;/P&gt;&lt;P&gt;Please create a customer ticket using component BC-DWB-AIE.&lt;/P&gt;&lt;P&gt;Please provide detailed information to reproduce the issue, such as what were your steps in details, did any errors appear, any error messages or protocols etc.&lt;/P&gt;&lt;P&gt;Please also provide us the Support zip file.&lt;BR /&gt;For creation, choose &lt;EM&gt;Help &amp;gt; Collect Support&lt;/EM&gt; Information... from the menu.&lt;/P&gt;&lt;P&gt;For further information, see here: 1745015 - Providing Information for ADT to SAP Support&lt;BR /&gt;&lt;A href="https://launchpad.support.sap.com/#/notes/1745015" target="_blank"&gt;https://launchpad.support.sap.com/#/notes/1745015&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;BR /&gt;Wolfgang&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 07:17:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/unhandled-event-loop-exception-in-eclipse/qaa-p/13693499#M4828532</guid>
      <dc:creator>wolfgang_woehrle</dc:creator>
      <dc:date>2024-05-07T07:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Unhandled event loop exception in Eclipse</title>
      <link>https://community.sap.com/t5/technology-q-a/unhandled-event-loop-exception-in-eclipse/qaa-p/13693557#M4828543</link>
      <description>Hi Wolfgang, ticket has been raised and attached support file as well.</description>
      <pubDate>Tue, 07 May 2024 08:04:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/unhandled-event-loop-exception-in-eclipse/qaa-p/13693557#M4828543</guid>
      <dc:creator>SurajTiwari</dc:creator>
      <dc:date>2024-05-07T08:04:28Z</dc:date>
    </item>
  </channel>
</rss>

