Soa suite 10.1.3.4 patch installation problem

Hi,
As a preinstallation task, when I tried to run the script upgrade_10133_10134_olite.sql on olite database, it is giving me the following error...
SQL> SET FEEDBACK 1
SQL> SET NUMWIDTH 10
SQL> SET LINESIZE 80
SQL> SET TRIMSPOOL ON
SQL> SET TAB OFF
SQL> SET PAGESIZE 100
SQL> -- Drop following indexes from oreaesb schema
SQL> DROP INDEX ESB_FLOW_ID
[POL-5167] index SYSTEM.ESB_FLOW_ID does not exist
SQL> DROP INDEX ESB_ACTIVITY_TIMESTAMP
[POL-5167] index SYSTEM.ESB_ACTIVITY_TIMESTAMP does not exist
SQL> -- Create following indexes in oraesb schema
SQL> CREATE INDEX ESB_FLOW_ID_TIMESTAMP ON ESB_ACTIVITY(FLOW_ID,TIMESTAMP)
[POL-5130] table or view SYSTEM.ESB_ACTIVITY not found
SQL> CREATE INDEX ESB_ACTIVITY_TIMESTAMP_TYPE ON ESB_ACTIVITY (TIMESTAMP,TYPE)
[POL-5130] table or view SYSTEM.ESB_ACTIVITY not found
SQL> CREATE INDEX ESB_ACTIVITY_TYPE_TIMESTAMP ON ESB_ACTIVITY (TYPE,TIMESTAMP)
[POL-5130] table or view SYSTEM.ESB_ACTIVITY not found
SQL> CREATE INDEX ESB_TRACKING_VALUE ON ESB_TRACKING_FIELD_VALUE(ACTIVITY_ID,NAME,VALUE)
[POL-5130] table or view SYSTEM.ESB_TRACKING_FIELD_VALUE not found
SQL> CREATE INDEX ESB_TRANSACTION ON ESB_TRANSACTION_STATUS(FLOW_ID)
[POL-5130] table or view SYSTEM.ESB_TRANSACTION_STATUS not found
SQL> -- Create REQUEST_HEADER column in ESB_FAULTED_INSTANCE table.
SQL> ALTER TABLE ESB_FAULTED_INSTANCE add REQUEST_HEADER BLOB
[POL-5130] table or view SYSTEM.ESB_FAULTED_INSTANCE not found
SQL> @@update_resequencer_tables_10134
SQL> Rem
SQL> Rem $Header: update_resequencer_tables_10134.sql 20-jun-2008.19:01:18 atusingh Exp $
SQL> Rem
SQL> Rem createschema_oracle.sql
SQL> Rem
SQL> Rem Copyright (c) 2006, 2008, Oracle. All rights reserved.
SQL> Rem
SQL> Rem NAME
SQL> Rem createschema_oracle.sql - <one-line expansion of the name>
SQL> Rem
SQL> Rem DESCRIPTION
SQL> Rem <short description of component this file declares/defines>
SQL> Rem
SQL> Rem NOTES
SQL> Rem <other useful comments, qualifications, etc.>
SQL> Rem
SQL> Rem MODIFIED (MM/DD/YY)
SQL> Rem atusingh 06/20/08 - Backport atusingh_bug-7163503 from
SQL> Rem st_pcbpel_10.1.3.1
SQL> Rem atusingh 06/17/08 - Backport atusingh_bug-7168163 from
SQL> Rem st_pcbpel_10.1.3.1
SQL> Rem atusingh 06/02/08 - Backport atusingh_backport_heartbeat from
SQL> Rem st_pcbpel_10.1.3.1
SQL> Rem atusingh 05/14/08 - Backport atusingh_bug-7017649 from
SQL> Rem st_pcbpel_10.1.3.1
SQL> Rem
SQL> Rem SET ECHO ON
SQL> Rem SET FEEDBACK 1
SQL> Rem SET NUMWIDTH 10
SQL> Rem SET LINESIZE 80
SQL> Rem SET TRIMSPOOL ON
SQL> Rem SET TAB OFF
SQL> Rem SET PAGESIZE 100
SQL> drop table ESB_message_map
[POL-5130] table or view SYSTEM.ESB_MESSAGE_MAP not found
SQL> drop table ESB_messages
[POL-5130] table or view SYSTEM.ESB_MESSAGES not found
SQL> drop table ESB_group_status
[POL-5130] table or view SYSTEM.ESB_GROUP_STATUS not found
SQL> drop table ESB_containerid_lease
[POL-5130] table or view SYSTEM.ESB_CONTAINERID_LEASE not found
SQL> CREATE TABLE ESB_messages ( message_id varchar2(48) PRIMARY KEY
, system_guid varchar2(48), operation_guid varchar2(48),
flow_id varchar2(100), key varchar2(1000), from_system_guid
varchar2(48), priority number(3), transactional number(1), correlation_id varchar2(48), error_message varchar2(2000),
error_stack varchar2(4000), header blob, data blob, dummy1 varchar2(200), dummy2 varchar2(200),
dummy3 varchar2(200) )
Table created
SQL> CREATE TABLE ESB_group_status ( group_id varchar2(100), last_sequence_id varchar2(100), last_received_time timestamp,
error number(1), lockConId varchar2(100), lockTime timestamp, service_guid varchar2(48), system_guid varchar2(48),
destination_system_guid varchar2(48), version number(38,0), dummy1 varchar2(200), dummy2 varchar2(200), dummy3 varchar2(200),
PRIMARY KEY(group_id, service_guid) )
Table created
SQL> CREATE TABLE ESB_message_map (id varchar2(48) PRIMARY KEY, service_guid varchar2(48), group_id varchar2(100), sequence_id varchar2(100), message_id varchar2(48), received_time timestamp, status number(1), standard_sequence_id varchar2(100),
dummy1 varchar2(200), dummy2 varchar2(200), dummy3 varchar2(200), FOREIGN KEY(message_id) REFERENCES ESB_messages(message_id) on delete cascade, CONSTRAINT stnd_reseq UNIQUE(service_guid, group_id, standard_sequence_id) )
Table created
SQL> create table ESB_containerid_lease ( container_id varchar2(100) PRIMARY KEY, renewal_time timestamp )
Table created
SQL> create index resequencer_index1 on ESB_MESSAGE_MAP (STATUS, SERVICE_GUID, GROUP_ID, SEQUENCE_ID)
Index created
SQL> -- Create xref_data table if it is not already created by user
SQL> CREATE TABLE XREF_DATA ( XREF_TABLE_NAME VARCHAR2(2000) NOT NULL, XREF_COLUMN_NAME VARCHAR2(2000) NOT NULL, ROW_NUMBER VARCHAR2(48) NOT NULL, VALUE VARCHAR2(2000) NOT NULL, IS_DELETED VARCHAR2(1) NOT NULL, LAST_MODIFIED VARCHAR2(100) NOT NULL, LAST_ACCESSED VARCHAR2(100) NOT NULL )
Table created
SQL> CREATE INDEX XREF_ROW_NUMBER ON XREF_DATA(ROW_NUMBER)
Index created
SQL> CREATE INDEX XREF_VALUE ON XREF_DATA(VALUE)
Index created
SQL> commit
Commit complete
Can anybody explain, why I am getting the error about Views and Tables? I have checked in Olite database (connecting through JDeveloper), these view/tables don't exist? These are fine or I am missing something?
Please help me.

Ya, that may happen. When I login as a orabpel user to update Olite database, I forgot to login as a oraesb user.
but I think that will definitely solve the problem. Let me try and revert to you back.
Thanks.

Similar Messages

  • [INFO] SOA Suite 10.1.3.4 Patch Set #7272722

    SOA Suite의 각 component에 대해 10.1.3.4에서는 아래와 같은 bug들이 fix되었습니다.
    10.1.3.4. PatchSet은 기존의 10.1.3.x 버전들의 패치들을 모두 포함하고 있으므로 한 번에 업그레이드가 가능합니다.
    자세한 설치 방법 등은 Metalink와 patch document를 참조하시기 바랍니다.
    ===================================================
    2.4 Oracle ESB Bugs
    ===================================================
    10.1.3.4 6133446 Not available
    10.1.3.4 6028985 MAXIMUM NUMBER OF SUBSCRIBERS FOR QUEUE ORAESB.ESB_CONTROL
    10.1.3.4 5997936 ESB FAULT DOES GET PROPAGATED TO ASYNC BPEL PROCESS WHEN FAULT HAPPENS.
    10.1.3.4 6158128 Basic Authentication using HTTP binding will be supported with this fix
    10.1.3.4 6166991 Accessing WSIL URL like "http://<host:port>/esb/wsil/TOLL/TestBPEL?wsdl" shows NPE at startup Also In BPEL-ESB scenario, ESB fails at startup due to undefined WSDL.
    10.1.3.4 6316554 When Consume functionality of JMS Adapter for BEA Weblogic fails with XML parsing error
    ===================================================
    2.9 Oracle BPEL Process Manager Bugs
    ===================================================
    10.1.3.4 5262020 BPEL Compile fails to validate any of XSD GROUP Elements. BPEL Compiler fails with Erros like: Error(155): [Error ORABPEL-10057]: invalid query ..
    10.1.3.4 5642667 NPE While Invoking a BPEL Process from SOAP Client.
    10.1.3.4 5956575 AQ Adapter deadlocks when activation instances are high. set flag 'useDefaultConnectionManager="true" in oc4j-ra.xml for AqAdapter, to make this patch effective. Set this flag only for inbound AQ Adapter. Always set this flag to "false" for outbound AQ Adapter.
    10.1.3.4 6000957 WS SECURITY HEADERS PASSED VIA PARTNERLINK CAN BE 2002/07 COMPLIANT IF OASIS2004COMPLIANT PARTNERLINK PROPERTY IS SET TO FALSE
    10.1.3.4 6070345 When the console is used to clear the wsdlCache, in a load-balanced Clicking clear WSDL cache from the console will now propagate the message to the other nodes in the BPEL cluster. Previously, clicking the button would only affect the single node.
    10.1.3.4 5842365 When user worklist is accessed via Portal page, with status=ASSIGNED, a prior ity = value other than "ANY" in the filter fetches null resultset, even thoug h qualified tasks are assigned to the user.
    10.1.3.4 5937320 NULL POINTER EXCEPTION was thrown when we validate a xml which has null values inside it.
    10.1.3.4 6132141 PROCESS_DEFAULT TABLE STILL CONTAINS INFORMATION FROM UNDEPLOYED PROCESSES
    10.1.3.4 5956575 AQ Adapter deadlocks when activation instances are high. set flag 'useDefaultConnectionManager="true" in oc4j-ra.xml for AqAdapter, to make this patch effective. Set this flag only for inbound AQ Adapter. Always set this flag to "false" for outbound AQ Adapter.
    10.1.3.4 6073311 Under certain circumstances, when multiple callbacks are received at the same time, the first callback will be processed but the remaining callbacks will throw a "scope not found" error. Fixed by serializing the callbacks.
    10.1.3.4 6141259 BASICHEADERS NOT PUTTING WWW-AUTHENTICATE HEADERS FOR HTTP BINDING IN BPEL
    10.1.3.4 6240028 Release Notes: WEBSERVICE THAT DOES NOT CHALLENGE FOR BASIC CREDENTIALS CANNOT BE INVOKED
    10.1.3.4 6316613 RELEASE NOTES: a. change process state from active to retired b. Restart bpel server c. Make process state active again. d. Induce a midprocess activity; activation agents do not fire. . RELEASE NOTES: a. change process state from active to retired b. Restart bpel server c. Make process state active again. d. Induce a midprocess activity; activation agents do not fire. .
    10.1.3.4 5926809 Release Notes: If no instance is created due to XPath expression errors then this bug has been hit.
    10.1.3.4 6005407 With this fix. Any unhandled exception during a sync call will be returned to the caller.
    10.1.3.4 6086281 Release Notes: An arrayindex out of bound exception is thrown during outbound execution for SignZoned data types.
    10.1.3.4 6073117 Release note: With a task assigned to a group, when it gets acquired by a user who also is an admin, the user cannot do any other actions except "release" and thus the user experiences an infinite loop of claim->release->claim states.
    10.1.3.4 6148021 Release Notes: BPEL NATIVE SCHEMA FOR COBOL COPYBOOK WITH IMPLIED DECIMAL GIVES IMPROPER OUTPUT. Release Notes: BPEL NATIVE SCHEMA FOR COBOL COPYBOOK WITH IMPLIED DECIMAL GIVES IMPROPER OUTPUT.
    10.1.3.4 6086453 DOMAINS CREATED IN A CLUSTER GETS NOT PROPAGATED TO NEW OR EXISTING NODES
    10.1.3.4 5945157 design time BAM sensor action wizard not resposive, hangs after clicking OK
    10.1.3.4 5919412 If we try to invoke a bpel process via Axis client api, then we get an AxisFault and client does not fetch info properly.
    10.1.3.4 5990764 ></com:Note> MailActivationAgent not able to process XML documents when send as as mail attachment with content-type="text/xml".
    10.1.3.4 5747361 BPEL MESSAGES IN MANUAL RECOVERY QUEUE AND LOG FILES SUGGEST ERROR IN JDBC BATCH UPDATE
    10.1.3.4 5999832 Decision Services using a WebDAV based rule repository might fail with a null pointer execption under heavy load. Decision Services using a WebDAV based rule repository might fail with a null pointer exception under heavy load.
    10.1.3.4 5262020 BPEL Compile fails to validate any of XSD GROUP Elements. BPEL Compiler fails with Erros like: Error(155): [Error ORABPEL-10057]: invalid query ..
    ===================================================
    2.12 Oracle Web Services Bugs
    ===================================================
    10.1.3.4 5962677 Removed unnecessary response soap envelope in the case of one-way invocation.
    10.1.3.4 5841127 Deployment fails with compilation error for a topDown assembled webservice application.
    10.1.3.4 5968831 Throws CLASSCASTEXCEPTION for accessing security enabled webservices. Throws CLASSCASTEXCEPTION for accessing security-enabled Web services.
    10.1.3.4 6041249 Deployment of webservices fails with UnsupportedCallbackException.
    10.1.3.4 6051357 Certiface for encryption not found while encrypting SOAP response . Certificate for encryption not found while encrypting SOAP response
    ===================================================
    2.16 Oracle Application Server Integration BAM Bugs
    ===================================================
    10.1.3.4 6086297 Not available
    10.1.3.4 5936159 "Object expected" and "'m_bIgnoreChangeLists' is undefined" errors appear
    10.1.3.4 6372620 BAM SENSOR CREATION - XML MAPPER MISMATCH Creation of the XSL map for a BAM sensor action fails when source variable is defined by XSD imported by a WSDL
    10.1.3.4 6346871 Not available
    10.1.3.4 6600005 Not available
    10.1.3.4 6599959 Not available
    10.1.3.4 6796978 Surface Prompts were not displayed if a report was opened via a report link in an iframe in an html page.
    10.1.3.4 6476606 Opening a view on an external data object that is filtered on a date field would fail.
    10.1.3.4 6080618 Active data in a Collapsed List view could result in an "Unknown method"
    10.1.3.4 6911095 ICommand exports invalid XML characters.
    10.1.3.4 6705910 Configure BAM with LDAP or similar custom authentication and try to assign folder permissions at the group level. The Active Studio design time will throw Javascript errors and folder permissions won't work as expected.
    10.1.3.4 4933638 Plan Monitor stops working after ADC connection is lost
    10.1.3.4 6130673 Drilling across to a target report with multiple views may only show one view when the target report is opened in a different window.
    10.1.3.4 6930980 Create a new role ad add Administrator privelege to it. Assign a user to this new role. Login as this new user, click on Administrator webapp and try to add/delete users from an existing role. An exception window will pop up announcing that the user doesn't have permission to execute this action.
    10.1.3.4 6355162 Stopping the BAM services can cause errors in the service log files.
    10.1.3.4 6919957 BAM Active Data Cache does not start if BAM schema is upgraded to Oracle database 11g.
    10.1.3.4 4935584 The report view log can grow quite large causing the list of recently viewed reports on the Active Studio home page to take a long time to appear or to not appear at all.
    10.1.3.4 6845898 Create an External Data Source using Oracle BI Server and try to create an External Data Object using this external data source. Attempts to browse this external data object will hang or cause exception.
    10.1.3.4 7116903 When enabling the Message Tracking feature in an Enterprise Message The problem is that the unprocessed messages will not necessarily be read
    10.1.3.4 6012490 Not available
    10.1.3.4 7111368 Enterprise Link plans could fail with a System.OutOfMemoryException error.
    10.1.3.4 7044132 Even when a recommended version of MS Excel is installed , a message appears THIS VIEW REQUIRES EXCEL TO BE INSTALLED
    10.1.3.4 7030316 Not available
    10.1.3.4 7020905 This could potentially cause bottlenecks in overall performance and
    10.1.3.4 5850246 Not available
    10.1.3.4 5996213 In IE7, extra white space appears at the bottom of the Active Studio window when opening the window as a pop-up in a tab instead of in a new window
    10.1.3.4 6499630 Not available
    10.1.3.4 6778538 Using drill across as a drill through action always uses the parameter values of the first data object in a Chart view with multiple data objects.
    ===================================================
    2.17 Oracle Web Services Manager Bugs
    ===================================================
    10.1.3.4 6145544 Unable to use extract credentials step in OWSM client agent.
    10.1.3.4 6206956 The certificate given to the OAM step is not the signing certificate from

    Ya, that may happen. When I login as a orabpel user to update Olite database, I forgot to login as a oraesb user.
    but I think that will definitely solve the problem. Let me try and revert to you back.
    Thanks.

  • Oracle SOA Suite 11.1.1.5.0 installation setup files

    Hi,
    Please share me the Oracle SOA Suite 11.1.1.5.0 and OSB installation setup.
    like Oracle Weblogic server for OSB, RCU, SOA Suite.
    I could able to find in Oracle site only the latest SOA version [11.1.1.6.3] not the older versions.
    Thanks,
    Pradeep

    Pradeep,
    You may find 11.1.1.5 installable at https://edelivery.oracle.com
    It is recommended to use latest version available though.
    Regards,
    Anuj

  • SOA Suite 11.1.1.3 with WLS_1033 - Problem starting - vanishes away-no log

    I just installed the latest version of SOA Suite 11.1.1.3 with WLS 1033 incl. RCU etc. on Windows XP SP2
    when I do start the server (from the Windows Program shortcut or from the prompt) the admin server starts and the cmd window closes after about 30 lines of commands (which I cannot exactly see, as passing by too quick) and without giving more information...(;-(
    When I try to stop the admin server, it is stating, that there is a lack of memory heap for the VM (I use SUN JDK 1.60_18)
    Whereas I adjusted the memory in "setSOADomainEnv.cmd" like "set DEFAULT_MEM_ARGS=-Xms512m -Xmx512m" as in SOA Suite 11.1.1.2 and also 1024m will not help....
    Any assistance to get my server running wud be appreciated !
    TIA
    Bernhard
    From the command line window when tryiing to stop (whereas the server has not yet started) I only got:
    USER_MEM_ARGS=-Xms512m -Xmx1024m -XX:PermSize=512m -XX:MaxPermSize=512m
    JAVA_OPTIONS= -Xverify:none
    ** End SOA Specific environment setup for win.
    ** SOA specific environment is already set. Skipping ...
    Stopping Weblogic Server...
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Could not create the Java virtual machine.
    Done
    Stopping Derby Server...
    Edited by: BernhardFW on Jul 21, 2010 3:20 PM
    after a fourth install I got it running now with JRockit (!!!) - which leads me to believe, there is a JDK Problem.....
    Edited by: BernhardFW on Jul 22, 2010 10:04 AM

    Bernard,
    I had the same problem, I fixed it by cleaning up all my JDK's on my machine. I had some incomplete uninstalled older JDK's on my machine, which left some entries in the Windows Registry. I could see them in the 'Add or remove Programs' control panel, but could not uninstall them and got a Windows error message instead.
    The exact steps to fix this are:
    - uninstall all JDK's from the 'Add or remove Programs' control panel
    - remove all remaining JDK files from the file system
    - remove all JDK entries from the Windows Registry
    - do a fresh JDK installation
    For me, this fixed the problem

  • Oracle 9.2.0.8 patch installation problem on top of 9.2.0.4 installation

    I'm trying to install the 9.2.0.8 patch on top of my 9.2.0.4 Oracle installation on Fedora 8 OS and I'm not able to get the installer going. After I get the first screen, it displays for the Oracle_HOME screen and when I press next here, I get the following error:
    java: xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c->xlib.lock' failed.
    If anyone was successful in this installation, please let me know what I have to do to get past this error and get a successful installation.

    More or less similar problem reported in following thread
    Install 11g on Fedora 8?

  • Patch installation problem...

    Hi,
    My database is running on Linux.Database version is(9.2.0.4). I have to upgrade database from 9.2.0.4.0 to 9.2.0.6.0. I tried to apply P3948480_9206__Linux.Zip this patch. After unzipping this patch ,
    $./runInstaller
    Checking Installer Requirements...
    Checking operating system version:Must be rehat-2.1As,rehat-2.1,rehat-3,United Linux-1.0,SuSE -9 or SuSE -8 >>>>failed
    My Linux Version
    cat /proc/version
    Linux 2.6.9-5 ELSmp #1 SMP wed Jan 5 19:30:39 EST 2005 i686 i686 i386 GNU/Linux
    uname -a
    2.6.9-5 ELSmp
    thanks,

    If the installer complains about an unsupported platform then most probably you are working on a platform not include in the Supported List.
    Is this a redhat based linux? then post the contents of the /etc/redhat-release file.
    You could ignore the prerrequisites, but before proceeding provide this information. If this is not a production system there are several workarounds and issues depending on the particular linux distro. If this is a production system, then you will be out of support if you plan to go ahead installing on a non certified platform.
    ~ Madrid
    http://hrivera99.blogspot.com

  • Patch installation problem, catupgrd.sql file is missing in the directory

    Hi,
    I have installed oracle database 10.1.0.2.0 in my windows system and i have created one database.
    now i got oracle database 10.2 patch from metalink.
    As per the document everything i did, i shutdowned the database,stoped all services and installed oracle 10.2 in the same oracle home directory.
    As per the document procedure i performed below steps
    SQL> STARTUP NOMOUNT
    SQL> ALTER SYSTEM SET SHARED_POOL_SIZE='150M' SCOPE=spfile;
    SQL> ALTER SYSTEM SET JAVA_POOL_SIZE='150M' SCOPE=spfile;
    SQL> SHUTDOWN
    C:\> sqlplus /NOLOG
    SQL> CONNECT SYS/password AS SYSDBA
    SQL> STARTUP NOMOUNT
    SQL> ALTER SYSTEM SET CLUSTER_DATABASE=FALSE SCOPE=spfile;
    SQL> SHUTDOWN
    SQL> STARTUP UPGRADE
    SQL> SPOOL patch.log
    SQL> @ORACLE_BASE\ORACLE_HOME\rdbms\admin\catupgrd.sql
    SQL> SPOOL OFF
    Till startup upgrade everything worked, after i made spool on as per the document and then the problem arives
    i executed this below statement
    SQL> @ORACLE_BASE\ORACLE_HOME\rdbms\admin\catupgrd.sql
    i got SP2-0310: unable to open file "C:\oracle\product\10.1.0\db_1\rdbms\admin\catupgr
    d.sql" error.
    i went into that path and i checked many files was there but this perticular file was not there.
    i am stuck here what i should do now?
    i have to upgrade the database and i should start the database.
    please help me out
    regards
    veeresh
    [email protected]

    hi virag,
    but in the document they have given not to install in new oracle home directory. for ur reference i have added that lines, please help me out. and 1 thing,after i installed 10.2 patch when i type sqlplus it give 10.1.0.2 only, it is not giving 10.2,why is this.
    Note:
    If you attempt to install this patch set in an Oracle home directory that does not contain an Oracle Database 10g release 10.2.0.1 installation, Oracle Universal Installer displays a warning dialog with the following error:
    OUI-10091: There are no patches that need to be applied from the patchset Oracle Database 10g Release 2 Patch Set 1
    10.2.0.2.0
    The Oracle Universal Installer does not allow the installation to proceed. Click OK, then click Cancel to end the installation.

  • Same O_H for OMS and DB10g - Patch installation problem

    Hello,
    I already installed the PatchSet from 10.1.0.5, and my OPatch version is 10.2.0..what this is asking me is for the OracleHome form the OMS, I have 2 OracleHomes...
    ORACLE_HOMES=c:\oraclehomes\db10g (DB)
    ORACLE_HOMES=c:\oraclehomes\oms10g (OMS)
    this Patch is looking for the rsf.rdbms_rsd component that supposed to read from DB, but how can I point the patch to 2 places that have the same O_H???
    Please I need some help.
    Thanks.

    The environment variable is ORACLE_HOME (singular).
    It is best practice to set up different environment variables for:
    OMR_HOME
    OMS_HOME
    and
    OMA_HOME

  • SOA Suite 11g File Adapter End Of Line problem

    I am using a file adapter to read(using an NXSD to convert from flat file to XML) a file do some filtering and then write the file in the original format using the same NXSD.
    The records in my file are separated by End Of Line. i.e. each line is one record.
    I created a fixed length NXSD and it picks up '${eol}' as the cellSeparatedBy attribute.
    When I read the file, it reads fine for both Unix(LF) and PC(CR+LF) formats. But when I write it automatically takes unix format most probably because the server is running on a Unix machine.
    Now the problem is that when I receive a flat file in PC format, the output comes as Unix format. The end system can not process it.
    So, I tried using '&#xD;&#xA;' (Equivalent to CR+LF) instead of '${eol}' as the value of attribute cellSeparatedBy. With this it is not able to read the file at all, if I keep it only '&#xA;' then it reads. It seems that while reading FIle Adapter automatically converts the file to Unix format first and then reads it with unix EOL.
    As a work around I separated the NXSD for read and write, keep read NXSD with '${eol}' while keeping write NXSD as '&#xD;&#xA;' then my problem is solved but now I have two NXSDs to maintain.
    What I want to know is if there is a way I can use the same NXSD and still be able to write the file in PC format. May be some attribute or switch in NXSD which I dont know of to control the value of ${eol}?

    Hi Daniel,
    you can try to use this adapter module:
    localejbs/SAP XI Sample/ConvertCRLFfromToLF
    http://help.sap.com/saphelp_nw04/helpdata/en/32/43d84072378031e10000000a1550b0/content.htm
    Hope this help.
    Francesco

  • Upgrading Oracle soa suite 10.1.3.1 to 10.1.3.4 by Basic and Advance instal

    Hi,
    i have installed oracle soa suite 10.1.3.1 basic installation and needs to upgrade to 10.1.3.4 . I searched in google some suggested
    1) install database 10g xe or some version 10.2+
    2) to run irca.cmd script for creating dehydration store
    3) Install oracle soa suite basic installation 10.1.3.1
    4) Before applying patch run sql scripts
    5) apply patch to upgrade to 10.1.3.4
    Here i have one doubt in basic installation oracle lite database will be installed by default then how do i relate external database to soa suite in basic installation . Is it possible ?
    If we use default database oracle lite for upgrade to 10.1.3.4 and i think it will ask for orabpel and oraesb used id and pwd when we are running the sql scripts which i am not aware of?
    and do i still need to run irca.cmd script for creatinv schemas.
    I am so confused here i just want to know the steps of upgrade in basic and advance soa installation.
    Any answer will be very much appreciable.
    will be so keenly waiting for your answer.
    Thanks,
    Ahmed.

    Yes there is some additional steps
    if you are doing clustering this should be your bible
    http://download.oracle.com/docs/cd/E10291_01/core.1013/e10294/toc.htm
    to install 64bit have a look at these references
    http://download.oracle.com/docs/cd/B31017_01/getstart.htm
    Metalink note 465159.1
    cheers
    James

  • Installing SOA Suite

    Hi Every1,
    When installing SOA suite, it is throwing an error on the database connection page.
    Error: Database version should be 9.2.0.7 or higher in the Oracle 9i database release 2 series, 10.1.0.5 or higher in the Oracle Database 10gRelease 1 series, Oracle Database XE 10.2.0.2 or higher in the oracle database 10g release 2 series.
    The SOA suite which I have downloaded is 10gR3 and my database is at 11g.
    I believe DB 11g is supported for SOA 10gR3. Can any one please guide me ?
    Thanks.
    -Irfan

    Hi IrFan,
    It is supported.
    To install the soa suite you need a small patch (patchnr. 6265268 ) on the installation files.
    See metalink note 740417.1 for details.
    Greetings
    Jaap

  • 11g SOA suite --  JRE needed other than JDK?

    Hi,
    Based on the below links, it looks like JDK 1.6 Update 11 is the correct one to use for 11g SOA suite.
    http://www.packtpub.com/article/installation-configuration-oracle-soa-suite-11g-1
    Do I also need JRE ?
    I downloaded JDK 1.6 Update 11 from below link:
    https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewFilteredProducts-SingleVariationTypeFilter
    thanks,
    Rev

    Hi Rev
    NO. You do not need any other JRE if you already have JDK installed. Infact before you install SOA 11g, first you will install Weblogic Server. When you install WLS, you will get option to install 2 JDKs (Sun JDK or BEA/Oracle's proprietory JDK named JRockit). You can install both and at runtime you can choose to use either of the JDKs. Anyhow, the point is with WLS you will get a JDK and you can use the same JDK for installation of SOA also. At the time of installation of SOA 11g (or SOA 11g Patch set), it will prompt to enter jdk/jre path, at this time just point to the jdk installed with WLS folder.
    Thanks
    Ravi Jegga

  • SOA Suite 10g on JBoss

    We tried a pilot at (Oracle client) and ran into numerous challenges (i.e. SOA server going down by itself, nothing in the log files, etc).
    Is SOA Suite now certified on JBoss. Is this a stable combination ?
    If anyone else used this configuration for a medium size organization how stable was the SOA Suite on JBoss solution - i.e.on a 1-10 scale 10meaning perfectly stable.
    Also, uninstalling submodules of SOA suite is not a straight forward process, rather challenging wehen using JBoss vs oc4j
    (i.e. tried to uninstall BPEL and keep ESB only, but things got ‘broken’ for other components that proved to be in fact dependencies, after that attempt to scale down the install).
    Obviously for the future we recommend switching to version 11 with Weblogic, however we want to use the work/effort invested in this pilot project by a middleware team.
    Many thanks for related feedback!
    CLC

    Is SOA Suite now certified on JBoss.Oracle SOA Suite 10g is certified on JBoss(Version 4.0.5 + jbossws-1.2.1) since SOA Suite patchset 10.1.3.3
    Installation doc is here -
    http://download.oracle.com/docs/cd/E10291_01/doc.1013/e12536/jboss.htm
    In section "1.2 System and Database Requirements" you may see the versions of softwares certified for this combo.
    All Oracle SOA certification info is available here -
    http://www.oracle.com/technetwork/middleware/ias/downloads/fusion-certification-100350.html
    Regards,
    Anuj

  • Install SOA Suite On Unbreakable Linux

    I'm trying to install the latest SOA Suite on Unbreakable Linux. The installation halts due to Unbreakable not being the correct OS version. Is there a workaround for this?
    Thanks
    Andrew

    Please accept my apologies. I've missed a single letter in the command line option (see below)
    [oracle@htbv5 soa_101310_1]$ ./runInstaller -ignoreSysPrereqs
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-Red Hat Enterprise Linux AS release 3, redhat-Red Hat Enterprise Linux AS release 4, redhat-Red Hat Enterprise Linux ES release 3, redhat-Red Hat Enterprise Linux ES release 4 or SuSE-9
    Failed <<<<
    Ignoring required pre-requisite failures. Continuing...Preparing to launch Oracle Universal Installer from /tmp/OraInstall2007-07-03_07-56-51AM. Please wait ...
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Deploy soa suite services to HTTPS using Ant

    All,
    I hope somebody can assist. I have developed an ant script, which deploys to a soa server (using Oracle SOA suite 11 R3). This works great for HTTP, but I need to deploy SOA services to a HTTPS configured soa and weblogic server. I have changed the Ant properties for managed.server.port to 8002 and admin.server.port to 7002.
    I then run my ant script in which I encounter the below fault.
    My understanding of the issue is that the deployed soa service does not have the correct SSL certification for the handshake. Can somebody explain me the changes needed in my ant script for the handshake to work?
    Many Thanks
    SR
    D:\General\Project\sr\05_Development\svn\AuthAndReg\StrategicAandR\SOA-AR\trunk\deployment\AutoDeployment\oraclesoa11g\jdeveloper\bin\ant-sca-deploy.xml:150: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
         at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:497)
         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:444)
         at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
         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 org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
         at org.apache.tools.ant.Task.perform(Task.java:348)
         at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:68)
         at net.sf.antcontrib.logic.ForEach.executeSequential(ForEach.java:178)
         at net.sf.antcontrib.logic.ForEach.execute(ForEach.java:254)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
         at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
         at org.apache.tools.ant.Task.perform(Task.java:348)
         at org.apache.tools.ant.Target.execute(Target.java:390)
         at org.apache.tools.ant.Target.performTasks(Target.java:411)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1397)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1366)
         at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1249)
         at org.apache.tools.ant.Main.runBuild(Main.java:801)
         at org.apache.tools.ant.Main.startAnt(Main.java:218)
         at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
         at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
    Caused by: D:\General\Project\sr\05_Development\svn\AuthAndReg\StrategicAandR\SOA-AR\trunk\deployment\AutoDeployment\build.xml:191: The following error occurred while executing this line:
    D:\General\Project\sr\05_Development\svn\AuthAndReg\StrategicAandR\SOA-AR\trunk\deployment\AutoDeployment\build.xml:324: The following error occurred while executing this line:
    D:\General\Project\sr\05_Development\svn\AuthAndReg\StrategicAandR\SOA-AR\trunk\deployment\AutoDeployment\oraclesoa11g\jdeveloper\bin\ant-sca-deploy.xml:150: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
         at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:497)
         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:444)
         at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
         at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
         at org.apache.tools.ant.Task.perform(Task.java:348)
         at org.apache.tools.ant.Target.execute(Target.java:390)
         at org.apache.tools.ant.Target.performTasks(Target.java:411)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1397)
         at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1249)
         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
         ... 26 more
    Caused by: D:\General\Project\sr\05_Development\svn\AuthAndReg\StrategicAandR\SOA-AR\trunk\deployment\AutoDeployment\build.xml:324: The following error occurred while executing this line:
    D:\General\Project\sr\05_Development\svn\AuthAndReg\StrategicAandR\SOA-AR\trunk\deployment\AutoDeployment\oraclesoa11g\jdeveloper\bin\ant-sca-deploy.xml:150: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
         at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:497)
         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:444)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
         at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
         at org.apache.tools.ant.Task.perform(Task.java:348)
         at org.apache.tools.ant.Target.execute(Target.java:390)
         at org.apache.tools.ant.Target.performTasks(Target.java:411)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1397)
         at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1249)
         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
         ... 39 more
    Caused by: D:\General\Project\sr\05_Development\svn\AuthAndReg\StrategicAandR\SOA-AR\trunk\deployment\AutoDeployment\oraclesoa11g\jdeveloper\bin\ant-sca-deploy.xml:150: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
         at oracle.integration.platform.blocks.deploy.servlet.client.ant.DeployCompositeTask.execute(DeployCompositeTask.java:127)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
         at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
         at org.apache.tools.ant.Task.perform(Task.java:348)
         at org.apache.tools.ant.Target.execute(Target.java:390)
         at org.apache.tools.ant.Target.performTasks(Target.java:411)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1397)
         at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:40)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
         at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
         at org.apache.tools.ant.Task.perform(Task.java:348)
         at org.apache.tools.ant.Target.execute(Target.java:390)
         at org.apache.tools.ant.Target.performTasks(Target.java:411)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1397)
         at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:40)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
         at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:106)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
         at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
         at org.apache.tools.ant.Task.perform(Task.java:348)
         at org.apache.tools.ant.Target.execute(Target.java:390)
         at org.apache.tools.ant.Target.performTasks(Target.java:411)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1397)
         at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:40)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
         at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:106)
         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 org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
         at org.apache.tools.ant.Task.perform(Task.java:348)
         at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:68)
         at net.sf.antcontrib.logic.ForEach.executeSequential(ForEach.java:179)
         at net.sf.antcontrib.logic.ForEach.execute(ForEach.java:254)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
         at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
         at org.apache.tools.ant.Task.perform(Task.java:348)
         at org.apache.tools.ant.Target.execute(Target.java:390)
         at org.apache.tools.ant.Target.performTasks(Target.java:411)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1397)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1367)
         at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
         at org.apache.tools.ant.Main.runBuild(Main.java:801)
         at org.apache.tools.ant.Main.startAnt(Main.java:219)
         ... 2 more
    Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
         at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:174)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1611)
         at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:187)
         at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:181)
         at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1035)
         at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:124)
         at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:516)
         at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:454)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:884)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1112)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:623)
         at com.sun.net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:59)
         at java.io.ByteArrayOutputStream.writeTo(ByteArrayOutputStream.java:109)
         at HTTPClient.HTTPConnection.sendRequest(HTTPConnection.java:3366)
         at HTTPClient.HttpOutputStream.closeImpl(HttpOutputStream.java:461)
         at HTTPClient.HttpOutputStream.access$000(HttpOutputStream.java:99)
         at HTTPClient.HttpOutputStream$1.run(HttpOutputStream.java:417)
         at HTTPClient.HttpClientConfiguration.doAction(HttpClientConfiguration.java:666)
         at HTTPClient.HttpOutputStream.close(HttpOutputStream.java:415)
         at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:149)
         at java.util.zip.ZipOutputStream.close(ZipOutputStream.java:321)
         at oracle.integration.platform.blocks.deploy.servlet.client.DeployerHttpClient.sendCompositeArchives(DeployerHttpClient.java:385)
         at oracle.integration.platform.blocks.deploy.servlet.client.DeployerHttpClient.sendRequest(DeployerHttpClient.java:307)
         at oracle.integration.platform.blocks.deploy.servlet.CompositeServletClientBase.sendRequest(CompositeServletClientBase.java:339)
         at oracle.integration.platform.blocks.deploy.servlet.client.ant.DeployCompositeTask.execute(DeployCompositeTask.java:119)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
         at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
         at org.apache.tools.ant.Task.perform(Task.java:348)
         at org.apache.tools.ant.Target.execute(Target.java:390)
         at org.apache.tools.ant.Target.performTasks(Target.java:411)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1397)
         at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1249)
         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
         at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
         at org.apache.tools.ant.Task.perform(Task.java:348)
         at org.apache.tools.ant.Target.execute(Target.java:390)
         at org.apache.tools.ant.Target.performTasks(Target.java:411)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1397)
         at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1249)
         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
         at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
         at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
         at org.apache.tools.ant.Task.perform(Task.java:348)
         at org.apache.tools.ant.Target.execute(Target.java:390)
         at org.apache.tools.ant.Target.performTasks(Target.java:411)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1397)
         at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1249)
         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
         at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
         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 org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
         at org.apache.tools.ant.Task.perform(Task.java:348)
         at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:68)
         at net.sf.antcontrib.logic.ForEach.executeSequential(ForEach.java:178)
         at net.sf.antcontrib.logic.ForEach.execute(ForEach.java:254)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
         at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
         at org.apache.tools.ant.Task.perform(Task.java:348)
         at org.apache.tools.ant.Target.execute(Target.java:390)
         at org.apache.tools.ant.Target.performTasks(Target.java:411)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1397)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1366)
         at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1249)
         at org.apache.tools.ant.Main.runBuild(Main.java:801)
         at org.apache.tools.ant.Main.startAnt(Main.java:218)
         ... 2 more
    Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
         at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:285)
         at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:191)
         at sun.security.validator.Validator.validate(Validator.java:218)
         at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:126)
         at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:209)
         at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:249)
         at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1014)
         at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:125)
         at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:517)
         at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:454)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:885)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1113)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:623)
         at com.sun.net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:59)
         at java.io.ByteArrayOutputStream.writeTo(ByteArrayOutputStream.java:109)
         at HTTPClient.HTTPConnection.sendRequest(HTTPConnection.java:3366)
         at HTTPClient.HttpOutputStream.closeImpl(HttpOutputStream.java:461)
         at HTTPClient.HttpOutputStream.access$000(HttpOutputStream.java:99)
         at HTTPClient.HttpOutputStream$1.run(HttpOutputStream.java:418)
         at HTTPClient.HttpClientConfiguration.doAction(HttpClientConfiguration.java:666)
         at HTTPClient.HttpOutputStream.close(HttpOutputStream.java:415)
         at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:150)
         at java.util.zip.ZipOutputStream.close(ZipOutputStream.java:322)
         at oracle.integration.platform.blocks.deploy.servlet.client.DeployerHttpClient.sendCompositeArchives(DeployerHttpClient.java:385)
         at oracle.integration.platform.blocks.deploy.servlet.client.DeployerHttpClient.sendRequest(DeployerHttpClient.java:307)
         at oracle.integration.platform.blocks.deploy.servlet.CompositeServletClientBase.sendRequest(CompositeServletClientBase.java:339)
         at oracle.integration.platform.blocks.deploy.servlet.client.ant.DeployCompositeTask.execute(DeployCompositeTask.java:119)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
         at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
         at org.apache.tools.ant.Task.perform(Task.java:348)
         at org.apache.tools.ant.Target.execute(Target.java:390)
         at org.apache.tools.ant.Target.performTasks(Target.java:411)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1397)
         at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:40)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
         at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
         at org.apache.tools.ant.Task.perform(Task.java:348)
         at org.apache.tools.ant.Target.execute(Target.java:390)
         at org.apache.tools.ant.Target.performTasks(Target.java:411)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1397)
         at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:40)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
         at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:106)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
         at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
         at org.apache.tools.ant.Task.perform(Task.java:348)
         at org.apache.tools.ant.Target.execute(Target.java:390)
         at org.apache.tools.ant.Target.performTasks(Target.java:411)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1397)
         at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:40)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
         at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:106)
         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 org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
         at org.apache.tools.ant.Task.perform(Task.java:348)
         at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:68)
         at net.sf.antcontrib.logic.ForEach.executeSequential(ForEach.java:179)
         at net.sf.antcontrib.logic.ForEach.execute(ForEach.java:254)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
         at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
         at org.apache.tools.ant.Task.perform(Task.java:348)
         at org.apache.tools.ant.Target.execute(Target.java:390)
         at org.apache.tools.ant.Target.performTasks(Target.java:411)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1397)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1367)
         at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
         at org.apache.tools.ant.Main.runBuild(Main.java:801)
         at org.apache.tools.ant.Main.startAnt(Main.java:219)
         ... 2 more
    Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
         at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:174)
         at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:238)
         at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:280)
         ... 89 more

    Hi atheek1,
    Thanks for your response. I have tried your suggestion, but I am still receiving the same error.
    Please note I am trying to deploy from my windows machine to my local SOA suite 11g app. One of the problems I noticed that my java home was set to JRockit while weblogic points to the Sun jvm. In weblogic the service is pointed to the follow keystore directory:
    C:\Soa11g\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\DemoIdentity.jks
    C:\Soa11g\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\DemoTrust.jks
    C:\Soa11g\Oracle\MIDDLE~1\JDK160~1\jre\lib\security\cacerts
    I changed my Java home directory to point to the same jvm as weblogic. If I am not mistaking then this should automatically point to the correct server keystore. I tried to deploy after this change and I received the same error. Next step I thought that I possible need to include an additional key store from the environment I deploy from. I have done this using the InstallCert.java as explained below:
    http://wiki.unisa.edu.au/display/AAI/Add+Certificates+to+your+Java+Keystore
    After this I retried and still I receive the same error. I am new with security so I hope you can provide more help. Please note I have only enabled the SSL for the soa-server.
    Many Thanks
    SR

Maybe you are looking for