Application Development and Automation 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: 
Read only

ABAP in Eclipse on Mac

0 Likes
1,179

Hi All,

I am trying to configure ABAP on Eclipse on Mac.

I have installed eclipse and added all the plug-in's but when I'm creating an abap project with the new "ABAP Project" Wizzard I'm getting an error "com.sap.adt.destinations.model.internal.config.SAPJavaGuiLogonConfigReader.parseConnectionsFile(SAPJavaGuiLogonConfigReader.java:344)

Looks like it is unable to identify either the content or the file location of SAP Java Logon file.

System Detail:

Eclipse - 3.8

Mac OS 10.8.3

SAP GUI 7.2. Rev. 9

ABAP plug-in 2.0

Thanks in advance.

Regards,

Anuj

3 REPLIES 3
Read only

eckart_liemke
Product and Topic Expert
Product and Topic Expert
0 Likes
819

Hi Anuj,

can you open a CSS ticket for this issue and attach all necessary support information?

(You can get it via Help->Create support information ...)

Thanks,

Eckart

Read only

0 Likes
819

Hi Eckart,

Thanks a lot for your response.

But unfortunately I don't have access to raise a CSS.

Find below the details of error I get when trying to  "Create an ABAP Project"

java.lang.IllegalStateException: java.net.MalformedURLException: no protocol: SAPGUI for Java Configuration

    at com.sap.adt.destinations.model.internal.config.SAPJavaGuiLogonConfigReader.getConfiguredMessageServers(SAPJavaGuiLogonConfigReader.java:350)

    at com.sap.adt.destinations.model.internal.config.SAPJavaGuiLogonConfigReader.getSystemConfigurations(SAPJavaGuiLogonConfigReader.java:117)

    at com.sap.adt.destinations.model.config.SystemConfigurationService.getSystemConfigurations(SystemConfigurationService.java:83)

    at com.sap.adt.tools.core.ui.internal.project.wizard.NewAbapProjectWizard.init(NewAbapProjectWizard.java:51)

    at org.eclipse.ui.internal.dialogs.WorkbenchWizardNode.getWizard(WorkbenchWizardNode.java:185)

    at org.eclipse.jface.wizard.WizardSelectionPage.getNextPage(WizardSelectionPage.java:104)

    at org.eclipse.ui.internal.dialogs.WorkbenchWizardSelectionPage.getNextPage(WorkbenchWizardSelectionPage.java:100)

    at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:908)

    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.Display.sendEvent(Display.java:4136)

    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1458)

    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1481)

    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1466)

    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1271)

    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3982)

    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3621)

    at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)

    at org.eclipse.jface.window.Window.open(Window.java:801)

    at org.eclipse.ui.actions.NewProjectAction.run(NewProjectAction.java:117)

    at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)

    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.Display.sendEvent(Display.java:4136)

    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1458)

    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1481)

    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1466)

    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1271)

    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3982)

    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3621)

    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)

    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)

    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)

    at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)

    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)

    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)

    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(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    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)

Caused by: java.net.MalformedURLException: no protocol: SAPGUI for Java Configuration

    at java.net.URL.<init>(URL.java:567)

    at java.net.URL.<init>(URL.java:464)

    at java.net.URL.<init>(URL.java:413)

    at com.sap.adt.destinations.model.internal.config.SAPJavaGuiLogonConfigReader.getConfiguredMessageServers(SAPJavaGuiLogonConfigReader.java:334)

    ... 53 more

Kindly help resolve the issue.

Regards,

Anuj

Read only

joerg_mann
Product and Topic Expert
Product and Topic Expert
0 Likes
819

Hi Anuj

please see http://scn.sap.com/message/13968002 for details

Regards

Jörg