PI 7.11 ESB Issue

Hi all,
  I have a got a problem with opening Enterprise Services Builder, I'm able to Open ESB of PI Development system and got a problem with PI Quality system. I don't think this is the problem with Java.
I'm getting the below error after i entered User name and Password of ESB
Could not Initialize class com.sap.aii.ibrep.gui.xiitem.InternalXiItemServiceForTypeObjects
Internal problem occured(INTERNAL_PROBLEM)
Please help me in resolving this issue.
Thanks,
Kishore

Hi Kishore.
This issue seems to be that your XI components are not in the same SP level.
Go to:
http://<server>:<port>/
-> System Information
-> Component Info
-> "Software Components" section.
Can you please confirm here that all of the components are on the same
SP level?  (SAP_XIAF, SAP-XIAFC, SAP_XITOOL, SAP_XIESR, MESSAGING,
and SAP_XIGUI)
They should be, for example, all like 7.11.4, in which the "4" is the SP level.
Fix that and you'll be able to logon to ESB again
Regards,
Caio Cagnani

Similar Messages

  • Another ESB issue in less than 24 hours!!!! (RPC based web service)

    Ok, now I'm a little upset :-(
    ESB does not support creating a SOAP service if the target service is RPC based and has its messages based on simple type.
    OK, but, BPEL DOES!!!!
    So, why ESB does not???
    Below my target WSDL, which works nicely on BPEL, but I'm not able to configure in ESB:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <!-- Created by TIBCO WSDL
    -->
    - <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://xmlns.example.com/1182368010880/customerInputImpl/RetrieveServices" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:ns0="http://xmlns.POC.com/unique/default/namespace/customerInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://xmlns.example.com/1182368010880/customerInputImpl/RetrieveServices">
    - <wsdl:types>
    - <xs:schema xmlns="http://xmlns.POC.com/unique/default/namespace/customerInfo" targetNamespace="http://xmlns.POC.com/unique/default/namespace/customerInfo" elementFormDefault="qualified" attributeFormDefault="unqualified">
    - <xs:complexType name="customertype">
    - <xs:sequence>
    <xs:element name="SEQUENTIAL" type="xs:string" minOccurs="0" />
    <xs:element name="REFERENCE_TYPE" type="xs:string" minOccurs="0" />
    <xs:element name="ACTION" type="xs:string" minOccurs="0" />
    <xs:element name="COMPANY_CODE" type="xs:string" minOccurs="0" />
    <xs:element name="CUSTOMER_STATUS" type="xs:string" minOccurs="0" />
    <xs:element name="STATUS_ADDRESS" type="xs:string" minOccurs="0" />
    <xs:element name="CUSTOMER_TYPE" type="xs:string" minOccurs="0" />
    <xs:element name="LEGACY_CODE" type="xs:string" minOccurs="0" />
    <xs:element name="CUSTOMER_NAME" type="xs:string" minOccurs="0" />
    <xs:element name="CUSTOMER_NUMBER" type="xs:string" minOccurs="0" />
    <xs:element name="CUSTOMER_NAME_PHONETIC" type="xs:string" minOccurs="0" />
    <xs:element name="BRANCH" type="xs:string" minOccurs="0" />
    <xs:element name="VERIFIER_DIGIT" type="xs:string" minOccurs="0" />
    <xs:element name="STATE_REGISTRATION" type="xs:string" minOccurs="0" />
    <xs:element name="MUNICIPAL_REGISTRATION" type="xs:string" minOccurs="0" />
    <xs:element name="INDICATOR_CONTRIB_ICMS" type="xs:string" minOccurs="0" />
    <xs:element name="CUSTOMER_CATEGORY" type="xs:string" minOccurs="0" />
    <xs:element name="CUSTOMER_CLASS" type="xs:string" minOccurs="0" />
    <xs:element name="ADDRESS_TYPE" type="xs:string" minOccurs="0" />
    <xs:element name="ADDRESS1" type="xs:string" minOccurs="0" />
    <xs:element name="DISTRICT" type="xs:string" minOccurs="0" />
    <xs:element name="CITY" type="xs:string" minOccurs="0" />
    <xs:element name="STATE" type="xs:string" minOccurs="0" />
    <xs:element name="ADDRESS3" type="xs:string" minOccurs="0" />
    <xs:element name="POSTAL_CODE" type="xs:string" minOccurs="0" />
    <xs:element name="PHONE_COUNTRY_CODE" type="xs:string" minOccurs="0" />
    <xs:element name="TELEPHONE_AREA_CODE" type="xs:string" minOccurs="0" />
    <xs:element name="TELEPHONE_NUMBER" type="xs:string" minOccurs="0" />
    <xs:element name="TELEPHONE_TYPE" type="xs:string" minOccurs="0" />
    <xs:element name="TELEPHONE" type="xs:string" minOccurs="0" />
    <xs:element name="TELEX" type="xs:string" minOccurs="0" />
    <xs:element name="FAX" type="xs:string" minOccurs="0" />
    <xs:element name="CONTACT_LAST_NAME" type="xs:string" minOccurs="0" />
    <xs:element name="JOB" type="xs:string" minOccurs="0" />
    <xs:element name="TELEPHONE_EXTENSION" type="xs:string" minOccurs="0" />
    <xs:element name="CREATION_DATE" type="xs:string" minOccurs="0" />
    <xs:element name="LAST_UPDATE_DATE" type="xs:string" minOccurs="0" />
    <xs:element name="ERROR_MESSAGE" type="xs:string" minOccurs="0" />
    <xs:element name="GL_ID_REC" type="xs:string" minOccurs="0" />
    <xs:element name="GL_ID_REV" type="xs:string" minOccurs="0" />
    <xs:element name="PAYMENT_METHOD_NAME" type="xs:string" minOccurs="0" />
    <xs:element name="CUSTOMER_PROFILE_CLASS_NAME" type="xs:string" minOccurs="0" />
    <xs:element name="CUSTOMER_ATTRIBUTE" type="xs:string" minOccurs="0" />
    <xs:element name="ACCOUNT" type="xs:string" minOccurs="0" />
    <xs:element name="TAX_BUREAU_ADDRESS" type="xs:string" minOccurs="0" />
    <xs:element name="SALES_TERRITORY" type="xs:string" minOccurs="0" />
    <xs:element name="REGISTRATION_TYPE" type="xs:string" minOccurs="0" />
    <xs:element name="LAST_UPDATED_BY" type="xs:string" minOccurs="0" />
    <xs:element name="CREATED_BY" type="xs:string" minOccurs="0" />
    </xs:sequence>
    </xs:complexType>
    - <xs:element name="customer">
    - <xs:complexType>
    - <xs:sequence>
    - <xs:element ref="ns0:customerInfo" maxOccurs="unbounded">
    - <xs:annotation>
    <xs:documentation>Comment describing your root element</xs:documentation>
    </xs:annotation>
    </xs:element>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    - <xs:element name="customerInfo" type="ns0:customertype">
    - <xs:annotation>
    <xs:documentation>Comment describing your root element</xs:documentation>
    </xs:annotation>
    </xs:element>
    </xs:schema>
    </wsdl:types>
    - <wsdl:service name="customerInfo">
    - <wsdl:port name="SOAPEventSource" binding="tns:SOAPEventSourceBinding">
    <soap:address location="http://COMPANHI-F20AF2:8889/RetrieveServices/customerInfo" />
    </wsdl:port>
    </wsdl:service>
    - <wsdl:portType name="customerInterface">
    - <wsdl:operation name="customerInput">
    <wsdl:input message="tns:customerRequest" />
    <wsdl:output message="tns:customerResponse" />
    </wsdl:operation>
    </wsdl:portType>
    - <wsdl:binding name="SOAPEventSourceBinding" type="tns:customerInterface">
    <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
    - <wsdl:operation name="customerInput">
    <soap:operation style="rpc" soapAction="/RetrieveServices/customerInfo" />
    - <wsdl:input>
    <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://InputMessageNamespace" parts="customerRequestDATA" />
    </wsdl:input>
    - <wsdl:output>
    <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://OutputMessageNamespace" parts="customerResponseDATA" />
    </wsdl:output>
    </wsdl:operation>
    </wsdl:binding>
    - <wsdl:message name="customerRequest">
    <wsdl:part name="customerRequestDATA" type="ns0:customertype" />
    </wsdl:message>
    - <wsdl:message name="customerResponse">
    <wsdl:part name="customerResponseDATA" type="xs:string" />
    </wsdl:message>
    </wsdl:definitions>
    Now, I'm thinking about what to tell to the customer of my proof of concept :-(
    Denis

    I do agree that we need to go through Oracle SR process to get any resolution instead of just relying on public forums. That helps you, Oracle and others facing similar issue.
    Having said that I also can understand Heizard frustration because I felt the same way some times. Oracle needs to improve on their Support personnel skill set in SOA suite arena. The current support process makes you think twice/thrice...before you log a SR. In most of the cases you feel like training them with the tool set....:-(
    Let me give you a real situation. I created a simple test case with file in and file out bound adapter for one of my issues and uploaded to SR. Guess what the analyst came up with....can I do OWC with you to understand the scenario..or SR is missing which file to use to test etc..and the SR goes to @CUS status.....you loose a day or two on this....
    Once you were able to get through that first layer you will be impressed the kind of support you get. I am in same boat working aggressively on couple of critical SRs. Once those gets into development court I was able to resolve them in matter of weeks. It's only that getting there took me a while.
    So it all depends on what your timelines are and what kind of relationship you have with Oracle (read how deep you are with Oracle products)
    ESB is very lightweight and it does some trivial things very quickly. It also lot easier on developers who are new to whole web services world.
    So far I have been trying only Doc/Lit services because that's what our standard is and assumed RPC/Lit just works. Now this thread started to worry me as well. So better give it a spin and start Oracle Support fun.....:-)
    Regards,
    Rajesh

  • ESB Issue!!

    hi all,
    i have exposed a webservice as a soap services and registered in the ESB.while invokig the serivice from the ESB. i need to give the input values and one of the field i need to give the date which s in the format xsd:dateTime (YYYY-MM-DDTHH:mm:ss.SSS i gave like "2008-09-23T12:33:11" and im getting invalid date\time exception..
    env:Envelope
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
    <env:Header/>
    <env:Body>
    <env:Fault
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
    <faultcode>env:Server</faultcode>
    <faultstring>oracle.tip.esb.server.common.exceptions.BusinessEventRetriableException: An unhandled exception has been thrown in the ESB system. The exception reported is: "oracle.tip.esb.server.common.exceptions.BusinessEventRetriableException: An unhandled exception has been thrown in the ESB system. The exception reported is: "org.collaxa.thirdparty.apache.wsif.WSIFException: exception during SOAP invoke: java.lang.NumberFormatException: Invalid date/time; nested exception is: javax.xml.rpc.soap.SOAPFaultException: java.lang.NumberFormatException: Invalid date/time at com.collaxa.cube.ws.wsif.providers.oc4j.jaxrpc.WSIFOperation_JaxRpc.populateFaultMessage(WSIFOperation_JaxRpc.java:2941) at com.collaxa.cube.ws.wsif.providers.oc4j.jaxrpc.WSIFOperation_JaxRpc.invokeOperation(WSIFOperation_JaxRpc.java:1711) at com.collaxa.cube.ws.wsif.providers.oc4j.jaxrpc.WSIFOperation_JaxRpc.invokeRequestResponseOperation(WSIFOperation_JaxRpc.java:1460) at com.collaxa.cube.ws.wsif.providers.oc4j.jaxrpc.WSIFOperation_JaxRpc.executeRequestResponseOperation(WSIFOperation_JaxRpc.java:1182) at oracle.tip.esb.server.common.wsif.WSIFInvoker.executeOperation(Unknown Source) at oracle.tip.esb.server.common.wsif.WSIFInvoker.nextService(Unknown Source) at oracle.tip.esb.server.common.wsif.WSIFInvoker.nextService(Unknown Source) at oracle.tip.esb.server.service.impl.outadapter.OutboundAdapterService.nextService(Unknown Source) at oracle.tip.esb.server.service.impl.outadapter.OutboundAdapterService.processBusinessEvent(Unknown Source) at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatchNonRoutingService(Unknown Source) at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatch(Unknown Source) at oracle.tip.esb.server.dispatch.BusinessEvent.raise(Unknown Source) at oracle.tip.esb.utils.EventUtils.raiseBusinessEvent(Unknown Source) at oracle.tip.esb.server.service.EsbRouterSubscription.onBusinessEvent(Unknown Source) at oracle.tip.esb.server.dispatch.EventDispatcher.executeSubscription(Unknown Source) at oracle.tip.esb.server.dispatch.InitialEventDispatcher.processSubscription(Unknown Source) at oracle.tip.esb.server.dispatch.InitialEventDispatcher.processSubscriptions(Unknown Source) at oracle.tip.esb.server.dispatch.EventDispatcher.dispatchRoutingService(Unknown Source) at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatch(Unknown Source) at oracle.tip.esb.server.dispatch.BusinessEvent.raise(Unknown Source) at oracle.tip.esb.server.service.impl.soap.EventOracleSoapProvider.raiseEvent(Unknown Source) at oracle.tip.esb.server.service.impl.soap.EventOracleSoapProvider.processMessage(Unknown Source) at oracle.j2ee.ws.server.provider.ProviderProcessor.doEndpointProcessing(ProviderProcessor.java:869) at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:349) at oracle.j2ee.ws.server.provider.ProviderProcessor.doRequestProcessing(ProviderProcessor.java:460) 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:711) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368) at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190) at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303) at java.lang.Thread.run(Thread.java:595) Caused by: javax.xml.rpc.soap.SOAPFaultException: java.lang.NumberFormatException: Invalid date/time at oracle.j2ee.ws.client.StreamingSender._raiseFault(StreamingSender.java:555) at oracle.j2ee.ws.client.StreamingSender._sendImpl(StreamingSender.java:396) at oracle.j2ee.ws.client.StreamingSender._send(StreamingSender.java:112) at oracle.j2ee.ws.client.dii.CallInvokerImpl.directInvoke(CallInvokerImpl.java:711) at oracle.j2ee.ws.client.dii.BasicCall.directInvoke(BasicCall.java:739) at oracle.j2ee.ws.client.dii.BasicCall.invoke(BasicCall.java:645) at com.collaxa.cube.ws.wsif.providers.oc4j.jaxrpc.WSIFOperation_JaxRpc.invokeOperation(WSIFOperation_JaxRpc.java:1697) ... 37 more ". at oracle.tip.esb.server.common.wsif.WSIFInvoker.executeOperation(Unknown Source) at oracle.tip.esb.server.common.wsif.WSIFInvoker.nextService(Unknown Source) at oracle.tip.esb.server.common.wsif.WSIFInvoker.nextService(Unknown Source) at oracle.tip.esb.server.service.impl.outadapter.OutboundAdapterService.nextService(Unknown Source) at oracle.tip.esb.server.service.impl.outadapter.OutboundAdapterService.processBusinessEvent(Unknown Source) at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatchNonRoutingService(Unknown Source) at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatch(Unknown Source) at oracle.tip.esb.server.dispatch.BusinessEvent.raise(Unknown Source) at oracle.tip.esb.utils.EventUtils.raiseBusinessEvent(Unknown Source) at oracle.tip.esb.server.service.EsbRouterSubscription.onBusinessEvent(Unknown Source) at oracle.tip.esb.server.dispatch.EventDispatcher.executeSubscription(Unknown Source) at oracle.tip.esb.server.dispatch.InitialEventDispatcher.processSubscription(Unknown Source) at oracle.tip.esb.server.dispatch.InitialEventDispatcher.processSubscriptions(Unknown Source) at oracle.tip.esb.server.dispatch.EventDispatcher.dispatchRoutingService(Unknown Source) at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatch(Unknown Source) at oracle.tip.esb.server.dispatch.BusinessEvent.raise(Unknown Source) at oracle.tip.esb.server.service.impl.soap.EventOracleSoapProvider.raiseEvent(Unknown Source) at oracle.tip.esb.server.service.impl.soap.EventOracleSoapProvider.processMessage(Unknown Source) at oracle.j2ee.ws.server.provider.ProviderProcessor.doEndpointProcessing(ProviderProcessor.java:869) at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:349) at oracle.j2ee.ws.server.provider.ProviderProcessor.doRequestProcessing(ProviderProcessor.java:460) 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:711) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368) at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190) at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303) at java.lang.Thread.run(Thread.java:595) Caused by: org.collaxa.thirdparty.apache.wsif.WSIFException: exception during SOAP invoke: java.lang.NumberFormatException: Invalid date/time; nested exception is: javax.xml.rpc.soap.SOAPFaultException: java.lang.NumberFormatException: Invalid date/time at com.collaxa.cube.ws.wsif.providers.oc4j.jaxrpc.WSIFOperation_JaxRpc.populateFaultMessage(WSIFOperation_JaxRpc.java:2941) at com.collaxa.cube.ws.wsif.providers.oc4j.jaxrpc.WSIFOperation_JaxRpc.invokeOperation(WSIFOperation_JaxRpc.java:1711) at com.collaxa.cube.ws.wsif.providers.oc4j.jaxrpc.WSIFOperation_JaxRpc.invokeRequestResponseOperation(WSIFOperation_JaxRpc.java:1460) at com.collaxa.cube.ws.wsif.providers.oc4j.jaxrpc.WSIFOperation_JaxRpc.executeRequestResponseOperation(WSIFOperation_JaxRpc.java:1182) ... 35 more Caused by: javax.xml.rpc.soap.SOAPFaultException: java.lang.NumberFormatException: Invalid date/time at oracle.j2ee.ws.client.StreamingSender._raiseFault(StreamingSender.java:555) at oracle.j2ee.ws.client.StreamingSender._sendImpl(StreamingSender.java:396) at oracle.j2ee.ws.client.StreamingSender._send(StreamingSender.java:112) at oracle.j2ee.ws.client.dii.CallInvokerImpl.directInvoke(CallInvokerImpl.java:711) at oracle.j2ee.ws.client.dii.BasicCall.directInvoke(BasicCall.java:739) at oracle.j2ee.ws.client.dii.BasicCall.invoke(BasicCall.java:645) at com.collaxa.cube.ws.wsif.providers.oc4j.jaxrpc.WSIFOperation_JaxRpc.invokeOperation(WSIFOperation_JaxRpc.java:1697) ... 37 more ". </faultstring>
    <faultactor/>
    </env:Fault>
    </env:Body>
    </env:Envelope>
    pls help me solving this problem
    regards,
    karthik

    Try to use the func like this:
    xsd:dateTime(string())
    I hope it would work!!
    Cheers ;-)
    PS

  • ESB Issue - Urgent

    Hi,
    We have the below set of requirements:
    1.     Use same set of ESB services in the same SOA instance to point to two different Databases using the same DB adapter.
    2.     The ESB service will connect to a particular Database based on the source from which it is invoked. (2 different sources).
    3.     Achieve above with minimal code changes to existing ESB services.
    We are trying to achieve above set of requirements by:
    1.     Change JNDI name to point to the required Database & deploy the ESB service under a new System which creates a new WSDL which can be used to invoke the Service from the second source.
    But when we try deploying the service in the second system, the earlier existing services in first system are deleted. We are not sure if the Services should also have different names. Kindly let us know if any analysis has been done on similar lines or if we have pointers as to how these requirements can be achieved through minimal code changes.
    Thanks & regards,
    Saravana

    Hello Adam,
    Thanks for your reply. Can you tell me the location of log file.
    is ther any another way to track this error.
    Thank youm
    AB

  • How to use Metalink accounts

    We are working on a bug federal contracts. Have a Metalink account in place. But never made use of it. Please tell me how to use this service.
    We want to urgently fix a Oracle ESB issue, and need urget respone.
    Thanks,

    Hi
    You need to make a service request for this.
    When you login on metalink you wee see in the top right the tab service request.
    After that you will have the option the create a service request.
    The wizard will ask some information about your infrastructure, and you can give a description of the problem your're facing. You will also have to option to give some priority to it.
    Good luck.

  • Issue in invoking a BPEL process (having a DB Adapter) from ESB

    Dear All,
    I am having an issue while invoking a ESB process (Batch file mode) which inturn will call a second BPEL process which will invoke the Oracle APPS standard API ego_item_pub.process_items to create an item in Inventocry, through a DB adapter
    I am able to create the Item and API is working when I pass the input XML through the second BPEL process.
    But when invoking through the ESB process which will invoke the BPEL process, based on the polling to the batch file from the ESB. This is done through an FTP adapter in ESB.
    The Issue is that while invoking from ESB, through batch file. The PL/SQL API is throwing error from the standard API 'ego_item_pub.process_items'
    But it works fine if I invoke the BPEL process individually.
    What might be the problem for this and how can I fix this..
    Please update..
    Many thanks in advance ...

    Hi,
    We tried the same thing and it worked for us. In our scenario we had a BPEL process calling a ESB and then this ESB calling another BPEL process which inturn calls the API. I agree with James it seems more of a Data issue/or your XSD is not proper i.e the XSD that you ESB process is having. If you have created a ESB and then changed the BPEL process afterward the issue you mentioned will come. Please run the process in DEBIG mode and provide the domain.log file.
    Regards
    Sahil
    http://soab2bsahil.blogspot.com

  • ESB File Adapter data validation issue

    I have a really simple ESB process.
    File Adapter Read
    (XML format with XSD) --> Routing Service --> SOAP Call to BPEL Process
    Quite simply, the ESB uses the File Adapter to read an XML file which has an associated XSD. The contents are then routed to a BPEL Process.
    If the XML file is valid in syntax but contains an element which is not in the XSD, the file contents are pushed to the BPEL process which has validateXML set to true - thus the error is caught and handled by the BPEL process.
    This is what I want to happen.
    If the XML file is invalid in syntax - for example -
    <TAG>hello</WRONGTAG>
    The ESB process rejects the file and stops dead.
    I would rather the invalid file is pushed to the BPEL so that the BPEL can handle the error.
    Why?
    Because my error handling in the BPEL picks up the invalid XML format and emails the users to inform them there is a problem.
    Can someone help? Is this possible? Thanks.
    Message was edited by:
    IanBaird

    Hello again! You are now aware of the problem as there has been a lot of conversation between myself and Dave Berry [and you!] regarding this issue.
    For the rest of the readers - here is a brief summary of progress so far. Sorry but there has been so much communication that I think the best way is to direct you to various links.
    If an adapter fails in ESB, then it is possible to trap these failures and handle them as documented here:
    Dave Berry said:
    you need to look into the adapter rejection handlers which are documented on OTN ESB page in the exception handling lesson and the adapters OTN dev resources page http://www.oracle.com/technology/products/integration/adapters/dev_support.html
    I had also devised my own solution in the meantime, which involves reading the input file as opaque schema and passing this to a BPEL process which converts it to an XML document! This can then be validated and use standard BPEL error handling to find any problems in the file format etc.
    See my blog for a tutorial on doing this:
    http://soastuff.wordpress.com/2007/06/06/handling-opaque-datatypes-in-bpelesb/
    The only problem with this at the moment is that the BPEL function ora:parseEscapedXML has a bug in it - so it fails if the XML does not comply with the XSD it tries to convert to.
    This in turn causes an ORABPEL-09500 error which does not seem to get handled by the BPEL process so the process fails.
    As things stand, this bug remains - though Dave Berry has been very helpful in identifying it and bringing it to Muruga's attention. Hopefully we can get a fix (?) and a workaround whilst the fix is being implemented (?)
    Cheers.

  • ESB-DBAdapter issue

    Hi all,
    I have DBAdapter to insert records into oracle XE DB from my ESB process.
    Though the record gets successfully inserted,the ESB instance is itself
    marked as errored.
    The following is the stacktrace
    oracle.tip.esb.server.common.exceptions.BusinessEventRetriableException:
    An unhandled exception has been thrown in the ESB system.
    The exception reported is: "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/SOAOrchestration_FulfillmentESB/FedexShipment.wsdl
    [ FedexShipment_ptt::insert(FedexshipmentCollection) ] - WSIF JCA Execute of
    operation 'insert' failed due to:
    DBWriteInteractionSpec Execute Failed Exception. unknown failed.
    Descriptor name: [unknown]. ; nested exception is:
    ORABPEL-11616 DBWriteInteractionSpec Execute Failed Exception.
    unknown failed. Descriptor name: [unknown]. Caused by Exception [TOPLINK-2004] (Oracle TopLink - 10g Release 3 (10.1.3.1.0) (Build 061004))
    : oracle.toplink.exceptions.ConcurrencyException Exception Description:
    A signal was attempted before wait() on ConcurrencyManager.
    This normally means that an attempt was made to commit or
    rollback a transaction before it was started, or to rollback a transaction twice..
    at oracle.tip.adapter.fw.wsif.jca.WSIFOperation_JCA.executeRequestResponseOperation(WSIFOperation_JCA.java:623)
    at oracle.tip.adapter.fw.wsif.jca.WSIFOperation_JCA.executeInputOnlyOperation(WSIFOperation_JCA.java:726)
    at oracle.tip.esb.server.common.wsif.WSIFInvoker.executeOperation(Unknown Source) ...
    Any help/insight will be very helpful.
    Regards,
    Manu

    We have same issue as yours.
    But worst for us, we need logical delete the record in Source database. And if this Exception happen, the transaction will roll back.
    A oracle guy told me this is an internal bug:5519509 only in 10.1.3.1. I don't know when it will be fixed.

  • Ant extractESBDeploymentPlan Issue with linked ESB Artifacts

    Hi
    I seem to have found a problem with the ExtractESBDeploymentPlan script.
    I've created a number of ESB artifacts that are common to a number of other ESB processes. I link them together by calling an existing ESB Routing Service from an ESB, which then adds the .esbsvc descriptors to my process (I assume just to enable them to be seen in the diagram). Doing this does not import the wsdl's etc which is good.
    However, if I then try to extract these ESB projects, I get the following error:
    internal.ExtractESBDeploymentPlan:
    [echo] -- EXTRACTING ESBCRMCitizen --
    [delete] Deleting: M:\code\solihull\jdev\ESBCRMCitizen\deployment\devDeploymentPlan.xml
    [extractESBDeploymentPlan] java.lang.Exception: Programming Error : Adapter Service <PostCitizen> does not have an assoc
    iated WSDL artifact
    [extractESBDeploymentPlan] at oracle.tip.esb.jdev.artifacts.model.ESBAdapterServiceArtifactContent.getDeploymentPro
    perties(ESBAdapterServiceArtifactContent.java:154)
    [extractESBDeploymentPlan] at oracle.tip.esb.client.anttasks.ExtractESBDeploymentPlanTask.hydrateServiceDeploymentP
    lans(ExtractESBDeploymentPlanTask.java:372)
    [extractESBDeploymentPlan] at oracle.tip.esb.client.anttasks.ExtractESBDeploymentPlanTask.constructDeploymentPlan(E
    xtractESBDeploymentPlanTask.java:477)
    [extractESBDeploymentPlan] at oracle.tip.esb.client.anttasks.ExtractESBDeploymentPlanTask.execute(ExtractESBDeploym
    entPlanTask.java:543)
    [extractESBDeploymentPlan] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    [extractESBDeploymentPlan] at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source)
    [extractESBDeploymentPlan] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [extractESBDeploymentPlan] at java.lang.reflect.Method.invoke(Method.java:585)
    [extractESBDeploymentPlan] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
    [extractESBDeploymentPlan] at org.apache.tools.ant.Task.perform(Task.java:348)
    [extractESBDeploymentPlan] at org.apache.tools.ant.Target.execute(Target.java:357)
    [extractESBDeploymentPlan] at org.apache.tools.ant.Target.performTasks(Target.java:385)
    [extractESBDeploymentPlan] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
    [extractESBDeploymentPlan] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.ja
    va:38)
    [extractESBDeploymentPlan] at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
    [extractESBDeploymentPlan] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
    [extractESBDeploymentPlan] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
    [extractESBDeploymentPlan] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    [extractESBDeploymentPlan] at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source)
    [extractESBDeploymentPlan] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [extractESBDeploymentPlan] at java.lang.reflect.Method.invoke(Method.java:585)
    [extractESBDeploymentPlan] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
    [extractESBDeploymentPlan] at org.apache.tools.ant.Task.perform(Task.java:348)
    [extractESBDeploymentPlan] at org.apache.tools.ant.Target.execute(Target.java:357)
    [extractESBDeploymentPlan] at org.apache.tools.ant.Target.performTasks(Target.java:385)
    [extractESBDeploymentPlan] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
    [extractESBDeploymentPlan] at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
    [extractESBDeploymentPlan] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    [extractESBDeploymentPlan] at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
    [extractESBDeploymentPlan] at org.apache.tools.ant.Main.runBuild(Main.java:698)
    [extractESBDeploymentPlan] at org.apache.tools.ant.Main.startAnt(Main.java:199)
    [extractESBDeploymentPlan] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
    [extractESBDeploymentPlan] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
    BUILD FAILED
    M:\code\solihull\jdev\Resources\deploy\build.xml:185: The following error occurred while executing this line:
    M:\code\solihull\jdev\Resources\deploy\lib\cb-ant-oracle.xml:159: java.lang.Exception: Programming Error : Adapter Servi
    ce <PostCitizen> does not have an associated WSDL artifact
    This is valid, as the .esbsvc does not have a .wsdl.
    Now, is this my fault for doing something not in best practice, or an issue with JDeveloper, or the extract script?
    Any thoughts?
    Chris

    Hi Chris
    I have the exact same problem as you. I have a .esbsvc file in my project that does not have a corresponding local .wsdl file. (In the .esbsvc file I link to the WSDL with a HTTP-address).
    Did you come up with a solution?
    Thanks
    //Kalle Viklund

  • BizTalk ESB tool kit 2.2 Configuration Issue File/SSO

    Hi,
    I m trying to configure BizTalk ESB tool kit 2.2.
    In the configuration we have File Counfiguration source or SSO Configuration source. As per the below blog 
    MSDN ESB Tool Kit Configuration
    If you are installing and configuring the ESB Toolkit in a single server environment, you should
    use File Configuration Source. The SSO Configuration Provider is most commonly used for multiple machine deployments.
    1. We having the BizTalk VM and SQL Server as a Remote machine, in our case do we need to go with the File or SSO configuration.
    2. What is the use of the Configuration (File and SSO COnfiguration)?
    3. If i go with SSO configuration i am getting below error : 
    Error:   Exception calling "PushAllConfiguration" with "6" argument(s): “Unrecognized element 'typeConfig'. (C:\Program Files (x86)\Microsoft BizTalk ESB Toolkit\esb.config line 151)”
    I find the error in the Microsoft blog but dont know how to change the TypeConfig:( 
    Please let me know which configuration i need to select and resolution for the above issue.
    Regards, Aboorva Raja R Please remember to mark the replies as answers if they help and unmark them if they provide no help.

    Hi,
    I configured SSO Configuration Source because for multi environment we need to use the same.
    Follow the instruction in the below blog and Replace the Resolver as it is in the blog. Then it will configured successfully.
    ESB ToolKit Configuration Issue Resolution
    Regards, Aboorva Raja R Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Pymma issued a new tutorial on Open ESB

    Open source looks like love. More you give more you get. We get many feedbacks from the community and we review the tutorial “Import a CSV file”. More we used the new version of or application to propose you a way to connect 2 binding components without Orchestration. It is a tricky but efficient way to connect straightforward 2 ports (example: transfer a huge data file to a database). We hope you will enjoy these tutorials. Thanks for your feedback at [email protected]
    Import CSV file : http://www.pymma.com/eng/IT-Tech-Papers/Pdf-folder/Import-legacy-data-with-Open-ESB-CSV-file
    Transfer your messages without orchestration:
    http://www.pymma.com/eng/IT-Tech-Papers/Pdf-folder/Transmit-your-message-without-orchestrator

    Hello Paul,
    Thank you for the helpful tutorial. However I've come accross one small issue. The import of these delimited lines fi: "FM","FSM","Micronesia, Federated States of" present a problem (the comma between the quotes). Now only 244 records are imported out of 249.
    Can anyone reply on how to go about solving this issue (ie how to configure the annotation/delimiters in CountryCSV.xsd?
    Cheers and thanks.

  • BizTalk ESB Portal Configuration Issue

    Hi,
    Can anyone please help me to resolve this below issue?
    Actually i have installed/configured ESB toolkit in Dev server and Hosted ESB web site and Webservice. all are in same machine. I am able to successfully browse the portal and able to see the exceptions.
    but when i installed/configured ESBToolkit in another environment, here BizTalk is in one machine and DB is in another machine. and the Web site and WS is hosted in Biztalk machine. initially i got few configuration errors which i was resolved and after
    that i am getting the below errors.
    Error:
    1.       Index (zero based) must be greater than or equal to zero
    and less than the size of the argument list.
    2.       Syntax error or access violation. Source: Microsoft.Practices.ESB.BizTalkOperations.BizTalkQuery
    Warning:
    1.       Exception message: An unexpected error occurred during
    initialization of the BizTalk Operations Service. ---> Index (zero based) must be greater than or equal to zero and less than the size of the argument list.
    The above error is getting from “ESB.BizTalkOperationsService” web service which was created while configuring ESB Toolkit. The ESB Portal is accessing this web
    service and getting the data.
    I have verified the Portal source code, and find out ESP web site is calling Application() method in the ESB.BizTalkOperationsService.
    that time i am getting this error. this will happen only two diffferent servers for biztalk and DB.
    As per my understanding, this method is getting the BizTalk application details from BtsmgmtDB. but one thing i noticed, in the web.config
    in ESB.BizTalkOperationsService  does not have the Db connection string. so I am little confused how it is getting data without
    DB details.
    I referred some URLs and verified the user permission/ authenitication. every thing is correctly configured.
    I
    Can anyone please help me to resolve this issue?
    Best Regards,
    Vinoth

    Hi Abhishek,
    Thanks for your Quick response.
    I did the above steps as you mentioned above. now i am getting 2 errors and waring like
    First Error in Event viewer
    Error in the application.
    Source: Microsoft.Practices.ESB.BizTalkOperations.BizTalkQuery
    Method: Void .ctor()
    Error Source: Microsoft.BizTalk.ExplorerOM
    Error TargetSite: Void set_ConnectionString(System.String)  
    Error StackTrace:    at Microsoft.BizTalk.ExplorerOM.BtsCatalogExplorer.set_ConnectionString(String value)
       at Microsoft.Practices.ESB.BizTalkOperations.BizTalkQuery..ctor()
    second error:
    1.       Index (zero based) must be greater than or equal to zero and less than the size of the argument
    list.
    Warning:
    1.       Exception message: An unexpected error occurred during
    initialization of the BizTalk Operations Service. ---> Index (zero based) must be greater than or equal to zero and less than the size of the argument list.
    do you have any idea about this?
    Thanks,
    Vinoth

  • ESB- Licensing issues and etc

    Hi All,
    I was wondering if i could have a few of my doubts cleared
    1. According to my understanding since EDI requires licensing and certification, If i use ESB and make it transform the document to some other format. Then if i can post the same document through some 3rd party software whose only function is to post to a particular OXTA or HTTP URL for example.
    Will there be any legal issues here ?
    2. Where can i find a list of possible transformation which ESB supports. (cXML,OAG,EDI,Rossatenet, UBL etc)
    3. Is there any possible comparision between ESB and B2B in terms of transformations and handling/processing documents?
    Cheers
    Ravi

    ESB delivered with basic adapters, DB, AQ, JMS etc.
    If you want to use for Rosettanet,EDI etc you need to buy the relevant adapters.
    But ESB should not be used for this purpose as it does not have the relevant security and partner link definition stuff that B2B has, this is why they are two different products.
    The adapters are just connection technology.

  • ESB WSDL generation and compatibility issues

    Hi all.
    I have a need to integrate Oracle ESB with TIBCO, and I'm facing some issues regarding the use of namespaces in WSDL.
    In ESB, when I create a routing service, its corresponding WSDL has a targetNamespace attribute, for example, http://www.oracle.com/myRS
    When I deploy this routing service using the "Invokable from external services" property checked, ESB automatically generates another WSDL, which contains the SOAP and ESB bindings and imports the previous WSDL. This WSDL's targetNamespace has the same value of the targetNamespace from the previous WSDL (http://www.oracle.com/myRS)
    When TIBCO needs to consume the ESB web service ( the automatically generated one), it's complaining that the two WSDLs have the same targetNamespace, and they shouldn't (according to them).
    Here's is an example:
    1 - I create a routing service. It's WSDL looks like this:
    <definitions name="TIBCOIntegrationRS" targetNamespace="http://oracle.com/esb/namespaces/TIBCOIntegration" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://oracle.com/esb/namespaces/TIBCOIntegration" xmlns:inp1="http://xmlns.oracle.com/pcbpel/adapter/db/top/CvrdRaCustomersIFace">
    <types>
    <schema xmlns="http://www.w3.org/2001/XMLSchema">
    <import namespace="http://xmlns.oracle.com/pcbpel/adapter/db/top/CvrdRaCustomersIFace" schemaLocation="CvrdRaCustomersIFace_table.xsd"/>
    </schema>
    </types>
    <message name="CvrdRaCustomersIface_request">
    <part name="CvrdRaCustomersIface" element="inp1:CvrdRaCustomersIface"/>
    </message>
    <portType name="execute_ppt">
    <operation name="execute">
    <input message="tns:CvrdRaCustomersIface_request"/>
    </operation>
    </portType>
    </definitions>
    2 - I deploy the routing service, and get another WSDL that is automatically generated:
    <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:plt="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:import="http://oracle.com/esb/namespaces/TIBCOIntegration" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:esb="http://www.oracle.com/esb/" xmlns:ws="http://www.example.com/webservice" xmlns:tns="http://oracle.com/esb/namespaces/TIBCOIntegration" targetNamespace="http://oracle.com/esb/namespaces/TIBCOIntegration">
    <import namespace="http://oracle.com/esb/namespaces/TIBCOIntegration" location="http://denis:80/esb/slide/ESB_Projects/DadosCliente_TIBCOIntegrationESB/TIBCOIntegration_TIBCOIntegrationRS.wsdl"/>
    <portType name="execute_ppt">
    <operation name="execute">
    <input message="tns:CvrdRaCustomersIface_request"/>
    </operation>
    </portType>
    <binding name="__esb_TIBCOIntegrationRS_execute_ppt" type="tns:execute_ppt">
    <esb:binding/>
    <operation name="execute">
    <esb:operation event-name="TIBCOIntegration.TIBCOIntegrationRS.execute"/>
    <input/>
    </operation>
    </binding>
    <binding name="__soap_TIBCOIntegrationRS_execute_ppt" type="tns:execute_ppt">
    <soap:binding xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="execute">
    <soap:operation xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" style="document" soapAction="execute"/>
    <input>
    <soap:body xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" use="literal"/>
    </input>
    </operation>
    </binding>
    <service name="ESB_TIBCOIntegrationRS_Service">
    <port name="__soap_TIBCOIntegrationRS_execute_ppt" binding="tns:__soap_TIBCOIntegrationRS_execute_ppt">
    <soap:address xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" location="http://denis:80/event/TIBCOIntegration/TIBCOIntegrationRS"/>
    </port>
    <port name="__esb_TIBCOIntegrationRS_execute_ppt" binding="tns:__esb_TIBCOIntegrationRS_execute_ppt">
    </port>
    </service>
    <plt:partnerLinkType name="execute_pptLT">
    <plt:role name="execute_pptProvider">
    <plt:portType name="tns:execute_ppt"/>
    </plt:role>
    </plt:partnerLinkType>
    </definitions>
    3 - We can see that both WSDLs have the same targetNamespace, and that's what TIBCO is complaining about.
    I've been reading the W3C WSDL spec (2.0), and found a note regarding the use of the import clause in WSDL:
    http://www.w3.org/TR/2007/REC-wsdl20-20070626/#import_namespace_attribute
    It has the following fragment:
    "The namespace attribute information item is of type xs:anyURI. Its actual value indicates that the containing WSDL 2.0 document MAY contain qualified references to WSDL 2.0 components in that namespace (via one or more prefixes declared with namespace declarations in the normal way). This value MUST NOT match the actual value of targetNamespace attribute information item in the enclosing WSDL 2.0 document"
    I don't know if ESB is currently working with WSDL 2.0 specification. I's mentioned here just for a comparison.
    So, the question is: Is it allowed and W3C compatible to use the same targetNamespace in the enclosing WSDL as well as in the imported one?
    thanks
    Denis
    Message was edited by:
    [email protected]
    Message was edited by:
    [email protected]

    Hi ,
    This is Shobana K from PeopleTools.
    I am also facing a similar issue.
    The ESB services exposed for external invocation are nested wsdls meaning one WSDL imports another.
    Consider this nested WSDL for example-
    http://10.176.162.55:8888/esb/wsil/NestedESB_synchronous/NestedSynch_RS?wsdl
    Above wsdl corresponds to the base wsdl containing the binding and service information. This in turn imports another WSDL http://10.176.162.55:8888/esb/slide/ESB_Projects/8.50_ESB_Nested_wsdl_NestedESB_synchronous/NestedESB_synchronous_NestedSynch_RS.wsdl
    which contains port type, message and schema information. These wsdls are formed in accordance to the "import authoring style" defined in 2.1.2 section of the WSDL1.1 specification.
    The authoring style used in ESB wsdl is exactly the same as the one shown in the WSDL spec but for one point.
    In case of ESB, both the wsdls(base as well as the imported one) have the same target namespace. Is it possible for 2 wsdls to have the same target namespace within the same scope?
    In order to parse the WSDL for the required information, we need to look at the information both in the base wsdl as well as the imported wsdl. While trying to locate the correct information in the right wsdl, we make use of the namespace value used with the element name. For e.g, the base wsdl may only be containing the binding information. This in turn will refer to the port type information available in the imported wsdl. Now, while parsing, we make use of the namespace value associated with the port type element name in the base wsdl.Based on the namespace value, we decide which wsdl contains this information.
    In the sample nested ESB wsdl that I have quoted above http://10.176.162.55:8888/esb/slide/ESB_Projects/8.50_ESB_Nested_wsdl_NestedESB_synchronous/NestedESB_synchronous_NestedSynch_RS.wsdl, the tns(this namespace) value associated with the port type element corresponds to the target namespace value in both the wsdls and the value happens to be the same. Hence while parsing, when we look for the port type and message information belonging to the "tns" namespace, we tend to search for those information only in the base wsdl and not the imported one.This sounds logical and it would have worked had the target namespace been different for the 2 wsdls. It fails in this case because both the WSDLs have the same target namespace. In such cases, how should we go about parsing the wsdl?
    Your inputs and feedback will be greatly appreciated.
    Thanks a lot in advance.
    Regards,
    Shobana K

  • 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

Maybe you are looking for

  • Variant Configuration / IPC in CRM 7.0

    Hi experts, We are getting runtime errors when we access the Configuration tab in CRM transaction CRMD_ORDER for a configurable product. These errors do not occur when we simulate the model in COMMPR01 for the same product. Any ideas? Here are a coup

  • Can I share my internet with my Ipad and simultaneously connect to a airport express that I use to remotely connect speakers?

    Can I share my internet from my Imac with my Ipad and simultaneously connect to a airport express that I use to remotely to connect speakers? The big problem that I'm having is that when internet sharing via the airport I can not simultaneously conne

  • What does the Certificate Manager do?

    There are tons of Certificates (some government affiliated). Can I remove these or at least find out their association is? (ie. they are for xxxx website that you visited on xx/xxxx). Is there something that tells me if a certificate is permanent or

  • Video has no sound

    it goes but without sound

  • First name and siri

    I am more than happy to tell siri my details, but how do I stop the robot continually using my name when it answers questions? I know who I am, I dont need to be continuously reminded! If I created a blank contact and pointed siri at that, that would