Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Forms & Reports Application freeze after some intervales 11gr2

Asked to LearnOct 14 2016 — edited Oct 14 2016

Information

WebLogic Version: WebLogic Server 10.3.6.0

Java Version:1.7.0_80

OS Name:Windows Server 2012 R2

Application Server: ofm_frmrpts_win_11.1.2.2.0_64 for deployment

Database: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production

It's production Environment.

I successfully install above and run my application successfully. I followed this link for configuration. Only facing problem is

Application hangs/freeze (forms & reports not work) after 2 and half day (almost). I tried to restart all services and don't success to live it again. Everything works again after re-start the Server machine.

F aching this from the beginning and it's about 8~10 months.

Can somebody have any idea or faced this ?

If this forum isn't correct then where should i post ?

Ask2Learn

Comments

PuneetRekhade
Default Weblogic EM console does provide with in-built testing functionality.
Else, you can give a shot to "SOAPUI (http://www.soapui.org/)" tool.

Puneet.
Eric Elzinga
we also use soapui tests for all the integration tests we create
also have a look at soapuipro, lot's of nice functionality

you can easily connect to the database to verify data, or call other webservices to verify if some save action really got saved, and by retrieving all the data you have several different activities to assert your data (groovy, assertions, etc)
we also use some testing support database packages so we can easily trigger some situations we want to test

for loadtesting we use loadui which will eventually use the soapui projects to generate the load, in loadui you can then create production-like situaties (different amount of calls for different services etc)
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 11 2016
Added on Oct 14 2016
4 comments
436 views