cancel
Showing results for 
Search instead for 
Did you mean: 

Web dynpro application not available when running iview wizard

Former Member
0 Kudos

When I run the iview wizard to create a web dynpro iview I find the folder local/<MyProjectName.

But when opening myProjectName folder the Application is missing, so I cannot create the iview.

When running the web dynpro Content Administrator I find the application in the ProjectName folder, but when I try to run it I get the exception:

com.sap.tc.webdynpro.repository.utils.RepositoryException: Did not find application 'MyTestApplication' in repository.

What could be the issue?

B.r

Olof

Accepted Solutions (1)

Accepted Solutions (1)

former_member197348
Active Contributor
0 Kudos

Hi Olof,

Probably the application was not deployed correctly. Stay logged in to the portal. Without closing this window, deploy the application once again and check in content administrator -> web dynpro. If it is run successfully then only you can access in Portal content studio and create the iView.

Regards,

Siva

Former Member
0 Kudos

Hi Siva,

I tried this but it still doesn't work for me:

I get this error

 com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Cannot open repository for application 'MyApplication'.
	at com.sap.tc.webdynpro.serverimpl.wdc.um.ClientUserFactory.isAuthenticationRequired(ClientUserFactory.java:316)
	at com.sap.tc.webdynpro.serverimpl.wdc.um.ClientUserFactory.checkAuthentication(ClientUserFactory.java:244)
	at com.sap.tc.webdynpro.services.sal.um.api.WDClientUser.checkAuthentication(WDClientUser.java:217)
	at com.sap.tc.webdynpro.clientserver.session.RequestManager.checkAuthentication(RequestManager.java:626)
	at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:144)
	at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
	at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:46)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
	at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
	at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
	at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
	at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
	at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
	at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
	at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:160)
	at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
	at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
	at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
	at java.security.AccessController.doPrivileged(Native Method)
	at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
	at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
Caused by: com.sap.tc.webdynpro.repository.utils.RepositoryException: Did not find application 'MyApplication' in repository.
	at com.sap.tc.webdynpro.serverimpl.core.repository.AbstractServerRepository.getApplicationInternal(AbstractServerRepository.java:167)
	at com.sap.tc.webdynpro.serverimpl.wdc.um.ClientUserFactory.isAuthenticationRequired(ClientUserFactory.java:307)
	... 22 more 

Edited by: Olof Trönnberg on Aug 20, 2009 12:42 PM

former_member197348
Active Contributor
0 Kudos

Hi Olof,

I think the problem is authentication. Try like this:

In NWDS, open the web dynpro project -> Applications -> Double click on your application 
Click on Appication Proerties tab ->Click on "New" button -> Click on "Browse.." button
Select "Authentication" property -> Click on "OK" -> In the Value field select "true" -> Click on "Finish" -> Rebuild the project
Close all browser windows -> Rebuild the project. Deploy your application once again.

Let me know if this also does not help to solve your problem.

Regards,

Siva

Former Member
0 Kudos

Thanks for the reply,

I tried what you wrote but I still get the same problem and error message,

Br

Olof

former_member197348
Active Contributor
0 Kudos

Hi Olof,

You have two ways.

1. Rename the WD Component-> As we can not rename the application, delete the application and create the new application (Check the 'Authentication' field) . Again deploy the new application.

OR

2. Undeploy the application that you deployed.

Check this [thread |; to know how to undeploy the application in SDM and Visual Administrator. Especially the last two posts by Mr.Gopal.

Regards,

Siva

Former Member
0 Kudos

Thank you Sunaina and Siva for the good replies :-).

Regards

Olof

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You undeploy the application from SDM.

follow this procedure,

1)<Drive:>\usr\sap\J2E\JC00\SDM\program. Run RemoteGUI.bat file.

2)Login with SDM password.

3)Go to Undeployment tab.

4)Select the webdynpro application.

5)Click Start Undeployment.

6)Confirm to Finish.

Regards,

Sunaina Reddy T