Services list in ESB Control is empty

Hi,
I have installed SOA Suite (10.1.3.1.0) on my laptop (Basic install).
I have tried the "Getting started" guide for ESB. So installing the CustomerSample.zip (create table customer, importing metadata...) but when I go to the ESB Control web site, the services list is empty.
When I click on the button to refresh the list it takes a while and nothing happens...
I have tried to reinstall the suite without any network connection (I know a problem with DHCP and name resolution in the past) but nothing changes.
In addition, if I use IE I get a javascript error (URL object undefined). In Mozilla I do not get any javascrip error.
I have checked the esb_parameter table , it seems correct:
SQL> select * from esb_parameter;
PARAM_NAME | PARAM_VALUE
-----------------------------+-------------------------------
PROP_NAME_MONITOR_TOPIC_JNDI | OracleASjms/ESBMonitorTopic
PROP_NAME_ERROR_XATCF_JNDI | OracleASjms/MyXATCF
PROP_NAME_ERROR_RETRY_JNDI | OracleASjms/ESBErrorRetryTopic
DT_OC4J_HTTP_PORT | 8888
PROP_NAME_CONTROL_TCF_JNDI | OracleASjms/MyXATCF
PROP_NAME_MONITOR_TCF_JNDI | OracleASjms/MyTCF
PROP_NAME_ERROR_TOPIC_JNDI | OracleASjms/ESBErrorTopic
PROP_NAME_ERROR_TCF_JNDI | OracleASjms/MyTCF
PROP_NAME_CONTROL_TOPIC_JNDI | OracleASjms/ESBControlTopic
PROP_NAME_DEFERRED_TCF_JNDI | OracleASjms/MyTCF
DT_OC4J_HOST | localhost
PROP_NAME_DEFERRED_XATCF_JNDI | OracleASjms/MyXATCF
PROP_NAME_ERROR_RETRY_TCF_JNDI | OracleASjms/MyXATCF
So is it a bug in the console??
Any idea?
Thanks.
Fabrice.

Hi Dave and thanks for the follow-up.
Strange line in C:\Program Files\Oracle\Inventory\logs\oraInstall2006-12-19_01-07-15PM.out
# Not all the dependencies for the component Oracle Web Services Manager Application Component 10.1.3.1.0 could be found. Missing component oracle.owsm.supportfiles 10.1.3.1.0.
# Not all the dependencies for the component Oracle Web Services Manager Application Component 10.1.3.1.0 could be found. Missing component oracle.oc4j_extended 10.1.3.1.0.
Install type for "BPEL Process Manager for OracleAS Middle Tier 10.1.3.1.0 " is "BPEL Process Manager".
     Conflict while setting install type of "Oracle ADF 10.1.3.1.0 " to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)".
Install type for "ESB Process Manager for OracleAS Middle Tier 10.1.3.1.0 " is "ESB Process Manager".
# Not all the dependencies for the component ESB Process Manager for OracleAS Middle Tier 10.1.3.1.0 could be found. Missing component oracle.tip.esb.common 10.1.3.0.0.
More interesting in the <SOA_HOME>/j2ee/<instance_name>/log/*/oc4j/log.xml
<MESSAGE>
<HEADER>
<TSTZ_ORIGINATING>2006-12-19T13:19:27.625+01:00</TSTZ_ORIGINATING>
<COMPONENT_ID>tip</COMPONENT_ID>
<MSG_TYPE TYPE="ERROR"></MSG_TYPE>
<MSG_LEVEL>1</MSG_LEVEL>
<HOST_ID>aprico-cb383927</HOST_ID>
<HOST_NWADDR>127.0.0.1</HOST_NWADDR>
<MODULE_ID>esb.server.bootstrap</MODULE_ID>
<THREAD_ID>11</THREAD_ID>
<USER_ID>fyans</USER_ID>
</HEADER>
<CORRELATION_DATA>
<EXEC_CONTEXT_ID><UNIQUE_ID>127.0.0.1:9791:1166530764812:1</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
</CORRELATION_DATA>
<PAYLOAD>
<MSG_TEXT>ESB bootstrap: Unknown error occured in constructor of ESB resource adapter</MSG_TEXT>
<SUPPL_DETAIL><![CDATA[java.lang.RuntimeException: failed to get ESB_HOME: java.lang.NullPointerException
     at oracle.tip.esb.configuration.ServiceBusConstants.getESBHome(Unknown Source)
     at oracle.tip.esb.configuration.ServiceBusConstants.loadESBConfigs(Unknown Source)
     at oracle.tip.esb.configuration.ServiceBusConstants.getESBConfigs(Unknown Source)
     at oracle.tip.esb.server.bootstrap.ESBBaseResourceAdapter.<init>(Unknown Source)
     at oracle.tip.esb.server.bootstrap.DesignTimeResourceAdapter.<init>(Unknown Source)
     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
     at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
     at java.lang.Class.newInstance0(Class.java:350)
     at java.lang.Class.newInstance(Class.java:303)
     at com.evermind.server.connector.deployment.ConnectorArchive.createJavaBeanInstance(ConnectorArchive.java:1182)
     at com.evermind.server.connector.deployment.ConnectorArchive.startResourceAdapter(ConnectorArchive.java:902)
     at oracle.j2ee.connector.DeployedAdapter.start(DeployedAdapter.java:102)
     at com.evermind.server.ApplicationStateRunning.initConnector(ApplicationStateRunning.java:1269)
     at com.evermind.server.ApplicationStateRunning.initConnectors(ApplicationStateRunning.java:354)
     at com.evermind.server.ApplicationStateRunning.initializeApplication(ApplicationStateRunning.java:206)
     at com.evermind.server.Application.setConfig(Application.java:413)
     at com.evermind.server.Application.setConfig(Application.java:314)
     at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1853)
     at oracle.oc4j.admin.internal.ApplicationDeployer.addApplication(ApplicationDeployer.java:512)
     at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:196)
     at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:93)
     at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
     at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
     at java.lang.Thread.run(Thread.java:595)
]]></SUPPL_DETAIL>
</PAYLOAD>
</MESSAGE>

Similar Messages

  • All System Groups/Services disappeared in ESB Control after redeploy

    Hi all,
    SHORT: all entries in the "Services" pane of the ESB control have suddenly disappeared.
    DETAILED: After a few successful cycles of changing/deploying/running and viewing instances of my ESB service via the ESB control, I redeployed and run the application. The previously successful test I ran did not get a reply from the service. Obviously, this could be either due to me breaking the service with the last change or because of some crash in the SOA Suite. So I tried to get more information via the ESB console but all System Groups and Services have disappeared - the left "Services" pane is empty.
    Restarting the SOA Suite does not fix this.
    ==> any suggestions on what could have happened and how to resolve this without reinstall ? (we don't want this to happen in production, do we ;-) ?)

    two collegues of mine ran into a similiar problem. Their ESB console seemed empty as well.Until one of them let the console open for about 10 minutes and the services/system re-appeared.
    Indicating that when the services do not show up could also be caused by a serious performance glitch or the services are calling external systems which time out.
    Another option is to wait for a few minutes and see if your services etc show up again.
    I don't know where this performance degradation is coming from though. The only thing I noticed is that the ORAESB schema ( advanced install ) is installing al of its objects in the USERS tablespace and that most ( almost all ) tables do not have any indexes / pk / fk's on them.
    Maybe one or two indexes could speed up the ESB repository considerably.
    Dave, In the upcoming 10.1.3.3 release is the repository in any way altered? Default tablespace? PK/FK and/or extra indices on certain tables/columns?

  • ESB control not displaying any services

    Hi,
    I'm trying to get a SOA Suite installation going last few days. This is the state of the system:
    database - 10g Release 2 (10.2) for windows
    patches -
    Patch Set 2
    Patch 18: 6812783
    Oracle SOA Suite 10.1.3.3.0
    patches -
    Patch Set 3
    Interim Patch for bugs :6128263
    Other than installing these components, I have not done anything else with the system.
    When I go to the ESB control and log in as oc4jadmin I do not see any services like-
    1) Default System
    2) BPEL System
    I redid the whole install process thinking I might have missed out some step, but I see the same error again. Has anybody seen this before? what trouble shooting steps would you recommend ?
    thank you very much!
    Odie

    Hi,
    Have you installed the ESB schema properly?
    Cheers,
    Abhi...

  • ESB Control Instances Tab is Empty

    Hi,
    I have working on SOA Suite 10G. I have deployed ESB CustomerData Tutorial sucessfully. But this ESB is not activated meaning ESB should read customer XML from input directory every second and write into database but that is not happening. If you login to ESB Control Instances TAB is empty. Meaning ESB is not getting invoked at all.
    PLease let me know what can be the issue.
    Regards,
    PB

    Hi.
    Probably your File Adapter is not being triggered by the polling activity. This can be for several reasons. You need to check all your adapter configuration like file name pattern, and that your physical path where your XML file resides matches the one you configured in the adapter.
    Also check for the logs under ORACLE_HOME\opmn\logs.
    Denis

  • Why all the domain values disappeared from ESB control after chinese map?

    hi,
    when I creating a domain value in chinese in the ESB control and confirm it, After I restart the
    soa service, all the domain values that I created before and the one in chinese disappeared.
    Although the domain values in english desappeared, in the code they are still can be used.
    But the domain values in chinese can not be used.
    All the maps(both english and chinese ) are in DVM Repository.
    Can you help me ??? Why all the domain values disappeared from ESB control ?? thanks
    wanglinli

    two collegues of mine ran into a similiar problem. Their ESB console seemed empty as well.Until one of them let the console open for about 10 minutes and the services/system re-appeared.
    Indicating that when the services do not show up could also be caused by a serious performance glitch or the services are calling external systems which time out.
    Another option is to wait for a few minutes and see if your services etc show up again.
    I don't know where this performance degradation is coming from though. The only thing I noticed is that the ORAESB schema ( advanced install ) is installing al of its objects in the USERS tablespace and that most ( almost all ) tables do not have any indexes / pk / fk's on them.
    Maybe one or two indexes could speed up the ESB repository considerably.
    Dave, In the upcoming 10.1.3.3 release is the repository in any way altered? Default tablespace? PK/FK and/or extra indices on certain tables/columns?

  • What's the meaning of a yellow DB-Adapter service in an ESB Instance?

    Hi Forum,
    I have implemented a really small ESB routing application, taking 3 Values, which will be written to a database using a routing service and a DB-Adapter. When calling this service via URI of the local endpoint (at the definition tab of ESB Control) everything works fine so far.
    Next I tried to invoke this service from a BPEL process. But all I got was a yellow marked DB-Adapter in the ESB instance. This is accompanied by a R tag on the adapter. The details tab states that a rollback has been done because of an error "undefined" on a non transactional endpoint.
    By the way, there is no error tab displayed in ESB Control and moreover no BPEL instance is logged. I asume that is a result of the rollback. So there is pretty few information on what has happened.
    Unfortunately I couldn't find anything of value on the web dealing with non transactional endpoints.
    Has anyone got a clue, what the reason for this strange behavior could be?
    TIA,
    Marco

    Hi James,
    thanks a lot for your answer. You've been totally right, it was a error in payload. Actually, after fiddling about with no success to get it right, I ended up with no ESB instance trace at all :-(
    So I decided to restart the server and guess what, everything looked nice. The instance came up with tracking information and error log showing that the payload was incomplete.
    And even the main problem of being unable to deploy a BPEL-Process because of an undefined partner link type (which I couldn't follow as the PLT was enclosed in the wsdl of the ESB service and that led me to designing a small repro case) vanished into thin air.
    This SOA-Suite seems to be a sort of weird. At the moment I can't figure out how to successfully run a real-life project using this technology :-(
    Working on a research project now, I hope to be getting more experienced before it gets down to business.
    Cheers
    Marco

  • Post deploy fails on 10.1.3.4. ESB Control console says see DT server logs

    Hello,
    We have recently upgraded our SOA Suite to 10.1.3.4. I was able to deploy all our ESB web services to the environment successfully. But after deployment, I restarted the J2EE server and after that when I login to ESB Control Console, I get an error in "Services" section as "Unknow Error in ESB. Please see the DT server log for details". I deployed services using JDeveloper 10.1.3.3. Could that be a problem? Please assist us as it has brought down our environment for 1 week.
    Please note that we had everything working perfect in 10.1.3.3 & dont know what created the problem in 10.1.3.4.
    Thanks,

    It might be that your esb tables has no data.
    You can resolve this problem in the following way.
    1. Running irca again. This method has the side effect of losing all metadata (other esb applications) already deployed on the server.
    2. Connect to the database as esb user. Run the query "Select count(*) from esb_parameter". This query will return a 0 records found result. Now you have to insert the values into the esb_parameter table again.
    insert into esb_parameter values ('PROP_NAME_MONITOR_TOPIC_JNDI','OracleASjms/ESBMonitorTopic');
    insert into esb_parameter values ('PROP_NAME_ERROR_XATCF_JNDI','OracleASjms/MyXATCF');
    insert into esb_parameter values ('PROP_NAME_ERROR_RETRY_JNDI','OracleASjms/ESBErrorRetryTopic');
    insert into esb_parameter values ('DT_OC4J_HTTP_PORT','<<your AS http port>>');
    insert into esb_parameter values ('PROP_NAME_CONTROL_TCF_JNDI','OracleASjms/MyXATCF');
    insert into esb_parameter values ('PROP_NAME_MONITOR_TCF_JNDI','OracleASjms/MyTCF');
    insert into esb_parameter values ('PROP_NAME_ERROR_TOPIC_JNDI','OracleASjms/ESBErrorTopic');
    insert into esb_parameter values ('PROP_NAME_ERROR_TCF_JNDI','OracleASjms/MyTCF');
    insert into esb_parameter values ('PROP_NAME_CONTROL_TOPIC_JNDI','OracleASjms/ESBControlTopic');
    insert into esb_parameter values ('PROP_NAME_DEFERRED_TCF_JNDI','OracleASjms/MyTCF');
    insert into esb_parameter values ('DT_OC4J_HOST','<<your AS host name>>');
    insert into esb_parameter values ('PROP_NAME_DEFERRED_XATCF_JNDI','OracleASjms/MyXATCF');
    insert into esb_parameter values ('PROP_NAME_ERROR_RETRY_TCF_JNDI','OracleASjms/MyXATCF');

  • Exception thrown when I want to display the iinstances in ESB Control

    An unhandled exception has been thrown in the ESB system. The exception reported is: "oracle.tip.esb.model.repository.exception.RepositoryException: Unable to retrieve Service Parameter with name TrackingEnabled Ensure that the repository is accessible at oracle.tip.esb.model.repository.database.DatabaseRepository.getESBParameter(Unknown Source) at oracle.tip.esb.console.XMLInstanceManagerImpl.trackingEnabled(Unknown Source) at oracle.tip.esb.configuration.servlet.command.GetTrackingConfigCommand.execute(Unknown Source) at oracle.tip.esb.configuration.servlet.CommandServlet.doJob(Unknown Source) at oracle.tip.esb.configuration.servlet.CommandServlet.doGet(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:743) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64) at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAsPrivileged(Subject.java:517) at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621) 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.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110) at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260) at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239) at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34) at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303) at java.lang.Thread.run(Thread.java:595) Caused by: java.sql.SQLException: Internal Error:AllocStatement: Request Communication Failed at oracle.lite.poljdbc.POLJDBCErrMsg.throwSQLException(Unknown Source) at oracle.lite.poljdbc.LiteThinJDBCStatement.thinAllocStmt(Unknown Source) at oracle.lite.poljdbc.LiteThinJDBCStatement.(Unknown Source) at oracle.lite.poljdbc.LiteThinJDBCPreparedStatement.(Unknown Source) at oracle.lite.poljdbc.LiteThinJDBCFactory.createPreparedStatement(Unknown Source) at oracle.lite.poljdbc.POLJDBCPreparedStatement.(Unknown Source) at oracle.lite.poljdbc.OraclePreparedStatement.(Unknown Source) at oracle.lite.poljdbc.POLJDBCConnection.prepareStatement(Unknown Source) at oracle_lite_poljdbc_OracleConnection_Proxy.prepareStatement() at oracle.tip.esb.model.repository.database.sql.SQLUtil.prepareStatement(Unknown Source) at oracle.tip.esb.model.repository.database.sql.ParametersSQL.getESBParameter(Unknown Source) ... 25 more ".

    Is the instances tab the only tab you have problem with? e.g. is your services list up and running normally?
    I ran into similiar problems during development. In my instance the problem was caused by the fact that the USERS tablespace was full. by default the IRCA script installs everything in the USERS tablespace instead of creating a seperate tablespace for the ESB repository. The same goes for the Webservice manager. OWSM. This repository is also installed in the USERS tablespace.
    I doubled the size of the USERS tablespace and after that my instances tab worked fine again.
    This bug has been identified by Oracle and this will be fixed in 10.1.3.3. I believe.
    In the meantime I modified the IRCA install scripts ( using the ORABPEL scripts as a guideline ) the next time I create an ESB repository.
    HTH.

  • Failure upon calling web service on the ESB deployed from jDeveloper

    Hello!
    I've created a database adapter and a routing service that calls the database adapter. When registering the services on the ESB, I get error when I try to call it, as the Wsdl references a wsdl file on http://localhost:8888...... As I see it, it should refer to in on the same server as the esb (soa suite) runs? I think this might be a deployment issue in jDeveloper, maybe ant? Any clue on this?
    brgds, Paul Jørstad

    Thank you very much for you reply!
    But I do not get any further.. In the ESB control, the Soap Endpoint URI still says:
    SOAP Endpoint URI
    http://localhost:8888/event/xal/rs_product_p_get_complete_bom_flat
    And in my wsdl file:
    <soap:address location="http://oslsoad1/event/xal/rs_product_p_get_complete_bom_flat"/>
    I've tried to de-register, and register the service.

  • Service PO created missing service list, with LSMW BUS2012

    Hi experts,
    After days fighting against the Service PO creation with the service list filled, I decided to insert this post.
    I hope it should be a simple issue for someones. The problem is, I'm able to create a Service PO, but the service
    list for the item is not filled, so, I have a PO item without service list itens.
    I'm using a LSMW through a BAPI structure
    Business Object - BUS2012
    Method            - CREATEFROMDATA
    Message Type    - PORDCR
    Basic Type      - PORDCR05
    Talking about the service list filling process. I'm doing the following:
    E1BPEKET-PREQ_NO = EBAN-BANFN    (PR number)
    E1BPEKET-PREQ_ITEM = EBAN-BNFPO    (PR item)
    E1BPEKPOC-PCKG_NO and  E1BPESLLC-PCKG_NO = EBAN-PACKNO    (Package Number)
    E1BPESLLC-LINE_NO = ESLL-INTROW (0000000001)            (Internal Line)
    E1BPESLLC-EXT_LINE = ESLL-EXTROW (0000000000)            (External Line)
    E1BPESLLC-OUTL_IND = X                                    (Indicator: Outline line)
    E1BPESLLC-SUBPCKG_NO = ESLL-SUB_PACKNO (3004105609)        (Subpackage)
    E1BPESLLC-SERVICE = SRVPOS (found with the SUB_PACKNO value in ESLL-PCKG_NO) (Service code)
    I'm not filling out the fields OUTL_LEVEL and OUTL_NO. I don't know how.
    So, after that the service PO is created, even if I put out the PR number. But in any case with the service line filled.
    Important: The process above was tested with a PR reference, my intention is to create this PO service without PR reference if it is possible, because,
    the PR migration is out of scope for me.
    I don't know what is happening and what I need to do to fill the service line.
    Thanks in advanced
    Antonio Rocha

    Hi,
    In service documents and blanket PO's the "goods recipient" can not       
    be used. Please read the information from the note 118008:
    The system does not display the goods recipient and unloading point        
    fields in the account assignment block for a service line even though      
    they are set as input fields in Customizing.                               
    You cannot display fields 'Unloading Point' and/or 'Goods Recipient' in       
    the R/3 system. The reason for this is that every account assignment          
    object for each service specification can have several unloading points       
    and/or goods recipients.                                                      
    In particular, only one cumulation for each account assignment object is      
    possible and useful at purchase order item level.                             
    As of Release 4.0, user fields are available in external services     
    management.                                                           
    You can name these user fields, for example, 'Unloading Point' and    
    'Goods Recipient'.                                                    
    A user field belongs to the service line and is purely informative.   
    Regards,
    Edit

  • Ftp Adapter in ESB Control

    Where do I need to configure the JNDI-location of my ftp-adapter when working with an esb control?
    If I deploy my esb process now i'm getting a WSIFException because he can't find the configuration settings for the ftp adapter.

    When I try to use the same functionality, the ftp adapter, in bpel I'm facing the same behaviour. There is something wrong with the configuration of the oc4j-ra.xml file?
    The errostack:
    file:/C:/product/SoaSuite/10.1.3.1/OracleAS/bpel/domains/default/tmp/.bpel_BPELProcess1_1.0_c64929dfd2dacf95db3c9da081c1797d.tmp/put.wsdl [ Put_ptt::Put(DVD) ] - WSIF JCA Execute of operation 'Put' failed due to: Adapter Framework unable to create outbound JCA connection.
    file:/C:/product/SoaSuite/10.1.3.1/OracleAS/bpel/domains/default/tmp/.bpel_BPELProcess1_1.0_c64929dfd2dacf95db3c9da081c1797d.tmp/put.wsdl [ Put_ptt::Put(DVD) ] - : The Adapter Framework was unable to establish an outbound JCA connection due to the following issue: ORABPEL-12510
    Unable to locate the JCA Resource Adapter via WSDL port element jca:address.
    The Adapter Framework is unable to startup the Resource Adapter specified in the WSDL jca:address element: location='eis/Ftp/FtpAdapter'.
    The reason for this is most likely that either
    1) the Resource Adapters RAR file has not been deployed successfully to the OC4J Application server or
    2) the 'location' attribute in $J2EE_HOME/application-deployments/default/deployed-adapter-name/oc4j-ra.xml has not been set to eis/Ftp/FtpAdapter. In the last case you might have to add a new 'connector-factory' entry (connection) to oc4j-ra.xml.
    Please correct this and then restart the BPEL/OC4J Application Server

  • Can't see anything in ESB Control

    Hi!
    I can't see any systems in ESB Control (no DefaultSystem, and no BPELSystem, Fulfillment or OrderBooking after succesfully deploying soademo_101310_prod).
    (There are some JavaScript errors too: URLObject is not defined)
    (WinXP, SOA Suite 10.1.3.1.0, Oracle XE)
    Please help!
    Thanks in advance,
    Patrik

    I've done it & reinstalled SOA Suite, now it works, thank you!
    (And there was some issue with the firewall configuration...)
    But my other problem still holds: the demo application (soademo) doesn't run.
    Please see at Re: The demo BPEL application does not start in Oracle AS...
    Thank you!

  • Instances not displayed in ESB control

    hi
    I created this tutorial to integrate esb with bpel http://www.oracle.com/technology/products/integration/esb/files/esb-bpelmanualtask.pdf
    Tutorial is created succesfully and it's registered successfully in esb ,
    Problem is : I'm not able to see instances in esb control. All steps mentioned have been taken care of.
    kindly reply saying why its not showing instances at runtime.
    thnaks

    did you followed step 52 and plus .. this tells you how start the instances ..
    and then click on the instance tab - and on your lef .. click the go sign .. that should show you waht's there ..
    hth clemens

  • Error 1064 An exception occurred in the service when handling the control

    Hi all,
    I downloaded Oracle Business Intelligence 10.1.3.4.1 on windows XP successfully, once I try to start any service of Oracle BI [scheduler/server]. This error is shown *1064 An exception occurred in the service when handling the control request*.
    Could anyone help me out?
    Thanks in advance
    Maitha

    I checked the file
    [68008] Scheduler Error: [nQSError: 67042] The Scheduler Configuration is incorrect.
    [nQSError: 67004] Registry value for SchedulerScriptPath not set.
    How the issue can be resolved ?

  • I want to install PSE 13, but want to uninstall PSE 12 first. It is not listed in the control panel. I have windows 7. How do I uninstall it?

    How do I uninstall PSE 12? It is not listed in the control panel. I have windows 7. I want to install PSE 13.

    Does the iPod show in My Computer? If so then go to My Computer>iPod>DCMI Folder and copy them from there to where you want them

Maybe you are looking for

  • Firewire & OS 8.6

    Doesn't Firewire require at least OS 9.x, or will it run under OS 8.6 if the 8.6 installation included a Firewire extention (driver)? I just installed a firewire pci card on my PM9600. The firewire all works when I boot into OS 9, but the firewire dr

  • Not able to open pdf files in outlook

    All the PDF attachment files are opening in word from outlook 2010. Not able to open as PDF. How to fix this problem?

  • How do I change pdf to word

    How do I change PDF to word doc to edit

  • How do you limit the number of rows return from query?

    How do you limit the number of rows return from query? Do all databases support this kind of feature?

  • Undefined imports in inline_as3

    Hey, Strange issue. I was porting a C++ game library to FlasCC, more or less a success so far. I had to use some inline_as3 inside that lib like for playing videos (he was doing it with C++ OGV decocding, I'm instead calling AS3 to play FLV for speed