Data Streaming error in BPM workspace

Hi All
Developed a BPM Process and ADF form with BPM 11g suite and deployed to Oracle weblogic Server 10.3. while we are fetching the data from DB into ADF form in the same Process we are getting the small amount of data but while fetching the large volume of data to that ADF form we are getting the popup like "Data streaming",
Could you please guide me to resolve this issue.
Thank you
Balaji J

Please paste the exact error stack along with your Jdev version for us to help you.

Similar Messages

  • Re: Data streaming error

    Hello,
    We are using Jdeveloper 11.1.1.4.0;
    A page we developed its working fine in the Jdev Integrated weblogic server. But if we deploy it in the Server, some time its working fine and sometime time its giving the data streaming error,
    if we restart the application server, the error is not coming.
    I have visited so many forums here, but it’s not helpful to me.
    Is there any configuration we have to do it in the weblogic server side or the problem in the code as it mentioned in a forum?
    Thanks in Advance.
    Vijay.

    Hi,
    unfortunately your question isn't helpful either as it does not provide enough information (stack traces or log entries for example). As you say this ahppens randomly it would be interesting to know if network can be an issue. Also have you tested your application e.g. with 11.1.1.6 to verify the problem is related to 11.1.1.4 or a general one.
    Frank

  • Oracle.bpel.services.datacontrol.data.DataCollection error in BPM work-list

    Hi,
    I am working with Human task form. I Have created one form using create auto-generate option from task options. The form is fetching and displaying data properly in BPM work-list, but when i click on approve/reject button in form, it gives the error oracle.bpel.services.datacontrol.data.DataCollection error . Not sure, from where this error is coming.
    Please reply if anyone is having idea why this error is coming. I am working with Jdev 11.1.1.5 and SOA suite 11g and this project is part of new development. ( no migration issue, i guess)
    thanks,
    rps

    was this issue resolved?
    I am facing the same issue and when I click on Approve/Reject in the form I receive a pop up saying      
    oracle.bpel.services.datacontrol.data.DataCollection cannot be cast to oracle.bpel.services.datacontrol.data.DataObject.

  • Login Error in BPM workspace

    hi,
    what is BPM workspace default username and pass?
    i tried anything , but says only "invalid ID or pass"
    user : weblogic
    pass : welcome1
    weblogic1
    welcome9
    how can i edit defined users or what else should i try?
    tnx,

    Well, I'm not total sure on whether we are using LDAP or not since I'm a new to weblogic. Perhaps you can tell me. We installed webLogic 10.3.4. My understanding is that this has embedded LDAP. All I did was to install demo users and groups. So currently we have defaultAuthenticator under myrealm. so are we using LDAP in this case?
    What's the exact path of Admin server?
    weblogic, soa_server1, bam_server1, osb_server1 are running on one linux box.

  • 'Runtime Operation Error' on BPM/Workspace

    Hi all,
    When I'm logging into the BPM 11 G Work space I'm getting a error indicating *" Runtime Operation Error''* .
    This error occurs only for my login. Other users not getting this and their logins are working properly...
    What can be the issue?
    Thank You..

    Check the server log for the name of the of the task or process that this happens. Then in the soa dehydration store, check the status of this process via the query. select processId, processName, compositeName, revision, status from dev_soainfra.BPM_CUBE_PROCESS;
    for the process set the status='-1'.
    Restart the soa server and try again.
    Hope this helps..cheers!

  • BPM Workspace CSS error 'rowCssStyle' from bean of type fuego.workspace

    Hi,
    I'm consistently getting an error in BPM workspace when clicked on some of the custom views. The views are not loading and I get this error in the bottom part of the workspace. It’s related to workspace CSS , but we’ve not made any changes to CSS file.
    Have you encountered this problem?
    Unexpected Error
    javax.faces.el.EvaluationException: /jsf/view/viewPanelTemplate.xhtml @84,83 cssStyle="#{instance.rowCssStyle}": Error getting property 'rowCssStyle' from bean of type fuego.workspace.model.view.ViewTableInstanceBean: java.lang.NullPointerException
    at com.sun.facelets.el.LegacyValueBinding.getValue(LegacyValueBinding.java:60)
    at com.bea.opencontrols.XPControl.getPropertyValue(XPControl.java:312)
    at com.bea.opencontrols.XPControl.getPropertyValue(XPControl.java:285)
    at com.bea.opencontrols.XPControl.getPropertyValue(XPControl.java:273)
    at com.bea.opencontrols.table.Row.getCssStyle(Row.java:65)
    Any suggestions to clear this error is much appreciated.
    Cheers.

    In your weblogic console the application called -
    BPM Workspace would be in a Inactive or prepared state
    & worklist app wpuld be in an active state

  • Can't login BPM workspace - Internal error in Verification Service

    I've gone through "Building Your First Process with Oracle BPM 11g" in JDeveloper and was able to deploy "Hello World" successfully. My problem is that when I tried to sign in bpm workspace, I get "Invalid username and password" error. This is what I found in the soa log,
    <Apr 25, 2012 9:02:49 AM EDT> <Error> <oracle.soa.services.workflow.verification> <BEA-000000> <<.> hasPermission: error: access denied (oracle.security.jps.service.policystore.PolicyStoreAccessPermission Context:APPLICATION Context Name:soa-infra Actions:getApplicationPolicy)>
    <Apr 25, 2012 9:02:49 AM EDT> <Error> <oracle.soa.services.workflow.query> <BEA-000000> <<.> Internal error in Verification Service.
    Internal error in Verification Service for user jcooper. hasPermission.
    Check the underlying exception and correct the error. If the error persists, contact Oracle Support Services.
    ORABPEL-30504
    Internal error in Verification Service.
    Internal error in Verification Service for user jcooper. hasPermission.
    Check the underlying exception and correct the error. If the error persists, contact Oracle Support Services.
    I can't sign in workspace with anyone - weblogic, jcooper, etc. For weblogic user, I don't have any problem of login other applications. I find jcooper and bpm access in system-jazn-data.xml under $DOMAIN_HOME/config/fmwconfig directory.
    I'm running out of options to try. PLEASE HELP!!!!
    soa - 11.1.1.4
    weblogic - 10.3.4
    installed demo community users and it is installed in linux server.
    Currently we are using "DefaultAuthenticator - WebLogic Authentication Provider" that has a sufficient in the control flag.

    Well, I'm not total sure on whether we are using LDAP or not since I'm a new to weblogic. Perhaps you can tell me. We installed webLogic 10.3.4. My understanding is that this has embedded LDAP. All I did was to install demo users and groups. So currently we have defaultAuthenticator under myrealm. so are we using LDAP in this case?
    What's the exact path of Admin server?
    weblogic, soa_server1, bam_server1, osb_server1 are running on one linux box.

  • BPM Process Creation Error While Viewing in BPM Workspaces

    Hi,
    I am working in creating workflows in BPM according the Organizational need. I just have started to do so. But, While i have create and deploy a simple Process in JDeveloper 11.1.1.6.0, the process is deployed successfully. When, I login into BPM/Workspaces User, Application which, i have developed earlier is shown there but when i open this application, there is nothing to display in Browser Only empty window is open. Can anybody provide useful suggestion to resolve this issue. I will waiting for your response. Thanks.

    See the last post in this thread (adding application URL to the composite)-
    Re: Binding ADF Components in Task Form
    Also as mentioned earlier check your logs if any other error is causing the blank page

  • SAP MII 14.0 SP5 Patch 11 - Error has occurred while processing data stream Dynamic Query role is not assigned to the Data Server

    Hello All,
    We are using a two tier architecture.
    Our Corp server calls the refinery server.
    Our CORP MII server uses user id abc_user to connect to the refinery data server.
    The user id abc_user has the SAP_xMII_Dynamic_Query role.
    The data server also has the checkbox for allow dynamic query enabled.
    But we are still getting the following error
    Error has occurred while processing data stream
    Dynamic Query role is not assigned to the Data Server; Use query template
    Once we add the SAP_xMII_Dynamic_Query role to the data server everything works fine. Is this feature by design ?
    Thanks,
    Kiran

    Thanks Anushree !!
    I thought that just adding the role to the user and enabling the dynamic query checkbox on the data server should work.
    But we even needed to add the role to the data server.
    Thanks,
    Kiran

  • Bpm Workspace Message Error

    Hi,
    I'm editing the bpm workspace page and I clicked the add/remove columns change some things and then clicked saved and the next message appear
    se ha producido un error al acceder a la vista 'unified_inbox'
    in english:
    an error was produced trying to access to the view 'unified inbox'
    thanks for the help

    You will find the views here:
    Open the project you are working on.
    Click on the Custom Views. You will see Views, Presentations and Layout activities.
    You can configure the inbox views using these Custom views, but judging by your reply, i feel you might not have implemented the custom views in your project.
    Also check the following in that case:
    Right click on the project and select Engine Preferences
    Select Deployment from the options in the left panel.
    In the default Views generation preferences see if the check box is selected or not.
    If unselected then check it and from the drop down next to it select Unified Inbox.
    in the presentation select default_instances
    Hope this helps.

  • How to map Due date from Jdev to show in BPM Workspace

    Hello,
    Requirement:
    Due date of the human tasks(that are set in jdev) should be visible in BPM Workspace .
    I have added due date column in BPM workspace under process tracking and observed that the column is not reflecting the due date.
    I found in a blog that we can map the variables that are required as flex fields to the systemManagedAttributes and then use them in BPM Workspace. 
    In our requirement, we have date as an input variable, for due date if i use "By Duration" and give 2 days then the date due will the "date which we will give as input+2days". So to map that due date to the systemManagedAttributes, which variables do i need to map so as to reflect the due date in workspace.
    Please suggest any other ways of reflecting the due date of human task in BPM workspace.
    Thanks,
    Sravani.

    Hi Sravani,
    I admire your innovative solution using flex fields, but there is a simpler way to show the deadlines in the Workspace's task list.
    You can simply add the "Expires" column in the Workspace for your Inbox.  That way it will automatically show your human task's deadline in the Expires column and you can avoid going the flex field route.
    Dan

  • BPM workspace error.

      Hi All,
    I am getting the following error while logging in. When I enter my username and password in the BPM workspace browser it shows me the home page for a fraction of a second and then shows this 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.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    I think this error is comming as I deleted some role in the workspace by going to the admin page. Could anyone please suggest how can I solve this issue.

    Guessing you've done this, but look at the log files for the domain when you get a chance.
    If this does not help and it is not a production environment, you might want to consider undeploying the composite project that had the roles that you deleted.
    Dan

  • Error during addition of external link to oracle BPM workspace

    Hi All,
    I just want to add an external link to oracle BPM workspace and I've followed this tutorial :
    http://docs.oracle.com/cd/E28280_01/user.1111/e15175/bpmug_ext_apps.htm
    but I am neither able to view the required, nor getting any error.
    During deployment time I'm only getting this message :
    Issues were encountered while parsing this deployment to determine module type. Assuming this is a library deployment.
    I'm using the virtual m/c version : oel5u5-64bit-soabpm-11gr1-ps4-fp-Workshop-Exp_2
    Please help me to resolve the issue.
    Thanks in advance.

    What I meant to say is check the logs at the time you are getting the error since sometimes the logs can be huge in size

  • Streams apply having 60k no data found error

    We have implemented streams recently. The configuration and streaming is happening fine. The only problem I am having is "NO DATA FOUND" error in apply.
    It's uni-directional streaming
    We are not really updating/deleting/inserting any row on the destination database. (both oracle).
    Why am I seeing 60k Conflicts?
    Is there any configuration am I missing?
    How can I fix the no data found issue and make my stream 100 percent perfect real time.
    Thanks in advance
    Palani

    Print the transaction/LCR using print_transaction/print_lcr. Compare the old values from the LCR to values in destination database table. There must be one or more column values differ. Trace back to the root operation which is causing the value difference and fix it.
    Otherwise you can configure the streams apply process not to compare the old values except keys by using DBMS_APPLY_ADM.COMPARE_OLD_VALUES.

  • Error while loading Reported Financial Data from Data Stream

    Hi Guys,
    I'm facing the following error while loading Reported Financial Data from Data Stream:
    Message no. UCD1003: Item "Blank" is not defined in Cons Chart of Accts 01
    The message appears in Target Data.  Item is not filled in almost 50% of the target data records and the error message appears.
    Upon deeper analysis I found that Some Items are defined with Dr./Cr. sign of + and with no breakdown.  When these items appear as negative (Cr.) in the Source Data, they are not properly loaded to the target data.  Item is not filled up, hence causing the error.
    For Example: Item "114190 - Prepayments" is defined with + Debit/Credit Sign.  When it is posted as negative / Credit in the source data, it is not properly written to the target.
    Should I need to define any breakdown category for these items?  I think there's something wrong with the Item definitions OR I'm missing something....
    I would highly appreciate your quick assistance in this.
    Kind regards,
    Amir

    Found the answer with OSS Note: 642591..... 
    Thanks

Maybe you are looking for