cancel
Showing results for 
Search instead for 
Did you mean: 

Error while removing configuration from NWDS.

Former Member
0 Kudos

Hi,

I am trying to remove the configuration from Development Configuration perspective in NWDS. I got a Null pointerException, stating that "istNodesWhereSomethingIsCheckedOut".

However no file is checked out in my workspace.

Can you please help me regarding this problem?

Following is the error message.

-


java.lang.NullPointerException

at com.sap.tc.devconf.impl.DevelopmentConfiguration.listNodesWhereSomethingIsCheckedOut(DevelopmentConfiguration.java:4022)

at com.sap.tc.devconf.DevelopmentConfigurationFactory.assertNothingCheckedOut(DevelopmentConfigurationFactory.java:1292)

at com.sap.tc.devconf.DevelopmentConfigurationFactory.removeConfiguration(DevelopmentConfigurationFactory.java:991)

at com.sap.tc.devconf.DevelopmentConfigurationFactory.removeConfiguration(DevelopmentConfigurationFactory.java:919)

at com.sap.tc.devconf.DevelopmentConfigurationFactory.removeConfiguration(DevelopmentConfigurationFactory.java:900)

at com.sap.tc.devconf.DevelopmentConfigurationFactory.removeConfiguration(DevelopmentConfigurationFactory.java:863)

at com.sap.ide.eclipse.component.provider.actions.DevConfRemoveAction.removeDevelopmentConfigurations(DevConfRemoveAction.java:169)

at com.sap.ide.eclipse.component.provider.actions.DevConfRemoveAction.run(DevConfRemoveAction.java:81)

at com.tssap.selena.model.extension.action.SelenaActionCollector$GenericElementActionWrapper.run(SelenaActionCollector.java:224)

at com.tssap.util.ui.menu.MenuFactory$MuSiAction.saveRunAction(MenuFactory.java:1425)

at com.tssap.util.ui.menu.MenuFactory$MuSiAction.run(MenuFactory.java:1407)

at com.tssap.util.ui.menu.MenuFactory$DelegateAction.processInternal(MenuFactory.java:616)

at com.tssap.util.ui.menu.MenuFactory$DelegateAction.access$100(MenuFactory.java:586)

at com.tssap.util.ui.menu.MenuFactory$DelegateAction$BusyProcessWorker.run(MenuFactory.java:716)

at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)

at com.tssap.util.ui.menu.MenuFactory$DelegateAction.process(MenuFactory.java:610)

at com.tssap.util.ui.menu.internal.MenuListenerFactory$ProcessAdapter.widgetSelected(MenuListenerFactory.java:172)

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

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

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

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

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

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

at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)

at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:79)

at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)

at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)

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

at com.sap.ide.eclipse.startup.Main.basicRun(Main.java:291)

at com.sap.ide.eclipse.startup.Main.run(Main.java:789)

at com.sap.ide.eclipse.startup.Main.main(Main.java:607)

-


Many Thanks

Abdul

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Please make sure there are no open activities or activities waiting for release before removing the configurations

Change Workspace settings from the default one to a new location:

http://help.sap.com/saphelp_nw70/helpdata/EN/03/eb813f0e614a18e10000000a114084/frameset.htm

Nex time you open NWDS, it will have clean workspace, so you can connect to NWDI and bring in any project from DTR.

Thanks

Rishi Abrol

Former Member
0 Kudos

Thank you Rishi,

The above link is very useful.

Abdul Gafar

Answers (2)

Answers (2)

Former Member
0 Kudos

This problem is solved...

Former Member
0 Kudos

Check for open activities in Development configuration perspective: If no activities found then delete the workspace. Then try to import the new configuration in new workspace.

It is working fine in my case.

Abdul Gafar.