cancel
Showing results for 
Search instead for 
Did you mean: 

Getting Empty Page(white Page) with out any screen fields when save Button

Former Member
0 Kudos

Hi all,

We are developing WebDynPro Application in Java environment. In that application after selection of some records

from the table view and press the SAVE button it is calling RFC and saves the data.

again I am taking some more records from the table view and again saving the records (calling same RFC )

it is not calling RFC from the UI. Before that it is going to empty page and the server is coming to IDEAL stage(yellow color).

all other functions are working fine. I checked the local J2EE server log and found that it is OUT of Memory and posted the log for your ref.

I am trying with all sort of way Till now The problem has not solved.

I am working in WebvdynPro for the past 3 years Till now I did n't get this type of problem .

kindly halp me with suggestion to p[roceed further.

I checked the sdn i found I have to configure in the Configration tool for J2EE Engine.

If any guys come accross the same type of problem pl send suggestion with details.

Thanks in Advance

srini

ERROR LOG

at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:86)

at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:48)

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

at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)

at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)

at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)

at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)

at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)

at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)

at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)

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

at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:160)

Caused by: com.sap.tc.webdynpro.services.sal.deployment.api.WDDeploymentException: Failed to load deployable object part 'html', type 'Application' of deployable object 'dcx.com.iptbs.vps/rq_apctr'.

at com.sap.tc.webdynpro.serverimpl.core.deployment.AbstractDeployableObject.getPart(AbstractDeployableObject.java:244)

at com.sap.tc.webdynpro.serverimpl.wdc.deployment.DeployableObjectFactory.getDeployableObjectPart(DeployableObjectFactory.java:117)

at com.sap.tc.webdynpro.services.sal.deployment.api.WDDeployableObject.getDeployableObjectPart(WDDeployableObject.java:62)

at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:80)

... 17 more

#

#1.5#0014C25A8E83004E0000000F000012CC00044816ADE8EBF7#1205162151098#com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl#sap.com/tcwddispwda#com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl###0#0#Error#1#/System/Server/WebRequests#Plain###Processing HTTP request to servlet [dispatcher] finished with error.

*The error is: com.sap.tc.webdynpro.services.sal.api.WDDispatcherException: Requested deployable object 'xxx.com./xx_appp' and application 'html' are not deployed on the server. Please check the used URL.Exception id: [0014C25A8E83004E0000000D000012CC00044816ADE8896E]#*

#1.5#0014C25A8E83005B00000000000012CC00044816B29060B2#1205162229192#com.sap.engine.frame.Environment##com.sap.engine.frame.Environment#Guest#2####0d2e9480eeb511dc9c710014c25a8e83#SAPEngine_Application_Thread[impl:3]_14##0#0#Error#1#/System#Plain###FATAL: Caught OutOfMemoryError! Node will exit with exit code 666#

#1.5#0014C25A8E83005B00000001000012CC00044816B29061D1#1205162229192#com.sap.engine.frame.Environment##com.sap.engine.frame.Environment#Guest#2####0d2e9480eeb511dc9c710014c25a8e83#SAPEngine_Application_Thread[impl:3]_14##0#0#Fatal#1#/System#Java###FATAL: Caught OutOfMemoryError! Node will exit with exit code 666

[EXCEPTION]

#1#java.lang.OutOfMemoryError

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Check the following areas if they exists in your program.

repeated calls in the wdDomodify method

calculated attributes which access the set and get of the same. Which may lead to a deadlock scenario.

regards

Ayyapparaj

Former Member
0 Kudos

Hi Srini,

there may be two reasons for this exception:

1. You are using some code probably a loop which is taking too much of time to execute.this has already been suggested to you.so please verify flow of code execution.

2. Your machine is out of memory.So Please try to free up pc memory and use only one application while deploying application.

I have also faced out of memory exception and in my case second reason was applicable.

Thanks.

aMIT bAGATI

Former Member
0 Kudos

Hi

I too encountered the same problem and finally it was due to an infinite loop in the program as Balaram said....

so check your code and see whether any infinite loop is running.

Regards

Chandran S

Former Member
0 Kudos

Hello Sri,

It seems there is some infinitite loop involved in your code.check the code once.if you will not find anything,post the code which makes RFC calls.

Regards,

Balaram Naidu