cancel
Showing results for 
Search instead for 
Did you mean: 

Error in NWDS

Former Member
0 Kudos

Hello,

I am facing an issue on my NWDS.

when I try to go to DC perspective, I get an error stating:

Unable to restore: Activation View.

Reason:

Unable to instantiate view:

com.sap.ide.eclipse.cbs.activation.ui.views.InactiveActivityView

Logs on local machine:

!ENTRY org.eclipse.core.runtime 4 2 Feb 20, 2012 14:50:16.112

!MESSAGE Plug-in com.sap.ide.eclipse.cbs.activation was unable to load class com.sap.ide.eclipse.cbs.activation.ui.ActivationView.

!STACK 0

org.eclipse.core.internal.boot.DelegatingURLClassLoader$DelegatingLoaderException: Attempt to load class "com.sap.ide.eclipse.cbs.activation.ui.ActivationView" from deactivated plug-in "com.sap.ide.eclipse.cbs.activation".

at org.eclipse.core.internal.plugins.PluginClassLoader.shouldLookForClass(PluginClassLoader.java:255)

at org.eclipse.core.internal.plugins.PluginClassLoader.internalFindClassParentsSelf(PluginClassLoader.java:174)

at org.eclipse.core.internal.boot.DelegatingURLClassLoader.findClassParentsSelf(DelegatingURLClassLoader.java:485)

at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLClassLoader.java:882)

at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLClassLoader.java:862)

at java.lang.ClassLoader.loadClass(ClassLoader.java:235)

at org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension(PluginDescriptor.java:130)

at org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension(PluginDescriptor.java:167)

at org.eclipse.core.internal.plugins.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:103)

at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:158)

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

at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:155)

at org.eclipse.ui.internal.registry.ViewDescriptor.createView(ViewDescriptor.java:51)

at org.eclipse.ui.internal.ViewFactory$2.run(ViewFactory.java:115)

at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1006)

at org.eclipse.core.runtime.Platform.run(Platform.java:413)

at org.eclipse.ui.internal.ViewFactory.busyRestoreView(ViewFactory.java:98)

at org.eclipse.ui.internal.ViewFactory$1.run(ViewFactory.java:82)

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

at org.eclipse.ui.internal.ViewFactory.restoreView(ViewFactory.java:78)

at org.eclipse.ui.internal.ViewFactory$ViewReference.getPart(ViewFactory.java:332)

at org.eclipse.ui.internal.WorkbenchPage$1.propertyChange(WorkbenchPage.java:123)

at org.eclipse.ui.internal.LayoutPart.setVisible(LayoutPart.java:235)

at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:348)

at org.eclipse.ui.internal.PartTabFolder.setSelection(PartTabFolder.java:846)

at org.eclipse.ui.internal.PartTabFolder.access$3(PartTabFolder.java:834)

at org.eclipse.ui.internal.PartTabFolder$2.handleEvent(PartTabFolder.java:191)

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

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

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

at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:1745)

at org.eclipse.swt.custom.CTabFolder.onMouseDown(CTabFolder.java:1913)

at org.eclipse.swt.custom.CTabFolder.access$4(CTabFolder.java:1905)

at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:201)

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 get a similar error when I try to open the Web Dynpro perspective.

I have un-installed and re-installed NWDS. But no luck.

Any inputs on this?

Thanks in advance.

Regards,

Sudeep

Accepted Solutions (0)

Answers (2)

Answers (2)

vijay_kumar49
Active Contributor
0 Kudos

Hi,

Removing the .metadata folder and restarting NWDS fixed my NWDS as well. deleted the metadata folder and reimported the tracks and also did the J2ee engine settings again in preferences

Hope this helps!!

Best Regards

Vijay K

Former Member
0 Kudos

Please check in your plugin's if the activation plugin - com.sap.ide.eclipse.cbs.activation in activated ?

Which version of NWDS are you using?

Mahesh

Former Member
0 Kudos

Hello,

The issue was with the user rights for NWDS.

Somehow the privileges for my id went missing on the program files folder on my machine.

So on launching NWDS the plugins were not loaded.

Changed security properties and it worked fine.

Thanks.

- Sudeep