Unable to Harvest a SOA composite from SOA suite server to OER11g

Hi All,
I wanted to harvest a SOA composite from SOA suite server to OER11g.For that i had followed this portion *5.2.6.1 Harvesting from Oracle SOA Suite Server* from Oracle® Fusion Middleware Configuration Guide for Oracle Enterprise Repository11g Release 1 (11.1.1) E16580-01 document.
The Version of OER is : OER 11.1.1.2.0 , the version of SOA suite is : 11.1.1.3.0 and the version of SOA weblogic server is :10.3.3
OER and SOA domain are different but under the same Middleware home.
Database is also located at same machine.
The steps i had followed:
1.The User of the weblogic server has these three roles i.e 1. Admin 2. Operator 3. Monitor
2.Unzip the Harvester.zip into the repository location.
3.Modified the <RemoteQuery> section and OER section of HarvesterSettings.xml file
4.using encrypt.bat file encrypted the password.
5.executed the harvester.bat file
The HarvesterSetting.xml file :
<?xml version="1.0" encoding="UTF-8"?>
<tns:harvesterSettings xmlns:tns="http://www.oracle.com/oer/integration/harvester" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.oracle.com/oer/integration/harvester Harvester_Settings.xsd ">
<!--Description to set on created Assets in OER.-->
<harvesterDescription/>
<!--Registration status to set on created Assets in OER.
The Valid Registration states are 1) Unsubmitted 2)Submitted - Pending Review 3)Submitted - Under Review 4)Registered -->
<registrationStatus>Unsubmitted</registrationStatus>
<!--Namespace to set on created Assets in OER. If left empty, this is set based on information from SOA Suite and OSB projects
when available. That's generally the best practice, so override this with caution.-->
<namespace/>
<!--If true, trigger OER events for use by Workflow. Warning: this can decrease performance.-->
<triggerEvent>false</triggerEvent>
<!--Connection info to OER-->
<repository>
<uri>http://localhost:7101/oer</uri>
<credentials>
<user>admin</user>
<password>v2_1.PHQe8yYXiqU=</password><!--run encrypt.bat to encrypt this-->
</credentials>
<timeout>30000</timeout>
</repository>
<!--Query: the files to harvest-->
<query>
<!--To specify design-time files to harvest: Uncomment the section below and specify the file(s) you want to harvest.
Or specify on the command-line via the -file parameter.-->
<!--
<fileQuery>
<rootDir>C:\wsdls\adapter\file\DynamicSynchronousReadTutorial\DynamicSyncRead</rootDir>
<files>bpel</files>
</fileQuery>
-->
<!--To specify run-time files to harvest: Uncomment this and specify the file(s) you want to harvest.
Or specify on the command-line via the -file parameter.
The serverType must be one of: SOASuite, OSB, or WLS.
Run encrypt.bat to encrypt the password.-->
<remoteQuery>
<serverType>SOASuite</serverType>
<projectName>TestOER_rev1.0</projectName>
<uri>http://localhost:7403/</uri>
<credentials>
<user>weblogic</user>
<password>v2_1.G+NTr3az8thaGGJBn0vwPg==</password>
</credentials>
</remoteQuery>
</query>
<introspection>
<reader>com.oracle.oer.sync.plugin.reader.file.FileReader</reader>
<writer>com.oracle.oer.sync.plugin.writer.oer.OERWriter</writer>
</introspection>
</tns:harvesterSettings>
Error Message ::
C:\Oracle\Middleware\repository111\11.1.1.2.0-OER-Harvester>harvest.bat
Connecting to: service:jmx:t3://localhost:7403/jndi/weblogic.management.mbeanservers.runtime
0 [main] WARN com.oracle.oer.sync.framework.impl.DefaultPluginManager - Unable to initialize harvester plugin: C:\Oracle\Middleware\repository111\11.1.1.2.0-OER-
9624 [main] INFO com.oracle.oer.sync.framework.MetadataManager - Oracle Enterprise_Repository_Harvester version: v11.1.1.2.0-100119_0001-1293556
Connecting to: service:jmx:t3://localhost:7403/jndi/weblogic.management.mbeanservers.runtime
18669 [main] WARN com.oracle.oer.sync.framework.impl.DefaultPluginManager - Unable to initialize harvester plugin: C:\Oracle\Middleware\repository111\11.1.1.2.0-OER
Connecting to: service:jmx:t3://localhost:7403/jndi/weblogic.management.mbeanservers.runtime
45196 [main] ERROR com.oracle.oer.sync.framework.MetadataManager - Artifact harvest failed due to:
org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 203 completed: No
at com.sun.corba.se.impl.logging.ORBUtilSystemException.writeErrorSend(ORBUtilSystemException.java:2259)
at com.sun.corba.se.impl.logging.ORBUtilSystemException.writeErrorSend(ORBUtilSystemException.java:2281)
at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.writeLock(SocketOrChannelConnectionImpl.java:957)
at com.sun.corba.se.impl.encoding.BufferManagerWriteStream.sendFragment(BufferManagerWriteStream.java:86)
at com.sun.corba.se.impl.encoding.BufferManagerWriteStream.sendMessage(BufferManagerWriteStream.java:104)
at com.sun.corba.se.impl.encoding.CDROutputObject.finishSendingMessage(CDROutputObject.java:144)
at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.finishSendingRequest(CorbaMessageMediatorImpl.java:247)
at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.marshalingComplete1(CorbaClientRequestDispatcherImpl.java:355)
at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.marshalingComplete(CorbaClientRequestDispatcherImpl.java:336)
at com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.invoke(CorbaClientDelegateImpl.java:129)
at com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.is_a(CorbaClientDelegateImpl.java:213)
at org.omg.CORBA.portable.ObjectImpl._is_a(ObjectImpl.java:112)
at weblogic.corba.j2ee.naming.Utils.narrowContext(Utils.java:126)
at weblogic.corba.j2ee.naming.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:94)
at weblogic.corba.j2ee.naming.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:31)
at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:41)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
at javax.naming.InitialContext.init(InitialContext.java:223)
at javax.naming.InitialContext.<init>(InitialContext.java:197)
at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:143)
at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:79)
at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:338)
at com.oracle.oer.sync.plugin.reader.soasuite11g.SOASuite11gRemoteReader.initConnection(SOASuite11gRemoteReader.java:286)
at com.oracle.oer.sync.plugin.reader.soasuite11g.SOASuite11gRemoteReader.read(SOASuite11gRemoteReader.java:84)
at com.oracle.oer.sync.plugin.reader.soasuite11g.SOASuite11gRemoteReader.getFilesToRead(SOASuite11gRemoteReader.java:62)
at com.oracle.oer.sync.plugin.reader.file.FileReader.getFilesToRead(FileReader.java:198)
at com.oracle.oer.sync.plugin.reader.file.FileReader.read(FileReader.java:79)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.flashline.util.classloader.ContextClassLoaderHandler.invoke(ContextClassLoaderHandler.java:39)
at $Proxy14.read(Unknown Source)
at com.oracle.oer.sync.framework.MetadataManager.start(MetadataManager.java:598)
at com.oracle.oer.sync.framework.Introspector.<init>(Introspector.java:191)
at com.oracle.oer.sync.framework.Introspector.main(Introspector.java:395)
com.oracle.oer.sync.framework.MetadataIntrospectionException: Artifact harvest failed due to:
at com.oracle.oer.sync.framework.MetadataManager.start(MetadataManager.java:603)
at com.oracle.oer.sync.framework.Introspector.<init>(Introspector.java:191)
at com.oracle.oer.sync.framework.Introspector.main(Introspector.java:395)
Caused by: org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 203 completed: No
at com.sun.corba.se.impl.logging.ORBUtilSystemException.writeErrorSend(ORBUtilSystemException.java:2259)
at com.sun.corba.se.impl.logging.ORBUtilSystemException.writeErrorSend(ORBUtilSystemException.java:2281)
at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.writeLock(SocketOrChannelConnectionImpl.java:957)
at com.sun.corba.se.impl.encoding.BufferManagerWriteStream.sendFragment(BufferManagerWriteStream.java:86)
at com.sun.corba.se.impl.encoding.BufferManagerWriteStream.sendMessage(BufferManagerWriteStream.java:104)
at com.sun.corba.se.impl.encoding.CDROutputObject.finishSendingMessage(CDROutputObject.java:144)
at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.finishSendingRequest(CorbaMessageMediatorImpl.java:247)
at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.marshalingComplete1(CorbaClientRequestDispatcherImpl.java:355)
at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.marshalingComplete(CorbaClientRequestDispatcherImpl.java:336)
at com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.invoke(CorbaClientDelegateImpl.java:129)
at com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.is_a(CorbaClientDelegateImpl.java:213)
at org.omg.CORBA.portable.ObjectImpl._is_a(ObjectImpl.java:112)
at weblogic.corba.j2ee.naming.Utils.narrowContext(Utils.java:126)
at weblogic.corba.j2ee.naming.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:94)
at weblogic.corba.j2ee.naming.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:31)
at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:41)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
at javax.naming.InitialContext.init(InitialContext.java:223)
at javax.naming.InitialContext.<init>(InitialContext.java:197)
at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:143)
at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:79)
at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:338)
at com.oracle.oer.sync.plugin.reader.soasuite11g.SOASuite11gRemoteReader.initConnection(SOASuite11gRemoteReader.java:286)
at com.oracle.oer.sync.plugin.reader.soasuite11g.SOASuite11gRemoteReader.read(SOASuite11gRemoteReader.java:84)
at com.oracle.oer.sync.plugin.reader.soasuite11g.SOASuite11gRemoteReader.getFilesToRead(SOASuite11gRemoteReader.java:62)
at com.oracle.oer.sync.plugin.reader.file.FileReader.getFilesToRead(FileReader.java:198)
at com.oracle.oer.sync.plugin.reader.file.FileReader.read(FileReader.java:79)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.flashline.util.classloader.ContextClassLoaderHandler.invoke(ContextClassLoaderHandler.java:39)
at $Proxy14.read(Unknown Source)
at com.oracle.oer.sync.framework.MetadataManager.start(MetadataManager.java:598)
... 2 more
Please provide some solution.Any help would be useful to me.
Thanks in advance.
Sharmistha.

You have to import the OER-Harvester-Solution-Pack located at C:\Oracle\Middleware\repository111\core\tools\solutions\11.1.1.4.0-OER-Harvester-Solution-Pack.zip
(path may change under your custom installation) to the OER using the admin option import/export -> import

Similar Messages

  • Not able to test SOA composites from Oracle Fusion Middleware Control

    Hi All,
    I am working on weblogic server 10.3.5
    SOA Suite 11.1.1.5.0
    Earlier everything was working fine. Suddenly while testing one of my deployed composite I am getting the following error
    Either the WSDL URL is invalid or the WSDL file is not valid or incorrect. - WSDLException: faultCode=OTHER_ERROR: Failed to read WSDL from http://<server_host>:<soa_server_port>/soa-infra/services/default/Project1/helloworld_client_ep?WSDL: HTTP connection error code is 503
    And this error message is coming from every other composite. I am not able to test any of the SOA composites from my fusion middleware control
    I followed the soa server log also but couldn't find any information regarding this error.
    Also I restarted all the servers;admin server+managed servers, after deleting the tmp folder but the error persists
    Can anyone suggest me what can be the issue?
    Thanks in Advance!!

    Hi Rohini,
    503 Service Unavailable errors can appear in any browser in any operating system.
    The 503 Service Unavailable error displays inside the browser window, just as web pages do.
    Cause of 503 Service Unavailable Errors
    The 503 Service Unavailable error is an HTTP status code that means the web site's server is simply not available right now. Most of the time this is because the server is too busy or because there's maintenance being performed on it.
    Try to enable HTTP tunneling on Server that solve your problem.
    Regards,
    Kal

  • Cannot deploy SOA composite to a managed server

    My problem: cannot deploy SOA composite to a managed server.
    The following is what I did:
    1. I created a domain "devDomain". admin server is created automatically for me.
    *2. I created a manged server (soa_server1) on my domain after.*
    2. started the admin server
    3. started soa_server1
    4. see both servers in WLS control, both server state=running
    5. see both server in EM console, both server status are up
    6. in JDev(11.1.1.5.0), created an application server connection, and tested the connection successfully
    7. when I tried to deploy my composite from JDev, I selected the application server connection, on step "SOA servers", it only lists AdminServer.
    8. Then I tried to deploy the composite from EM by right-click soa_server1, but "SOA deployment" is not in the list.
    My guess: there should be some libraries or other resources applied to soa_server1 before it could accept soa deployment. What are these libraries/resources?
    I tried to target all 10 libraries under the path "oracle.soa." to soa_server1, and checked the config.xml and found the file was updated correcly, reboot my pc, restarted the servers, but still face the same problem.
    My environment is weblogic 10.3.5.
    Basically, my question is:
    after a domain is created and admin server is there, if I want to add a managed server which will host soa composites, what should I do to configure the managed server?
    Edited by: wiky on Jul 20, 2011 11:39 AM

    How can I add new code to a clustered environment without causing an          outage. Right
              > now I have to deploy the new code using the admin server to both managed
              servers.
              > My question is if I pull one managed server out of the cluster, add new
              code and
              > test it, how do I add this one managed server back to the cluster that is
              referencing
              > the old code without causing an outage for the site?
              This is something addressed much better in the 7.0 release.
              Peace,
              Cameron Purdy
              Tangosol, Inc.
              Clustering Weblogic? You're either using Coherence, or you should be!
              Download a Tangosol Coherence eval today at http://www.tangosol.com/
              "William" <[email protected]> wrote in message
              news:3cc9847a$[email protected]..
              >
              

  • No partitions found ! error while deploying a soa composite from jdev

    Hi,
    I have an issue while deploying a composite from Jdev.
    After selecting the server I am getting "No partitions found!" error in the SOA Servers step of the Deployment.
    Followed this link ( Re: JDev PS2 (10.3.3) can't deploy SOA to WLS PS1 (10.3.2): No partititions! and changed the listen address from blank to localhost but still the issue persists.
    The versions which we are using is
    SOA suite version - 11.1.1.3
    jdev version - 11.1.1.3.0
    Please do let me know if anyone has any idea on this issue.
    Thanks and Regards,
    Kaavya

    Hi Kaavya,
    Make sure that hosts (C:\Windows\System32\drivers\etc\hosts) file has the entry for localhost -
    127.0.0.1 localhostRegards,
    Anuj

  • Adding extra fields to the SOA composite from OIM

    Hi All
    I want to to add extra fields to the input XML file to custom SOA approval composite.
    Where I suppose to control the parameter going from the OIM request to the SOA composite ?
    Thanks
    Edited by: 599647 on Jan 27, 2012 9:28 AM

    http://bbagaria.blogspot.com/2011/08/how-to-extend-payload-from-oim-to-soa.html
    -Bikash

  • Deploying SOA composite from Jdeveloper: 11g

    When I try to deploy a modified SOA project from JDeveloper, it is trying to connect to the soa_server1 using SSL. Since SSL is not configured in my test environment, I get an error saying Connection refused. Is there a setting I can change so JDeveloper does not automatically try to deploy my project over SSL?

    were you able to compile the composite successfully ? If that is successful, while deploying from JDeveloper; make sure you have checked the checkbox "Overwrite". There are possibilities that version 1.0 is already been deployed and you trying to deploy again with the same version without checking the overwrite option. Also, you can try is, deploy the SAR file from the EM console.
    Hope this helps
    N

  • Calling SOA composite from ADF BC web application by cretaing Data Control

    Hi ,
    I have deployed my SOA composite on a stand alone server .I have a ADF web application and I hace created a WS data control using the URL of WSDL of the SCA (got it from EM Test page).I have created a jsf page and have created input/output parameter .Now as soon as page loads it gives error in processing Security header. I go and check the policies tab there is a global policiy wss10_saml_token_service_policy that has been attached to the SCA .it cannot be removed(there is no disbale option). Now I try to override it using no_authetication_service_policy but it satrtas giving error .My question is this sca when tested by Test webservice button works fine so this means behind the scene it is sending some username and passsword in the soap request what is that userna me and password how to find that.Because I hope if i Get that then may be whiel creating the Data control in ADF web applciation I can give that username and password as endpoint authectication values and it should.Request some one to please advice what needs to be done for this.
    Thanks

    This got solved .I have created a polciy for the datacontrol and given the username and password same as that of app server.

  • How to delete SOA composite from OIM 11g

    Hello,
    I modified an exisiting SOA composite and deployed it as a new version. Now I have 2 versions of the same composite available in OIM. I then went and undeployed the original (version 1) from the EM interface. I also deleted it from the deployed-composites and WLuser folder.
    Even after restarting the OIM/SOA servers, I can see the old version available in OIM. (Even though it's not deployed in SOA)
    How do I get rid of it completely? In Ch 21 of the OIM documentation, there are instruction to disable a composite. Is that the only option?
    Thanks!

    Probably. Does disabling=deleting in OIM?
    I was expecting it not to show up if the composite is not deployed on my SOA server...but it still is available. So looks like there is no real-time check (or check at any time, even at restart) of deployed composites between OIM and SOA. I could potentially have many undeployed composites still show up in OIM, assign them to templates etc. even if they don't exist anymore in SOA.

  • Unable to test the Deployed composites in soa 11g server

    Hi,
    I created a simple Hello World BPEL process,
    I am able to compile and deploy in the weblogic soa server,
    But when i want to test this application in em console i am getting following error :
    PolicySet Invalid: WSM-02557 oracle.wsm.policymanager.accessor.BeanAccessor The documents required to configure the Oracle Web Services Manager runtime have not been retrieved from the Policy Manager application (wsm-pm), possibly because the application is not running or has not been deployed in the environment. The query "&(policysets:global/%)(@appliesTo~="SCA-Component()")" is queued for later retrieval
    please suggest me some solution to come out of this.

    Hi,
    Below link has the solutions. I got the same problem and it worked for me.
    http://ariklalo.com/2013/08/04/wsm-02557-error-when-trying-to-run-a-deployed-process/
    Thanks,

  • Control deployed SOA Composite from another BPEL

    Hi All,
    I am trying to control the bpel process(activate/retire) on the server, by using JAVA Embedding activity in another bpel.
    So i am using the below code.
    import java.util.Hashtable;
    import java.util.*;
    import javax.naming.Context;
    import oracle.soa.management.facade.Locator;
    import oracle.soa.management.facade.LocatorFactory;
    import oracle.soa.management.facade.Composite;
    import oracle.soa.management.facade.Service;
    Hashtable jndiProps = new Hashtable();
    jndiProps.put(Context.PROVIDER_URL, "http://sever:portno/soa-infra");
    jndiProps.put(Context.INITIAL_CONTEXT_FACTORY,"weblogic.jndi.WLInitialContextFactory");
    jndiProps.put(Context.SECURITY_PRINCIPAL, "XYZXYZXYZ");
    jndiProps.put(Context.SECURITY_CREDENTIALS, "********");
    jndiProps.put("dedicated.connection", "true");
    Locator locator = null;
    try{
    locator = LocatorFactory.createLocator(jndiProps);
    Composite composite = locator.lookupComposite("ODDev/OD_LogBPELErrors!3.0");
    System.out.println("Composite:"+composite);
    }catch(){}
    I am getting this compile time error. Error: SCAC-50012. Then i have checked the scac.log file under SCA-INF directory. No clue on the error. Please guide me if somebody have any idea.
    Thanks in advance :)
    Regards,
    Sudheer

    Can you please explain the scenario, as in, why would you like to do that ?
    Anyways, if you are trying to execute that piece of java code, then, you should first check if that works in a standalone manner.
    Then, check the classpath settings for the java embedding activity because some of the classes, you are referring to, might not be available.
    Or else, you can wrap-up the java code as a deployable war and then, use it as a partner link in your bpel.
    Hope it helps !

  • Unable to connect to 10g database from developer suite 10g

    I have loaded oracle 10g on my server with OS windows 2003 and it is working fine.Now I have installed Oracle developer suite 10g on windows XP client . we have configured local listener also and its entry is found in tnsnames.ora
    My database name is mbxdata .
    I have defined my host name as
    MBXDATA.mbxnet.com in tnsnames but I am unable to connect to the database since I get error as ORA-12154 : TNS :could not resolve the connect identifier specified.
    Please suggest matter urgent.
    Thanks in advance

    We are having the same issue now. Was this ever resolved? We created 2 new databases and added those entries in both tnsnames on the local pc, and the tnsnames on the application server. Able to connect via sqlplus, toad, etc. but not through forms developer. We are running 10g app server, 10g developer suite, 10g databases. Any ideas?
    Thanks,
    Deb

  • Unable to connect Oracle 10g Express from Visual Studio Server Explorer

    Hello,
    Please help me out here. I am connecting from Visual Studio 2008 to Oracle 10g Express Edition and the I have installed the ODAC 11 and the ODP.NET as well for Visual Studio(Both include Oracle Developer tools). But whenever I tried to connect from my Visual Studio 2008 server explorer so that I can have the database and its object there, I do get this error : "ORA-12560 : TNS: protocol adapter error."
    The following is what I specified in my connection box:
    DataSource Name: (Local Database)
    Username : HR
    Password: the password for it.
    My OS is : Windows Vista Ultimate.
    Please anyone who has solved such error should just help out here.
    Thanks all

    Thank you for your reply. I will like to know if you can use Visual Studio. In visual studio there is what we called Server Explorer and from there you can create connection and access all the database server from there. I am able to connect to the Oracle XE through the browser and I was able to crete table and other stuffs like that but when I tried to connect from Visual Studio 2008, I get the 12560 Error. I checked my TNSNAMES and found this:
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = OLAMMIE)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    Look at what I have in my Sqlnet.Ora file,
    # This file is actually generated by netca. But if customers choose to
    # install "Software Only", this file wont exist and without the native
    # authentication, they will not be able to connect to the database on NT.
    SQLNET.AUTHENTICATION_SERVICES = (NTS)
    Please kindly help me out of this as it is very urgent. I can connect from browser using http://127.0.0.1:8080/apex but cannot connect from my C# code and Server Explorer. What is likely to cause this error.
    Thank you for helping me in advance.

  • Error deploying composite on SOA Suite 11g: premature EOF encountered

    I am getting the following error when trying to deploy a SOA composite from Jdev 11.1.1.2.0 (on XP) to SOA suite 11.1.1.2.0 (on linux):
    [10:36:43 AM] Error sending deployment request to server soa_server1 [xxx.xxx.x.xx:8001]
    java.io.EOFException: Premature EOF encountered
    More information:
    [10:35:34 AM] >>>> Warning: Unable to determine the target platform from the Profile. Using default...
    [10:35:34 AM] ---- Deployment started. ----
    [10:35:34 AM] Target platform is (Weblogic 10.3).
    [10:35:34 AM] Running dependency analysis...
    [10:35:34 AM] Building...
    [10:35:43 AM] Deploying profile...
    [10:35:43 AM] Updating revision id for the SOA Project 'validationForCC.jpr' to '1.0'..
    [10:35:43 AM] Wrote Archive Module to D:\po\CreditCardValidation\validationForCC\deploy\sca_validationForCC_rev1.0.jar
    [10:35:43 AM] Deploying sca_validationForCC_rev1.0.jar to soa_server1 [xxx.xxx.x.xx:8001]
    [10:35:43 AM] Processing sar=/D:/po/CreditCardValidation/validationForCC/deploy/sca_validationForCC_rev1.0.jar
    [10:35:43 AM] Adding sar file - D:\po\CreditCardValidation\validationForCC\deploy\sca_validationForCC_rev1.0.jar
    [10:35:43 AM] Preparing to send HTTP request for deployment
    [10:35:43 AM] Creating HTTP connection to host:xxx.xxx.x.xx, port:8001
    [10:35:43 AM] Sending internal deployment descriptor
    [10:35:43 AM] Sending archive - sca_validationForCC_rev1.0.jar
    [10:36:43 AM] Error sending deployment request to server soa_server1 [xxx.xxx.x.xx:8001]
    java.io.EOFException: Premature EOF encountered
    [10:36:43 AM] Error sending deployment request to server soa_server1 [xxx.xxx.x.xx:8001]
    java.io.EOFException: Premature EOF encountered
    [10:36:43 AM] #### Deployment incomplete. ####
    [10:36:43 AM] Error deploying archive file:/D:/po/CreditCardValidation/validationForCC/deploy/sca_validationForCC_rev1.0.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)
    Who can help me solve this problem? The error always comes after exactly 1 minute.
    _[10:35:43 AM]_ Sending archive - sca_validationForCC_rev1.0.jar
    _[10:36:43 AM]_ Error sending deployment request to server soa_server1 [xxx.xxx.x.xx:8001]

    Problem is solved.
    The problem was caused by configuration of my computer.
    JDeveloper deployment needed to contact my application server by ip-adress and by alias.
    I could only ping to my application server by ip-adress.

  • How to use the b2b to send and recieve HL& message  without SOA Composite

    Hi Guru's
    We are doing HL7 transactions at our end. We have following use case
    Inbound partner gets the HL7(ADT) message and then without any transformation we wan't to send the message to another partner ( set up in the same b2B). I understand I can do this way
    b2b--> SOA Composite--> B2B
    but we don't want to use the SOA composite here as it is simple passthrough ( i.e no transformation of data is done).
    I understand B2B when it gets the message puts in IP_IN_QUEUE
    Can b2b( remote tp) read directly from IP_QUeue and send it.
    I mean it has this strcuture
    Inbound tP--> HOST--> Outbound TP
    by doing this we will have no need to create the SOA composite. I hope this should be possible. I tried using the listening channel but outbound TP did'd got any message. Can you please guide me in all the steps I need to follow in order to set this up?
    Any pointers will be highly appreciated as this will eliminate the SOA composite from the picture.
    Regards
    Sahil

    Hi Sahil,
    Yes, it can be done using HUB mode implementation. Please refer -
    http://blogs.oracle.com/oracleb2bgurus/entry/implementing_oracle_b2b_11g_as
    A sample configuration is also provided there (for HL7 itself).
    Regards,
    Anuj

  • Deploying soa composite error

    Hi,
    I am trying to deploy a soa composite from EM it gives me the following error. Please let me know the fix for this issue.
    Deploying on partition "Bhavani" of "/Farm_edsoastg/edsoastg/soa_cluster1" ...
    Deploying on "/Farm_edsoastg/edsoastg/soa_cluster1" failed!
    There was an error deploying the composite on soa_server1:
    Operation failed - Member(Id=1 Timestamp=2012-09-21 07:25:25.514 Address=140.84.222.8:8088 MachineId=55768 Location=site: machine:wd1137 process:24588 Role=WeblogicServer)
    :Error occurred during deployment of component: SOAMainBPELProcess to service engine: implementation.bpel for
    composite: wfsoa: ORABPEL-05250
    Error deploying BPEL suitcase.
    error while attempting to deploy the BPEL component file "/app/oracle/user_projects/domains/edsoastg/servers/soa_server1/dc/soa_8d77f172-f39c-435e-942a-c47583ec98c3";
    the exception reported is: java.lang.RuntimeException: cannot adapt to Storage.class - must not happen
    This error contained an exception thrown by the underlying deployment module.
    Verify the exception trace in the log (with logging level set to debug mode).
    ; . Please see the server diagnostic logs on soa_server1 for details.
    Deploying on partition "Bhavani" of "/Farm_edsoastg/edsoastg/soa_cluster1" ...
    Deploying on "/Farm_edsoastg/edsoastg/soa_cluster1" failed!
    There was an error deploying the composite on soa_server2: Operation failed - Member(Id=1 Timestamp=2012-09-21 07:25:25.514 Address=140.84.222.8:8088 MachineId=55768 Location=site: machine:wd1137 process:24588 Role=WeblogicServer):Error occurred during deployment of component: SOAMainBPELProcess to service engine: implementation.bpel for composite: wfsoa: ORABPEL-05250
    Error deploying BPEL suitcase.
    error while attempting to deploy the BPEL component file "/app/oracle/user_projects/domains/edsoastg/servers/soa_server1/dc/soa_98fd9b56-2e0a-40f3-b7a5-8a8ee56d70e8"; the exception reported is: java.lang.RuntimeException: cannot adapt to Storage.class - must not happen
    This error contained an exception thrown by the underlying deployment module.
    Verify the exception trace in the log (with logging level set to debug mode).
    ; . Please see the server diagnostic logs on soa_server2 for details.
    Thanks

    hi,
    there's a patch available for this problem: patch # 13569360

Maybe you are looking for

  • EPM Modules not opening in Hyperion 9 planning workspace

    Hi, Our problem is relating EPM, we did Hyperion 9.3 installation on a test server and made replicas of 2 live applications but the deploy aborted at 0%. Assuming it was some configuration problem we reinstalled Hyperion but this time we could not op

  • Error Brownser TDMS Solutiom Manager

    When running the TDMS transaction opens the bronwser the TDMS only when running the option system landscape, with the error below. ============================================================================================================= Error whi

  • Apple iPhone 3G Dock + Apple Composite AV Cable

    Trying to use an Apple Composite AV Cable (MB129LL/B) on a Apple iPhone 3G Dock (MB484G/A) connected to a LCD: No go (regarding video out) so far - is it only me? Has someone got this working together?

  • PDF with a certificate security.

    I am trying to secure mutiple PDF documents with a certiciate security. If I am understanding the certificate security feature correctly, I'd like to add multiple emails to these documents so that only the recipients listed in the email certificate s

  • Problems loading user business areas

    Hi, I connect ok with a user/password to the desktop edition, but the list box with the business areas are empty. I already grant access rights to three business areas in the administration edition. But the same operation in another PC works fine. Co