cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro Explorer

Former Member
0 Kudos

Hi all!

My Web Dynpro Explorer in Web Dynpro Perspective is gone!

When i'm in Web Dynpro Perspective all I can see is the navigator. The Web Dynpro Explorer tab is gone..

Anyone got any idea?

Regards,

Simon

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi simon,

For this u go to

<b>window>show view>webdynpro explorer.</b>

If webdynpro explorer is not available then click other and selec the webdynpro explorer.

This should show ur web dynpro perspective view.

Hope this solves ur problem.

Regards,

Nagarajan.

Former Member
0 Kudos

Hi Nagarajan,

I see the perspective.. that's not the issue, I just dont't see the Web Dynpro Explorer.

Thanks

Simon

Former Member
0 Kudos

Hi simon,

Inorder to see the web dynpro explorer then;

<b>window>show view>other>webdynpro(this will be of folder type.Expand it)>web dynpro explorer.</b>

This is the result.

Regards,

Nagarajan.

Former Member
0 Kudos

Hi Nagarajan,

In window->showview->other i don't have webdynpro folder! This is strange.. I have Basic, CBS Activation,...,Other.

I was working on my project and when I tried to open a new project the explorer disappeared...

Regards,

Simon

Former Member
0 Kudos

simon,

1)R u able to create a web dynpro project?

2)Able to open web dynpro perspective?

Then it should be possible,how come this is not there.

strange.close ur IDE and again reopen.Try creating a new project and then go to show view to c the explorer.

Scroll down in the show view-->other to c the web dynpro explorer.

Regards,

Nagarajan.

Message was edited by: Nagarajan Kumarappan

Former Member
0 Kudos

Nagarajan,

1)yes

2)yes

I think it is strange too!

I've tried restarting, rebooting, reinstalling and make new project nothing...

Maybe my NWDS has started early on it's holidays?:)

Simon

Former Member
0 Kudos

Hi,

Have a copy of the Workspace and reinstall the NWDS.

Ones reinstalled you can import the workspace projects.

Regards,

S.Divakar

Answers (4)

Answers (4)

former_member8655
Active Participant
0 Kudos

Hi Somon

We reinstalled our java sdk 1.4

so u if haven't done that than try it once

It might work

Mitesh

former_member8655
Active Participant
0 Kudos

Hi Simon

I have faced a similar kind of problem

and i was able to resolve by reinstalling NWDS

as well as sdk

So try that if it works

Happy New Year

Mitesh

Former Member
0 Kudos

Hi Mitesh

I have tried reinstalling NWDS, but not the sdk.

Which sdk do you mean? Sun or SAP?

Happy new year!

Simon

Former Member
0 Kudos

Hi Mitesh!

I've tried to reinstall just now. No luck.

It's getting kind of urgent! can't get any work done without it.

You guys have any other ideas?

Former Member
0 Kudos

You might try to start Eclipse with the "-clean" argument, but I have no idea if it helps in your case.

Armin

Former Member
0 Kudos

Hi Armin!

Running the -clean argument did it!

Thanks alot!

edit:

Actually it didn't... when I ran it on SapIde.exe the same problem as before. I can't use ecplise.exe couse it doesn't support Workspace I set with SapIde.exe

Regards,

Simon

Message was edited by: Simon Andreassen

Former Member
0 Kudos

The workspace can be specified using the -data argument.

You could also try to delete the content of the .metadata/.plugins folder inside your workspace.

Don't forget to remove the -clean argument again because it slows down starting Eclipse.

Armin

Former Member
0 Kudos

Hi Simon,

would you please post the error-logfile (\workspace\.metadata\.log) of your NWDS and the build-id (Help->About->NWDS).

Regards, Ingo

Former Member
0 Kudos

Hi Ingolf

.log:

[code]!STACK 1

org.eclipse.ui.PartInitException: Could not create view: com.sap.ide.webdynpro.projectbrowser.views.ProjectBrowserView

at org.eclipse.ui.internal.ViewFactory.createView(ViewFactory.java:57)

at org.eclipse.ui.internal.Perspective.showView(Perspective.java:1462)

at org.eclipse.ui.internal.WorkbenchPage.busyShowView(WorkbenchPage.java:655)

at org.eclipse.ui.internal.WorkbenchPage.access$9(WorkbenchPage.java:634)

at org.eclipse.ui.internal.WorkbenchPage$13.run(WorkbenchPage.java:2777)

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

at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:2774)

at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:2764)

at com.sap.ide.webdynpro.archivebuilder.perspective.WebDynproPerspective$1.run(WebDynproPerspective.java:106)

at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)

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

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

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

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)

!ENTRY org.eclipse.ui 4 0 des 22, 2005 15:23:07.858

!MESSAGE Could not create view: com.sap.ide.webdynpro.projectbrowser.views.ProjectBrowserView[/code]

Version: 2.0.11

Build id: 200502210240

Regards,

Simon

Former Member
0 Kudos

Hi,

The view is controlled by plugins.. you can copy the plugin's folder from you peer.

\plugins\com.sap.ide.webdynpro.projectbrowser

Divakar

Former Member
0 Kudos

Hi Divakar,

This is a good idea and I would try it, only i'm the only one in the office using NWDS yet.

Regards,

Simon

Former Member
0 Kudos

I find it strange that there isn't any settings I can use to make it show again.

Haven't got to try replacing the files yet, so I don't know how it will work out..

Regards,

Simon

Former Member
0 Kudos

Hi,

Have you tried already resetting perspective ??.

if not go to window -> Reset Perspective

Former Member
0 Kudos

Hi Baskaran,

Yes I have tried resetting .. no luck

Also tried restarting, rebooting and reinstalling NWDS.

Regards

Simon