OATS 9.1 Oracle XE

Guys
I installed OATS 9.1 on Win2003 and couldn't get the OLT or OTM to work (I was getting a 404 errror so Weblogic had installed but the app wasn't deployed properly). There were loads of errors in the logs about deployment failure and messages like:
Task 0 failed: [Deployer:149026]deploy application oats.ear on AdminServer,oats.
Target state: deploy failed on Server AdminServer
javax.naming.NameNotFoundException: Unable to resolve 'OATS_common_DS'. Resolved ''; remaining name 'OATS_common_DS'
Target state: deploy failed on JMS Server oats
javax.naming.NameNotFoundException: Unable to resolve 'OATS_common_DS'. Resolved ''; remaining name 'OATS_common_DS'
I also was getting ORA-27101 errors
The problem was that ORACLE_HOME wasn't set! Don't know why the install didn't do this?? So I set it to C:\OracleATS\oxe\app\oracle\product\10.2.0\server (Control Panel, System, Advanced, Environment Variables, System)
Hope that helps anyone else who has this problem.
After setting the ORACLE_HOME I just restarted the service using the batch file under the program group

the equivalent of MSSQL Server's detach and move the database filesTransporting tablespaces is similar. SYSTEM cannot be transported, all tablespaces must be completely self contained, i.e. you can't transport just one tablespace containing a table that has an index in a different tablespace unless both tablespaces are included in the the transport set.
Also non-data schema objects- procedures, functions, sequences, etc., those are all stored in SYSTEM so a no-rows export (or data pump) is one way to capture those objects for import at the target.
Its pretty simple as long as schema objects are well placed, especially if you are not migrating to a different OS. The source tablespace(s) are placed in read only mode, the datafiles copied to the target database host, and a data pump (or exp) grabs the object metadata for the tablespace into a dump (export) file. Create all the object owners (schemas) at the target, and import the metadata.
There is a procedure that can be run to check if the desired set of tablespaces are self contained:
exec sys.DBMS_TTS.TRANSPORT_SET_CHECK('DATA,INDEXES[,...]', TRUE);
-- takes a few moments, check for violations:
SELECT * FROM sys.TRANSPORT_SET_VIOLATIONS;
... -- should be no rows selected, if ready for the exp or datapump go for it:
alter tablespace data read only;
alter tablespace indexes read only;
alter tablespace ... read only;
select ts# from v$tablespace where name in ('DATA','INDEXES'[,...]);
... list of ts#
select name from v$datafile where ts# in ( <ts#>,<ts#>[,...]);
... the list of datafiles to copy to targethttp://download.oracle.com/docs/cd/B19306_01/backup.102/b14191/dbxptrn.htm#sthref989

Similar Messages

  • OATS can test an application security

    Hi everybody, i got a question, Does anyone know if OATS or an Oracle component, module, pack, etc is able to check and test an application security like data encryption, sql injection, safe communication protocols, malicious code?
    Your answer will be very useful.
    Thanks in advance
    César Montero
    Oracle México

    I know we use "App Scan" but I think it's quite expensive.
    http://www.ibm.com/developerworks/downloads/r/appscan/
    Edited by: IHodgetts on Feb 17, 2010 12:23 PM

  • OATS distributed load test agents

    Hi,
    1) I am preparing to perform a distributed load test on web application. full load is 500 users.
    How many agent test servers do I need for this test?
    How do i determine the number of servers, as I can't find any best practices or guide online.
    2) Is there limitations on the full OATS download via oracle website? i heard that its a 30 day trial but its not stated anywhere of the 30 days limitation.
    Joseph

    Hi
    You don't need to install the data collector in the servers, you can access then remotely using JMX in case of weblogic or JDBC in case of the DB.
    You only need to install the agent in the server if you have a close DMZ as then you only need to open the port for the data collector (think is 9001) to the controller instead of opening all the ports needed for monitoring.
    Even getting server OS level stats for uinx type servers the datacolector will open an SSH connection and gather the stats, and for windows it can connect remotly using perfmon.
    *Note that perfmon uses dynamic ports making it very difficult to guarantee network connections.
    Regards
    Alex

  • Overriding the Eclipse runtime classpath

    Hi All,
    We have been playing about with connectors to Exchange from within OpenScript (as one does on a Monday afternoon). When I compose a standalone java program my example works really well, but when I run this in OpenScript i get the following exception:
    java.lang.NoSuchMethodError: org.jdom.output.XMLOutputter .......
    Now, I have done some searching on this and the outcome is that the wrong jdom.jar is being referenced. So I went searching for these naughty files and found the following installed as part of OATS.
    G:\oracle\OATS93\agent\plugins\oracle.oats.jagent.lib3rdparty_2.6.0.0272\lib\jdom.jar
    G:\oracle\OATS93\lib\jdom.jar
    G:\oracle\OATS93\openScript\plugins\oracle.oats.jagent.lib3rdparty_2.6.0.0272\lib\jdom.jar
    G:\oracle\OATS93\openScript\plugins\oracle.oats.scripting.modules.webService.lib3rdparty_2.6.0.0272\jdom.jar
    Now I have my own jdom.jar file located in h:\JEC\bin. So I add this as a script asset, and the above exception still occurs.
    So I do a little digging with procmon.exe (from sysinternals....don't leave home without them), and notice that both jdom.jar from above are reference i.e:
    G:\oracle\OATS93\openScript\plugins\oracle.oats.jagent.lib3rdparty_2.6.0.0272\lib\jdom.jar
    G:\oracle\OATS93\openScript\plugins\oracle.oats.scripting.modules.webService.lib3rdparty_2.6.0.0272\jdom.jar
    when I run the script, which I find a little perculiar, as it also touches my own jar file.
    So, just to satisfy my own curiosty, I back up the openscript jdom.jar and replace them with my own jdom.jar, and hey presto my sciript works, but openscript starts behaving very strangely.
    So, my question is how do you override the runtime classpath settings from OpenScript to include my Jar file first, and not what is needed for OpenScript?
    Any insight would be greatly appreciated.
    Wayne
    Edited by: byrne_wayne on Sep 26, 2011 5:49 PM

    Hi Wayne,
    You can't do this is OpenScript apparently. Packaging up the third party jar into a new generic jar didn't work either, so you'll need to use a different utility that doesn't clash with the libs on which OpenScript depends.
    Cheers,
    Jamie

  • Frustrating "10.4.5 404 Not Found"

    Hi,
    Making short story long.
    I'm new with Oracle ATS and after a month I have faced a problem. Few times when I have installed OATS to my test
    machines addresses http://localhost:8088/otm/ http://localhost:8088/admin/ http://localhost:8088/olt/ have stopped
    working with error:
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary
    or permanent.
    On test machines I have solved this problem re-installing OATS and it has worked even it has been frustrating.
    Last week I started to upgrade our production OATS from 9.2.0370 to 9.31.0036
    Well as you can guess it failed. I was getting same 10.4.5 404 Not Found error. So I decided to uninstall upgraded OATS
    and make a clean install. Well Install phase went mighty fine. Gave me successful install. Tried to access
    http://localhost:8088/admin/ and there it was "10.4.5 404 Not Found" haunting on my browser.
    On production database is on different server. On test environment I use local Express Edition. So I decided to check
    OLT/OTM/OATS schemas with Oracle Application Testing Suite Database Configuration tool. There were no schemas made so
    I decided to create them. After creating them successfully. I tried again to accesss http://localhost:8088/admin/ and
    http:/localhost:8088/otm/ no luck I was still getting "10.4.5 404 Not Found". After moment of pondering I ran
    Oracle Test Manager - Win32 Client. With win32 client I was able to connect Default OTM database and browse our old
    Test and Issues. So I concluded that my Default OTM schema was working.
    I repeated uninstalling/installing multiple times but always I was getting same error and I always had to create schemas.
    I am not familiar with weblogic but I noticed something when browsing http://localhost:8088/console.
    When I checked JNDI tree (oats->environment->server->AdminServer->View JNDI Tree) I can only see five branch:
    ejb
    javax
    mejbmejb_jarMejb_EO
    OATS_common_DS
    weblogic
    on broken test server the JNDI Tree is same. Only five same branch.
    When I look JNDI Tree on the working OATS installion i see 51 branch sticking out.
    Also when browsing HTTP Access log file from working server I can see entries (oats->diagnostics->log Files->HTTPAccessLog)
    On a broken server I can't see nothing. Even I have tried to access different pages like /admin/ or /otm/
    (Yes I customized the Time Interval to show all)
    Our OATS production server is virtualized 64 bit Windows 7 Professional with finnish regional settings.
    I don't think that finnish regional settings affect to this problem because 9.2.0370 version of OATS ran just fine.
    I hope that somebody has idea how to fix this.
    Thank you.

    Hi,
    The 404 - Not found is usually due to the fact that weblogic has not successfully connected to the database. So, try the following:
    From Services.msc
    1) Stop the application server
    2) Stop the oracle service
    3 ) Stop the TNS LIstener (just for completness).
    Then
    1) Start the TNSListener
    2) Start the Oracle database service.
    3) Start the Application server.
    And then try and log into http://localhost:8088/olt
    Regards
    Wayne.
    Edited by: byrne_wayne on Mar 12, 2012 3:53 PM
    Edited by: byrne_wayne on Mar 12, 2012 3:54 PM
    Edited by: byrne_wayne on Mar 12, 2012 3:54 PM

  • Getting "java.lang.NullPointerException" error message when trying to run an OATS OpenScript file from Eclipse to Create a record in Oracle EBS

    Hello,
    I'm trying to run a simple OpenScript script in Eclipse that creates a record (a Supplier in this case) in Oracle E-Business Suite. So I copied the the script file from OpenScript and created it as a Class in Eclipse.  Then I created a main class to call the methods within the script class but no matter what method I call (initialize, run or finalize) I'm getting the java.lang.NullPointerException message. The error doesn't seem to be related with any specific line in the script but with the way that I'm calling it.
    Should I call the OpenScript class from my main class in a different way? (see my examples below)
    BTW, all external .jar files coming with OATS have been added to my project in Eclipse.
    1) Here's the main class I created to call the OpenScript method (Eclipse auto-corrected my main class adding a Try and Catch around the method call):
    public class Test {
        public static void main(String[] args) {
            nvscript nvs = new nvscript();
            try {
                nvs.initialize();
            } catch (Exception e) {
                // TODO Auto-generated catch block
                e.printStackTrace();
    2) Here's the script from OpenScript (the actual script has more steps but I'm just using the first one for a proof of concept):
    import oracle.oats.scripting.modules.basic.api.*;
    import oracle.oats.scripting.modules.browser.api.*;
    import oracle.oats.scripting.modules.functionalTest.api.*;
    import oracle.oats.scripting.modules.utilities.api.*;
    import oracle.oats.scripting.modules.utilities.api.sql.*;
    import oracle.oats.scripting.modules.utilities.api.xml.*;
    import oracle.oats.scripting.modules.utilities.api.file.*;
    import oracle.oats.scripting.modules.webdom.api.*;
    import oracle.oats.scripting.modules.formsFT.api.*;
    import oracle.oats.scripting.modules.applet.api.*;
    public class nvscript extends IteratingVUserScript {
        @ScriptService oracle.oats.scripting.modules.utilities.api.UtilitiesService utilities;
        @ScriptService oracle.oats.scripting.modules.browser.api.BrowserService browser;
        @ScriptService oracle.oats.scripting.modules.functionalTest.api.FunctionalTestService ft;
        @ScriptService oracle.oats.scripting.modules.webdom.api.WebDomService web;
        @ScriptService oracle.oats.scripting.modules.applet.api.AppletService applet;
        @ScriptService oracle.oats.scripting.modules.formsFT.api.FormsService forms;
        public void initialize() throws Exception {
            this.getSettings().set("formsft.useformsonly",true);
            browser.launch();
        public void run() throws Exception {
            beginStep(
                    "[1] E-Business Suite Home Page Redirect (/ebs12cloud.winshuttle.com:8000/)",
                    0);
                web.window(2, "/web:window[@index='0' or @title='about:blank']")
                        .navigate("http://ebs12.xxxxxxx.com:8000/");
                web.window(4, "/web:window[@index='0' or @title='Login']")
                        .waitForPage(null);
                    think(4.969);
                web.textBox(
                        7,
                        "/web:window[@index='0' or @title='Login']/web:document[@index='0']/web:form[@id='DefaultFormName' or @name='DefaultFormName' or @index='0']/web:input_text[@id='usernameField' or @name='usernameField' or @index='0']")
                        .setText("winshuttle_user");
                    think(2.0);
                web.textBox(
                        8,
                        "/web:window[@index='0' or @title='Login']/web:document[@index='0']/web:form[@id='DefaultFormName' or @name='DefaultFormName' or @index='0']/web:input_password[@id='passwordField' or @name='passwordField' or @index='0']")
                        .click();
                    think(1.109);
                web.textBox(
                        9,
                        "/web:window[@index='0' or @title='Login']/web:document[@index='0']/web:form[@id='DefaultFormName' or @name='DefaultFormName' or @index='0']/web:input_password[@id='passwordField' or @name='passwordField' or @index='0']")
                        .setPassword(deobfuscate("kjhkjhkj=="));
                    think(1.516);
                web.button(
                        10,
                        "/web:window[@index='0' or @title='Login']/web:document[@index='0']/web:form[@id='DefaultFormName' or @name='DefaultFormName' or @index='0']/web:button[@id='SubmitButton' or @value='Login' or @index='0']")
                        .click();
            endStep();
        public void finish() throws Exception {       
    3) Here's the error messages I'm getting based on the method I call from my main class:
    3.a) when calling Initialize():
    java.lang.NullPointerException
        at oracle.oats.scripting.modules.basic.api.IteratingVUserScript.getSettings(IteratingVUserScript.java:723)
        at nvscript.initialize(nvscript.java:22)
        at Test.main(Test.java:9)
    3 b) when calling Run():
    java.lang.NullPointerException
        at oracle.oats.scripting.modules.basic.api.IteratingVUserScript.beginStep(IteratingVUserScript.java:260)
        at nvscript.run(nvscript.java:30)
        at Test.main(Test.java:9)
    Any help and/or constructive comment will be appreciated it.
    Thanks.
    Federico.

    UPDATE
    Compiling from command line I found out that the class definition for oracle.oats.scripting.modules.basic.api.IteratingVUserScript is missing. Do you know what .jar file contains this class?
    Thanks.
    Fede.

  • In oracle Open Script (OATS) OracleEBS/Forms project all the elements or fields are being identified as web objects.

    In oracle Open Script (OATS), we have created an OracleEBS/Forms project. But when we try to record the script all the elements or fields are being identified as web objects. Due to this we are unable to use the functions like getText. Hence, please help.
    Example: The below line when executed gives an error " Failed to connect to the Oracle Forms applet after 90 seconds. Verify that the applet launching page opens, and that the Forms Startup Timeout setting is high enough for this site."
    forms.textField("/web:window[@index='0' or @title='Person']/web:document[@index='7' or @name='tabPage']/web:input_text[@id='PER_ID' or @name='PER_ID' or @index='0']").getText();
    We have already set the event timeouts in OpenScript Preferences -> Playback -> OracleEBS/Forms Functional as
    Forms startup time out = 90Sec
    Forms Action timeout = 120Sec
    Forms Response Timeout = 120 Sec.
    OpenScript
    Version: 12.4.0.1 Build 139

    If it is a name resolution I would try either replacing the server name in the script with the IP address or making an entry in the local host file of the machine trying to play back the script
    If you try one or both of those approaches does the script play back?

  • How to automate the functionality of Oracle Mobile - Thick client  USING  OATS

    Hi Guys ,
    We have a Oracle Mobile - Thick Client installed  on a windows 7 machine and  when used OATS  its not recognizing  the way to automate. the attached is the snap shot . Please advise the way or protocol to automate the Oracle Mobile.
    Thanks

    Hi Vinod,
    Thanks alot for your help in this regard
    Requesting you to please clarify here which BADI is the relevant one.PFB the screenshot for your easy reference.Because we found nearly 4 BADIs related to this scenario.Please through some light here once.
    Thanks in Advance!
    Regards,
    Lakshmi S

  • OATS:Error When Adding Data Sources to the Oracle Load Technology suite

    Hi,
    I am trying to add the data source to the OLT to work on the demo files generated during installation.
    When i tried to add the
    In the Add monitor : step 1 window i selected the Perfmon (Windows Performance Monitor) and click Next.
    In Add monitor : step2 window the default settings for Monitored System and Data Collector is not changed and clicked on the Next button. When I click the next button i am getting an error as
    Error while calling discovery.
    Data collector setup failed on oats-am://localhost:9001: code=Windows reason=4
    (message id=ds.dcStartupFailed)
    This may be because the data collector didn't respond in time.Try again.
    I am new to the OATS so i dono y i am getting this error. Plz tell what settings to b done to resolve this.
    Error in Log File is shown below
    16:05:41,297 WARN [DCController] oracle.oats.datasources.DCController.onAgentStartupFailed(DCController.java:93) DataCollector failed to start: id=3f7e5492-4eb7-452c-9322-e009813f2d23 code=4 reason=Request error : agent image not found on disk: service.exe
    16:05:41,297 WARN [EmpStartClient] oracle.oats.core.EmpStartClient.onAgentStartupFailed(EmpStartClient.java:222) Received startup failure process id=3f7e5492-4eb7-452c-9322-e009813f2d23 failCode=4: Request error : agent image not found on disk: service.exe
    16:05:41,297 ERROR [SelfServiceListener] oracle.oats.request.datasources.RequestDiscovery.invoke(RequestDiscovery.java:55) Failed in starting discovery
    16:05:41,297 ERROR [SelfServiceListener] oracle.oats.request.datasources.RequestDiscovery.invoke(RequestDiscovery.java:56) oracle.oats.datasources.exception.DataSourceException: Data collector startup failed on oats-am://localhost:9001: code=Windows reason=4\n\n(message id=ds.dcStartupFailed)
    16:05:41,297 ERROR [MonitorAction] oracle.oats.olt.OracleActionBase.error(OracleActionBase.java:318) Error while calling discovery.\n\n
    oracle.oats.core.ApplicationMDBException: Server returned error in response to request 87: Discovery for request null failed: code=dis2\n\n(message id=console.discoveryError)\n\n(message id=responseServerError)
         at oracle.oats.app.session.SessionSyncedClient.getResponse(SessionSyncedClient.java:480)
         at oracle.oats.app.console.ConsoleSyncedClient.genericDiscovery(ConsoleSyncedClient.java:623)
         at oracle.oats.app.console.ConsoleSyncedClient.genericDiscovery(ConsoleSyncedClient.java:597)
         at oracle.oats.app.console.ConsoleSyncedClient.perfmonDiscoverAll(ConsoleSyncedClient.java:872)
         at oracle.oats.olt.datasource.action.PerfmonAction.getPerfmonObjects(PerfmonAction.java:153)
         at oracle.oats.olt.datasource.action.PerfmonAction.discover(PerfmonAction.java:41)
         at oracle.oats.olt.datasource.action.AgentAction.discoverSpecific(AgentAction.java:98)
         at oracle.oats.olt.datasource.action.MonitorAction.step3(MonitorAction.java:182)
         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 oracle.oats.olt.OracleActionBase.execute(OracleActionBase.java:160)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         at oracle.oats.olt.ActionServlet.process(ActionServlet.java:180)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.oats.olt.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:171)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3588)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2200)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2106)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1428)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: oracle.oats.client.console.ConsoleException: Discovery for request null failed: code=dis2\n\n(message id=console.discoveryError)
         at oracle.oats.console.ConsoleEngine.startOneConsoleDiscoverRequest(ConsoleEngine.java:1588)
         at oracle.oats.request.console.RequestConsoleDiscovery.invoke(RequestConsoleDiscovery.java:51)
         at oracle.oats.ejb.SelfServiceListener.onMessage(SelfServiceListener.java:122)
         at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4585)
         at weblogic.jms.client.JMSSession.execute(JMSSession.java:4271)
         at weblogic.jms.client.JMSSession.executeMessage(JMSSession.java:3747)
         at weblogic.jms.client.JMSSession.access$000(JMSSession.java:114)
         at weblogic.jms.client.JMSSession$UseForRunnable.run(JMSSession.java:5096)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         ... 2 more
    Caused by: oracle.oats.datasources.exception.DataSourceException: Server threw an exception in response to request 88\n\n(message id=responseServerException)
         at oracle.oats.app.datasources.DataSourceSyncedClient.getResponse(DataSourceSyncedClient.java:91)
         at oracle.oats.app.datasources.DataSourceSyncedClient.startOneDiscoverRequest(DataSourceSyncedClient.java:167)
         at oracle.oats.console.ConsoleEngine.startOneConsoleDiscoverRequest(ConsoleEngine.java:1584)
         ... 10 more
    Caused by: oracle.oats.datasources.exception.DataSourceException: Data collector startup failed on oats-am://localhost:9001: code=Windows reason=4\n\n(message id=ds.dcStartupFailed)
         at oracle.oats.datasources.FrameworkManager.startDataCollector(FrameworkManager.java:929)
         at oracle.oats.datasources.FrameworkManager.findFrameworkID(FrameworkManager.java:275)
         at oracle.oats.datasources.FrameworkManager.startOneDiscoverRequest(FrameworkManager.java:1021)
         at oracle.oats.request.datasources.RequestDiscovery.invoke(RequestDiscovery.java:49)
         at oracle.oats.ejb.SelfServiceListener.onMessage(SelfServiceListener.java:122)
         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.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy135.onMessage(Unknown Source)
         at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:466)
         at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:371)
         at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:327)
    Thanx in advance
    Edited by: user10300810 on Oct 25, 2009 2:20 AM
    Edited by: user10300810 on Oct 27, 2009 3:40 AM

    Hi
    It looks like there is no agent running on your machine.
    Can you check that the following service is running: Oracle Application Testing Suite Agent Service
    Regards
    Alex

  • Is Oracle OATS a freeware or a licensed one ?

    Hi Team,
    I have downloaded oats-full-12.1.0.2.58. Is it a freeware or a licensed one?
    My requirement is to automate Siebel UI part functional testing
    Thanks,
    Anand

    Hello Anand
    Thank you for having downloaded OATS. You will see (after a few days of discovering) that OATS is probably the best solution to test Siebel, especially for functional testing purpose.
    However, OATS is not free but need to be licenced to really test Siebel. Standard Oracle policies applies here where you can use the product for 30 days for trying (not testing :-) ).
    Are you in contact with an Oracle sales rep? This is the same sales for DB and DB options.
    JB

  • What is OASTOAST [Oracle Automated Stress/System Testing], where can I find the installable file. Is it same as OATS[Oracle application testing]

    Hi
    I am trying out the OAST[Oracle Automated Stress/System Testing].
    I could found out one user guide .Apart no other information.
    Where can I find the installable file for OAST. Its not mentioned in the user guide as wel.
    Is it same as OATS?
    Support team aked me to check out in CMS portal, but that didn't help.
    I heared its part of Oracle Certification Environment kit . Where can I get the installation files for it?
    What exactly Ineed to install for it...am kind of lost!!!!!!
    Anybody has any idea, please help me .
    Thanks
    Anirban
    email:[email protected]

    Never heard about OAST in 4 years and half at Oracle...
    Guess this is exactly OATS (aka ATS). SO go ahead with OATS dl and installation.
    JB

  • Oracle forms - .find method and .select method both recognized as .find method in OATS

    Hi All,
    Am working on Oracle EBS version R12.1.3 and trying to SELECT a responsibility from List of Values (LOV) but the code is working as .find method.
    Code:
    forms.listOfValues("//forms:listOfValues").select("001_Responsibility");
    The above method is working as
    forms.listOfValues("//forms:listOfValues").find("001_Responsibility");
    Please let me know if any details are required to understand issue.
    FYI:
    OATS version 12.4.0.1.139
    EBS version R12.1.3
    Thanks and Regards,
    Vasanth Kumar S M

    I called a procedure in in-insert and on-updateWhy are you writing this code in the first place? If you have a block based on an updatable view, just let Forms do the inserts and updates.
    If it's not an updatable view, use instead of triggers on the view.
    See this current thread too:
    INSTEAD of Trigger View for an Oracle EBS New form development

  • OTM error: oracle.oats.jagent.exception.FatalJavaAgentException

    Hi all,
    I have created a whole host of OATS scripts that run on my pc. Most of these scripts make use of databanks. I have ensured that the scripts are set up to point to databanks 'Relative to a Repository'.
    Now we have moved the repository to a server, which hosts OTM, from where we wish to run the test scripts. With the first script tested, using OpenScript, there were no problems. However, when running the same test script from OTM, we get the following error:
    oracle.oats.jagent.exception.FatalJavaAgentException: unable to create stand alone databank provider
    Any ideas?
    Blu

    This might not be the same issue, but I recall having similar problems when we first started using OLT from a shared repository on the server. Firstly I ended up having a mapped drive in Windows in order to specify the shared directory for scripts/databanks. Secondly I found that setting the parameter to work "relative to script" (rather than repository) worked.
    I must admit I keep meaning to re-visit this (as keeping things "relative to repository" would make more sense) but "it just works". I vaguely recall there was a bug in one of the pre-v9 versions (but I think that was more to do with the mapped drive).
    One of these days I'll find to time to re-evaluate this :)

  • FYI : OATS new version released : Oracle Application Testing Suite 12.5.0.1

    Available at Oracle downloads

    Hi,
    Please try OATS 12.5.0.1.0
    New Release OATS 12.5.0.1.0 supports following browsers:
    Oracle Functional Testing/OpenScript
    Browser: Internet Explorer 8.x., 9.x, 10.x, 11.x; Firefox 10.x, 24.x, 31.x; Chrome 27 to 32 (playback only).
    Oracle Load Testing
    Browser: Internet Explorer 8.x, 9.x, 10.x, 11.x; Firefox (ESR) 10.x, 17.x., 24.x, 31.x.
    Oracle Test Manager
    Browser: Internet Explorer 8.x, 9.x, 10.x, 11.x; Firefox 10.x, 17.x., 24.x, 31.x.
    Please check Oracle Application Testing Suite Downloads
    -POPS

  • OATS & Oracle Flow Builder OL6

    We need to build a environment using OATS & Oracle Flow Builder on top of Oracle Linux 6.
    Flow Builder Release Notes 12.5.0.1 states "Prerequisites: Oracle Linux 5 (64 bit)".
    Oracle Application Testing Suite Installation Guide 12.5.0.1 states that:  "Oracle Application Testing Suite components have been tested with Oracle Enterprise Linux 5.1 64 bit, 5.2 64 bit, 4u8 64 bit".
    My question, has anyone built a working env on top of OL6?

    Hi Ashish,
        We need to have a Linux environment & a database so as to install Oracle Flow Builder (OFB). Detailed documentation on installation process along with the prerequisites have been provided by Oracle. Please refer to the following link for downloads & more details.
    Oracle Application Testing Suite Downloads
    Regards,
    Anand

Maybe you are looking for

  • We need a one apple ID for many iPads

    We have a school in the Czech Republic 30 iPad and need one ID for all tablets to make themselves updated and transmitted purchases. Is it possible? school - http://www.sps-ub.cz We cooperate with apple Czech Republic. when we asked them an it failed

  • Unable to delete a podcast from my ipod touch

    I deleted the problem podcast from itunes and then unscribed from that podcast but when I sync my ipod this podcast pops up again in my ipod. I did a soft reset to no avail. Thank You John

  • BEWARE: Loss of metadata when opening OnLo CS4 project in OnLo CS5

    I had recorded a large number of takes over a two day shoot into OnLo CS4. I was pretty detailed as I shot the takes, using the comment, description, and good fields to mark notes to myself--it was going to make post-production much faster and easier

  • BOM- Actual Additional Cost

    Hi Experts, In production order :status - released : Summary Tab : actual additional cost field  the additional cost is not shown. . Looking into the Journal entries created from that transaction I can't find any entry generated out of that service o

  • Alignment tool - how to set reference object?

    I am new to Flash but have used Illustrator and InDesign for years. I am wondering if someone can explain how to set the reference object by which all other objects are aligned; e.g. Illustrator ->select all objects then a second click on the referen