ESB process shows org.collaxa.thirdparty.apache.wsif.WSIFException

Hi All,
up to yesterday my process is woking fine. today only it shows some error lik bleow.
oracle.tip.esb.server.common.exceptions.BusinessEventRejectionException: An unhandled exception has been thrown in the ESB system. The exception reported is: "org.collaxa.thirdparty.apache.wsif.WSIFException: esb:///ESB_Projects/temp_bankjournals_R11APACBankJournal_gsoapd.ea.com/processAPACBankJournalDbAS.wsdl [ processAPACBankJournalDbAS_ptt::insert(XxeaGlJournalInStgCollection) ] - WSIF JCA Execute of operation 'insert' failed due to: DBWriteInteractionSpec Execute Failed Exception.
insert failed. Descriptor name: [processAPACBankJournalDbAS.XxeaGlJournalInStg].
; nested exception is:
     ORABPEL-11616
DBWriteInteractionSpec Execute Failed Exception.
insert failed. Descriptor name: [processAPACBankJournalDbAS.XxeaGlJournalInStg].
Caused by Exception [TOPLINK-4002] (Oracle TopLink - 10g Release 3 (10.1.3.3.0) (Build 070608)): oracle.toplink.exceptions.DatabaseException
Internal Exception: java.sql.BatchUpdateException: ORA-00001: unique constraint (XXEA_GLOBAL.XXEA_GL_JOURNAL_IN_STG_U1) violated
Error Code: 1
Query:InsertObjectQuery(<XxeaGlJournalInStg 2158 />).
     at oracle.tip.adapter.fw.wsif.jca.WSIFOperation_JCA.executeRequestResponseOperation(WSIFOperation_JCA.java:633)
     at oracle.tip.adapter.fw.wsif.jca.WSIFOperation_JCA.executeInputOnlyOperation(WSIFOperation_JCA.java:736)
     at oracle.tip.esb.server.common.wsif.WSIFInvoker.executeOperation(WSIFInvoker.java:497)
     at oracle.tip.esb.server.common.wsif.WSIFInvoker.nextService(WSIFInvoker.java:430)
     at oracle.tip.esb.server.common.wsif.WSIFInvoker.nextService(WSIFInvoker.java:447)
     at oracle.tip.esb.server.service.impl.outadapter.OutboundAdapterService.nextService(OutboundAdapterService.java:184)
     at oracle.tip.esb.server.service.impl.outadapter.OutboundAdapterService.processBusinessEvent(OutboundAdapterService.java:112)
     at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatchNonRoutingService(InitialEventDispatcher.java:106)
     at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatch(InitialEventDispatcher.java:85)
     at oracle.tip.esb.server.dispatch.BusinessEvent.raise(BusinessEvent.java:1416)
     at oracle.tip.esb.utils.EventUtils.raiseBusinessEvent(EventUtils.java:105)
     at oracle.tip.esb.server.service.EsbRouterSubscription.onBusinessEvent(EsbRouterSubscription.java:273)
     at oracle.tip.esb.server.dispatch.EventDispatcher.executeSubscription(EventDispatcher.java:138)
     at oracle.tip.esb.server.dispatch.InitialEventDispatcher.processSubscription(InitialEventDispatcher.java:212)
     at oracle.tip.esb.server.dispatch.InitialEventDispatcher.processSubscriptions(InitialEventDispatcher.java:197)
     at oracle.tip.esb.server.dispatch.EventDispatcher.dispatchRoutingService(EventDispatcher.java:94)
     at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatch(InitialEventDispatcher.java:82)
     at oracle.tip.esb.server.dispatch.BusinessEvent.raise(BusinessEvent.java:1416)
     at oracle.tip.esb.server.service.impl.soap.EventOracleSoapProvider.raiseEvent(EventOracleSoapProvider.java:314)
     at oracle.tip.esb.server.service.impl.soap.EventOracleSoapProvider.processMessage(EventOracleSoapProvider.java:187)
     at oracle.j2ee.ws.server.provider.ProviderProcessor.doEndpointProcessing(ProviderProcessor.java:956)
     at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:349)
     at oracle.j2ee.ws.server.provider.ProviderProcessor.doRequestProcessing(ProviderProcessor.java:466)
     at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:114)
     at oracle.j2ee.ws.server.WebServiceProcessor.doService(WebServiceProcessor.java:96)
     at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:177)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:37
quick response is really appreciatable.

It says "*unique* constraint (XXEA_GLOBAL.XXEA_GL_JOURNAL_IN_STG_U1) violated". Pls check if your data (for insertion) is violating this constraint.

Similar Messages

  • Org.collaxa.thirdparty.apache.wsif.WSIFException: Unable to find an port.

    I am using Oracle's WSIF framework to access a service with jca bindings.
    When i am tryign to get the ports using :
    org.collaxa.thirdparty.apache.wsif.WSIFService service1= factory.getService("E:\\SOAPJCA
    BRMCustServices.wsdl",null, null, "http://xmlns.oracle.com/BRM/schemas/BusinessOpcodes", "BRMCUSTService_ptt");
    service1.getPort();
    But then now i am stuck with finding the ports.
    Getting this error:
    org.collaxa.thirdparty.apache.wsif.WSIFException: Unable to find an available port
    09/06/16 11:54:30 at org.collaxa.thirdparty.apache.wsif.base.WSIFServiceImpl.getPort(WSIFServiceImpl.java:456)
    09/06/16 11:54:30 at org.collaxa.thirdparty.apache.wsif.base.WSIFServiceImpl.getPort(WSIFServiceImpl.java:433)
    09/06/16 11:54:30 at brmwsif99.BRMWSIF99.WSIFInvoke(BRMWSIF99.java:30)
    09/06/16 11:54:30 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    09/06/16 11:54:30 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    09/06/16 11:54:30 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    09/06/16 11:54:30 at java.lang.reflect.Method.invoke(Method.java:585)
    09/06/16 11:54:30 at oracle.j2ee.ws.server.ImplInvocationHandler.invoke(ImplInvocationHandler.java:126)
    09/06/16 11:54:30 at $Proxy41.WSIFInvoke(Unknown Source)
    Any help is appreciated,
    Thanks,

    Maybe someone can have a different idea.
    I need to start (for example) 10.000 processes and let them in "listening" state, waiting for a message. How can I do that? The processes should receive only your message. Due to that I was using correlationIds to make the difference between them. And it worked perfect. But now that I moved to BPEL PM 10.1.3.1.0 it doesn't work anymore.
    I have already tried to use two differents queues, but then i face another exception (ClassCastException). And I was also stuck in that for three days.
    Does anybody have a different idea about how i can model that?
    My current process model is below:
    ....................Start
    .......................|
    ....................Fork
    ......________..|.._____________
    ......| Wait for |....|.make a...........|
    ......| a msg...|....|.transformation.|
    .......................|
    ................Synchronize
    .............._____|_________
    ..............|send a message|
    ....................._|__
    .....................|end|
    Thanks in advance.

  • Java.lang.NullPointerException at org.collaxa.thirdparty.apache.wsif.base.

    Hi,
    I am trying to invoke a Websservice, which has JCA bindings, using the WSIF framework. Getting a null pointer exception:
    Have posted the code and error below.
    CODE SNIPPET:
    ====================================================================
    try{
    /* if (Thread.currentThread().getContextClassLoader() == null) {
    ClassLoader cl = getClass().getClassLoader();
    Thread.currentThread().setContextClassLoader(cl);
    oracle.tip.adapter.fw.wsif.jca.WSIFDynamicProvider_JCA provider = new oracle.tip.adapter.fw.wsif.jca.WSIFDynamicProvider_JCA();
    org.collaxa.thirdparty.apache.wsif.util.WSIFPluggableProviders.overrideDefaultProvider("http://xmlns.oracle.com/pcbpel/wsdl/jca/", provider);
    Definition wsdlDefinition = WSIFUtils.readWSDL(null, "C:\\SOAPJCA\\BRMCustServices.wsdl");
    Service wsdlService = wsdlDefinition.getService(new QName("http://xmlns.oracle.com/BRM/schemas/BusinessOpcodes") );
    org.collaxa.thirdparty.apache.wsif.WSIFServiceFactory wsifFactory = org.collaxa.thirdparty.apache.wsif.WSIFServiceFactory.newInstance();
    WSIFService wsifService = wsifFactory.getService(wsdlDefinition, wsdlService);
    String portChosen = null;
    Iterator it = wsifService.getAvailablePortNames();
    while (it.hasNext()) {
    String nextPort = (String) it.next();
    if (portChosen == null)
    portChosen = nextPort;
    System.out.println(" - " + nextPort);
    WSIFPort port_wsif = wsifService.getPort();
    System.out.println("After that !!");
    //WSIFPort javaPort = wsifService.getPort("");
    }catch(WSIFException wsifEx){
    System.out.println("Within WSIF exceptions");
    wsifEx.printStackTrace();
    ====================================================================
    ERROR:
    ====================================================================
    - WSIF0007I: Using WSIFProvider 'oracle.tip.adapter.fw.wsif.jca.WSIFDynamicProvider_JCA' for namespaceURI 'http://xmlns.oracle.com/pcbpel/wsdl/jca/'
    - BRMCUSTService_pt
    After preferred portoracle.j2ee.ws.wsdl.DefinitionImpl@1d86fd3
    After preferred portclass org.collaxa.thirdparty.apache.wsif.base.WSIFServiceImpl
    Within exceptions
    java.lang.NullPointerException
         at org.collaxa.thirdparty.apache.wsif.base.WSIFServiceImpl.createDynamicWSIFPort(WSIFServiceImpl.java:417)
         at org.collaxa.thirdparty.apache.wsif.base.WSIFServiceImpl.getPort(WSIFServiceImpl.java:467)
         at org.collaxa.thirdparty.apache.wsif.base.WSIFServiceImpl.getPort(WSIFServiceImpl.java:429)
         at WSIFSample4.main(WSIFSample4.java:62)
    =====================================================================
    The jars used here are orabpel related jars, which has its own JCA provider and implementation classes. There are similar errors reported in Axis WSIF forums for:
    Null pointer Exception at apache.wsif.base.WSIFServiceImpl.createDynamicWSIFPort
    But no concrete answers to it.
    Has anyone tried using WSIF in Oc4j,
    Any help is appreciated.
    Thanks,

    It says "*unique* constraint (XXEA_GLOBAL.XXEA_GL_JOURNAL_IN_STG_U1) violated". Pls check if your data (for insertion) is violating this constraint.

  • Error while invoking ESB process from a BPEL process

    Hi all
    We have a requirement to call an ESB process from a BPEL process. We are using an adapter wth the ESB's WSDL url. After deploying the BPEL process, the registered ESB is getting called for most values while suddenly some values return the followign error
    *"exception on JaxRpc invoke: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: Connection reset"*
    The catch here is, if we re-run the process with the same values again, the ESB is called successfully! How is it possible for a process to error out and run normally for the same inputs ?
    What could be the possible fix for this? I am thankful for any inputs on this.
    Vijay

    Hi Vijay,
    This is a bug and you can refer the metalink note:
    "Applying Patch 7445876 Results in Error "java.lang.NullPointerException". [ID 942575.1]" for reference.
    Also you can refer the following link:
    "http://puchaanirudh.blogspot.com/2008/12/exception-on-jaxrpc-invoke-http.html" also.
    Thanks,
    Vishwanath.

  • FireFox starts, process shows in task manager, GUI doesn't appear.

    Well I just installed windows 7 pro 64 bit. Installed firefox 3.6.13. Worked fine (Using my 8years old profile). Then in mean time SP1 finished installing. After reboot firefox doesn't work. Nor the profile manager (firefox -p) nor the safe mode (firefox -s) nor normal mode. All those make firefox process show up in task manager, but no GUI. Same goes for firefox 4 beta. All versions of 3.6.4 up (so all versions with plugin container) and 4 beta I can find and download behave the same. Even some 3.7 alpha 5 thingy. Only version that works without troubles is 3.5.x and 3.6 up to 3.6.3 I'm on atm. I totally don't get it why its happening. Same profile with 3.6.4+ and 4 beta works fine on my sis laptop on same windows, with same updates. Actually first time it happened was on 32bit version of windows 7 pro. Firefox 3.6.11 (there weren't any newer version out yet) just stopped to work with issues like above described after one of windows updates. Cant pin point which one now cuz it was months ago. My rig is E8200, 6GB DDR2 1066cl5 ram, Gigabyte Ep45-Ds3r, ati 4850. I cant point anything else than just some windows 7 pro update, hardware and plugin container incompatibility. 1 in a million chance that makes this happen and of course I'm the happy winner of firefox issues ^_^. For people asking to switch of plugins and testing other profile. If I downgrade to 3.5 or 3.6.3 change profile to naked new one, then upgrade to 3.6.4+ or 4 beta, and exactly same stuff happens: no GUI, firefox process in tasks with 10-20 threads, and 7-30MB loaded into memory (depending on version, mode used).

    Well I write once again. This time I have solution to my problem. Its HDTunePro 4.5. I admit I do have an not so legit version, and it seems its loaded with some crap, or the HDTunePro itself is. Thing is, after reinstalling whole OS (Win 7 Pro 64bit). With everything: drivers, games, programs. Everything worked, ACDSee, FF4.0, and so on. Then after installing HDTune - magic: FF, ACDSee stopped to work the same way it was before. In a process of finding out what exactly is at fault here (cuz I did install few windows updates with HDTune) I found few things: First, installing that HDTune from its install file, makes FF, ACDSee not work (the loading issue with programs stuck in task manager). But whats funny HDTune itself have the same issue (15 day trial - doesnt boot up more than process in task manager). Patching it with that not so legit thingy makes HDTune work, but all other stuff not. So solution is simple, not using HDTune Pro, at least 4.5 non legit version (HAHA theres a lesson here to not pirate software). Or do a work around - make system restore point, install HDTune, patch it, change extension of exe file (so it will not be *.exe), restore OS to that restore point, change exe extension back to *.exe, done. After this HDTune and all other stuff works.

  • ESB Process reads a Batch file for a limited set of records only..?

    Dear All,
    I am having an ESB process that reads a Batch file (csv) that has around 10,000 Products information.
    I have another BPEL process that will create the Product in Oracle Apps through standard API (Main BPEL process that calls a child process for creating product).
    I am invoking the BPEL process from ESB, and that works fine.
    Now, the Issue is: I am able to create at a time around 10 Products (the main process calls the child process in a loop.). The main process instance is not getting created but the child process instance is getting created for a set of records, afterwards the child process instances get stops creating. The main process instance could not be found in the console. Not getting why the process is not getting visible as well it is not completing the process.
    What could be the problem for this... Am I need to change any environment configurations...?
    Please update...
    Many Thanks in advance...

    Does this apply to you?
    https://social.technet.microsoft.com/Forums/en-US/9ccd8e50-b0af-4f58-9787-6435834e4c52/dfsr-not-working-on-new-windows-2008r2-server
    Thanks for the link, but no - not the same scenario although the error is the same.   The RGs I'm working with are all in sync and communication is working, it's just getting the backlog reported correctly.
    To reiterate, I can paste two versions of the exact command into the DOS window buffer; one copied from OneNote and one copied from my batch file.  Executing the one from OneNote succeeds and reports the RG in sync and the one copied from the batch
    file fails.
    I can repeat the results by up arrow once to the command pasted into the buffer from the batch file and see it fail.  Then up arrow twice to retrieve the command pasted from OneNote into the buffer and it will report correctly (illustrated in the grahic).
    Let me add that the command in the batch file was originally copied from OneNote and pasted in to the batch file; as if going into the batch file somehow corrupts it.
    - a -

  • How to deal with Fixed Assests in Process Enabled Orgs?

    How to deal with Fixed Assests in Process Enabled Orgs
    We have a Process Organization - Food Industry , We are implimenting the Process Manufacturing . But we also have plenty of machines etc i.e. Fixed assets.
    Can any one suggest how to deal with this Process Org, So that i dont need to create another Discrete Org only for Fixed Assets.
    Also note that EAM is also in scope in the next Phase, Any suggestion is highly appreciated.

    Hi
    There is no possiblity of making your Process enabled Org as EAM enabled, and you must have to create a Discrete Org where in you can make this as EAM enabled.
    In R12/11i Process Enabled items/inventory items are dealt with only process, and that is the reason we can maintain an Assest item to Process enabled org which is a constriant. Hence it is adviced that, create an Inv Org (Discrete) and Enable this for EAM.
    Hope this is clear.
    Regards
    Raj
    Sierra Atlantic

  • 10g to 11g Migration - ESB Process

    Hi all ,
    Is it possible to migrate the 10g ESB Process to 11g ?
    Thanks,
    Bharathy.

    Yes. JDEV does this automatically.
    See this link for more details
    Re: Migration from Soa Suite 10g to 11g!!
    Thanks,
    Vamsee.
    Edited by: vamseeg on Aug 4, 2009 10:54 AM

  • Username password required for stress testing of 10G ESB process

    Hi I have an 10G ESB process.
    while stresstesting ESb process,getting the prompt saying server(name) requires authencation.SOASuit10G is installed in HP-UX server.
    have tried my HP server username/ pwd,windows login credentials,oc4jadmin..ect but no luck
    can you pls let me know what username/pwd its expecting..?
    Regards,
    Narasimha.

    My ESB process enqueues messages into the JMS queue.when I select stress test option,its prompting me to enter details of username/pwd.

  • Scheduling a BPEL/ESB process

    Hi,
    We have a requirement to invoke a BPEL/ESB process (Reading from DB) at a particular time every day. I got the following options from Clemens Blog:
    1. RDBMS Scheduler
    2. Quartz
    Kindly let me know which will be a better option, provided we need to trigger the BPEL/ESB process every day.
    Any help will be appreciated as this is very urgent ...
    Regards,
    AP

    You could make a list of pro and cons of the two solutions. It depends per project how this is implemented. From SOA point of view you could chose Quartz, but I also see customers using RDBMS scheduler while the DBA is more confident with this. I also see customers using the O/S scheduler like the 'crontab' in unix or the Windows equivalent.
    It's hard to give you an advice, while I do not know the business requirements of the customer.
    Marc

  • SYSTEM IDLE PROCESS SHOWING TOO MUCH CPU USAGE

    I Have problem with system idle process showing too much cpu usage.but the process is normal.nothing more else.my laptop is toshiba satelite pro m300.pls give the solution as earliest as possible.

    Without knowing the excat model or what software, hardware or external components are running CPU usage is just an average measurement.  If you have alot of background components/software running can cause a high reading, as it you allowed updating to runn consistently, or IM Messenger to consistently gain access. 

  • Select for update no wait polling strategy for an esb process

    I have an esb process which currently uses 'logicaldeletepolling strategy'.
    I need to change it to use the 'select for update no wait' distributed polling strategy.
    What steps do I need to perform on the existing process ?

    What do you mean by
    same record is opened Do you mean, queried by another form? This is not possible.... other session can always query a table (with approp privs)
    You are confusing me....
    1) you update DEPT using a form (not clear which one - but it is irrelevant)
    2) Another form is querying the DEPT table and you want to know this? Why? What do you care?
    If you are worried about a lost update, don't... Forms takes care of this

  • ESB process deployment issue

    Hi,
    We are using 10.1.3.3 SOA Suite(Advanced Installation) and 10.1.3.3 Jdeveloper.
    We get the following error message in JDeveloper, when trying to register a ESB process.
    Error thrown for ESB process while registering:
    error code: 1: 10
    summary: Designtime cache has not been initialized
    Please look in logs for following signs of failure. Fix them and restart.
    (a) Database access errors
    (b) ESB Bootstrap errors
    (c) OC4J class load errors
    (d) Product installation errors
    (e) Export ESB params and verify if host and port parameters are correct.
    Please contact Oracle Support if unable to fix the issue.
    This typically happens after we register more than 10-15 ESB processes successfully. Till then there are no issues.
    Please let me know why this issues is occuring and what is the resolution for this issue........

    What do the ESB logfiles say ?
    Have you set the loggers into Trace and so on ?
    Also, you may need to move to Patch #7 , have you tried this ?
    Message was edited by:
    Chris slattery

  • Ms crm2013 Reimport excel Total Processed shows wrong count

    Hi All
    I am trying to reimport existing data. For this I have created excel file from advance find with selected columns.
    While on import completion, It shows me total processed records is 296 but in my excel sheet it contains 480 records.
    I am not able to find where  the remaining excel records gone.
    Please help
    Urgent.
    Note :below image shows transforming but after status complete total processed shows 296. it must show 480 records

    Hi,
    try this tools to resolve your problem:
    http://blog.poweraddon.com/import-data-from-excel-to-dynamics-crm/
    Fulvio Giaccari [MCPD - MCT - MCSE] SB Soft S.r.l. - www.sbsoft.it

  • Hi my friends why I can't download from App Store,during the download process shows error code 9001

    Hi my friends why I can't download from App Store,during the download process shows error code 9001
    I 'm from Iran and like apple very much I waiting for your response... !

    In short, because you are in Iran and probably trying to use the App store in another country. You can search the forums for several other threads on this topic.

Maybe you are looking for