cancel
Showing results for 
Search instead for 
Did you mean: 

NWDS 7.3 SP00 PAT0000 Can´t add R/3 connection

Former Member
0 Kudos

Hi all,

I'm having a problem with NWDS 7.3: when I click add on "R/3 Configuration" under "Window -> Preferences -> Destination Configuration" it isn't display any popup to enter the connection properties.

I'm working with Windows 7 Enterprise and I've installed the NWDS as follows:

  1. Uncompress SAPJVM_6 on C:\
  2. Uncompres nwds-extsoa-7.3-SP00-PAT0000-win32.zip on C:\NWDS73\
  3. Adjust SapNetweaverDeveloperStudio.ini to add the lines
    1. -vm C:\sapjvm_6\bin\
    2. -Dos.Name=Windows XP
    3. -Dos.Version=5.1
  4. Create a shortcut to SapNetweaverDeveloperStudio.exe and add the parameter -vm "C:\sapjvm_6\bin\javaw.exe"
  5. Create JAVA_HOME variable to point C:\sapjvm_6
  6. Adust PATH variable to add $JAVA_HOME\bin

After this procedure I still can´t add an R/3 connection.

Checking the Eclipse UI Workbench plugin log, I assumed the problem is caused by this exception:

java.lang.NullPointerException: while trying to invoke the method java.util.Properties.getProperty(java.lang.String) of an object loaded from local variable 'properties'

at com.sap.ide.jcb.core.service.SAPLogonHelper.<init>(SAPLogonHelper.java:59)

at com.sap.ide.jcb.ui.SAPLogonDialog$MessageServerPane.fillUpLoadBalancingPaneSystems(SAPLogonDialog.java:1037)

at com.sap.ide.jcb.ui.SAPLogonDialog$MessageServerPane.show(SAPLogonDialog.java:387)

at com.sap.ide.jcb.ui.SAPLogonDialog.createControl(SAPLogonDialog.java:127)

at com.sap.ide.jcb.ui.SAPLogonDialog.createDialogArea(SAPLogonDialog.java:69)

at org.eclipse.jface.dialogs.TitleAreaDialog.createContents(TitleAreaDialog.java:147)

at org.eclipse.jface.window.Window.create(Window.java:431)

at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1089)

at com.sap.ide.jcb.ui.BackendPreferencePage$5.widgetSelected(BackendPreferencePage.java:211)

at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)

at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)

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

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

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

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.dialogs.WorkbenchPreferenceDialog.open(WorkbenchPreferenceDialog.java:211)

at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:65)

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.Widget.sendEvent(Widget.java:1003)

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

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

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

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

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

at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)

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

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

at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)

at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)

at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)

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:368)

at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)

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:559)

at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)

at org.eclipse.equinox.launcher.Main.run(Main.java:1311)

at org.eclipse.equinox.launcher.Main.main(Main.java:1287)

Does anyone knows what am I missing? Is it possible to modify an XML or something to add the connection?

Regards,

Gregory.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Problem solved.

It was -Dos.name instead of -Dos.Name and the same for the version.

Regards,

Gregory.

Answers (1)

Answers (1)

ErvinSzolke
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Gregory,

this seems to be a bug in this release, I recommend you to upload a newer version from the update site. You can find all releases here (requires S-User authentication):

https://nwds.sap.com/swdc/downloads/updates/netweaver/nwds/nw/730/doc/auto_com.sap.netweaver.develop...

I hope this helps.

Best Regards,

Ervin