cancel
Showing results for 
Search instead for 
Did you mean: 

error in popup windows

Former Member
0 Kudos

Hi

Recently we had upgraded our development server from sp11 to sp13 and our application was deployed in it. Most of the development had taken place in sp11.

We are now facing a unique error from modal pop up windows. When we invoke the pop up window, some error dump is getting displayed as a background along with the popup view with the required UI controls. Though we are able to retrieve the error dump from the server, we are still not able to trace what is the issue. Its across all the pop ups.

So we had a intial brief that it might be from the application, however, we created a simple new application and had the pop up, the error dump persists at the background.

As a next step, we deployed the application in my local server running in sp12 and it works Fine !.

Not sure whether its related to the server versions or NWDS versions..

please let me know a solution

thanks in advance.

error dump

full dump:

#1.5#0004AC5747DE00420000001C001180A4000406F566BB598E#1133550967150#com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl#sap.com/tcwddispwda#com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl#WB182362#460##wbes019.client_dev_508838050#WB182362#9bb1b660636611dac9d00004ac5747de#SAPEngine_Application_Thread[impl:3]_22##0#0#Error#1#/System/Server/WebRequests#Plain###Processing an http request to servlet [dispatcher] finished with error.

The error is: com.sap.tc.webdynpro.services.sal.api.WDDispatcherException: Requested deployable object 'client.org/indiv_ovrvu_tab' and application 'html' are not deployed on the server. Please check the used URL.

Exception id: [0004AC5747DE00420000001A001180A4000406F566BB5664]#

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi sathyanarayanan,

Did you ever find a solution to this problem?

Former Member
0 Kudos

Hi Jason

Yes, we got the solution. Basically, its a theme issue, which after many experiments, we traced it out. A blank.html file that gets generated from the custom theme resides in the server path and that particular folder will contain three other types of htmls, which must be available for a proper theme. If you get a error message like ' application- blank.html' doesnot exist, or something like that, it is because of this issue.

We added a dummy blank.html and then generated it again, to resolve it.

If you have any specific issues do let us know

Thanks