Oracle BPEL Console audit trail showing incorrect information

Hi all,
I am using Oracle BPEL 10.1.3.3 on Red Hat Linux server and 10g R2DB as the dehydration store.
My processes whether synchronous or empty are all executing properly without any error and in the 'Instances' tab under BPEL console they are shown as completed succesfully,however when I click on a particular instance and try to view the audit trail each activity is shown as pending .........but the Input and Output of those activities are all correct.
Infact even the Assign and Transformation activities are shown as pending.
Neither domain nor opmn log files show any error.
Can anyone please let me know what can be the possible cause?This is very urgent.
Thanks.

Audit trail (if it's turned on) is persisted only in database. What you see in console is just visual representation of data in XML fashion. But behind the scenes is allways database. Even in developer installation (which you are probably using) is database. It is Oracle Lite (Olite).

Similar Messages

  • BPEL Console doesn't show any instances created

    Hi,
    We are using file protocol to read the files from trading partner into B2B. File is successfully processes by B2B. I can see that in reports.
    Then I have defined a BPEL process to Dequeue the messages from B2B using AQ Adapter, transforms and places the files in the local file system.
    The BPEL process is simple flow with one receive , transform and invoke activity.
    I have configured AQ adapter using WSIF browser. I can see the deployed document definition in browser.
    I have the TP agreement deployed, BPEL process deployed, but I don't see the 850 file processed. BPEL Console doesn't show any instances created. How would I know where what went wrong?
    Please help.

    Try using java oracle.tip.adapter.b2b.data.IPDequeue to dequeue the message and see if you can dequeue
    Then you'l be able to pin point if the issue is with your BPEL or with B2B Queue's
    Kalyan

  • Error when accessing Oracle BPEL console

    The following error message shows up when access oracle BPEL console. Any advice to resolve this error? Thanks a lot in advance!
    ***************************************************************************** Oracle BPEL Server version 10.1.3.1.0 Build: 0 Build time: Mon Oct 09 08:44:49 PDT 2006 Build type: release Source tag: PCBPEL_10.1.3.1.0_GENERIC_061009.0802
    Exception Message:
    [java.lang.NoClassDefFoundError] org/apache/log4j/Category
    Exception Trace:
    java.lang.NoClassDefFoundError: org/apache/log4j/Category at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Class.java:2328) at java.lang.Class.getConstructor0(Class.java:2640) at java.lang.Class.getConstructor(Class.java:1629) at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:410) at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:529) at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:235) at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:370) at org.collaxa.thirdparty.apache.axis.components.logger.LogFactory.getLog(LogFactory.java:37) at org.collaxa.thirdparty.apache.axis.encoding.TypeMappingImpl.(TypeMappingImpl.java:68) at com.collaxa.cube.engine.deployment.TypeSoapRegistry.registerHeaderTypes(TypeSoapRegistry.java:251) at com.collaxa.cube.engine.deployment.TypeSoapRegistry.load(TypeSoapRegistry.java:79) at com.collaxa.cube.engine.core.TypeRegistry.load(TypeRegistry.java:126) at com.collaxa.cube.engine.CubeEngine.__load(CubeEngine.java:613) at com.collaxa.cube.engine.CubeEngine.load(CubeEngine.java:474) at com.collaxa.cube.admin.ServerManager.loadDomain(ServerManager.java:1111) at com.collaxa.cube.admin.ServerManager.loadAllDomains(ServerManager.java:924) at com.collaxa.cube.admin.ServerManager.init(ServerManager.java:111) at com.collaxa.cube.ejb.impl.ServerBean.init(ServerBean.java:254) 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:585) at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35) at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119) at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52) at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119) at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:396) at com.evermind.server.ThreadState.runAs(ThreadState.java:622) at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34) at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119) at com.evermind.server.ejb.interceptor.system.TxNotSupportedInterceptor.invoke(TxNotSupportedInterceptor.java:43) at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119) at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52) at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119) at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55) at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87) at ServerBean_RemoteProxy_4bin6i8.init(Unknown Source) at com.collaxa.cube.admin.CXLoaderServlet.init(CXLoaderServlet.java:60) at javax.servlet.GenericServlet.init(GenericServlet.java:256) at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2361) at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4810) at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4734) at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4922) at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1134) at com.evermind.server.http.HttpApplication.(HttpApplication.java:738) at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:414) at com.evermind.server.Application.getHttpApplication(Application.java:545) at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1990) at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.(HttpSite.java:1909) at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:645) at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:290) at com.evermind.server.http.HttpServer.setSites(HttpServer.java:270) at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:177) at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2450) at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:998) at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:131) at java.lang.Thread.run(Thread.java:595)

    ru able to login to the other applications on your App server ... viz.
    Oracle App Server Console, ESB Console, Worklist App ... etc

  • Can't login Oracle BPEL console

    Oracle BPEL PM shows 2 errors:
    1、<2009-03-05 15:20:35,383> <ERROR> <default.collaxa.cube.engine> <DomainObserverRegistry::load> Failed to locate observer class oracle.tip.esb.configuration.deployment.bpel.BPELSvcDeploymentManager
    2、<2009-03-05 14:59:24,836> <ERROR> <collaxa> <ProcessJob::execute> Timed out reading http://pce-01:9700
    then i can't login Oracle BPEL console with domain "default" and default pwd "bpel".
    How can i solve this problem and login BPEL console ?

    For the errors :
    Oracle BPEL PM shows 2 errors:
    1、<2009-03-05 15:20:35,383> <ERROR> <default.collaxa.cube.engine> <DomainObserverRegistry::load> Failed to locate observer class oracle.tip.esb.configuration.deployment.bpel.BPELSvcDeploymentManager
    2、<2009-03-05 14:59:24,836> <ERROR> <collaxa> <ProcessJob::execute> Timed out reading http://pce-01:9700
    You may be having a have a DNS entry issue:
    http://pce-01:9700/BPELConsole
    Change on your workstation the hosts file; c\windows\system32\drivers\etc\hosts
    add the entry
    127.0.0.1 pce-01.<fully quaified domain name>
    127.0.0.1 pce-01
    Restart the SOA Suite.
    Also, regarding the BPEL Console login, generally by default its welcome1, unless you have given a different password at the time of installation when running the irca.sh scripts to create orabpel/oraesb/orawsm schemas.(for SOA Adv install). However, in SOA Basic install, they get installed in olite db, so welcome1 is generally the default password.
    Hope this helps!
    Regards
    Anirudh Pucha

  • 10.1.3.5 Flow diagram in Bpel console does not show all details

    Hello,
    Does anybody experience this? And what would be the fix did we missed some configuration (hopefully)?
    Bpel Console-> Instances->choose instance with executed pick activity->Flow (to see diagram of the flow)
    10.1.3.5 does not show underlying activities in a picked onMessage action. However in a "Audit" all details are shown OK. In the attached example it's onAlarm - but it's happening with all of onMessages.
    http://i41.tinypic.com/2jdj1ab.jpg
    10.1.3.4 - shows underlying activities fine
    http://i43.tinypic.com/vwtys1.png
    BPEL process piece of source:
    http://i39.tinypic.com/xm0hoy.png
    thanks in advance!

    Finally found info about this seems to be a known bug:
    Patch 9162451: ACTIVITIES NESTED WITHIN PICK/ONMESSAGE/ONALARM ARE NOT DISPLAYED IN BPEL FLOW

  • Bug:cant create xml source from Oracle BPEL console

    hi
    follow this
    1) create a xsd A, in this create 2 elements in requestmessage input and xyz.
    2) create xsd B, in this make a complex type abc in this put an element on string type.
    3) set the type of xyz to abc. and import the target namespace of B.
    deploy it and on SOA BPEL console and click on xml source radio button.
    if its working at your place pls let me know.
    dont just see reply something.;)
    YYY
    Message was edited by:
    user573911

    you may want to check out commands like xmlforest and xmlelement
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/functions221.htm
    copied from documentation
    Purpose
    XMLForest converts each of its argument parameters to XML, and then returns an XML fragment that is the concatenation of these converted arguments.
    •If value_expr is a scalar expression, then you can omit the AS clause, and Oracle Database uses the column name as the element name.
    •If value_expr is an object type or collection, then the AS clause is mandatory, and Oracle uses the specified c_alias as the enclosing tag. The c_alias can be up to 4000 characters.
    •If value_expr is null, then no element is created for that value_expr.
    Examples
    The following example creates an Emp element for a subset of employees, with nested employee_id, last_name, and salary elements as the contents of Emp:
    SELECT XMLELEMENT("Emp",
    XMLFOREST(e.employee_id, e.last_name, e.salary))
    "Emp Element"
    FROM employees e WHERE employee_id = 204;
    Emp Element
    <Emp>
    <EMPLOYEE_ID>204</EMPLOYEE_ID>
    <LAST_NAME>Baer</LAST_NAME>
    <SALARY>10000</SALARY>
    </Emp>

  • Bpel console is not showing the correct reply xml..

    Hi,
    i created a process with xsd:any i/p and xsd:any o/p. Inside the process i just assigning the(asign activity) input payload to output payload. In the console am reciving diffrent outputxml.it's removing deeplevel node as bellow.
    case 1
    I/P :
    <BPELProcessBProcessRequest xmlns="http://iflex.com/BPELProcessB">
    <a></a>
    </BPELProcessBProcessRequest>
    O/P
    <BPELProcessBProcessResponse> </BPELProcessBProcessResponse>
    case 2
    I/P :
    <BPELProcessBProcessRequest xmlns="http://iflex.com/BPELProcessB">
    <a><b id="01"></b></a>
    </BPELProcessBProcessRequest>
    O/P
    <BPELProcessBProcessResponse>
    <a></a>
    </BPELProcessBProcessResponse>
    case 3:
    I/P :
    <BPELProcessBProcessRequest xmlns="http://iflex.com/BPELProcessB">
    <aaa><a><b ></b></a><a><b ><c></c></b></a></aaa>
    </BPELProcessBProcessRequest>
    O/P
    <BPELProcessBProcessResponse>
    <aaa>
    <a></a>
    <a>
    <b></b>
    </a>
    </aaa>
    </BPELProcessBProcessResponse>
    am using BPEL 10.1.2.
    it seems as bug.is this fixed.. any batch updates ??

    please check this thread for above issue. This is not formated well becoz of the xml data input. i used & lt ; and & gt ; for posting xml.. in the forum.
    Bpel console & this forum is not showing the proper  xml..

  • [Oracle BPEL Console] No domains accessible to the user logged in.

    Hello Everyone,
    Can anyone please help me out, bpel process manager on my machine was working fine till yesterday nite but when i tried to access bpel manager console this morning its showing this error "No domains accessible to the user logged in.". I am trying to access with the same user with which i use to (with admin rights 'OC4jAdmin'). What should i do to deal with this issue?

    08/06/23 13:13:38.738 startup: 10.1.3.1.0 Started
    08/06/23 13:23:19.792 10.1.3.1.0 Started
    08/06/23 13:23:32.745 httpbinding: 10.1.3.1.0 Started
    08/06/23 13:23:32.823 admin: 10.1.3.1.0 Started
    08/06/23 13:23:32.901 console: 10.1.3.1.0 Started
    08/06/23 13:24:09.338 startup: Error preloading servlet
    javax.servlet.ServletException:
    ORABPEL START-UP ERROR!!!!!!!!
    OraBPEL run-time system failed to start due to exception:
    Cannot lookup datasource type.
    The process domain was unable to determine the database type. The version table contains the vendor type for the current datasource
    . The exception reported is: Cannot fetch a datasource connection.
    The process domain was unable to establish a connection with the datasource with the connection URL "jdbc/BPELServerDataSourceWorkflow"
    . The exception reported is: Internal Error:Invalid Connect String
    Please check that the machine hosting the datasource is physically connected to the network. Otherwise, check that the datasource
    connection parameters (user/password) is currently valid.
    Please check that:
    + the machine hosting the datasource is physically connected to the network.
    + the connection pool properties as defined in the application server startup properties are valid.
    + the database schema for OraBPEL has been installed in the datasource.

  • Firefox shows incorrect information about downloading file

    Hi there,
    I dont know what is goin on, firefox shows e.g 500kb/s and 5 minut left, but it takes much more time...
    what can be wrong ?
    thanks
    Last edited by chosen (2012-03-10 22:39:54)

    file's being downloaded ok, ff shows wrong transfer and wrong time left
    Last edited by chosen (2012-03-11 18:10:35)

  • Bpel console not showing domain name

    Hi
    i have installed a new jdev 10.1.3.1 and also have 10.1.2. first version is working fine examples but bpel console is not showing domain name in 10.1.2.
    pls anyone can tell me what may be the problem.Is it bcoz of two version in same machine.?? Its urgent help out............

    this is understandable - at per default we use oracle lite - which only allows ONE installation on a windows system ..
    to run both in paralell you have to install a db and create the 2 schemas (10.1.2.0.2 and 10.1.3.1) - I posted a blog note on this ..
    http://clemensblog.blogspot.com/2006/04/oracle-bpel-xe-part-2.html
    hth clemens

  • Error when opening BPEL Console:No domains accessible to the user logged in

    Hi,
    I have upgraded the SOA SUITE from 10.1.3.1 to 10.1.3.4 by applying the patch. Before applying the patch, I run the scripts to upgrade the database for both ESB and BPEL. After applying the patch I made the change in <ORACLE_HOME>\j2ee\oc4j_soa\configdata-sources.xml file for the BPELPM_CONNECTION_POOL parameter. But when I am opening BPEL Console it is showing the error like “No domains accessible to the user logged in". And in the log file I am getting the error like
    ORABPEL-03003
    Incorrect db schema version.
    The database schema version "2.0.4" from the database does not match the version "10.1.3.4.0" expected by the server.
    The database schema currently in place has probably been configured for a previous release; please re-install the database schema and try to start the server again.
    Does anybody knows how to fix this problem?
    Thanks,
    Anju

    Hello,
    I had the same problem and reconfiguring the datasources.xml was the solution. Because the installer replace its values with all wrong values. For example: using polite driver instead OracleDriver, 1522 instead 1521, user and password.
    That solved my problem, maybe you must check all parameters of the datasources.xml and restart the server.

  • How to see when SR Escalation was created in the Audit Trail

    We have an FDA requirement that the Oracle SR audit trail show when an escalation was created and closed. The audit trail doesn't show this currently in our system. Looking for a way to make this appear in the audit trail.
    We need to be able to provide a single audit trail through the forms (reports are not acceptable) that shows all SR details (as standard functionality) along with when the escalation was created and de-escalated (or closed)
    Any ideas using 11.5.10.2?

    Abhishek 
    I tried to delete the extension, in the Log tab, I only got one error which is:
    Table CI_EEW_ORDERADM_H can't be created with package $TMP
    Seems like the deletion process tried to change the structure CI_EEW_ORDERADM_H.
    I checked this structure, there is already a field added by other developer, but this structure is apparently in another z-package.
    So what I should do now?
    Thanks

  • Error logging in using BPEL Console

    Hi
    When I try to login using BPEL Console, I get following error:
    "No domains accessible to the user logged in"
    I tried link "Goto BPEL Admin". I found no domains there. I am unable to add new domain also.
    Can anyone let me know if I need to change any configuration to make this work?
    Thanks

    Hi Badri,
    Check 1:
    First checkpoint where we can identify the detail of error description is checking the following log files;
    Domain Log: $SOA_Home\bpel\domains\default\logs\domain.log ('default' is the default domain name)
    - This log file will be created everytime the SOA service is started and will log any domain level startup issues
    OPMN Log: $SOA_Home\opmn\logs\OC4J~oc4j_soa~default_group~1.log
    - This log file will log all the BPEL process specific logs (creation/termination)
    System Log: $SOA_Home\bpel\system\logs\orabpel.log
    - System level logging is provided for infrastructure, AXIS, and WSIF issues
    All these log files should give a clear picture about the error which might be causing this issue, based on which you can take necessary actions.
    Check 2:
    Check whether the database on top of which Oracle SOA suite was installed is up & running. If not, ensure the RDBMS listener is running & restart SOA service.
    Check 3:
    The Oracle SOA suite will be installed on top of a database (Oracle Lite/external Oracle DB), where three schemas would have been created during installation namely Orabpel, Oraesb, Orawsm. These schemas might have got corrupted (or) their passwords might have got changed which throws "No domains accessible to the user logged in." error in Oracle BPEL console. Ensure all 3 schemas are present in the database and their passwords are intact as specified in the datasources.xml/during installation and restart SOA service after corrections.
    Check 4:
    If any class files have been added in the SOA suite, ensure they are properly compiled and deployed @ $SOA_Home\bpel\system\classes.
    Check 5:
    If you have added any custom xpath functions for use in the BPEL process, you might have added entries in the $SOA_Home/bpel/system/config/xpath-functions.xml. Ensure that this file is well formed.
    Check 6:
    If you have deployed any BPEL process recently after which the Oracle BPEL console throws this error, there might be high chance for issues in the deployed BPEL process.
    All deployed BPEL processes will be picked up from the following location. Take backup of the existing processes, delete all entries and then restart SOA service.
    $SOA_Home\bpel\domains\default\tmp ('default' is the default domain name)
    Refer : http://sathyam-soa.blogspot.com/2009/01/oracle-bpel-console-throws-no-domains.html
    Hope this helps!
    Cheers
    Anirudh Pucha

  • Running Sync BPEL process doesn't show any HTML form /XML source for input

    Hi
    I designed,compiled and deployed SYNC BPEL process on to server
    but when I opened console and try to run the process, it doesn't show any form for input
    Actually it has to take input
    Where I am doing wrong...?
    Thanks for any help...

    Hi Praveen,
    That is correct, you're not doing anything wrong. The BPEL Console doesn't show any forms for testing the services if the service is synchronous.
    I test my synchronous webservices with Eviware SoapUI. This is a freeware tool. Check: http://www.soapui.org/
    Just create a new project in soapUI, create a new request from WSDL, copy and paste the WSDL in soapUI. It will generate a default request for you, which you can edit and execute.
    HTH,
    Bas

  • BPEL console - cannot see the process audit trail and visual flow

    Hi All,
    The Visual Flow and Audit Trail for a BPEL is not appearing for me, when I log in to the BPEL console. Fortunately, the 'view as raw xml' screen is working, hence I am not completely helpless, but I would like to see the graphical representations of the process which is just not appearing.
    I am on 10.1.2.0.0 with the 3 patches. Is anyone else also facing this issue? If yes, then has anybody found a solution?
    Thanks,
    Nilanshu

    That's strange because I am using Internet Explorer. Maybe it is an installation issue or something. Let me try with Firefox. And if that does not work, I will probably uninstall the BPEL designer and re-install it. Hopefully, that would do the trick.
    Thanks.

Maybe you are looking for

  • Problem with multiple instances of same module

    I want to call the same module in several different viewstates. Based on a variable for each viewstate the module returns different results. Here is a shortened version of my code: private var lm:linkModule; private function moduleHandler(promotion:S

  • IPod Charges on a Docking Station but not via USB

    Bit of an odd one this, I have been living with it for a good many years, however now as I have discovrered the usefullness of this forum I will ask for some advice on the cause of this. Simply my iPod will not charge when connected to usb, eg charge

  • Any good Dreamweaver tutorial videos (not free online ones)?

    I'm tired of trying to find decent online tutorial videos of Dreamweaver. I'd be willing to pay for something that really covered DW in-depth, and not like a weekend crash-learning course. Thanks.

  • How do I identify the button that has been pressed?

    Hi, I have an application that has a single event handler which handles 8 different menu selection items (they happen to be sources for a scope display). Since handling any of these requires knowledge of all of these, it makes sense to handle all of

  • Can you print thicker envelopes (ones for holiday cards have are a little thicker paper stock)?

    Have an HP C7200 AllPurpose Printer >> Can't seem to print to envelopes that are a little thicker in stock, such as for Christmas cards.  I have the paper size set up correctly (5"x7"); but does not feed/print consistently  or sometimes jams.  I usua