cancel
Showing results for 
Search instead for 
Did you mean: 

NDS cannot start up

Former Member
0 Kudos

Hi All,

When i'm starting my NDS application its getting started but then after all the views and components are refreshed it fails with the error "error during startup . please check the log file in the .metadata directory" . i checked the log files where i could find the errors.

I was able to start up the application by deleting the work space or also by deleting the folder .metadata . But the problem is that i'm working on code checked out from the dtr and the development components checked out resides in the dtc folder in the ' documents and settings' . So when i delete the workspace or the metadata folder i'm loosing this information and i cannot see the development components once they start up.

Is there any other way to restore the same ?

Any sort of help is appreciated.

Thanks & Regards

Rahul

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You might try the "-clean" option.

Armin

Former Member
0 Kudos

How do i do that. i've tried adding the variable "-clean" as a target inth e propoerties of the NDS shortcut. but i don't find any difference.

Former Member
0 Kudos

Yes, by adding it to the shortcut. Another thing you can try is to delete the plugin-cache folder inside the .metadata folder.

Armin

Former Member
0 Kudos

java.lang.reflect.InvocationTargetException

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

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

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

Caused by: java.lang.reflect.InvocationTargetException

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

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

... 7 more

Caused by: org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException)

at org.eclipse.swt.SWT.error(SWT.java:2330)

at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:101)

at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1999)

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

at org.eclipse.swt.widgets.Display.release(Display.java:1782)

at org.eclipse.swt.graphics.Device.dispose(Device.java:212)

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

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

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

... 8 more

these are a part of the errors...

Former Member
0 Kudos

i've just added it as -clean in the target folder. shoudl i seperate it using "". anyways i've tried it both ways. let me try th other option and will get back . thanks a lot for the immediate response.

thanks

Rahul

former_member186016
Active Contributor
0 Kudos

Check my reply here :

Regards,

Ashwani Kr Sharma

Former Member
0 Kudos

Edit the shortcut that starts NWDS and add "-clean" as command line parameter.

Armin

Answers (1)

Answers (1)

former_member186016
Active Contributor
0 Kudos

What are the errors which you got in the .log file ?

Regards,

Ashwani Kr Sharma