cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Reimporting track

Former Member
0 Kudos

Dear All,

I tried to re-import the track and it is giving me the following error:

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.wizard.DevConfWizard.performFinish(DevConfWizard.java:275)+

+ at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:608)+

+ at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:321)+

+ at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:423)+

+ 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.jface.window.Window.runEventLoop(Window.java:583)+

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

+ at com.sap.ide.eclipse.component.provider.actions.DevConfNewAction.run(DevConfNewAction.java:46)+

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

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

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

+ 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)+

I tried to look in the DTR for open activities and there are couple of them still open by other Users. I am unable to view then under Open Activities. How can I close these open activities ?

Regards,

Vijay.

Accepted Solutions (1)

Accepted Solutions (1)

pramod_gopisetty1
Active Contributor
0 Kudos

Hi,

Check out this Article:

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70ee5ab2-8d7a-2c10-d88b-dbe2fdf66...

Check NWDI/JDI System Copy Prerequisites

Step 3 tells you how to handle the activities.

Hope this helps.

Cheers-

Pramod

Former Member
0 Kudos

Hi Pramod,

Thank you. I was able to revert and delete the open activities checked-in by other Users.

However, I am still unable to Re-import the DC's and the same error persists.

Is there any clue why this error is still there ??

Regards,

Vijay.

pramod_gopisetty1
Active Contributor
0 Kudos

Hi,

Try this once and see if you can reimport the track in NWDS.

In NWDS go to Window - Preferences - Expand Java Development Infrastructure - Development Configuration - See the Root Folder.

Go to the root folder location and delete the .dtc folder.

Close the NWDS and open it again and try to import the track and see if it works.

Not sure why NullPointerException occurs in this situation.

Hope this helps.

Cheers-

Pramod

Former Member
0 Kudos

Hi Pramod,

Thanks a ton. Solved my problem.

Now I'm able to remove Configuration and Re-import also.

Regards,

Vijay.

Answers (0)