Load testing in Oracle BPM

Hi,
Can anyone help me how to perform Load testing in Oracle BPM
Regards,
Jai

Hi Jai,
What we are using is Oracle ATS (Application Test Suite) for both functional and load testing (http://www.oracle.com/technetwork/oem/app-test/etest-101273.html) .
Of course there are a lot of open source tools that you can also use such as JMeter.
Cheers
Antonis

Similar Messages

  • Automation Testing of Oracle BPM

    Hi,
    I have just two queries-
    1. Is automation testing of ORACLE BPM possible? If yes, which Automation Testing tool is suitable for Oracle BPM Automation Testing?
    2. What percentage(approx) of the BPM functionalities can be automated?
    Thanks,
    Ritoban Mukhopadhyay

    Hi Jai,
    What we are using is Oracle ATS (Application Test Suite) for both functional and load testing (http://www.oracle.com/technetwork/oem/app-test/etest-101273.html) .
    Of course there are a lot of open source tools that you can also use such as JMeter.
    Cheers
    Antonis

  • Require Help on Load Testing for Oracle Applications

    Hi,
    I have to do a Load Testing on Oracle Application 11i. I am not able to understand from where do I need to start.
    Could any one please help on this ?
    Ramu.

    The tool which I am using for this is "Oracle Application Testing Suite".
    Any help welcome !
    Ramu

  • When i run load test on oracle RDF i get the following modelname_RI busy

    Hi
    Issue:
    When running load test for 250 VU on oracle RDF getting the following error:
    modelname_RI table busy
    This happens for all methods that use inferencing.
    Inferencing used in the application is:
    graph.performInference();
    Kindly suggest wts the remedy for the issue

    database:Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production
    Jena:2.0
    Stack trace:
    SEVERE: rethrew: oracle.spatial.rdf.client.jena.InvalidStatusException: executeBindings: ORA-20000: We do not have a valid rules index for this Model-Rulebase combination
    ORA-06512: at "MDSYS.RDF_MATCH_IMPL_T", line 695
    ORA-06512: at "MDSYS.RDF_MATCH_IMPL_T", line 222
    ORA-06512: at line 1
    oracle.spatial.rdf.client.jena.InvalidStatusException: executeBindings: ORA-20000: We do not have a valid rules index for this Model-Rulebase combination
    ORA-06512: at "MDSYS.RDF_MATCH_IMPL_T", line 695
    ORA-06512: at "MDSYS.RDF_MATCH_IMPL_T", line 222
    ORA-06512: at line 1
         at oracle.spatial.rdf.client.jena.OracleSemQueryPlan.executeBindings(OracleSemQueryPlan.java:329)
         at com.hp.hpl.jena.sparql.engine.iterator.QueryIterBlockTriplesQH$StagePattern.<init>(QueryIterBlockTriplesQH.java:89)
         at com.hp.hpl.jena.sparql.engine.iterator.QueryIterBlockTriplesQH.nextStage(QueryIterBlockTriplesQH.java:55)
         at com.hp.hpl.jena.sparql.engine.iterator.QueryIterRepeatApply.makeNextStage(QueryIterRepeatApply.java:92)
         at com.hp.hpl.jena.sparql.engine.iterator.QueryIterRepeatApply.hasNextBinding(QueryIterRepeatApply.java:54)
         at com.hp.hpl.jena.sparql.engine.iterator.QueryIteratorBase.hasNext(QueryIteratorBase.java:69)
         at com.hp.hpl.jena.sparql.engine.iterator.QueryIterSort.sort(QueryIterSort.java:47)
         at com.hp.hpl.jena.sparql.engine.iterator.QueryIterSort.<init>(QueryIterSort.java:39)
         at com.hp.hpl.jena.sparql.engine.iterator.QueryIterSort.<init>(QueryIterSort.java:34)
         at com.hp.hpl.jena.sparql.engine.main.OpCompiler.compile(OpCompiler.java:355)
         at com.hp.hpl.jena.sparql.engine.main.CompilerDispatch.visit(CompilerDispatch.java:163)
         at com.hp.hpl.jena.sparql.algebra.op.OpOrder.visit(OpOrder.java:28)
         at com.hp.hpl.jena.sparql.engine.main.CompilerDispatch.compile(CompilerDispatch.java:33)
         at com.hp.hpl.jena.sparql.engine.main.OpCompiler.compileOp(OpCompiler.java:94)
         at com.hp.hpl.jena.sparql.engine.main.OpCompiler.compile(OpCompiler.java:361)
         at com.hp.hpl.jena.sparql.engine.main.CompilerDispatch.visit(CompilerDispatch.java:170)
         at com.hp.hpl.jena.sparql.algebra.op.OpProject.visit(OpProject.java:38)
         at com.hp.hpl.jena.sparql.engine.main.CompilerDispatch.compile(CompilerDispatch.java:33)
         at com.hp.hpl.jena.sparql.engine.main.OpCompiler.compileOp(OpCompiler.java:94)
         at com.hp.hpl.jena.sparql.engine.main.OpCompiler.compile(OpCompiler.java:72)
         at com.hp.hpl.jena.sparql.engine.main.QueryEngineMain.eval(QueryEngineMain.java:44)
         at com.hp.hpl.jena.sparql.engine.QueryEngineBase.createPlan(QueryEngineBase.java:86)
         at com.hp.hpl.jena.sparql.engine.QueryEngineBase.getPlan(QueryEngineBase.java:75)
         at com.hp.hpl.jena.sparql.engine.main.QueryEngineMain$1.create(QueryEngineMain.java:67)
         at com.hp.hpl.jena.sparql.engine.QueryExecutionBase.getPlan(QueryExecutionBase.java:282)
         at com.hp.hpl.jena.sparql.engine.QueryExecutionBase.startQueryIterator(QueryExecutionBase.java:259)
         at com.hp.hpl.jena.sparql.engine.QueryExecutionBase.execResultSet(QueryExecutionBase.java:264)
         at com.hp.hpl.jena.sparql.engine.QueryExecutionBase.execSelect(QueryExecutionBase.java:92)
         at my.mimos.stp.kbinterface.impl.rdbms.common.UtilCommon.doSparqlSelect(UtilCommon.java:320)
         at my.mimos.stp.kbinterface.impl.rdbms.oracle.OracleKBInterfaceDAO.processSPARQLQuery(OracleKBInterfaceDAO.java:1722)
         at my.mimos.stp.kbinterface.impl.rdbms.oracle.OracleKBInterfaceDAO.processSPARQLQuery(OracleKBInterfaceDAO.java:1613)
         at my.mimos.stp.kbinterface.impl.rdbms.common.RdbmsImpl.processSPARQLQuery(RdbmsImpl.java:245)
         at my.mimos.stp.kbinterface.webservice.KBInterfaceService.processSPARQLQuery(Unknown Source)
         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:597)
         at com.sun.xml.ws.api.server.InstanceResolver$1.invoke(InstanceResolver.java:246)
         at com.sun.xml.ws.server.InvokerTube$2.invoke(InvokerTube.java:146)
         at com.sun.xml.ws.server.sei.EndpointMethodHandler.invoke(EndpointMethodHandler.java:257)
         at com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(SEIInvokerTube.java:93)
         at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:598)
         at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:557)
         at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:542)
         at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:439)
         at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:243)
         at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:470)
         at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:244)
         at com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletAdapter.java:135)
         at com.sun.xml.ws.transport.http.servlet.WSServletDelegate.doGet(WSServletDelegate.java:129)
         at com.sun.xml.ws.transport.http.servlet.WSServletDelegate.doPost(WSServletDelegate.java:160)
         at com.sun.xml.ws.transport.http.servlet.WSServlet.doPost(WSServlet.java:75)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
         at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
         at java.lang.Thread.run(Thread.java:619)
    com.hp.hpl.jena.shared.JenaException: rethrew: oracle.spatial.rdf.client.jena.InvalidStatusException: executeBindings: ORA-20000: We do not have a valid rules index for this Model-Rulebase combination
    ORA-06512: at "MDSYS.RDF_MATCH_IMPL_T", line 695
    ORA-06512: at "MDSYS.RDF_MATCH_IMPL_T", line 222
    ORA-06512: at line 1
         at oracle.spatial.rdf.client.jena.OracleSemQueryPlan.executeBindings(OracleSemQueryPlan.java:352)
         at com.hp.hpl.jena.sparql.engine.iterator.QueryIterBlockTriplesQH$StagePattern.<init>(QueryIterBlockTriplesQH.java:89)
         at com.hp.hpl.jena.sparql.engine.iterator.QueryIterBlockTriplesQH.nextStage(QueryIterBlockTriplesQH.java:55)
         at com.hp.hpl.jena.sparql.engine.iterator.QueryIterRepeatApply.makeNextStage(QueryIterRepeatApply.java:92)
         at com.hp.hpl.jena.sparql.engine.iterator.QueryIterRepeatApply.hasNextBinding(QueryIterRepeatApply.java:54)
         at com.hp.hpl.jena.sparql.engine.iterator.QueryIteratorBase.hasNext(QueryIteratorBase.java:69)
         at com.hp.hpl.jena.sparql.engine.iterator.QueryIterSort.sort(QueryIterSort.java:47)
         at com.hp.hpl.jena.sparql.engine.iterator.QueryIterSort.<init>(QueryIterSort.java:39)
         at com.hp.hpl.jena.sparql.engine.iterator.QueryIterSort.<init>(QueryIterSort.java:34)
         at com.hp.hpl.jena.sparql.engine.main.OpCompiler.compile(OpCompiler.java:355)
         at com.hp.hpl.jena.sparql.engine.main.CompilerDispatch.visit(CompilerDispatch.java:163)
         at com.hp.hpl.jena.sparql.algebra.op.OpOrder.visit(OpOrder.java:28)
         at com.hp.hpl.jena.sparql.engine.main.CompilerDispatch.compile(CompilerDispatch.java:33)
         at com.hp.hpl.jena.sparql.engine.main.OpCompiler.compileOp(OpCompiler.java:94)
         at com.hp.hpl.jena.sparql.engine.main.OpCompiler.compile(OpCompiler.java:361)
         at com.hp.hpl.jena.sparql.engine.main.CompilerDispatch.visit(CompilerDispatch.java:170)
         at com.hp.hpl.jena.sparql.algebra.op.OpProject.visit(OpProject.java:38)
         at com.hp.hpl.jena.sparql.engine.main.CompilerDispatch.compile(CompilerDispatch.java:33)
         at com.hp.hpl.jena.sparql.engine.main.OpCompiler.compileOp(OpCompiler.java:94)
         at com.hp.hpl.jena.sparql.engine.main.OpCompiler.compile(OpCompiler.java:72)
         at com.hp.hpl.jena.sparql.engine.main.QueryEngineMain.eval(QueryEngineMain.java:44)
         at com.hp.hpl.jena.sparql.engine.QueryEngineBase.createPlan(QueryEngineBase.java:86)
         at com.hp.hpl.jena.sparql.engine.QueryEngineBase.getPlan(QueryEngineBase.java:75)
         at com.hp.hpl.jena.sparql.engine.main.QueryEngineMain$1.create(QueryEngineMain.java:67)
         at com.hp.hpl.jena.sparql.engine.QueryExecutionBase.getPlan(QueryExecutionBase.java:282)
         at com.hp.hpl.jena.sparql.engine.QueryExecutionBase.startQueryIterator(QueryExecutionBase.java:259)
         at com.hp.hpl.jena.sparql.engine.QueryExecutionBase.execResultSet(QueryExecutionBase.java:264)
         at com.hp.hpl.jena.sparql.engine.QueryExecutionBase.execSelect(QueryExecutionBase.java:92)
         at my.mimos.stp.kbinterface.impl.rdbms.common.UtilCommon.doSparqlSelect(UtilCommon.java:320)
         at my.mimos.stp.kbinterface.impl.rdbms.oracle.OracleKBInterfaceDAO.processSPARQLQuery(OracleKBInterfaceDAO.java:1722)
         at my.mimos.stp.kbinterface.impl.rdbms.oracle.OracleKBInterfaceDAO.processSPARQLQuery(OracleKBInterfaceDAO.java:1613)
         at my.mimos.stp.kbinterface.impl.rdbms.common.RdbmsImpl.processSPARQLQuery(RdbmsImpl.java:245)
         at my.mimos.stp.kbinterface.webservice.KBInterfaceService.processSPARQLQuery(Unknown Source)
         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:597)
         at com.sun.xml.ws.api.server.InstanceResolver$1.invoke(InstanceResolver.java:246)
         at com.sun.xml.ws.server.InvokerTube$2.invoke(InvokerTube.java:146)
         at com.sun.xml.ws.server.sei.EndpointMethodHandler.invoke(EndpointMethodHandler.java:257)
         at com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(SEIInvokerTube.java:93)
         at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:598)
         at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:557)
         at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:542)
         at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:439)
         at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:243)
         at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:470)
         at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:244)
         at com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletAdapter.java:135)
         at com.sun.xml.ws.transport.http.servlet.WSServletDelegate.doGet(WSServletDelegate.java:129)
         at com.sun.xml.ws.transport.http.servlet.WSServletDelegate.doPost(WSServletDelegate.java:160)
         at com.sun.xml.ws.transport.http.servlet.WSServlet.doPost(WSServlet.java:75)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
         at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: oracle.spatial.rdf.client.jena.InvalidStatusException: executeBindings: ORA-20000: We do not have a valid rules index for this Model-Rulebase combination
    ORA-06512: at "MDSYS.RDF_MATCH_IMPL_T", line 695
    ORA-06512: at "MDSYS.RDF_MATCH_IMPL_T", line 222
    ORA-06512: at line 1
         at oracle.spatial.rdf.client.jena.OracleSemQueryPlan.executeBindings(OracleSemQueryPlan.java:329)
         ... 65 more

  • Internal Server 500 error while doing the load test in Oracle IAS/EBS

    While execute the load(350 users) after the 20 minutes execution aplication throw the Internal Server 500 error. Also number of errors are increasing continuosly.
    No that there is no outof memory error in the eny logs
    In the error_log
    [Sat Sep 15 16:37:07 2012] [error] [client IP] [ecid: 1347741427:10.4.165.182:8328:0:188,0] mod_oc4j: Failed to find a failover oc4j process for session request for destination: application://oacore (no island or jgroup).
    [Sat Sep 15 16:37:07 2012] [error] [client IP] [ecid: 1347741427:10.4.165.182:8328:0:188,0] mod_oc4j: There is no oc4j process (for destination: application://oacore) available to service request.
    In the oacorestd.err (exception)
    12/09/14 16:37:44 oracle.apps.fnd.common.PoolException: Exception creating new Poolable object.
    12/09/14 16:37:44      at oracle.apps.fnd.common.Pool.createObject(Pool.java:1286)
    12/09/14 16:37:44      at oracle.apps.fnd.common.Pool.borrowObject(Pool.java:1027)
    12/09/14 16:37:44      at oracle.apps.fnd.security.DBConnObjPool.borrowObject(DBConnObjPool.java:584)
    12/09/14 16:37:44      at oracle.apps.fnd.security.AppsConnectionManager.borrowConnection(AppsConnectionManager.java:330)
    12/09/14 16:37:44      at oracle.apps.fnd.common.Context.borrowConnection(Context.java:1719)
    12/09/14 16:37:44      at oracle.apps.fnd.common.AppsContext.getPrivateConnectionFinal(AppsContext.java:2314)
    12/09/14 16:37:44      at oracle.apps.fnd.common.AppsContext.getExtraJDBCConnection(AppsContext.java:2672)
    12/09/14 16:37:44      at oracle.apps.fnd.common.AppsContext.getExtraJDBCConnection(AppsContext.java:2564)
    12/09/14 16:37:44      at oracle.apps.fnd.framework.webui.OAServerDelegate.handleError(OAServerDelegate.java:1922)
    12/09/14 16:37:44      at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1270)
    12/09/14 16:37:44      at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(OAPageErrorHandler.java:1435)
    12/09/14 16:37:44      at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2662)
    12/09/14 16:37:44      at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1940)
    12/09/14 16:37:44      at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
    12/09/14 16:37:44      at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
    12/09/14 16:37:44      at OA.jspService(_OA.java:212)
    12/09/14 16:37:44      at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    12/09/14 16:37:44      at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
    12/09/14 16:37:44      at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    12/09/14 16:37:44      at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    12/09/14 16:37:44      at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    12/09/14 16:37:44      at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    12/09/14 16:37:44      at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    12/09/14 16:37:44      at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
    12/09/14 16:37:44      at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
    12/09/14 16:37:44      at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
    12/09/14 16:37:44      at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
    12/09/14 16:37:44      at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
    12/09/14 16:37:44      at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
    12/09/14 16:37:44      at OA.jspService(_OA.java:221)
    12/09/14 16:37:44      at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    12/09/14 16:37:44      at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
    12/09/14 16:37:44      at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    12/09/14 16:37:44      at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    12/09/14 16:37:44      at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    12/09/14 16:37:44      at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    12/09/14 16:37:44      at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    12/09/14 16:37:44      at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
    12/09/14 16:37:44      at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
    12/09/14 16:37:44      at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
    12/09/14 16:37:44      at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
    12/09/14 16:37:44      at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
    12/09/14 16:37:44      at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
    12/09/14 16:37:44      at RF.jspService(_RF.java:225)
    12/09/14 16:37:44      at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    12/09/14 16:37:44      at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
    12/09/14 16:37:44      at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    12/09/14 16:37:44      at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    12/09/14 16:37:44      at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    12/09/14 16:37:44      at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    12/09/14 16:37:44      at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
    12/09/14 16:37:44      at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
    12/09/14 16:37:44      at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
    12/09/14 16:37:44      at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
    12/09/14 16:37:44      at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    12/09/14 16:37:44      at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    12/09/14 16:37:44      at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    12/09/14 16:37:44      at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
    12/09/14 16:37:44      at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    12/09/14 16:37:44      at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    12/09/14 16:37:44      at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    12/09/14 16:37:44      at java.lang.Thread.run(Thread.java:619)
    12/09/14 16:37:44 Caused by: oracle.apps.fnd.common.AppsException: java.sql.SQLRecoverableException: IO Error: Connection reset
    12/09/14 16:37:44      at oracle.apps.fnd.security.ConnectionManager.dbConnect(ConnectionManager.java:1522)
    12/09/14 16:37:44      at oracle.apps.fnd.security.AppsConnectionManager.localAppsConnect(AppsConnectionManager.java:1270)
    12/09/14 16:37:44      at oracle.apps.fnd.security.AppsConnectionManager.localAppsConnect(AppsConnectionManager.java:1165)
    12/09/14 16:37:44      at oracle.apps.fnd.security.AppsConnectionManager.localAppsConnect(AppsConnectionManager.java:1154)
    12/09/14 16:37:44      at oracle.apps.fnd.security.AppsConnectionManager.makeGuestConnection(AppsConnectionManager.java:817)
    12/09/14 16:37:44      at oracle.apps.fnd.security.DBConnObj.<init>(DBConnObj.java:230)
    12/09/14 16:37:44      at sun.reflect.GeneratedConstructorAccessor51.newInstance(Unknown Source)
    12/09/14 16:37:44      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    12/09/14 16:37:44      at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    12/09/14 16:37:44      at oracle.apps.fnd.common.Pool.createObject(Pool.java:1273)
    httpd.conf param in application
    Timeout 300, KeepAlive ON, MaxKeepAliveRequests 0, KeepAliveTimeout 15, MinSpareServers 5, MaxSpareServers 10, StartServers 5, MaxClients 2000
    -Xmx1536M -Xms1536M -XX:MaxPermSize=256M
    Oracle EBS 12.1.3
    Oracle IAS 10.1.3
    Oracle DB 11.1.0.7

    Plz see the opmn.xml for your reference
    <?xml version="1.0" encoding="UTF-8" ?>
    - <!-- $Header: opmn_xml_1013.tmp 120.22.12010000.5 2010/02/17 10:51:33 sbandla ship $
    -->
    - <!-- Configuration file for OPMN
    -->
    - <!-- ###############################################################
    This file is automatically generated by AutoConfig. It will be read and
    overwritten. If you were instructed to edit this file, or if you are not
    able to use the settings created by AutoConfig, refer to Metalink Note
    387859.1 for assistance.
    -->
    - <opmn xmlns="http://www.oracle.com/ias-instance">
    <log path="/ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/logs/ora/10.1.3/opmn/opmn.log" comp="internal;ons;pm" rotation-size="1500000" rotation-hour="0" />
    <debug path="/ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/logs/ora/10.1.3/opmn/opmn.dbg" comp="" rotation-size="1500000" rotation-hour="0" />
    - <notification-server interface="ipv4">
    <port local="6102" remote="6202" request="6502" />
    <ssl enabled="true" wallet-file="/ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/certs/opmn" />
    - <topology>
    <nodes list="ht-eagorasvr4.virtusa.com:6202" />
    </topology>
    </notification-server>
    - <process-manager>
    - <process-modules>
    - <module path="$ORACLE_HOME/opmn/lib/libopmnohs">
    <module-id id="OHS" />
    </module>
    - <module path="$ORACLE_HOME/opmn/lib/libopmnoc4j">
    <module-id id="OC4J" />
    </module>
    - <module path="$ORACLE_HOME/opmn/lib/libopmncustom">
    <module-id id="CUSTOM" />
    </module>
    - <module path="$ORACLE_HOME/opmn/lib/libopmniaspt">
    <module-id id="IASPT" />
    </module>
    </process-modules>
    - <ias-instance id="PTEST_ht-eagorasvr4.ht-eagorasvr4.virtusa.com" name="PTEST_ht-eagorasvr4.ht-eagorasvr4.virtusa.com">
    - <environment>
    <variable id="TMP" value="/tmp" />
    </environment>
    - <module-data>
    - <category id="start-parameters">
    <data id="routing-id" value="g_rt_id" />
    </category>
    </module-data>
    - <ias-component id="IASPT" status="disabled">
    - <environment>
    <variable id="LD_LIBRARY_PATH" value="/ebiz1/PTEST/apps/tech_st/10.1.3/lib32:/ebiz1/PTEST/apps/tech_st/10.1.3/lib" append="true" />
    <variable id="LIBPATH" value="/ebiz1/PTEST/apps/tech_st/10.1.3/lib32:/ebiz1/PTEST/apps/tech_st/10.1.3/lib" append="true" />
    <variable id="SHLIB_PATH" value="/ebiz1/PTEST/apps/tech_st/10.1.3/lib32:/ebiz1/PTEST/apps/tech_st/10.1.3/lib" append="true" />
    </environment>
    - <process-type id="IASPT" module-id="IASPT" working-dir="/ebiz1/PTEST/apps/tech_st/10.1.3/iaspt/bin">
    <port id="ajp" range="7501-7600" />
    <process-set id="IASPT" numprocs="1" />
    </process-type>
    </ias-component>
    - <ias-component id="ASG" status="disabled" id-matching="true">
    - <process-type id="ASG" module-id="CUSTOM">
    <start timeout="600" />
    <stop timeout="120" />
    - <process-set id="ASG" numprocs="1">
    - <module-data>
    - <category id="start-parameters">
    <data id="start-executable" value="/ebiz1/PTEST/apps/tech_st/10.1.3/dsa/bin/dsaServer.sh" />
    <data id="start-args" value="/ebiz1/PTEST/apps/tech_st/10.1.3/dsa/dsa.conf" />
    <data id="stop-executable" value="/ebiz1/PTEST/apps/tech_st/10.1.3/dsa/bin/dsaShutdown.sh" />
    </category>
    </module-data>
    </process-set>
    </process-type>
    </ias-component>
    - <ias-component id="HTTP_Server">
    - <process-type id="HTTP_Server" module-id="OHS">
    - <environment>
    <variable id="DEFAULT_LOGS_DIR" value="/ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/logs/ora/10.1.3/Apache" append="true" />
    </environment>
    - <module-data>
    - <category id="start-parameters">
    <data id="start-mode" value="ssl-enabled" />
    <data id="config-file" value="/ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/ora/10.1.3/Apache/Apache/conf/httpd.conf" />
    </category>
    </module-data>
    <process-set id="HTTP_Server" numprocs="1" />
    </process-type>
    </ias-component>
    - <ias-component id="default_group">
    - <process-type id="home" module-id="OC4J" status="disabled" working-dir="$ORACLE_HOME/j2ee/home">
    - <module-data>
    - <category id="start-parameters">
    <data id="java-options" value="-server -Djava.security.policy=$ORACLE_HOME/j2ee/home/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false" />
    <data id="java-bin" value="/ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/admin/scripts/java.sh" />
    </category>
    - <category id="stop-parameters">
    <data id="java-options" value="-Djava.security.policy=$ORACLE_HOME/j2ee/home/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false" />
    </category>
    </module-data>
    <start timeout="600" retry="2" />
    <stop timeout="120" />
    <restart timeout="720" retry="2" />
    <port id="default-web-site" range="22510-22514" protocol="ajp" />
    <port id="rmi" range="21010-21014" />
    <port id="jms" range="24010-24014" />
    <process-set id="default_group" numprocs="1" />
    </process-type>
    - <process-type id="oacore" module-id="OC4J" status="enabled" working-dir="$ORACLE_HOME/j2ee/home">
    - <module-data>
    - <category id="start-parameters">
    <data id="java-options" value="-server -verbose:gc -Xmx2G -Xms2G -XX:MaxPermSize=512M -XX:NewRatio=2 -XX:+UseTLAB -XX:+UseParallelGC -XX:ParallelGCThreads=8 -Dcom.sun.management.jmxremote -Djava.security.policy=$ORACLE_HOME/j2ee/oacore/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false -Doracle.security.jazn.config=/ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/ora/10.1.3/j2ee/oacore/config/jazn.xml -Dhttp.cookie.ignoreCommaInCookiesNamed=X_NoMatchingCookies" />
    <data id="java-bin" value="/ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/admin/scripts/java.sh" />
    <data id="oc4j-options" value="-out /ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/logs/ora/10.1.3/opmn/oacorestd.out -err /ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/logs/ora/10.1.3/opmn/oacorestd.err" />
    </category>
    - <category id="stop-parameters">
    <data id="java-options" value="-server -verbose:gc -Xmx1024M -Xms512M -XX:MaxPermSize=160M -XX:NewRatio=2 -XX:+PrintGCTimeStamps -XX:+UseTLAB -XX:+UseParallelGC -XX:ParallelGCThreads=2 -Djava.security.policy=$ORACLE_HOME/j2ee/oacore/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false" />
    </category>
    - <category id="security-parameters">
    <data id="wallet-file" value="file:/ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/certs/Apache" />
    </category>
    </module-data>
    <start timeout="600" retry="2" />
    <stop timeout="120" />
    <restart timeout="720" retry="2" />
    <port id="default-web-site" range="21510-21520" protocol="ajp" />
    <port id="rmi" range="20010-20020" />
    <port id="jms" range="23010-23020" />
    <process-set id="default_group" numprocs="8" />
    </process-type>
    - <process-type id="forms" module-id="OC4J" status="enabled" working-dir="$ORACLE_HOME/j2ee/home">
    - <module-data>
    - <category id="start-parameters">
    <data id="java-options" value="-server -verbose:gc -Xmx256M -Xms64M -XX:MaxPermSize=128M -XX:NewRatio=2 -XX:+PrintGCTimeStamps -XX:+UseTLAB -XX:+UseParallelGC -XX:ParallelGCThreads=2 -Djava.security.policy=$ORACLE_HOME/j2ee/oacore/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false -Doracle.security.jazn.config=/ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/ora/10.1.3/j2ee/forms/config/jazn.xml" />
    <data id="java-bin" value="/ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/admin/scripts/java.sh" />
    <data id="oc4j-options" value="-out /ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/logs/ora/10.1.3/opmn/formsstd.out -err /ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/logs/ora/10.1.3/opmn/formsstd.err" />
    </category>
    - <category id="stop-parameters">
    <data id="java-options" value="-server -verbose:gc -Xmx256M -Xms64M -XX:MaxPermSize=128M -XX:NewRatio=2 -XX:+PrintGCTimeStamps -XX:+UseTLAB -XX:+UseParallelGC -XX:ParallelGCThreads=2 -Djava.security.policy=$ORACLE_HOME/j2ee/oacore/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false" />
    </category>
    - <category id="security-parameters">
    <data id="wallet-file" value="file:/ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/certs/Apache" />
    </category>
    </module-data>
    <start timeout="600" retry="2" />
    <stop timeout="120" />
    <restart timeout="720" retry="2" />
    <port id="default-web-site" range="22010-22014" protocol="ajp" />
    <port id="rmi" range="20510-20514" />
    <port id="jms" range="23510-23514" />
    <process-set id="default_group" numprocs="1" />
    </process-type>
    - <process-type id="oafm" module-id="OC4J" status="enabled" working-dir="$ORACLE_HOME/j2ee/home">
    - <module-data>
    - <category id="start-parameters">
    <data id="java-options" value="-server -verbose:gc -Xmx256M -Xms64M -XX:MaxPermSize=128M -XX:NewRatio=2 -XX:+PrintGCTimeStamps -XX:+UseTLAB -XX:+UseParallelGC -XX:ParallelGCThreads=2 -Djava.security.policy=$ORACLE_HOME/j2ee/oacore/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false -Doracle.security.jazn.config=/ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/ora/10.1.3/j2ee/oafm/config/jazn.xml" />
    <data id="java-bin" value="/ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/admin/scripts/java.sh" />
    <data id="oc4j-options" value="-out /ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/logs/ora/10.1.3/opmn/oafmstd.out -err /ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/logs/ora/10.1.3/opmn/oafmstd.err" />
    </category>
    - <category id="stop-parameters">
    <data id="java-options" value="-server -verbose:gc -Xmx256M -Xms64M -XX:MaxPermSize=128M -XX:NewRatio=2 -XX:+PrintGCTimeStamps -XX:+UseTLAB -XX:+UseParallelGC -XX:ParallelGCThreads=2 -Djava.security.policy=$ORACLE_HOME/j2ee/oacore/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false" />
    </category>
    - <category id="security-parameters">
    <data id="wallet-file" value="file:/ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/certs/Apache" />
    </category>
    </module-data>
    <start timeout="600" retry="2" />
    <stop timeout="120" />
    <restart timeout="720" retry="2" />
    <port id="default-web-site" range="25010-25014" protocol="ajp" />
    <port id="rmi" range="25510-25514" />
    <port id="jms" range="24510-24514" />
    <process-set id="default_group" numprocs="1" />
    </process-type>
    - <process-type id="forms-c4ws" module-id="OC4J" status="disabled" working-dir="$ORACLE_HOME/j2ee/home">
    - <environment>
    <variable id="DISPLAY" value="ht-eagorasvr4:0.0" append="true" />
    </environment>
    - <module-data>
    - <category id="start-parameters">
    <data id="java-options" value="-server -verbose:gc -Xmx256M -Xms64M -XX:MaxPermSize=128M -XX:NewRatio=2 -XX:+PrintGCTimeStamps -XX:+UseTLAB -XX:+UseParallelGC -XX:ParallelGCThreads=2 -Djava.security.policy=$ORACLE_HOME/j2ee/oacore/config/java2.policy -Djava.awt.headless=false -Dhttp.webdir.enable=false -Doracle.security.jazn.config=/ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/ora/10.1.3/j2ee/forms-c4ws/config/jazn.xml" />
    <data id="java-bin" value="/ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/admin/scripts/java.sh" />
    <data id="oc4j-options" value="-out /ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/logs/ora/10.1.3/opmn/forms-c4wsstd.out -err /ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/logs/ora/10.1.3/opmn/forms-c4wsstd.err" />
    </category>
    - <category id="stop-parameters">
    <data id="java-options" value="-server -verbose:gc -Xmx256M -Xms64M -XX:MaxPermSize=128M -XX:NewRatio=2 -XX:+PrintGCTimeStamps -XX:+UseTLAB -XX:+UseParallelGC -XX:ParallelGCThreads=2 -Djava.security.policy=$ORACLE_HOME/j2ee/oacore/config/java2.policy -Djava.awt.headless=false -Dhttp.webdir.enable=false" />
    </category>
    - <category id="security-parameters">
    <data id="wallet-file" value="file:/ebiz1/PTEST/inst/apps/PTEST_ht-eagorasvr4/certs/Apache" />
    </category>
    </module-data>
    <start timeout="600" retry="2" />
    <stop timeout="120" />
    <restart timeout="720" retry="2" />
    <port id="default-web-site" range="26010-26014" protocol="ajp" />
    <port id="rmi" range="27510-27514" />
    <port id="jms" range="26510-26514" />
    <process-set id="default_group" numprocs="0" />
    </process-type>
    </ias-component>
    </ias-instance>
    </process-manager>
    </opmn>
    Regards
    M Aslam

  • Load Testing an Oracle Application

    Hi , Kindly advice what are the best performance testing tools for an application housed completely in Oracle database and rendered by OWA technology . Also the application is so built that the displayed attributes are picked from the tables . Each page is dynamically built as per the conditions being fulfilled by user action on earlier attributes .
    Thanks a lot .
    Regards,
    Ashish Roy.

    Hi,
    Great, any new methods added to OpenScript and also any existing methods changed to deprecated.
    Regards,
    Deepu M

  • Oracle ADF - OATS Load Testing

    Gurus,
    I was trying to do load testing with Oracle Application Testing Suite, after recording when I try to play it back the results are showing so many authentication errors - "Failed     HTTP response code: 401 Unauthorized ".
    Any suggestions how can we make it work?
    Thanks
    Prasad

    Wrong forum.
    Try: JDeveloper and ADF

  • Do load test for application installed in Weblogic 10.3.4 using OATS 9.31

    Hi Friends,
    I need to do a load test for my application deployed in Weblogic 10.3.4. I went on to use the Oracle Application testing Suite (OATS 9.31). But it says its compatible only upto Weblogic 10.3.3. So pls advice me to find a way to load test my oracle fusion application deployed in the current server.
    Thanks and regards,
    Vijai

    Hi,
    Maybe worth also trying the WLS forum for what folks over there use: WebLogic Server - General
    Frank

  • Load Testing Discoverer Plus 11g Web Using HP Load Runner 11

    Hi,
    I am doing load test for "Oracle Business Intelligence Discoverer Plus 10g" using HP Load Runner 11. Could you tell me which is the best protocol to record script?
    I am looking for a protocol which I can parametrize after recording.
    These are recommended protocols from Load Runner when I run Protocol Analyzer
    AJAX(Click and Support) : Seems to work fine but Can't parametraize Query after recording
    Java Over HTTP
    Web (HTTP/HTML)
    There are other protocols too.
    Could you provide any pointers or best practices. Thanks a lot
    Edited by: 936062 on May 22, 2012 2:56 PM

    Hi,
    You can refer this forum
    [http://groups.google.com/group/LR-LoadRunner/browse_thread/thread/f1fb1c6430e39f94/565baac51a6d35c0]
    Thanks and Regards,
    Dhaya.G.

  • Errors while running load test scripts in Oracle Load Test

    I am a QA Analyst and this is my first time using the Oracle Load Test application. Acutally this is the first time I have done anything related to load test scripts. The Oracle Load Test version I am using is 9.10.0219. When I run some of the scripts with a user ramp up of 1 user per step, the load tests complete successfully. When I begin to adjust the number of VUs per step to 2 or more, I begin to get some of the following errors. By the looks of these errors can you provide any feedback as to whether these are issues with OLT or with the application I am running the load test against? Any help would be greatly appreciated.
    Thanks
    John
    - ThinBrowserException occurred. HTTP response code: 500 Internal Server Error
    - VariableNotFoundException occurred. Variable "web.jscript.httplbosinl1cccsmo_2468" not found for string: http://lbosinl1.ccc.smo.com:9595/Tmo/H5/portal/lipo_portal/{{web.jscript.httplbosinl1cccsmo_2468,Scenario}}
    - VariableNotFoundException occurred. Variable "web.jscript.httplbosinl1cccsmo_5617" not found for string:
    {{web.jscript.httplbosinl1cccsmo_1984,Suif_Context_Period_Date}}=
    {{web.jscript.httplbosinl1cccsmo_5617,12/05/2010}}

    Hi,
    It looks like an application issue since you are getting a HTTP 500. The other errors relate to the fact that ti can't resolve some dynamic values in needs to extract from the resonse content since the pages are different (probably due the 500 error).
    Regards,
    Jamie

  • Problem creating a repository in Oracle from Visual studio Load test

    Hi,
    I have an issue which will be greatly appreciated if answered soon. I have created a load test using Visual studio 2010 Ultimate in Oracle 11 g environment . I just want to create a load test repository in Oracle db to store results of the load test results. I have read on MSDN the method to do so for SQL server(at http://msdn.microsoft.com/en-us/library/ms182600.aspx) but not Oracle. Please respond asap. Thanks

    912605 wrote:
    Hi,
    I have an issue which will be greatly appreciated if answered soon. I have created a load test using Visual studio 2010 Ultimate in Oracle 11 g environment . I just want to create a load test >repository in Oracle db to store results of the load test results. I have read on MSDN the method to do so for SQL server(at http://msdn.microsoft.com/en-us/library/ms182600.aspx) but not >Oracle. Please respond asap. Thanks
    I could be wrong, but I believe to achieve this you will need to buy a third party tool that supports the Load Testing project with Oracle like "Toad Extension for Visual Studio".

  • Oracle BPM 10gR3 Dashboards - Error in loading data

    We have an issue with oracle bpm 10g dashboards. Chart component in the presentation displays "Error in loading data". There is no exception, the attached method returns valid x,y co-ordinates.If we enable 'user refresh" property of the chart component and click on refresh in the presention, it displays the chart. Any change in the presentation(change a drop down a value, etc) sets it again as "Error in loading data" and click on refresh brings back the chart.
    Adding this.refreshGraphicImage(graphicId : "chart") in the code to refresh the chart also din't help.
    please let me know if anybody has faced similar issue.
    Thanks,
    Gopi

    You have to set "fuego.workspace.execution.ajax.enabled" property to FALSE in the workspace.properties, that is located in ...\webapps\workspace\WEB-INF
    Hope it helps!

  • Oracle E-bs 11.5.10.2 CU2  Load test

    Hi,
    I'm planning to upgrade current 11.5.10.2 CU2 to R12(12.0.6). During this transition I'm looking for load testing by using HP LoadRunner.
    Does any one have tested load by using HP LoadRunner? Any metalink note or any doc would be great help.
    Do I need configure anything's special at application end?
    Thanks in advance!

    Hi,
    Have a look at this document and see if it helps.
    Note: 239746.1- Test Starter Kit Information Center
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=239746.1
    Regards,
    Hussein

  • Error in Oracle Load Tester --- Variable Not Found Exception

    Hi Team
    While running the iterations through oracle load tester we are getting the error "Variable not found exception" and the iterations are going through the infinite loop. PLease find attached the detailed document regarding the setup and the iterations we are running. Please find the link where i have shared the document.
    https://docs.google.com/document/d/1Fc4ZY7oC-cEpDSYBhJLb1lNdtNl8-uXmcDkiNakaNpk/edit?usp=sharing
    Thanks in advance for your help.
    Regards
    Pavan
    Message was edited by: user11266214

    In 'Set Up Autopilot' tab, under 'Stop the load test' you have to select 'Iteration played by each user 1'

  • Oracle Load Testing - Metrics

    Hi,
    I'm new to Performance Testing.Which of the common metrics reading (in network,in database,in webserver,network,system etc.) would help me if i conduct a test to check the performance of the three tier application structure.I want to make sure that it is enough to handle the application.
    Thanks,

    For a good start, you could follow the methodology described here : http://www.oracle.com/technetwork/oem/grid-control/overview/wp-rapid-1.pdf
    Then, you could monitor CPU/Mem/io for each server and depending on your environment, maybe to monitor closely the DB & the middle tier.
    If it is Oracle DB & WLS, we do recommand to use Oracle Enteprise Manager to monitor the environment and then to gather metrics (for example AWR/ADDR report or JVM diagnostic) from OEM to Load Testing console.
    JB

Maybe you are looking for