Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Abap in Eclipse Logon to system fail

Former Member
0 Kudos

Hello,


i am new user of abap in eclipse.

i already installed abap in eclipse plugin.

When i want to create a new project , i have an error


Logon to system XXX failed (Connection to system "XXX" is currently not available)


so i dont know exactly why this error occurs , the user specified is already existing .


so if there is someone who can help me ,i will be thankfull.


thanks for help

15 REPLIES 15

ThFiedler
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Ahmed,

can you connect via SAP GUI to the same system?

What is the NW release of the backend system?

Regards,

Thomas.

Former Member
0 Kudos

hello Thomas thanks for the fast response.

yes i can connect using the sap GUI

i use the SAP NetWeaver AS ABAP 7.31

schneidermic0
Advisor
Advisor

Hi Ahmed,

we need some further information about the error message. Therefore, could you enable some tracing in your Eclipse and post the corresponding error log entry?

Here are the steps how you can do this:

  1. You can enable the tracing in "Windows > Preferences > ABAP Development > Trace configuration"
    There set the "Level" to "Error" and enable all traces for "ABAP Development Tools > Communication Framework".
  2. Try to logon again, until the error message is displayed.
  3. Afterwards, there should be an additional information entry in the Error Log view starting with "[Error] ..." from plug-in "com.sap.adt.logging".
    BTW - To open the Error Log view use the menu entry "Windows > Show View > Error Log".
  4. Double-click on the error log entry and use the button "Copy event details to clipboard" in the top right of the pop-up to copy the log entry's content and post it here.

Best regards,

Michael

0 Kudos

Hello Michael, this the log, its seems an rfc connetion problem ?

-----------------------------------------------------------------------------------------------------------------------------------
!ENTRY com.sap.adt.logging 1 0 2013-04-26 13:27:41.306
!MESSAGE [INFO] Job "Executing request "GET /sap/bc/adt/discovery HTTP/1.1
"" finishes with exception: Status ERROR: com.sap.adt.communication code=0 Connect from SAP gateway to RFC server failed
Connection parameters: TYPE=A DEST=XXX_000_USER_en ASHOST=xx.xx.xx.xx SYSNR=00 PCS=1

LOCATION    SAP-Gateway on host HOST / sapgw00
ERROR       timeout during allocate
TIME        Fri Apr 26 13:27:41 2013
RELEASE     741
COMPONENT   SAP-Gateway
VERSION     2
RC          242
MODULE      /bas/CGC13/src/krn/si/gw/gwr3cpic.c
LINE        2143
DETAIL      no connect of TP sapdp00 from host
            XX.XX.XX.XX.XX after 20 sec
COUNTER     3
com.sap.conn.jco.JCoException: (102) JCO_ERROR_COMMUNICATION: Connect from SAP gateway to RFC server failed
Connection parameters: TYPE=A DEST=XXX_000_USER_en ASHOST=xx.xx.xx.xx SYSNR=00 PCS=1

LOCATION    SAP-Gateway on host HOST / sapgw00
ERROR       timeout during allocate
TIME        Fri Apr 26 13:27:41 2013
RELEASE     741
COMPONENT   SAP-Gateway
VERSION     2
RC          242
MODULE      /bas/CGC13/src/krn/si/gw/gwr3cpic.c
LINE        2143
DETAIL      no connect of TP sapdp00 from host
            XX.XX.XX.XX.XX after 20 sec
COUNTER     3


!ENTRY com.sap.adt.logging 1 0 2013-04-26 13:27:56.542
!MESSAGE [INFO] <entering> unregister: destinationId = adt.tmp_1366975667572
!STACK 0
com.sap.adt.logging.internal.StackTrace: <entering> unregister: destinationId = adt.tmp_1366975667572
at com.sap.adt.communication.internal.jco.JCoDestinationRegistry.unregister(JCoDestinationRegistry.java:185)
at com.sap.adt.tools.core.ui.internal.project.wizard.NewAbapProjectWizard$1.handlePageChanging(NewAbapProjectWizard.java:88)
at org.eclipse.jface.wizard.WizardDialog$10.run(WizardDialog.java:1601)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
at org.eclipse.jface.wizard.WizardDialog.firePageChanging(WizardDialog.java:1599)
at org.eclipse.jface.wizard.WizardDialog.doPageChanging(WizardDialog.java:929)
at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:1217)
at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:915)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:428)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4169)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3758)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
at org.eclipse.jface.window.Window.open(Window.java:801)
at org.eclipse.ui.internal.handlers.WizardHandler$New.executeHandler(WizardHandler.java:259)
at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:279)
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:290)
at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:76)
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.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:229)
at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:210)
at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:131)
at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:171)
at org.eclipse.ui.internal.handlers.LegacyHandlerService.executeCommand(LegacyHandlerService.java:500)
at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4169)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3758)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1029)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:923)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:86)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:588)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:543)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
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.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)

!ENTRY com.sap.adt.logging 1 0 2013-04-26 13:27:56.563
!MESSAGE [INFO] <exiting> isRegistered(destinationId=adt.tmp_1366975667572): false
!STACK 0
com.sap.adt.logging.internal.StackTrace: <exiting> isRegistered(destinationId=adt.tmp_1366975667572): false
at com.sap.adt.communication.internal.jco.JCoDestinationRegistry.isRegistered(JCoDestinationRegistry.java:202)
at com.sap.adt.destinations.internal.logon.AdtLogonService$1.runInternal(AdtLogonService.java:160)
at com.sap.adt.communication.util.CancelableBlockingJob$BlockingJob.run(CancelableBlockingJob.java:195)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)

!ENTRY com.sap.adt.logging 1 0 2013-04-26 13:27:56.567
!MESSAGE [INFO] <entering> registerImpl: key = adt.tmp_1366975667572, properties = {jco.client.lang=EN, jco.client.client=000, jco.client.passwd=****************, jco.client.sysnr=00, jco.client.user=USER, jco.client.ashost=xx.xx.xx.xx, adt.r3name=XXX}
!STACK 0
com.sap.adt.logging.internal.StackTrace: <entering> registerImpl: key = adt.tmp_1366975667572, properties = {jco.client.lang=EN, jco.client.client=000, jco.client.passwd=****************, jco.client.sysnr=00, jco.client.user=USER, jco.client.ashost=xx.xx.xx.xx, adt.r3name=XXX}
at com.sap.adt.communication.internal.jco.JCoDestinationRegistry.registerImpl(JCoDestinationRegistry.java:348)
at com.sap.adt.communication.internal.jco.JCoDestinationRegistry.registerImpl(JCoDestinationRegistry.java:306)
at com.sap.adt.communication.internal.jco.JCoDestinationRegistry.register(JCoDestinationRegistry.java:146)
at com.sap.adt.destinations.internal.logon.AdtLogonService$1.runInternal(AdtLogonService.java:167)
at com.sap.adt.communication.util.CancelableBlockingJob$BlockingJob.run(CancelableBlockingJob.java:195)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)

!ENTRY com.sap.adt.logging 1 0 2013-04-26 13:27:56.571
!MESSAGE [INFO] Explicit debugging set to OFF for session 'adt.tmp_1366975667572, stateless', destination 'adt.tmp_1366975667572'
!STACK 0
com.sap.adt.logging.internal.StackTrace: Explicit debugging set to OFF for session 'adt.tmp_1366975667572, stateless', destination 'adt.tmp_1366975667572'
at com.sap.adt.communication.internal.session.SystemSession.setDebuggingEnabled(SystemSession.java:100)
at com.sap.adt.compatibility.internal.graph.provider.GraphProviderFactory.getGraphProvider(GraphProviderFactory.java:36)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzer.processExtensionPointGraphProviders(GraphAnalyzer.java:275)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzer.isNodeAvailable(GraphAnalyzer.java:172)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.isNodeAvailable(GraphAnalyzerProxy.java:124)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.verifyIsLoaded(GraphAnalyzerProxy.java:89)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.getGraphAnalyzer(GraphAnalyzerProxy.java:58)
at com.sap.adt.compatibility.base.internal.Activator.getCompatibilityGraphAnalyzer(Activator.java:92)
at com.sap.adt.compatibility.internal.graph.analyzer.CompatibilityGraphAnalyzer.<init>(CompatibilityGraphAnalyzer.java:21)
at com.sap.adt.compatibility.internal.graph.analyzer.CompatibilityGraphAnalyzer.<init>(CompatibilityGraphAnalyzer.java:17)
at com.sap.adt.compatibility.internal.Activator.getCompatibilityGraphAnalyzer(Activator.java:152)
at com.sap.adt.destinations.internal.logon.AdtLogonService$1.runInternal(AdtLogonService.java:183)
at com.sap.adt.communication.util.CancelableBlockingJob$BlockingJob.run(CancelableBlockingJob.java:195)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)

!ENTRY com.sap.adt.logging 1 0 2013-04-26 13:27:56.574
!MESSAGE [INFO] Explicit debugging set to OFF for session 'adt.tmp_1366975667572, stateless', destination 'adt.tmp_1366975667572'
!STACK 0
com.sap.adt.logging.internal.StackTrace: Explicit debugging set to OFF for session 'adt.tmp_1366975667572, stateless', destination 'adt.tmp_1366975667572'
at com.sap.adt.communication.internal.session.SystemSession.setDebuggingEnabled(SystemSession.java:100)
at com.sap.adt.compatibility.internal.discovery.Discovery.createInstance(Discovery.java:61)
at com.sap.adt.compatibility.internal.discovery.Discovery.access$0(Discovery.java:58)
at com.sap.adt.compatibility.internal.discovery.Discovery$DiscoveryProxy.verifyDelegate(Discovery.java:143)
at com.sap.adt.compatibility.internal.discovery.Discovery$DiscoveryProxy.getCollectionMember(Discovery.java:161)
at com.sap.adt.compatibility.internal.graph.provider.GraphProviderFactory.getGraphProvider(GraphProviderFactory.java:39)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzer.processExtensionPointGraphProviders(GraphAnalyzer.java:275)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzer.isNodeAvailable(GraphAnalyzer.java:172)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.isNodeAvailable(GraphAnalyzerProxy.java:124)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.verifyIsLoaded(GraphAnalyzerProxy.java:89)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.getGraphAnalyzer(GraphAnalyzerProxy.java:58)
at com.sap.adt.compatibility.base.internal.Activator.getCompatibilityGraphAnalyzer(Activator.java:92)
at com.sap.adt.compatibility.internal.graph.analyzer.CompatibilityGraphAnalyzer.<init>(CompatibilityGraphAnalyzer.java:21)
at com.sap.adt.compatibility.internal.graph.analyzer.CompatibilityGraphAnalyzer.<init>(CompatibilityGraphAnalyzer.java:17)
at com.sap.adt.compatibility.internal.Activator.getCompatibilityGraphAnalyzer(Activator.java:152)
at com.sap.adt.destinations.internal.logon.AdtLogonService$1.runInternal(AdtLogonService.java:183)
at com.sap.adt.communication.util.CancelableBlockingJob$BlockingJob.run(CancelableBlockingJob.java:195)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)

!ENTRY com.sap.adt.logging 1 0 2013-04-26 13:27:56.577
!MESSAGE [INFO] <exiting> isRegistered(destinationId=adt.tmp_1366975667572): true
!STACK 0
com.sap.adt.logging.internal.StackTrace: <exiting> isRegistered(destinationId=adt.tmp_1366975667572): true
at com.sap.adt.communication.internal.jco.JCoDestinationRegistry.isRegistered(JCoDestinationRegistry.java:202)
at com.sap.adt.destinations.internal.logon.AdtLogonService.isLoggedOn(AdtLogonService.java:83)
at com.sap.adt.debugger.ui.internal.launch.AutoAttachHelper.isLoggedOn(AutoAttachHelper.java:416)
at com.sap.adt.debugger.ui.internal.launch.AutoAttachBackendListener.isActive(AutoAttachBackendListener.java:182)
at com.sap.adt.communication.internal.notification.SessionNotificationManager$ContributedListenerProxy.isActive(SessionNotificationManager.java:198)
at com.sap.adt.communication.internal.notification.SessionNotificationManager.isListenerActive(SessionNotificationManager.java:154)
at com.sap.adt.communication.internal.notification.SessionNotificationManager.notifyCycleStarted(SessionNotificationManager.java:104)
at com.sap.adt.communication.internal.notification.SessionNotificationManager.notifyCycleStarted(SessionNotificationManager.java:69)
at com.sap.adt.communication.internal.session.SystemSession.notifyCycleStarted(SystemSession.java:254)
at com.sap.adt.communication.internal.session.SystemSession.sendRequest(SystemSession.java:152)
at com.sap.adt.communication.internal.resources.RestResource.invoke(RestResource.java:136)
at com.sap.adt.communication.internal.resources.RestResource.get(RestResource.java:61)
at com.sap.adt.compatibility.internal.discovery.Discovery.createInstance(Discovery.java:67)
at com.sap.adt.compatibility.internal.discovery.Discovery.access$0(Discovery.java:58)
at com.sap.adt.compatibility.internal.discovery.Discovery$DiscoveryProxy.verifyDelegate(Discovery.java:143)
at com.sap.adt.compatibility.internal.discovery.Discovery$DiscoveryProxy.getCollectionMember(Discovery.java:161)
at com.sap.adt.compatibility.internal.graph.provider.GraphProviderFactory.getGraphProvider(GraphProviderFactory.java:39)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzer.processExtensionPointGraphProviders(GraphAnalyzer.java:275)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzer.isNodeAvailable(GraphAnalyzer.java:172)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.isNodeAvailable(GraphAnalyzerProxy.java:124)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.verifyIsLoaded(GraphAnalyzerProxy.java:89)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.getGraphAnalyzer(GraphAnalyzerProxy.java:58)
at com.sap.adt.compatibility.base.internal.Activator.getCompatibilityGraphAnalyzer(Activator.java:92)
at com.sap.adt.compatibility.internal.graph.analyzer.CompatibilityGraphAnalyzer.<init>(CompatibilityGraphAnalyzer.java:21)
at com.sap.adt.compatibility.internal.graph.analyzer.CompatibilityGraphAnalyzer.<init>(CompatibilityGraphAnalyzer.java:17)
at com.sap.adt.compatibility.internal.Activator.getCompatibilityGraphAnalyzer(Activator.java:152)
at com.sap.adt.destinations.internal.logon.AdtLogonService$1.runInternal(AdtLogonService.java:183)
at com.sap.adt.communication.util.CancelableBlockingJob$BlockingJob.run(CancelableBlockingJob.java:195)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)

!ENTRY com.sap.adt.logging 1 0 2013-04-26 13:27:56.579
!MESSAGE [INFO] <entering> addSession: session = com.sap.adt.communication.internal.jco.session.JCoSession@2a9037; session-ID=2789431

!ENTRY com.sap.adt.logging 1 0 2013-04-26 13:27:56.600
!MESSAGE [INFO] Job is running: JCoFunctionExecutor [triggeringThread="Worker-45 (id=264)", executingThread="Worker-54 (id=316)", executionContext="ExecutionContext [request="GET /sap/bc/adt/discovery HTTP/1.1
", destination="destination adt.tmp_1366975667572 with properties:{jco.destination.pool_capacity=5, jco.client.deny_initial_password=1, jco.client.lang=EN, jco.client.ashost=xx.xx.xx.xx, jco.destination.auth_type=CONFIGURED_USER, jco.client.destination=adt.tmp_1366975667572, jco.client.user=USER, propertiesProvider=com.sap.mw.jco3.eclipse.internal.DestinationDataProviderImpl, jco.destination.peak_limit=10, jco.client.sysnr=00, adt.r3name=XXX, jco.client.client=000}", systemSession="adt.tmp_1366975667572, stateless", jcoSession="com.sap.adt.communication.internal.jco.session.JCoSession@2a9037; session-ID=2789431"]"]

!ENTRY com.sap.adt.logging 1 0 2013-04-26 13:27:56.601
!MESSAGE [INFO] Waiting for job: JCoFunctionExecutor [triggeringThread="Worker-45 (id=264)", executingThread="Worker-54 (id=316)", executionContext="ExecutionContext [request="GET /sap/bc/adt/discovery HTTP/1.1
", destination="destination adt.tmp_1366975667572 with properties:{jco.destination.pool_capacity=5, jco.client.deny_initial_password=1, jco.client.lang=EN, jco.client.ashost=xx.xx.xx.xx, jco.destination.auth_type=CONFIGURED_USER, jco.client.destination=adt.tmp_1366975667572, jco.client.user=USER, propertiesProvider=com.sap.mw.jco3.eclipse.internal.DestinationDataProviderImpl, jco.destination.peak_limit=10, jco.client.sysnr=00, adt.r3name=XXX, jco.client.client=000}", systemSession="adt.tmp_1366975667572, stateless", jcoSession="com.sap.adt.communication.internal.jco.session.JCoSession@2a9037; session-ID=2789431"]"]
!STACK 0
com.sap.adt.logging.internal.StackTrace: Waiting for job: JCoFunctionExecutor [triggeringThread="Worker-45 (id=264)", executingThread="null", executionContext="ExecutionContext [request="GET /sap/bc/adt/discovery HTTP/1.1
", destination="destination adt.tmp_1366975667572 with properties:{jco.destination.pool_capacity=5, jco.client.deny_initial_password=1, jco.client.lang=EN, jco.client.ashost=xx.xx.xx.xx, jco.destination.auth_type=CONFIGURED_USER, jco.client.destination=adt.tmp_1366975667572, jco.client.user=USER, propertiesProvider=com.sap.mw.jco3.eclipse.internal.DestinationDataProviderImpl, jco.destination.peak_limit=10, jco.client.sysnr=00, adt.r3name=XXX, jco.client.client=000}", systemSession="adt.tmp_1366975667572, stateless", jcoSession="com.sap.adt.communication.internal.jco.session.JCoSession@2a9037; session-ID=2789431"]"]
at com.sap.adt.communication.util.CancelableBlockingJob.run(CancelableBlockingJob.java:124)
at com.sap.adt.communication.internal.jco.dispatcher.JCoRequestDispatcher.dispatch(JCoRequestDispatcher.java:140)
at com.sap.adt.communication.internal.session.SystemSession.sendRequest(SystemSession.java:170)
at com.sap.adt.communication.internal.resources.RestResource.invoke(RestResource.java:136)
at com.sap.adt.communication.internal.resources.RestResource.get(RestResource.java:61)
at com.sap.adt.compatibility.internal.discovery.Discovery.createInstance(Discovery.java:67)
at com.sap.adt.compatibility.internal.discovery.Discovery.access$0(Discovery.java:58)
at com.sap.adt.compatibility.internal.discovery.Discovery$DiscoveryProxy.verifyDelegate(Discovery.java:143)
at com.sap.adt.compatibility.internal.discovery.Discovery$DiscoveryProxy.getCollectionMember(Discovery.java:161)
at com.sap.adt.compatibility.internal.graph.provider.GraphProviderFactory.getGraphProvider(GraphProviderFactory.java:39)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzer.processExtensionPointGraphProviders(GraphAnalyzer.java:275)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzer.isNodeAvailable(GraphAnalyzer.java:172)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.isNodeAvailable(GraphAnalyzerProxy.java:124)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.verifyIsLoaded(GraphAnalyzerProxy.java:89)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.getGraphAnalyzer(GraphAnalyzerProxy.java:58)
at com.sap.adt.compatibility.base.internal.Activator.getCompatibilityGraphAnalyzer(Activator.java:92)
at com.sap.adt.compatibility.internal.graph.analyzer.CompatibilityGraphAnalyzer.<init>(CompatibilityGraphAnalyzer.java:21)
at com.sap.adt.compatibility.internal.graph.analyzer.CompatibilityGraphAnalyzer.<init>(CompatibilityGraphAnalyzer.java:17)
at com.sap.adt.compatibility.internal.Activator.getCompatibilityGraphAnalyzer(Activator.java:152)
at com.sap.adt.destinations.internal.logon.AdtLogonService$1.runInternal(AdtLogonService.java:183)
at com.sap.adt.communication.util.CancelableBlockingJob$BlockingJob.run(CancelableBlockingJob.java:195)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)

!ENTRY com.sap.adt.logging 1 0 2013-04-26 13:28:17.715
!MESSAGE [INFO] Job "Executing request "GET /sap/bc/adt/discovery HTTP/1.1
"" finishes with exception: Status ERROR: com.sap.adt.communication code=0 Connect from SAP gateway to RFC server failed
Connection parameters: TYPE=A DEST=adt.tmp_1366975667572 ASHOST=xx.xx.xx.xx SYSNR=00 PCS=1

LOCATION    SAP-Gateway on host HOST / sapgw00
ERROR       partner 'XX.XX.XX.XX.XX:sapgw00' not reached
TIME        Fri Apr 26 13:28:17 2013
RELEASE     741
COMPONENT   NI (network interface)
VERSION     40
RC          -10
MODULE      /bas/CGC13/src/base/ni/nixxi.cpp
LINE        3320
DETAIL      NiPConnect2: xx.xx.xx.xx:3300
SYSTEM CALL connect
ERRNO       110
ERRNO TEXT  Connection timed out
COUNTER     6
com.sap.conn.jco.JCoException: (102) JCO_ERROR_COMMUNICATION: Connect from SAP gateway to RFC server failed
Connection parameters: TYPE=A DEST=adt.tmp_1366975667572 ASHOST=xx.xx.xx.xx SYSNR=00 PCS=1

LOCATION    SAP-Gateway on host HOST / sapgw00
ERROR       partner 'XX.XX.XX.XX.XX:sapgw00' not reached
TIME        Fri Apr 26 13:28:17 2013
RELEASE     741
COMPONENT   NI (network interface)
VERSION     40
RC          -10
MODULE      /bas/CGC13/src/base/ni/nixxi.cpp
LINE        3320
DETAIL      NiPConnect2: xx.xx.xx.xx:3300
SYSTEM CALL connect
ERRNO       110
ERRNO TEXT  Connection timed out
COUNTER     6


!ENTRY com.sap.adt.logging 1 0 2013-04-26 13:28:17.717
!MESSAGE [INFO] Job finished with status Connect from SAP gateway to RFC server failed
Connection parameters: TYPE=A DEST=adt.tmp_1366975667572 ASHOST=xx.xx.xx.xx SYSNR=00 PCS=1

LOCATION    SAP-Gateway on host HOST / sapgw00
ERROR       partner 'XX.XX.XX.XX.XX:sapgw00' not reached
TIME        Fri Apr 26 13:28:17 2013
RELEASE     741
COMPONENT   NI (network interface)
VERSION     40
RC          -10
MODULE      /bas/CGC13/src/base/ni/nixxi.cpp
LINE        3320
DETAIL      NiPConnect2: xx.xx.xx.xx:3300
SYSTEM CALL connect
ERRNO       110
ERRNO TEXT  Connection timed out
COUNTER     6
: JCoFunctionExecutor [triggeringThread="Worker-45 (id=264)", executingThread="Worker-54 (id=316)", executionContext="ExecutionContext [request="GET /sap/bc/adt/discovery HTTP/1.1
", destination="destination adt.tmp_1366975667572 with properties:{jco.destination.pool_capacity=5, jco.client.deny_initial_password=1, jco.client.lang=EN, jco.client.ashost=xx.xx.xx.xx, jco.destination.auth_type=CONFIGURED_USER, jco.client.destination=adt.tmp_1366975667572, jco.client.user=USER, propertiesProvider=com.sap.mw.jco3.eclipse.internal.DestinationDataProviderImpl, jco.destination.peak_limit=10, jco.client.sysnr=00, adt.r3name=XXX, jco.client.client=000}", systemSession="adt.tmp_1366975667572, stateless", jcoSession="com.sap.adt.communication.internal.jco.session.JCoSession@2a9037; session-ID=2789431"]"]

!ENTRY com.sap.adt.logging 1 0 2013-04-26 13:28:17.721
!MESSAGE [ERROR] Connect from SAP gateway to RFC server failed
Connection parameters: TYPE=A DEST=adt.tmp_1366975667572 ASHOST=xx.xx.xx.xx SYSNR=00 PCS=1

LOCATION    SAP-Gateway on host HOST / sapgw00
ERROR       partner XX.XX.XX.XX.XX:sapgw00 not reached
TIME        Fri Apr 26 13:28:17 2013
RELEASE     741
COMPONENT   NI (network interface)
VERSION     40
RC          -10
MODULE      /bas/CGC13/src/base/ni/nixxi.cpp
LINE        3320
DETAIL      NiPConnect2: xx.xx.xx.xx:3300
SYSTEM CALL connect
ERRNO       110
ERRNO TEXT  Connection timed out
COUNTER     6

!STACK 0
com.sap.conn.jco.JCoException: (102) JCO_ERROR_COMMUNICATION: Connect from SAP gateway to RFC server failed
Connection parameters: TYPE=A DEST=adt.tmp_1366975667572 ASHOST=xx.xx.xx.xx SYSNR=00 PCS=1

LOCATION    SAP-Gateway on host HOST / sapgw00
ERROR       partner 'XX.XX.XX.XX.XX:sapgw00' not reached
TIME        Fri Apr 26 13:28:17 2013
RELEASE     741
COMPONENT   NI (network interface)
VERSION     40
RC          -10
MODULE      /bas/CGC13/src/base/ni/nixxi.cpp
LINE        3320
DETAIL      NiPConnect2: xx.xx.xx.xx:3300
SYSTEM CALL connect
ERRNO       110
ERRNO TEXT  Connection timed out
COUNTER     6

at com.sap.conn.jco.rt.MiddlewareJavaRfc.generateJCoException(MiddlewareJavaRfc.java:664)
at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcClient.connect(MiddlewareJavaRfc.java:1362)
at com.sap.conn.jco.rt.ClientConnection.connect(ClientConnection.java:736)
at com.sap.conn.jco.rt.RepositoryConnection.connect(RepositoryConnection.java:48)
at com.sap.conn.jco.rt.PoolingFactory.init(PoolingFactory.java:107)
at com.sap.conn.jco.rt.ConnectionManager.createFactory(ConnectionManager.java:276)
at com.sap.conn.jco.rt.DefaultConnectionManager.createFactory(DefaultConnectionManager.java:46)
at com.sap.conn.jco.rt.ConnectionManager.getFactory(ConnectionManager.java:263)
at com.sap.conn.jco.rt.RfcDestination.getSystemID(RfcDestination.java:837)
at com.sap.conn.jco.rt.RepositoryManager.getRepository(RepositoryManager.java:31)
at com.sap.conn.jco.rt.RfcDestination.getRepository(RfcDestination.java:893)
at com.sap.conn.jco.rt.RfcDestination.getRepository(RfcDestination.java:29)
at com.sap.adt.communication.internal.jco.util.JCoFunctionBuilder.createFunctionBuilder(JCoFunctionBuilder.java:58)
at com.sap.adt.communication.internal.jco.dispatcher.JCoRequestDispatcherRestProtocolStrategy.createFunctionBuilder(JCoRequestDispatcherRestProtocolStrategy.java:132)
at com.sap.adt.communication.internal.jco.dispatcher.JCoRequestDispatcherRestProtocolStrategy.createRequestFunction(JCoRequestDispatcherRestProtocolStrategy.java:87)
at com.sap.adt.communication.internal.jco.dispatcher.JCoFunctionExecutor$1.createServiceRequest(JCoFunctionExecutor.java:180)
at com.sap.adt.communication.internal.jco.dispatcher.JCoFunctionExecutor.runInternal(JCoFunctionExecutor.java:97)
at com.sap.adt.communication.util.CancelableBlockingJob$BlockingJob.run(CancelableBlockingJob.java:195)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
Caused by: RfcException: [null]
    message: Connect from SAP gateway to RFC server failed
Connection parameters: TYPE=A DEST=adt.tmp_1366975667572 ASHOST=xx.xx.xx.xx SYSNR=00 PCS=1

LOCATION    SAP-Gateway on host HOST / sapgw00
ERROR       partner 'XX.XX.XX.XX.XX:sapgw00' not reached
TIME        Fri Apr 26 13:28:17 2013
RELEASE     741
COMPONENT   NI (network interface)
VERSION     40
RC          -10
MODULE      /bas/CGC13/src/base/ni/nixxi.cpp
LINE        3320
DETAIL      NiPConnect2: xx.xx.xx.xx:3300
SYSTEM CALL connect
ERRNO       110
ERRNO TEXT  Connection timed out
COUNTER     6

    Return code: RFC_FAILURE(1)
    error group: 102
    key: RFC_ERROR_COMMUNICATION

at com.sap.conn.rfc.engine.RfcIoControl.error_end(RfcIoControl.java:255)
at com.sap.conn.rfc.engine.RfcIoControl.ab_rfcopen(RfcIoControl.java:94)
at com.sap.conn.rfc.api.RfcApi.RfcOpen(RfcApi.java:85)
at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcClient.connect(MiddlewareJavaRfc.java:1329)
... 17 more

!ENTRY com.sap.adt.logging 1 0 2013-04-26 13:28:17.724
!MESSAGE [INFO] <entering> removeSession: session = com.sap.adt.communication.internal.jco.session.JCoSession@2a9037; session-ID=2789431

!ENTRY com.sap.adt.logging 1 0 2013-04-26 13:28:17.728
!MESSAGE [INFO] ====>  null [adt.tmp_1366975667572, stateless]
--- REQUEST:
GET /sap/bc/adt/discovery HTTP/1.1
X-sap-adt-profiling: server-time

--- COMMUNICATION FAILURE:
com.sap.adt.communication.exceptions.CommunicationException: Connection to system "XXX" is currently not available; Destination data=adt.tmp_1366975667572 [client=000, language=EN, systemConfiguration={null} | xx.xx.xx.xx | null | 00 | null | XXX | null | xx.xx.xx.xx | null | SNC_UNAVAILABLE | null | null | null | , user=USER]
------------ Request -----------------------
GET /sap/bc/adt/discovery HTTP/1.1
X-sap-adt-profiling: server-time


at com.sap.adt.communication.internal.jco.dispatcher.JCoRequestDispatcher.handleJcoException(JCoRequestDispatcher.java:258)
at com.sap.adt.communication.internal.jco.dispatcher.JCoRequestDispatcher.dispatch(JCoRequestDispatcher.java:191)
at com.sap.adt.communication.internal.session.SystemSession.sendRequest(SystemSession.java:170)
at com.sap.adt.communication.internal.resources.RestResource.invoke(RestResource.java:136)
at com.sap.adt.communication.internal.resources.RestResource.get(RestResource.java:61)
at com.sap.adt.compatibility.internal.discovery.Discovery.createInstance(Discovery.java:67)
at com.sap.adt.compatibility.internal.discovery.Discovery.access$0(Discovery.java:58)
at com.sap.adt.compatibility.internal.discovery.Discovery$DiscoveryProxy.verifyDelegate(Discovery.java:143)
at com.sap.adt.compatibility.internal.discovery.Discovery$DiscoveryProxy.getCollectionMember(Discovery.java:161)
at com.sap.adt.compatibility.internal.graph.provider.GraphProviderFactory.getGraphProvider(GraphProviderFactory.java:39)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzer.processExtensionPointGraphProviders(GraphAnalyzer.java:275)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzer.isNodeAvailable(GraphAnalyzer.java:172)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.isNodeAvailable(GraphAnalyzerProxy.java:124)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.verifyIsLoaded(GraphAnalyzerProxy.java:89)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.getGraphAnalyzer(GraphAnalyzerProxy.java:58)
at com.sap.adt.compatibility.base.internal.Activator.getCompatibilityGraphAnalyzer(Activator.java:92)
at com.sap.adt.compatibility.internal.graph.analyzer.CompatibilityGraphAnalyzer.<init>(CompatibilityGraphAnalyzer.java:21)
at com.sap.adt.compatibility.internal.graph.analyzer.CompatibilityGraphAnalyzer.<init>(CompatibilityGraphAnalyzer.java:17)
at com.sap.adt.compatibility.internal.Activator.getCompatibilityGraphAnalyzer(Activator.java:152)
at com.sap.adt.destinations.internal.logon.AdtLogonService$1.runInternal(AdtLogonService.java:183)
at com.sap.adt.communication.util.CancelableBlockingJob$BlockingJob.run(CancelableBlockingJob.java:195)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
Caused by: com.sap.conn.jco.JCoException: (102) JCO_ERROR_COMMUNICATION: Connect from SAP gateway to RFC server failed
Connection parameters: TYPE=A DEST=adt.tmp_1366975667572 ASHOST=xx.xx.xx.xx SYSNR=00 PCS=1

LOCATION    SAP-Gateway on host HOST / sapgw00
ERROR       partner 'XX.XX.XX.XX.XX:sapgw00' not reached
TIME        Fri Apr 26 13:28:17 2013
RELEASE     741
COMPONENT   NI (network interface)
VERSION     40
RC          -10
MODULE      /bas/CGC13/src/base/ni/nixxi.cpp
LINE        3320
DETAIL      NiPConnect2: xx.xx.xx.xx:3300
SYSTEM CALL connect
ERRNO       110
ERRNO TEXT  Connection timed out
COUNTER     6

at com.sap.conn.jco.rt.MiddlewareJavaRfc.generateJCoException(MiddlewareJavaRfc.java:664)
at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcClient.connect(MiddlewareJavaRfc.java:1362)
at com.sap.conn.jco.rt.ClientConnection.connect(ClientConnection.java:736)
at com.sap.conn.jco.rt.RepositoryConnection.connect(RepositoryConnection.java:48)
at com.sap.conn.jco.rt.PoolingFactory.init(PoolingFactory.java:107)
at com.sap.conn.jco.rt.ConnectionManager.createFactory(ConnectionManager.java:276)
at com.sap.conn.jco.rt.DefaultConnectionManager.createFactory(DefaultConnectionManager.java:46)
at com.sap.conn.jco.rt.ConnectionManager.getFactory(ConnectionManager.java:263)
at com.sap.conn.jco.rt.RfcDestination.getSystemID(RfcDestination.java:837)
at com.sap.conn.jco.rt.RepositoryManager.getRepository(RepositoryManager.java:31)
at com.sap.conn.jco.rt.RfcDestination.getRepository(RfcDestination.java:893)
at com.sap.conn.jco.rt.RfcDestination.getRepository(RfcDestination.java:29)
at com.sap.adt.communication.internal.jco.util.JCoFunctionBuilder.createFunctionBuilder(JCoFunctionBuilder.java:58)
at com.sap.adt.communication.internal.jco.dispatcher.JCoRequestDispatcherRestProtocolStrategy.createFunctionBuilder(JCoRequestDispatcherRestProtocolStrategy.java:132)
at com.sap.adt.communication.internal.jco.dispatcher.JCoRequestDispatcherRestProtocolStrategy.createRequestFunction(JCoRequestDispatcherRestProtocolStrategy.java:87)
at com.sap.adt.communication.internal.jco.dispatcher.JCoFunctionExecutor$1.createServiceRequest(JCoFunctionExecutor.java:180)
at com.sap.adt.communication.internal.jco.dispatcher.JCoFunctionExecutor.runInternal(JCoFunctionExecutor.java:97)
... 2 more
Caused by: RfcException: [null]
    message: Connect from SAP gateway to RFC server failed
Connection parameters: TYPE=A DEST=adt.tmp_1366975667572 ASHOST=xx.xx.xx.xx SYSNR=00 PCS=1

LOCATION    SAP-Gateway on host HOST / sapgw00
ERROR       partner 'XX.XX.XX.XX.XX:sapgw00' not reached
TIME        Fri Apr 26 13:28:17 2013
RELEASE     741
COMPONENT   NI (network interface)
VERSION     40
RC          -10
MODULE      /bas/CGC13/src/base/ni/nixxi.cpp
LINE        3320
DETAIL      NiPConnect2: xx.xx.xx.xx:3300
SYSTEM CALL connect
ERRNO       110
ERRNO TEXT  Connection timed out
COUNTER     6

    Return code: RFC_FAILURE(1)
    error group: 102
    key: RFC_ERROR_COMMUNICATION

at com.sap.conn.rfc.engine.RfcIoControl.error_end(RfcIoControl.java:255)
at com.sap.conn.rfc.engine.RfcIoControl.ab_rfcopen(RfcIoControl.java:94)
at com.sap.conn.rfc.api.RfcApi.RfcOpen(RfcApi.java:85)
at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcClient.connect(MiddlewareJavaRfc.java:1329)
... 17 more

--- REQUEST STACK TRACE (thread: Worker-45)com.sap.adt.communication.internal.StackTrace
at com.sap.adt.communication.internal.session.SystemSession.sendRequest(SystemSession.java:149)
at com.sap.adt.communication.internal.resources.RestResource.invoke(RestResource.java:136)
at com.sap.adt.communication.internal.resources.RestResource.get(RestResource.java:61)
at com.sap.adt.compatibility.internal.discovery.Discovery.createInstance(Discovery.java:67)
at com.sap.adt.compatibility.internal.discovery.Discovery.access$0(Discovery.java:58)
at com.sap.adt.compatibility.internal.discovery.Discovery$DiscoveryProxy.verifyDelegate(Discovery.java:143)
at com.sap.adt.compatibility.internal.discovery.Discovery$DiscoveryProxy.getCollectionMember(Discovery.java:161)
at com.sap.adt.compatibility.internal.graph.provider.GraphProviderFactory.getGraphProvider(GraphProviderFactory.java:39)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzer.processExtensionPointGraphProviders(GraphAnalyzer.java:275)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzer.isNodeAvailable(GraphAnalyzer.java:172)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.isNodeAvailable(GraphAnalyzerProxy.java:124)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.verifyIsLoaded(GraphAnalyzerProxy.java:89)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.getGraphAnalyzer(GraphAnalyzerProxy.java:58)
at com.sap.adt.compatibility.base.internal.Activator.getCompatibilityGraphAnalyzer(Activator.java:92)
at com.sap.adt.compatibility.internal.graph.analyzer.CompatibilityGraphAnalyzer.<init>(CompatibilityGraphAnalyzer.java:21)
at com.sap.adt.compatibility.internal.graph.analyzer.CompatibilityGraphAnalyzer.<init>(CompatibilityGraphAnalyzer.java:17)
at com.sap.adt.compatibility.internal.Activator.getCompatibilityGraphAnalyzer(Activator.java:152)
at com.sap.adt.destinations.internal.logon.AdtLogonService$1.runInternal(AdtLogonService.java:183)
at com.sap.adt.communication.util.CancelableBlockingJob$BlockingJob.run(CancelableBlockingJob.java:195)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)

<====

!ENTRY com.sap.adt.logging 1 0 2013-04-26 13:28:17.730
!MESSAGE [INFO] <exiting> isRegistered(destinationId=adt.tmp_1366975667572): true
!STACK 0
com.sap.adt.logging.internal.StackTrace: <exiting> isRegistered(destinationId=adt.tmp_1366975667572): true
at com.sap.adt.communication.internal.jco.JCoDestinationRegistry.isRegistered(JCoDestinationRegistry.java:202)
at com.sap.adt.destinations.internal.logon.AdtLogonService.isLoggedOn(AdtLogonService.java:83)
at com.sap.adt.debugger.ui.internal.launch.AutoAttachHelper.isLoggedOn(AutoAttachHelper.java:416)
at com.sap.adt.debugger.ui.internal.launch.AutoAttachBackendListener.isActive(AutoAttachBackendListener.java:182)
at com.sap.adt.communication.internal.notification.SessionNotificationManager$ContributedListenerProxy.isActive(SessionNotificationManager.java:198)
at com.sap.adt.communication.internal.notification.SessionNotificationManager.isListenerActive(SessionNotificationManager.java:154)
at com.sap.adt.communication.internal.notification.SessionNotificationManager.notifyCycleFinished(SessionNotificationManager.java:89)
at com.sap.adt.communication.internal.notification.SessionNotificationManager.notifyCycleFinished(SessionNotificationManager.java:319)
at com.sap.adt.communication.internal.session.SystemSession.notifyCycleFinished(SystemSession.java:221)
at com.sap.adt.communication.internal.session.SystemSession.sendRequest(SystemSession.java:187)
at com.sap.adt.communication.internal.resources.RestResource.invoke(RestResource.java:136)
at com.sap.adt.communication.internal.resources.RestResource.get(RestResource.java:61)
at com.sap.adt.compatibility.internal.discovery.Discovery.createInstance(Discovery.java:67)
at com.sap.adt.compatibility.internal.discovery.Discovery.access$0(Discovery.java:58)
at com.sap.adt.compatibility.internal.discovery.Discovery$DiscoveryProxy.verifyDelegate(Discovery.java:143)
at com.sap.adt.compatibility.internal.discovery.Discovery$DiscoveryProxy.getCollectionMember(Discovery.java:161)
at com.sap.adt.compatibility.internal.graph.provider.GraphProviderFactory.getGraphProvider(GraphProviderFactory.java:39)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzer.processExtensionPointGraphProviders(GraphAnalyzer.java:275)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzer.isNodeAvailable(GraphAnalyzer.java:172)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.isNodeAvailable(GraphAnalyzerProxy.java:124)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.verifyIsLoaded(GraphAnalyzerProxy.java:89)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.getGraphAnalyzer(GraphAnalyzerProxy.java:58)
at com.sap.adt.compatibility.base.internal.Activator.getCompatibilityGraphAnalyzer(Activator.java:92)
at com.sap.adt.compatibility.internal.graph.analyzer.CompatibilityGraphAnalyzer.<init>(CompatibilityGraphAnalyzer.java:21)
at com.sap.adt.compatibility.internal.graph.analyzer.CompatibilityGraphAnalyzer.<init>(CompatibilityGraphAnalyzer.java:17)
at com.sap.adt.compatibility.internal.Activator.getCompatibilityGraphAnalyzer(Activator.java:152)
at com.sap.adt.destinations.internal.logon.AdtLogonService$1.runInternal(AdtLogonService.java:183)
at com.sap.adt.communication.util.CancelableBlockingJob$BlockingJob.run(CancelableBlockingJob.java:195)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)

!ENTRY com.sap.adt.logging 2 0 2013-04-26 13:28:17.733
!MESSAGE Discovery not available for destination adt.tmp_1366975667572; using default settings
!STACK 0
com.sap.adt.communication.exceptions.CommunicationException: Connection to system "XXX" is currently not available; Destination data=adt.tmp_1366975667572 [client=000, language=EN, systemConfiguration={null} | xx.xx.xx.xx | null | 00 | null | XXX | null | xx.xx.xx.xx | null | SNC_UNAVAILABLE | null | null | null | , user=USER]
------------ Request -----------------------
GET /sap/bc/adt/discovery HTTP/1.1
X-sap-adt-profiling: server-time


at com.sap.adt.communication.internal.jco.dispatcher.JCoRequestDispatcher.handleJcoException(JCoRequestDispatcher.java:258)
at com.sap.adt.communication.internal.jco.dispatcher.JCoRequestDispatcher.dispatch(JCoRequestDispatcher.java:191)
at com.sap.adt.communication.internal.session.SystemSession.sendRequest(SystemSession.java:170)
at com.sap.adt.communication.internal.resources.RestResource.invoke(RestResource.java:136)
at com.sap.adt.communication.internal.resources.RestResource.get(RestResource.java:61)
at com.sap.adt.compatibility.internal.discovery.Discovery.createInstance(Discovery.java:67)
at com.sap.adt.compatibility.internal.discovery.Discovery.access$0(Discovery.java:58)
at com.sap.adt.compatibility.internal.discovery.Discovery$DiscoveryProxy.verifyDelegate(Discovery.java:143)
at com.sap.adt.compatibility.internal.discovery.Discovery$DiscoveryProxy.getCollectionMember(Discovery.java:161)
at com.sap.adt.compatibility.internal.graph.provider.GraphProviderFactory.getGraphProvider(GraphProviderFactory.java:39)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzer.processExtensionPointGraphProviders(GraphAnalyzer.java:275)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzer.isNodeAvailable(GraphAnalyzer.java:172)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.isNodeAvailable(GraphAnalyzerProxy.java:124)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.verifyIsLoaded(GraphAnalyzerProxy.java:89)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.getGraphAnalyzer(GraphAnalyzerProxy.java:58)
at com.sap.adt.compatibility.base.internal.Activator.getCompatibilityGraphAnalyzer(Activator.java:92)
at com.sap.adt.compatibility.internal.graph.analyzer.CompatibilityGraphAnalyzer.<init>(CompatibilityGraphAnalyzer.java:21)
at com.sap.adt.compatibility.internal.graph.analyzer.CompatibilityGraphAnalyzer.<init>(CompatibilityGraphAnalyzer.java:17)
at com.sap.adt.compatibility.internal.Activator.getCompatibilityGraphAnalyzer(Activator.java:152)
at com.sap.adt.destinations.internal.logon.AdtLogonService$1.runInternal(AdtLogonService.java:183)
at com.sap.adt.communication.util.CancelableBlockingJob$BlockingJob.run(CancelableBlockingJob.java:195)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
Caused by: com.sap.conn.jco.JCoException: (102) JCO_ERROR_COMMUNICATION: Connect from SAP gateway to RFC server failed
Connection parameters: TYPE=A DEST=adt.tmp_1366975667572 ASHOST=xx.xx.xx.xx SYSNR=00 PCS=1

LOCATION    SAP-Gateway on host HOST / sapgw00
ERROR       partner 'XX.XX.XX.XX.XX:sapgw00' not reached
TIME        Fri Apr 26 13:28:17 2013
RELEASE     741
COMPONENT   NI (network interface)
VERSION     40
RC          -10
MODULE      /bas/CGC13/src/base/ni/nixxi.cpp
LINE        3320
DETAIL      NiPConnect2: xx.xx.xx.xx:3300
SYSTEM CALL connect
ERRNO       110
ERRNO TEXT  Connection timed out
COUNTER     6

at com.sap.conn.jco.rt.MiddlewareJavaRfc.generateJCoException(MiddlewareJavaRfc.java:664)
at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcClient.connect(MiddlewareJavaRfc.java:1362)
at com.sap.conn.jco.rt.ClientConnection.connect(ClientConnection.java:736)
at com.sap.conn.jco.rt.RepositoryConnection.connect(RepositoryConnection.java:48)
at com.sap.conn.jco.rt.PoolingFactory.init(PoolingFactory.java:107)
at com.sap.conn.jco.rt.ConnectionManager.createFactory(ConnectionManager.java:276)
at com.sap.conn.jco.rt.DefaultConnectionManager.createFactory(DefaultConnectionManager.java:46)
at com.sap.conn.jco.rt.ConnectionManager.getFactory(ConnectionManager.java:263)
at com.sap.conn.jco.rt.RfcDestination.getSystemID(RfcDestination.java:837)
at com.sap.conn.jco.rt.RepositoryManager.getRepository(RepositoryManager.java:31)
at com.sap.conn.jco.rt.RfcDestination.getRepository(RfcDestination.java:893)
at com.sap.conn.jco.rt.RfcDestination.getRepository(RfcDestination.java:29)
at com.sap.adt.communication.internal.jco.util.JCoFunctionBuilder.createFunctionBuilder(JCoFunctionBuilder.java:58)
at com.sap.adt.communication.internal.jco.dispatcher.JCoRequestDispatcherRestProtocolStrategy.createFunctionBuilder(JCoRequestDispatcherRestProtocolStrategy.java:132)
at com.sap.adt.communication.internal.jco.dispatcher.JCoRequestDispatcherRestProtocolStrategy.createRequestFunction(JCoRequestDispatcherRestProtocolStrategy.java:87)
at com.sap.adt.communication.internal.jco.dispatcher.JCoFunctionExecutor$1.createServiceRequest(JCoFunctionExecutor.java:180)
at com.sap.adt.communication.internal.jco.dispatcher.JCoFunctionExecutor.runInternal(JCoFunctionExecutor.java:97)
... 2 more
Caused by: RfcException: [null]
    message: Connect from SAP gateway to RFC server failed
Connection parameters: TYPE=A DEST=adt.tmp_1366975667572 ASHOST=xx.xx.xx.xx SYSNR=00 PCS=1

LOCATION    SAP-Gateway on host HOST / sapgw00
ERROR       partner 'XX.XX.XX.XX.XX:sapgw00' not reached
TIME        Fri Apr 26 13:28:17 2013
RELEASE     741
COMPONENT   NI (network interface)
VERSION     40
RC          -10
MODULE      /bas/CGC13/src/base/ni/nixxi.cpp
LINE        3320
DETAIL      NiPConnect2: xx.xx.xx.xx:3300
SYSTEM CALL connect
ERRNO       110
ERRNO TEXT  Connection timed out
COUNTER     6

    Return code: RFC_FAILURE(1)
    error group: 102
    key: RFC_ERROR_COMMUNICATION

at com.sap.conn.rfc.engine.RfcIoControl.error_end(RfcIoControl.java:255)
at com.sap.conn.rfc.engine.RfcIoControl.ab_rfcopen(RfcIoControl.java:94)
at com.sap.conn.rfc.api.RfcApi.RfcOpen(RfcApi.java:85)
at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcClient.connect(MiddlewareJavaRfc.java:1329)
... 17 more

!ENTRY com.sap.adt.logging 1 0 2013-04-26 13:28:17.742
!MESSAGE [INFO] <exiting> isRegistered(destinationId=adt.tmp_1366975667572): true
!STACK 0
com.sap.adt.logging.internal.StackTrace: <exiting> isRegistered(destinationId=adt.tmp_1366975667572): true
at com.sap.adt.communication.internal.jco.JCoDestinationRegistry.isRegistered(JCoDestinationRegistry.java:202)
at com.sap.adt.destinations.internal.logon.AdtLogonService.isLoggedOn(AdtLogonService.java:83)
at com.sap.adt.debugger.ui.internal.launch.AutoAttachHelper.isLoggedOn(AutoAttachHelper.java:416)
at com.sap.adt.debugger.ui.internal.launch.AutoAttachBackendListener.isActive(AutoAttachBackendListener.java:182)
at com.sap.adt.communication.internal.notification.SessionNotificationManager$ContributedListenerProxy.isActive(SessionNotificationManager.java:198)
at com.sap.adt.communication.internal.notification.SessionNotificationManager.isListenerActive(SessionNotificationManager.java:154)
at com.sap.adt.communication.internal.notification.SessionNotificationManager.notifyCycleStarted(SessionNotificationManager.java:104)
at com.sap.adt.communication.internal.notification.SessionNotificationManager.notifyCycleStarted(SessionNotificationManager.java:69)
at com.sap.adt.communication.internal.session.SystemSession.notifyCycleStarted(SystemSession.java:254)
at com.sap.adt.communication.internal.session.SystemSession.sendRequest(SystemSession.java:152)
at com.sap.adt.communication.internal.resources.RestResource.invoke(RestResource.java:136)
at com.sap.adt.communication.internal.resources.RestResource.get(RestResource.java:61)
at com.sap.adt.compatibility.internal.graph.provider.GraphProviderFactory.getGraphProvider(GraphProviderFactory.java:52)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzer.processExtensionPointGraphProviders(GraphAnalyzer.java:275)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzer.isNodeAvailable(GraphAnalyzer.java:172)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.isNodeAvailable(GraphAnalyzerProxy.java:124)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.verifyIsLoaded(GraphAnalyzerProxy.java:89)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.getGraphAnalyzer(GraphAnalyzerProxy.java:58)
at com.sap.adt.compatibility.base.internal.Activator.getCompatibilityGraphAnalyzer(Activator.java:92)
at com.sap.adt.compatibility.internal.graph.analyzer.CompatibilityGraphAnalyzer.<init>(CompatibilityGraphAnalyzer.java:21)
at com.sap.adt.compatibility.internal.graph.analyzer.CompatibilityGraphAnalyzer.<init>(CompatibilityGraphAnalyzer.java:17)
at com.sap.adt.compatibility.internal.Activator.getCompatibilityGraphAnalyzer(Activator.java:152)
at com.sap.adt.destinations.internal.logon.AdtLogonService$1.runInternal(AdtLogonService.java:183)
at com.sap.adt.communication.util.CancelableBlockingJob$BlockingJob.run(CancelableBlockingJob.java:195)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)

!ENTRY com.sap.adt.logging 1 0 2013-04-26 13:28:17.744
!MESSAGE [INFO] <entering> addSession: session = com.sap.adt.communication.internal.jco.session.JCoSession@41ce27; session-ID=4312615

!ENTRY com.sap.adt.logging 1 0 2013-04-26 13:28:17.747
!MESSAGE [INFO] Job is running: JCoFunctionExecutor [triggeringThread="Worker-45 (id=264)", executingThread="Worker-56 (id=328)", executionContext="ExecutionContext [request="GET /sap/bc/adt/compatibility/graph HTTP/1.1
", destination="destination adt.tmp_1366975667572 with properties:{jco.destination.pool_capacity=5, jco.client.deny_initial_password=1, jco.client.lang=EN, jco.client.ashost=xx.xx.xx.xx, jco.destination.auth_type=CONFIGURED_USER, jco.client.destination=adt.tmp_1366975667572, jco.client.user=USER, propertiesProvider=com.sap.mw.jco3.eclipse.internal.DestinationDataProviderImpl, jco.destination.peak_limit=10, jco.client.sysnr=00, adt.r3name=XXX, jco.client.client=000}", systemSession="adt.tmp_1366975667572, stateless", jcoSession="com.sap.adt.communication.internal.jco.session.JCoSession@41ce27; session-ID=4312615"]"]

!ENTRY com.sap.adt.logging 1 0 2013-04-26 13:28:17.749
!MESSAGE [INFO] Waiting for job: JCoFunctionExecutor [triggeringThread="Worker-45 (id=264)", executingThread="Worker-56 (id=328)", executionContext="ExecutionContext [request="GET /sap/bc/adt/compatibility/graph HTTP/1.1
", destination="destination adt.tmp_1366975667572 with properties:{jco.destination.pool_capacity=5, jco.client.deny_initial_password=1, jco.client.lang=EN, jco.client.ashost=xx.xx.xx.xx, jco.destination.auth_type=CONFIGURED_USER, jco.client.destination=adt.tmp_1366975667572, jco.client.user=USER, propertiesProvider=com.sap.mw.jco3.eclipse.internal.DestinationDataProviderImpl, jco.destination.peak_limit=10, jco.client.sysnr=00, adt.r3name=XXX, jco.client.client=000}", systemSession="adt.tmp_1366975667572, stateless", jcoSession="com.sap.adt.communication.internal.jco.session.JCoSession@41ce27; session-ID=4312615"]"]
!STACK 0
com.sap.adt.logging.internal.StackTrace: Waiting for job: JCoFunctionExecutor [triggeringThread="Worker-45 (id=264)", executingThread="null", executionContext="ExecutionContext [request="GET /sap/bc/adt/compatibility/graph HTTP/1.1
", destination="destination adt.tmp_1366975667572 with properties:{jco.destination.pool_capacity=5, jco.client.deny_initial_password=1, jco.client.lang=EN, jco.client.ashost=xx.xx.xx.xx, jco.destination.auth_type=CONFIGURED_USER, jco.client.destination=adt.tmp_1366975667572, jco.client.user=USER, propertiesProvider=com.sap.mw.jco3.eclipse.internal.DestinationDataProviderImpl, jco.destination.peak_limit=10, jco.client.sysnr=00, adt.r3name=XXX, jco.client.client=000}", systemSession="adt.tmp_1366975667572, stateless", jcoSession="com.sap.adt.communication.internal.jco.session.JCoSession@41ce27; session-ID=4312615"]"]
at com.sap.adt.communication.util.CancelableBlockingJob.run(CancelableBlockingJob.java:124)
at com.sap.adt.communication.internal.jco.dispatcher.JCoRequestDispatcher.dispatch(JCoRequestDispatcher.java:140)
at com.sap.adt.communication.internal.session.SystemSession.sendRequest(SystemSession.java:170)
at com.sap.adt.communication.internal.resources.RestResource.invoke(RestResource.java:136)
at com.sap.adt.communication.internal.resources.RestResource.get(RestResource.java:61)
at com.sap.adt.compatibility.internal.graph.provider.GraphProviderFactory.getGraphProvider(GraphProviderFactory.java:52)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzer.processExtensionPointGraphProviders(GraphAnalyzer.java:275)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzer.isNodeAvailable(GraphAnalyzer.java:172)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.isNodeAvailable(GraphAnalyzerProxy.java:124)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.verifyIsLoaded(GraphAnalyzerProxy.java:89)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.getGraphAnalyzer(GraphAnalyzerProxy.java:58)
at com.sap.adt.compatibility.base.internal.Activator.getCompatibilityGraphAnalyzer(Activator.java:92)
at com.sap.adt.compatibility.internal.graph.analyzer.CompatibilityGraphAnalyzer.<init>(CompatibilityGraphAnalyzer.java:21)
at com.sap.adt.compatibility.internal.graph.analyzer.CompatibilityGraphAnalyzer.<init>(CompatibilityGraphAnalyzer.java:17)
at com.sap.adt.compatibility.internal.Activator.getCompatibilityGraphAnalyzer(Activator.java:152)
at com.sap.adt.destinations.internal.logon.AdtLogonService$1.runInternal(AdtLogonService.java:183)
at com.sap.adt.communication.util.CancelableBlockingJob$BlockingJob.run(CancelableBlockingJob.java:195)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)

!ENTRY com.sap.adt.logging 1 0 2013-04-26 13:28:38.871
!MESSAGE [INFO] Job "Executing request "GET /sap/bc/adt/compatibility/graph HTTP/1.1
"" finishes with exception: Status ERROR: com.sap.adt.communication code=0 Connect from SAP gateway to RFC server failed
Connection parameters: TYPE=A DEST=adt.tmp_1366975667572 ASHOST=xx.xx.xx.xx SYSNR=00 PCS=1

LOCATION    SAP-Gateway on host HOST / sapgw00
ERROR       partner 'XX.XX.XX.XX.XX:sapgw00' not reached
TIME        Fri Apr 26 13:28:38 2013
RELEASE     741
COMPONENT   NI (network interface)
VERSION     40
RC          -10
MODULE      /bas/CGC13/src/base/ni/nixxi.cpp
LINE        3320
DETAIL      NiPConnect2: xx.xx.xx.xx:3300
SYSTEM CALL connect
ERRNO       110
ERRNO TEXT  Connection timed out
COUNTER     3
com.sap.conn.jco.JCoException: (102) JCO_ERROR_COMMUNICATION: Connect from SAP gateway to RFC server failed
Connection parameters: TYPE=A DEST=adt.tmp_1366975667572 ASHOST=xx.xx.xx.xx SYSNR=00 PCS=1

LOCATION    SAP-Gateway on host HOST / sapgw00
ERROR       partner 'XX.XX.XX.XX.XX:sapgw00' not reached
TIME        Fri Apr 26 13:28:38 2013
RELEASE     741
COMPONENT   NI (network interface)
VERSION     40
RC          -10
MODULE      /bas/CGC13/src/base/ni/nixxi.cpp
LINE        3320
DETAIL      NiPConnect2: xx.xx.xx.xx:3300
SYSTEM CALL connect
ERRNO       110
ERRNO TEXT  Connection timed out
COUNTER     3


!ENTRY com.sap.adt.logging 1 0 2013-04-26 13:28:38.874
!MESSAGE [INFO] Job finished with status Connect from SAP gateway to RFC server failed
Connection parameters: TYPE=A DEST=adt.tmp_1366975667572 ASHOST=xx.xx.xx.xx SYSNR=00 PCS=1

LOCATION    SAP-Gateway on host HOST / sapgw00
ERROR       partner 'XX.XX.XX.XX.XX:sapgw00' not reached
TIME        Fri Apr 26 13:28:38 2013
RELEASE     741
COMPONENT   NI (network interface)
VERSION     40
RC          -10
MODULE      /bas/CGC13/src/base/ni/nixxi.cpp
LINE        3320
DETAIL      NiPConnect2: xx.xx.xx.xx:3300
SYSTEM CALL connect
ERRNO       110
ERRNO TEXT  Connection timed out
COUNTER     3
: JCoFunctionExecutor [triggeringThread="Worker-45 (id=264)", executingThread="Worker-56 (id=328)", executionContext="ExecutionContext [request="GET /sap/bc/adt/compatibility/graph HTTP/1.1
", destination="destination adt.tmp_1366975667572 with properties:{jco.destination.pool_capacity=5, jco.client.deny_initial_password=1, jco.client.lang=EN, jco.client.ashost=xx.xx.xx.xx, jco.destination.auth_type=CONFIGURED_USER, jco.client.destination=adt.tmp_1366975667572, jco.client.user=USER, propertiesProvider=com.sap.mw.jco3.eclipse.internal.DestinationDataProviderImpl, jco.destination.peak_limit=10, jco.client.sysnr=00, adt.r3name=XXX, jco.client.client=000}", systemSession="adt.tmp_1366975667572, stateless", jcoSession="com.sap.adt.communication.internal.jco.session.JCoSession@41ce27; session-ID=4312615"]"]

!ENTRY com.sap.adt.logging 1 0 2013-04-26 13:28:38.879
!MESSAGE [ERROR] Connect from SAP gateway to RFC server failed
Connection parameters: TYPE=A DEST=adt.tmp_1366975667572 ASHOST=xx.xx.xx.xx SYSNR=00 PCS=1

LOCATION    SAP-Gateway on host HOST / sapgw00
ERROR       partner XX.XX.XX.XX.XX:sapgw00 not reached
TIME        Fri Apr 26 13:28:38 2013
RELEASE     741
COMPONENT   NI (network interface)
VERSION     40
RC          -10
MODULE      /bas/CGC13/src/base/ni/nixxi.cpp
LINE        3320
DETAIL      NiPConnect2: xx.xx.xx.xx:3300
SYSTEM CALL connect
ERRNO       110
ERRNO TEXT  Connection timed out
COUNTER     3

!STACK 0
com.sap.conn.jco.JCoException: (102) JCO_ERROR_COMMUNICATION: Connect from SAP gateway to RFC server failed
Connection parameters: TYPE=A DEST=adt.tmp_1366975667572 ASHOST=xx.xx.xx.xx SYSNR=00 PCS=1

LOCATION    SAP-Gateway on host HOST / sapgw00
ERROR       partner 'XX.XX.XX.XX.XX:sapgw00' not reached
TIME        Fri Apr 26 13:28:38 2013
RELEASE     741
COMPONENT   NI (network interface)
VERSION     40
RC          -10
MODULE      /bas/CGC13/src/base/ni/nixxi.cpp
LINE        3320
DETAIL      NiPConnect2: xx.xx.xx.xx:3300
SYSTEM CALL connect
ERRNO       110
ERRNO TEXT  Connection timed out
COUNTER     3

at com.sap.conn.jco.rt.MiddlewareJavaRfc.generateJCoException(MiddlewareJavaRfc.java:664)
at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcClient.connect(MiddlewareJavaRfc.java:1362)
at com.sap.conn.jco.rt.ClientConnection.connect(ClientConnection.java:736)
at com.sap.conn.jco.rt.RepositoryConnection.connect(RepositoryConnection.java:48)
at com.sap.conn.jco.rt.PoolingFactory.init(PoolingFactory.java:107)
at com.sap.conn.jco.rt.ConnectionManager.createFactory(ConnectionManager.java:276)
at com.sap.conn.jco.rt.DefaultConnectionManager.createFactory(DefaultConnectionManager.java:46)
at com.sap.conn.jco.rt.ConnectionManager.getFactory(ConnectionManager.java:263)
at com.sap.conn.jco.rt.RfcDestination.getSystemID(RfcDestination.java:837)
at com.sap.conn.jco.rt.RepositoryManager.getRepository(RepositoryManager.java:31)
at com.sap.conn.jco.rt.RfcDestination.getRepository(RfcDestination.java:893)
at com.sap.conn.jco.rt.RfcDestination.getRepository(RfcDestination.java:29)
at com.sap.adt.communication.internal.jco.util.JCoFunctionBuilder.createFunctionBuilder(JCoFunctionBuilder.java:58)
at com.sap.adt.communication.internal.jco.dispatcher.JCoRequestDispatcherRestProtocolStrategy.createFunctionBuilder(JCoRequestDispatcherRestProtocolStrategy.java:132)
at com.sap.adt.communication.internal.jco.dispatcher.JCoRequestDispatcherRestProtocolStrategy.createRequestFunction(JCoRequestDispatcherRestProtocolStrategy.java:87)
at com.sap.adt.communication.internal.jco.dispatcher.JCoFunctionExecutor$1.createServiceRequest(JCoFunctionExecutor.java:180)
at com.sap.adt.communication.internal.jco.dispatcher.JCoFunctionExecutor.runInternal(JCoFunctionExecutor.java:97)
at com.sap.adt.communication.util.CancelableBlockingJob$BlockingJob.run(CancelableBlockingJob.java:195)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
Caused by: RfcException: [null]
    message: Connect from SAP gateway to RFC server failed
Connection parameters: TYPE=A DEST=adt.tmp_1366975667572 ASHOST=xx.xx.xx.xx SYSNR=00 PCS=1

LOCATION    SAP-Gateway on host HOST / sapgw00
ERROR       partner 'XX.XX.XX.XX.XX:sapgw00' not reached
TIME        Fri Apr 26 13:28:38 2013
RELEASE     741
COMPONENT   NI (network interface)
VERSION     40
RC          -10
MODULE      /bas/CGC13/src/base/ni/nixxi.cpp
LINE        3320
DETAIL      NiPConnect2: xx.xx.xx.xx:3300
SYSTEM CALL connect
ERRNO       110
ERRNO TEXT  Connection timed out
COUNTER     3

    Return code: RFC_FAILURE(1)
    error group: 102
    key: RFC_ERROR_COMMUNICATION

at com.sap.conn.rfc.engine.RfcIoControl.error_end(RfcIoControl.java:255)
at com.sap.conn.rfc.engine.RfcIoControl.ab_rfcopen(RfcIoControl.java:94)
at com.sap.conn.rfc.api.RfcApi.RfcOpen(RfcApi.java:85)
at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcClient.connect(MiddlewareJavaRfc.java:1329)
... 17 more

!ENTRY com.sap.adt.logging 1 0 2013-04-26 13:28:38.884
!MESSAGE [INFO] <entering> removeSession: session = com.sap.adt.communication.internal.jco.session.JCoSession@41ce27; session-ID=4312615

!ENTRY com.sap.adt.logging 1 0 2013-04-26 13:28:38.889
!MESSAGE [INFO] ====>  null [adt.tmp_1366975667572, stateless]
--- REQUEST:
GET /sap/bc/adt/compatibility/graph HTTP/1.1
X-sap-adt-profiling: server-time

--- COMMUNICATION FAILURE:
com.sap.adt.communication.exceptions.CommunicationException: Connection to system "XXX" is currently not available; Destination data=adt.tmp_1366975667572 [client=000, language=EN, systemConfiguration={null} | xx.xx.xx.xx | null | 00 | null | XXX | null | xx.xx.xx.xx | null | SNC_UNAVAILABLE | null | null | null | , user=USER]
------------ Request -----------------------
GET /sap/bc/adt/compatibility/graph HTTP/1.1
X-sap-adt-profiling: server-time


at com.sap.adt.communication.internal.jco.dispatcher.JCoRequestDispatcher.handleJcoException(JCoRequestDispatcher.java:258)
at com.sap.adt.communication.internal.jco.dispatcher.JCoRequestDispatcher.dispatch(JCoRequestDispatcher.java:191)
at com.sap.adt.communication.internal.session.SystemSession.sendRequest(SystemSession.java:170)
at com.sap.adt.communication.internal.resources.RestResource.invoke(RestResource.java:136)
at com.sap.adt.communication.internal.resources.RestResource.get(RestResource.java:61)
at com.sap.adt.compatibility.internal.graph.provider.GraphProviderFactory.getGraphProvider(GraphProviderFactory.java:52)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzer.processExtensionPointGraphProviders(GraphAnalyzer.java:275)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzer.isNodeAvailable(GraphAnalyzer.java:172)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.isNodeAvailable(GraphAnalyzerProxy.java:124)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.verifyIsLoaded(GraphAnalyzerProxy.java:89)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.getGraphAnalyzer(GraphAnalyzerProxy.java:58)
at com.sap.adt.compatibility.base.internal.Activator.getCompatibilityGraphAnalyzer(Activator.java:92)
at com.sap.adt.compatibility.internal.graph.analyzer.CompatibilityGraphAnalyzer.<init>(CompatibilityGraphAnalyzer.java:21)
at com.sap.adt.compatibility.internal.graph.analyzer.CompatibilityGraphAnalyzer.<init>(CompatibilityGraphAnalyzer.java:17)
at com.sap.adt.compatibility.internal.Activator.getCompatibilityGraphAnalyzer(Activator.java:152)
at com.sap.adt.destinations.internal.logon.AdtLogonService$1.runInternal(AdtLogonService.java:183)
at com.sap.adt.communication.util.CancelableBlockingJob$BlockingJob.run(CancelableBlockingJob.java:195)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
Caused by: com.sap.conn.jco.JCoException: (102) JCO_ERROR_COMMUNICATION: Connect from SAP gateway to RFC server failed
Connection parameters: TYPE=A DEST=adt.tmp_1366975667572 ASHOST=xx.xx.xx.xx SYSNR=00 PCS=1

LOCATION    SAP-Gateway on host HOST / sapgw00
ERROR       partner 'XX.XX.XX.XX.XX:sapgw00' not reached
TIME        Fri Apr 26 13:28:38 2013
RELEASE     741
COMPONENT   NI (network interface)
VERSION     40
RC          -10
MODULE      /bas/CGC13/src/base/ni/nixxi.cpp
LINE        3320
DETAIL      NiPConnect2: xx.xx.xx.xx:3300
SYSTEM CALL connect
ERRNO       110
ERRNO TEXT  Connection timed out
COUNTER     3

at com.sap.conn.jco.rt.MiddlewareJavaRfc.generateJCoException(MiddlewareJavaRfc.java:664)
at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcClient.connect(MiddlewareJavaRfc.java:1362)
at com.sap.conn.jco.rt.ClientConnection.connect(ClientConnection.java:736)
at com.sap.conn.jco.rt.RepositoryConnection.connect(RepositoryConnection.java:48)
at com.sap.conn.jco.rt.PoolingFactory.init(PoolingFactory.java:107)
at com.sap.conn.jco.rt.ConnectionManager.createFactory(ConnectionManager.java:276)
at com.sap.conn.jco.rt.DefaultConnectionManager.createFactory(DefaultConnectionManager.java:46)
at com.sap.conn.jco.rt.ConnectionManager.getFactory(ConnectionManager.java:263)
at com.sap.conn.jco.rt.RfcDestination.getSystemID(RfcDestination.java:837)
at com.sap.conn.jco.rt.RepositoryManager.getRepository(RepositoryManager.java:31)
at com.sap.conn.jco.rt.RfcDestination.getRepository(RfcDestination.java:893)
at com.sap.conn.jco.rt.RfcDestination.getRepository(RfcDestination.java:29)
at com.sap.adt.communication.internal.jco.util.JCoFunctionBuilder.createFunctionBuilder(JCoFunctionBuilder.java:58)
at com.sap.adt.communication.internal.jco.dispatcher.JCoRequestDispatcherRestProtocolStrategy.createFunctionBuilder(JCoRequestDispatcherRestProtocolStrategy.java:132)
at com.sap.adt.communication.internal.jco.dispatcher.JCoRequestDispatcherRestProtocolStrategy.createRequestFunction(JCoRequestDispatcherRestProtocolStrategy.java:87)
at com.sap.adt.communication.internal.jco.dispatcher.JCoFunctionExecutor$1.createServiceRequest(JCoFunctionExecutor.java:180)
at com.sap.adt.communication.internal.jco.dispatcher.JCoFunctionExecutor.runInternal(JCoFunctionExecutor.java:97)
... 2 more
Caused by: RfcException: [null]
    message: Connect from SAP gateway to RFC server failed
Connection parameters: TYPE=A DEST=adt.tmp_1366975667572 ASHOST=xx.xx.xx.xx SYSNR=00 PCS=1

LOCATION    SAP-Gateway on host HOST / sapgw00
ERROR       partner 'XX.XX.XX.XX.XX:sapgw00' not reached
TIME        Fri Apr 26 13:28:38 2013
RELEASE     741
COMPONENT   NI (network interface)
VERSION     40
RC          -10
MODULE      /bas/CGC13/src/base/ni/nixxi.cpp
LINE        3320
DETAIL      NiPConnect2: xx.xx.xx.xx:3300
SYSTEM CALL connect
ERRNO       110
ERRNO TEXT  Connection timed out
COUNTER     3

    Return code: RFC_FAILURE(1)
    error group: 102
    key: RFC_ERROR_COMMUNICATION

at com.sap.conn.rfc.engine.RfcIoControl.error_end(RfcIoControl.java:255)
at com.sap.conn.rfc.engine.RfcIoControl.ab_rfcopen(RfcIoControl.java:94)
at com.sap.conn.rfc.api.RfcApi.RfcOpen(RfcApi.java:85)
at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcClient.connect(MiddlewareJavaRfc.java:1329)
... 17 more

--- REQUEST STACK TRACE (thread: Worker-45)com.sap.adt.communication.internal.StackTrace
at com.sap.adt.communication.internal.session.SystemSession.sendRequest(SystemSession.java:149)
at com.sap.adt.communication.internal.resources.RestResource.invoke(RestResource.java:136)
at com.sap.adt.communication.internal.resources.RestResource.get(RestResource.java:61)
at com.sap.adt.compatibility.internal.graph.provider.GraphProviderFactory.getGraphProvider(GraphProviderFactory.java:52)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzer.processExtensionPointGraphProviders(GraphAnalyzer.java:275)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzer.isNodeAvailable(GraphAnalyzer.java:172)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.isNodeAvailable(GraphAnalyzerProxy.java:124)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.verifyIsLoaded(GraphAnalyzerProxy.java:89)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.getGraphAnalyzer(GraphAnalyzerProxy.java:58)
at com.sap.adt.compatibility.base.internal.Activator.getCompatibilityGraphAnalyzer(Activator.java:92)
at com.sap.adt.compatibility.internal.graph.analyzer.CompatibilityGraphAnalyzer.<init>(CompatibilityGraphAnalyzer.java:21)
at com.sap.adt.compatibility.internal.graph.analyzer.CompatibilityGraphAnalyzer.<init>(CompatibilityGraphAnalyzer.java:17)
at com.sap.adt.compatibility.internal.Activator.getCompatibilityGraphAnalyzer(Activator.java:152)
at com.sap.adt.destinations.internal.logon.AdtLogonService$1.runInternal(AdtLogonService.java:183)
at com.sap.adt.communication.util.CancelableBlockingJob$BlockingJob.run(CancelableBlockingJob.java:195)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)

<====

!ENTRY com.sap.adt.logging 1 0 2013-04-26 13:28:38.893
!MESSAGE [INFO] <exiting> isRegistered(destinationId=adt.tmp_1366975667572): true
!STACK 0
com.sap.adt.logging.internal.StackTrace: <exiting> isRegistered(destinationId=adt.tmp_1366975667572): true
at com.sap.adt.communication.internal.jco.JCoDestinationRegistry.isRegistered(JCoDestinationRegistry.java:202)
at com.sap.adt.destinations.internal.logon.AdtLogonService.isLoggedOn(AdtLogonService.java:83)
at com.sap.adt.debugger.ui.internal.launch.AutoAttachHelper.isLoggedOn(AutoAttachHelper.java:416)
at com.sap.adt.debugger.ui.internal.launch.AutoAttachBackendListener.isActive(AutoAttachBackendListener.java:182)
at com.sap.adt.communication.internal.notification.SessionNotificationManager$ContributedListenerProxy.isActive(SessionNotificationManager.java:198)
at com.sap.adt.communication.internal.notification.SessionNotificationManager.isListenerActive(SessionNotificationManager.java:154)
at com.sap.adt.communication.internal.notification.SessionNotificationManager.notifyCycleFinished(SessionNotificationManager.java:89)
at com.sap.adt.communication.internal.notification.SessionNotificationManager.notifyCycleFinished(SessionNotificationManager.java:319)
at com.sap.adt.communication.internal.session.SystemSession.notifyCycleFinished(SystemSession.java:221)
at com.sap.adt.communication.internal.session.SystemSession.sendRequest(SystemSession.java:187)
at com.sap.adt.communication.internal.resources.RestResource.invoke(RestResource.java:136)
at com.sap.adt.communication.internal.resources.RestResource.get(RestResource.java:61)
at com.sap.adt.compatibility.internal.graph.provider.GraphProviderFactory.getGraphProvider(GraphProviderFactory.java:52)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzer.processExtensionPointGraphProviders(GraphAnalyzer.java:275)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzer.isNodeAvailable(GraphAnalyzer.java:172)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.isNodeAvailable(GraphAnalyzerProxy.java:124)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.verifyIsLoaded(GraphAnalyzerProxy.java:89)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.getGraphAnalyzer(GraphAnalyzerProxy.java:58)
at com.sap.adt.compatibility.base.internal.Activator.getCompatibilityGraphAnalyzer(Activator.java:92)
at com.sap.adt.compatibility.internal.graph.analyzer.CompatibilityGraphAnalyzer.<init>(CompatibilityGraphAnalyzer.java:21)
at com.sap.adt.compatibility.internal.graph.analyzer.CompatibilityGraphAnalyzer.<init>(CompatibilityGraphAnalyzer.java:17)
at com.sap.adt.compatibility.internal.Activator.getCompatibilityGraphAnalyzer(Activator.java:152)
at com.sap.adt.destinations.internal.logon.AdtLogonService$1.runInternal(AdtLogonService.java:183)
at com.sap.adt.communication.util.CancelableBlockingJob$BlockingJob.run(CancelableBlockingJob.java:195)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)

!ENTRY com.sap.adt.logging 1 0 2013-04-26 13:28:38.896
!MESSAGE [INFO] <entering> unregister: destinationId = adt.tmp_1366975667572
!STACK 0
com.sap.adt.logging.internal.StackTrace: <entering> unregister: destinationId = adt.tmp_1366975667572
at com.sap.adt.communication.internal.jco.JCoDestinationRegistry.unregister(JCoDestinationRegistry.java:185)
at com.sap.adt.destinations.internal.logon.AdtLogonService.deregister(AdtLogonService.java:307)
at com.sap.adt.destinations.internal.logon.AdtLogonService.access$2(AdtLogonService.java:300)
at com.sap.adt.destinations.internal.logon.AdtLogonService$1.runInternal(AdtLogonService.java:196)
at com.sap.adt.communication.util.CancelableBlockingJob$BlockingJob.run(CancelableBlockingJob.java:195)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)

!ENTRY com.sap.adt.logging 1 0 2013-04-26 13:28:45.173
!MESSAGE [INFO] <entering> unregister: destinationId = adt.tmp_1366975667572
!STACK 0
com.sap.adt.logging.internal.StackTrace: <entering> unregister: destinationId = adt.tmp_1366975667572
at com.sap.adt.communication.internal.jco.JCoDestinationRegistry.unregister(JCoDestinationRegistry.java:185)
at com.sap.adt.tools.core.ui.internal.project.wizard.NewAbapProjectWizard.performCancel(NewAbapProjectWizard.java:143)
at org.eclipse.jface.wizard.WizardDialog.okToClose(WizardDialog.java:954)
at org.eclipse.jface.wizard.WizardDialog.close(WizardDialog.java:485)
at org.eclipse.jface.wizard.WizardDialog.cancelPressed(WizardDialog.java:473)
at org.eclipse.jface.wizard.WizardDialog$1.widgetSelected(WizardDialog.java:323)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4169)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3758)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
at org.eclipse.jface.window.Window.open(Window.java:801)
at org.eclipse.ui.internal.handlers.WizardHandler$New.executeHandler(WizardHandler.java:259)
at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:279)
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:290)
at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:76)
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.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:229)
at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:210)
at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:131)
at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:171)
at org.eclipse.ui.internal.handlers.LegacyHandlerService.executeCommand(LegacyHandlerService.java:500)
at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4169)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3758)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1029)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:923)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:86)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:588)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:543)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
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.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)

!ENTRY com.sap.adt.logging 1 0 2013-04-26 13:28:45.177
!MESSAGE [INFO] <entering> unregister: destinationId = adt.tmp_1366975667572
!STACK 0
com.sap.adt.logging.internal.StackTrace: <entering> unregister: destinationId = adt.tmp_1366975667572
at com.sap.adt.communication.internal.jco.JCoDestinationRegistry.unregister(JCoDestinationRegistry.java:185)
at com.sap.adt.project.ui.internal.wizard.NewAdtCoreProjectWizard.performCancel(NewAdtCoreProjectWizard.java:157)
at com.sap.adt.tools.core.ui.internal.project.wizard.NewAbapProjectWizard.performCancel(NewAbapProjectWizard.java:148)
at org.eclipse.jface.wizard.WizardDialog.okToClose(WizardDialog.java:954)
at org.eclipse.jface.wizard.WizardDialog.close(WizardDialog.java:485)
at org.eclipse.jface.wizard.WizardDialog.cancelPressed(WizardDialog.java:473)
at org.eclipse.jface.wizard.WizardDialog$1.widgetSelected(WizardDialog.java:323)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4169)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3758)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
at org.eclipse.jface.window.Window.open(Window.java:801)
at org.eclipse.ui.internal.handlers.WizardHandler$New.executeHandler(WizardHandler.java:259)
at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:279)
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:290)
at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:76)
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.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:229)
at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:210)
at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:131)
at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:171)
at org.eclipse.ui.internal.handlers.LegacyHandlerService.executeCommand(LegacyHandlerService.java:500)
at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4169)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3758)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1029)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:923)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:86)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:588)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:543)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
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.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)

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

ThFiedler
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Ahmed,

is the issue solved now?

Regards,

Thomas.

0 Kudos

Hello Thomas,

The issue is still not solved.

Thanks.

Regards,

Ahmed

0 Kudos

prob only with SMP I think

0 Kudos

eclipse.buildId=4.28.0.20230608-1200

java.version=17.0.8.1

java.vendor=Eclipse Adoptium

BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US

Framework arguments: -product org.eclipse.epp.package.java.product

Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.java.product

com.sap.adt.logging

Info

Wed Oct 04 09:10:41 BOT 2023

[ERROR] Illegal monitor instance

java.lang.IllegalArgumentException: Illegal monitor argument: null

at com.sap.adt.communication.internal.resources.RestResource.invoke(RestResource.java:48)

at com.sap.adt.communication.internal.resources.AbstractRestResource.get(AbstractRestResource.java:46)

at com.sap.adt.compatibility.internal.discovery.DiscoveryProxy.createProductiveDiscovery(DiscoveryProxy.java:149)

at com.sap.adt.compatibility.internal.discovery.DiscoveryProxy.verifyDelegate(DiscoveryProxy.java:54)

at com.sap.adt.compatibility.internal.discovery.DiscoveryProxy.getStatus(DiscoveryProxy.java:129)

at com.sap.adt.compatibility.internal.graph.provider.GraphProviderFactory.getGraphProvider(GraphProviderFactory.java:45)

at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzer.processExtensionPointGraphProviders(GraphAnalyzer.java:265)

at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzer.isNodeAvailable(GraphAnalyzer.java:169)

at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.isNodeAvailable(GraphAnalyzerProxy.java:124)

at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.verifyIsLoaded(GraphAnalyzerProxy.java:89)

at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.getGraphAnalyzer(GraphAnalyzerProxy.java:58)

at com.sap.adt.compatibility.base.internal.BaseCompatibilityPluginInternal.getCompatibilityGraphAnalyzer(BaseCompatibilityPluginInternal.java:16)

at com.sap.adt.compatibility.internal.graph.analyzer.CompatibilityGraphAnalyzer.<init>(CompatibilityGraphAnalyzer.java:21)

at com.sap.adt.compatibility.internal.graph.analyzer.CompatibilityGraphAnalyzer.<init>(CompatibilityGraphAnalyzer.java:17)

at com.sap.adt.compatibility.internal.Activator.getCompatibilityGraphAnalyzer(Activator.java:135)

at com.sap.adt.destinations.internal.logon.AdtLogonService$1.runInternal(AdtLogonService.java:275)

at com.sap.adt.communication.util.CancelableBlockingJob$BlockingJob.run(CancelableBlockingJob.java:249)

at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)

I have the same error see the log here

Former Member
0 Kudos

I have the same error. Any idea on what the problem could be?

0 Kudos

I had a similar error, however, we identified it was due to SSO.

On disabling it, it came up with an authorization error for /sap/bc/adt/compatibility/graph


0 Kudos

Can anyone confirm if this issue is resolved? If yes, how?

0 Kudos

Hello Anit,

You need at least a 7,30 abap system  to enjoy coding with eclipse.

Regards,

Mohamed Mehdi AIDOUDI.

former_member186216
Active Participant

Hello Ahmed,

please see also the similar http://scn.sap.com/thread/3473622 - I repeat my answer here:

"we have seen similar issues related to the resolution of host names or IP numbers.

Please try the following:

Add the IP number you are using in the system connection to profile parameter gw/alternative_hostnames of the application server you are trying to connect to."

Best regards,

Marco


0 Kudos

Hello Marco.

I have configured the IP address in the host file, But I still the same problem that I can't log in.

The version of SAP GUI is 740.

thanks for help.

July.

vt1003
Discoverer

If someone gets this error, try to select "Custom Application Server" for the Connection type.

Afterwards type in "Application Server" and "Instance number". Both can be found in SAP Logon Properties for a concrete system.