Error while upgrading Oracle SOA 10.1.3.3 to 10.1.3.5

Hi,
Iam trying to upgrade Oracle SOA ver.10.1.3.3 to 10.1.3.5 on a windows server.The following steps were followed.
1. SOA was stopped. Back up of the SOA folder was taken.
2. SOA uses the default Olite database. Connected to the BPEL schema and run the upgrade_10133_10135_olite.sql script.
It errored out in the upgrade process of 10.1.3.3 to 10.1.3.4.
The esb schema upgrade script executed without error. Have any one faced similar issue? or aware of the reason? Please help me out. Thanks in advance.
The following is the log:
SQL> @E:\Downloads\Installables\p8626084_101350_WINNT\Disk1\install\soa_schema_upgrade\bpel\scripts\upgrade_10133_10135_olite.sql
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> @@upgrade_10133_10134_olite.sql
SQL> Rem
SQL> Rem $Header: bpel/everest/src/modules/server/database/scripts/upgrade_10133_10134_olite.sql /st_pcbpel_10.1.3.1/11 2009/06/03 00:37:24 nverma Exp $
SQL> Rem
SQL> Rem upgrade_10133_10134_olite.sql
SQL> Rem
SQL> Rem Copyright (c) 2008, 2009, Oracle and/or its affiliates.
SQL> Rem All rights reserved.
SQL> Rem
SQL> Rem NAME
SQL> Rem upgrade_10133_10134_olite.sql - <one-line expansion of the name>
SQL> Rem
SQL> Rem DESCRIPTION
SQL> Rem This script can be used to upgrade orabpel schema on olite database from 10.1.3.3.0 to 10.1.3.4.0
SQL> Rem
SQL> Rem NOTES
SQL> Rem This script can be used to upgrade orabpel schema on olite database from 10.1.3.3.0 to 10.1.3.4.0
SQL> Rem
SQL> Rem MODIFIED (MM/DD/YY)
SQL> Rem nverma 04/27/09 - Backport nverma_bug-8463393 from
SQL> Rem nverma 04/14/09 - Backport nverma_bug-7171739 from
SQL> Rem st_pcbpel_10.1.3.1
SQL> Rem ramisra 06/05/08 -
SQL> Rem ralmuell 03/28/08 - Sensor schema change for 6819678
SQL> Rem ramisra 03/17/08 - Backport ramisra_bug-6845586 from
SQL> Rem st_pcbpel_10.1.3.1
SQL> Rem atam 03/06/08 - update version
SQL> Rem nverma 01/29/08 - Upgrade script (10.1.3.3.0 to 10.1.3.4.0) for orabpel schema on olite
SQL> Rem database.
SQL> Rem nverma 01/29/08 - Created
SQL> Rem
SQL> SET ECHO ON
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> ALTER TABLE DLV_MESSAGE MODIFY (CONV_ID VARCHAR2(256))
Table altered
SQL> ALTER TABLE DLV_SUBSCRIPTION DROP CONSTRAINT DS_PK
Table altered
SQL> ALTER TABLE DLV_SUBSCRIPTION MODIFY (CONV_ID VARCHAR2(256))
Table altered
SQL> ALTER TABLE DLV_SUBSCRIPTION ADD CONSTRAINT DS_PK PRIMARY KEY(CONV_ID, SUBSCRIBER_ID)
Table altered
SQL> ALTER TABLE INVOKE_MESSAGE MODIFY (CONV_ID VARCHAR2(256))
Internal Error:thinExecute: Result Communication Failed
SQL> ALTER TABLE INVOKE_MESSAGE MODIFY (MASTER_CONV_ID VARCHAR2(256))
Internal Error:AllocStatement: Request Communication Failed
SQL> ALTER TABLE NATIVE_CORRELATION MODIFY (CONVERSATION_ID VARCHAR2(1000))
Internal Error:AllocStatement: Request Communication Failed
SQL> ALTER TABLE NATIVE_CORRELATION MODIFY (NATIVE_CORRELATION_ID VARCHAR2(1000))
Internal Error:AllocStatement: Request Communication Failed
SQL> ALTER TABLE CUBE_INSTANCE MODIFY (CONVERSATION_ID VARCHAR2(256))
Internal Error:AllocStatement: Request Communication Failed
SQL> ALTER TABLE TASK MODIFY (CONVERSATION_ID VARCHAR2(256))
Internal Error:AllocStatement: Request Communication Failed
SQL> ALTER TABLE WORK_ITEM MODIFY (CUSTOM_ID VARCHAR2(256))
Internal Error:AllocStatement: Request Communication Failed
SQL> ALTER TABLE DLV_SUBSCRIPTION DROP CONSTRAINT DS_PK
Internal Error:AllocStatement: Request Communication Failed
SQL> ALTER TABLE DLV_SUBSCRIPTION MODIFY (SUBSCRIBER_ID VARCHAR2(256))
Internal Error:AllocStatement: Request Communication Failed
SQL> ALTER TABLE DLV_SUBSCRIPTION ADD CONSTRAINT DS_PK PRIMARY KEY(CONV_ID, SUBSCRIBER_ID)
Internal Error:AllocStatement: Request Communication Failed
SQL> ALTER TABLE DLV_MESSAGE MODIFY (RES_SUBSCRIBER VARCHAR2(256))
Internal Error:AllocStatement: Request Communication Failed
SQL> CREATE INDEX DDMR_DOCKEY ON DOCUMENT_DLV_MSG_REF(DOCKEY)
Internal Error:AllocStatement: Request Communication Failed
SQL> CREATE INDEX CI_CUSTOM4 ON CUBE_INSTANCE (MODIFY_DATE)
Internal Error:AllocStatement: Request Communication Failed
SQL> ALTER TABLE WFUserTaskViewGrant ADD ( granteeType VARCHAR2(20), applicationContext VARCHAR2(200) )
Internal Error:AllocStatement: Request Communication Failed
SQL> alter table cube_instance add ( at_count_id integer, at_event_id integer, at_detail_id integer )
Internal Error:AllocStatement: Request Communication Failed
SQL> alter table activity_sensor_values add error_message_temp clob
Internal Error:AllocStatement: Request Communication Failed
SQL> update activity_sensor_values set error_message_temp=error_message
Internal Error:AllocStatement: Request Communication Failed
SQL> alter table activity_sensor_values drop column error_message
Internal Error:AllocStatement: Request Communication Failed
SQL> alter table activity_sensor_values add error_message clob
Internal Error:AllocStatement: Request Communication Failed
SQL> update activity_sensor_values set error_message=error_message_temp
Internal Error:AllocStatement: Request Communication Failed
SQL> alter table activity_sensor_values drop column error_message_temp
Internal Error:AllocStatement: Request Communication Failed
SQL> alter table activity_sensor_values drop column error_message_temp
Internal Error:AllocStatement: Request Communication Failed
SQL> alter table fault_sensor_values drop primary key
Internal Error:AllocStatement: Request Communication Failed
SQL> alter table variable_sensor_values drop primary key
Internal Error:AllocStatement: Request Communication Failed
SQL> alter table activity_sensor_values drop primary key cascade
Internal Error:AllocStatement: Request Communication Failed
SQL> alter table activity_sensor_values add constraint activity_sensor_pk primary key(id, process_instance_id)
Internal Error:AllocStatement: Request Communication Failed
SQL> alter table variable_sensor_values add constraint variable_sensor_pk primary key(id, process_instance_id)
Internal Error:AllocStatement: Request Communication Failed
SQL> alter table variable_sensor_values add constraint variable_sensor_fk1 foreign key(activity_sensor_id, process_instance_id) references activity_sensor_values(id, process_instance_id)
Internal Error:AllocStatement: Request Communication Failed
SQL> alter table fault_sensor_values add constraint fault_sensor_pk primary key(id, process_instance_id)
Internal Error:AllocStatement: Request Communication Failed
SQL> alter table activity_sensor_values modify constraint activity_sensor_pk enable
Internal Error:AllocStatement: Request Communication Failed
SQL> alter table variable_sensor_values modify constraint variable_sensor_pk enable
Internal Error:AllocStatement: Request Communication Failed
SQL> alter table variable_sensor_values modify constraint variable_sensor_fk1 enable
Internal Error:AllocStatement: Request Communication Failed
SQL> alter table fault_sensor_values modify constraint fault_sensor_pk enable
Internal Error:AllocStatement: Request Communication Failed
SQL> drop index activity_sensor_values_indx
Internal Error:AllocStatement: Request Communication Failed
SQL> create index activity_sensor_values_indx on activity_sensor_values(process_instance_id, sensor_name, action_name)
Internal Error:AllocStatement: Request Communication Failed
SQL> update version set guid = '10.1.3.4.0'
Internal Error:AllocStatement: Request Communication Failed
SQL> update version_server set guid = '10.1.3.4.0'
Internal Error:AllocStatement: Request Communication Failed
SQL> COMMIT
Internal Error:AllocStatement: Request Communication Failed
SQL> @@upgrade_10134_10135_olite.sql
SQL> Rem Copyright (c) 2008, 2009, Oracle and/or its affiliates.
SQL> Rem All rights reserved.
SQL> Rem
SQL> Rem NAME
SQL> Rem
SQL> Rem DESCRIPTION
SQL> Rem
SQL> Rem NOTES
SQL> Rem <other useful comments, qualifications, etc.>
SQL> Rem
SQL> Rem MODIFIED (MM/DD/YY)
SQL> Rem vnanjund 07/09/09 - Backport vnanjund_bug-8655721 from
SQL> Rem st_pcbpel_10.1.3.1
SQL> Rem mchinnan 07/07/09 - Backport mchinnan_bug-8636836 from
SQL> Rem st_pcbpel_10.1.3.1
SQL> Rem vnanjund 07/06/09 - olite fix
SQL> Rem mchmiele 07/02/09 - Backport mchmiele_bug-8613538 from
SQL> Rem mchmiele 07/01/09 - Backport mchmiele_bug-8613538 from
SQL> Rem st_pcbpel_10.1.3.1
SQL> Rem mchmiele 06/30/09 - Migrating processes with correlation sets
SQL> Rem mchmiele 06/30/09 - Backport mchmiele_bug-8613538 from
SQL> Rem st_pcbpel_10.1.3.1
SQL> Rem mchmiele 06/29/09 - Olite resource tables
SQL> Rem mchmiele 06/29/09 - Backport mchmiele_bug-8613538 from
SQL> Rem st_pcbpel_10.1.3.1
SQL> Rem ramisra 05/11/09 - Backport ramisra_bug-8498498 from
SQL> Rem st_pcbpel_10.1.3.1
SQL> Rem nverma 04/27/09 - Backport nverma_bug-8463393 from
SQL> Rem st_pcbpel_10.1.3.1
SQL> Rem mnanal 03/09/09 - Backport mnanal_bug-7286083 from
SQL> Rem st_pcbpel_10.1.3.1
SQL> Rem mnanal 02/10/09 - RFI bug 7022475
SQL> Rem ramisra 01/02/09 - Backport ramisra_bug-7577303 from
SQL> Rem st_pcbpel_10.1.3.1
SQL> Rem ramisra 09/17/08 - Created
SQL> Rem
SQL> SET ECHO ON
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> -- Update version
SQL> --
SQL> update version set guid = '10.1.3.5.0' where dbtype = 'olite'
Internal Error:AllocStatement: Request Communication Failed
SQL> commit
Internal Error:AllocStatement: Request Communication Failed
SQL> CREATE table temp_attachment ( key varchar2( 50 ), bin blob )
Internal Error:AllocStatement: Request Communication Failed
SQL> INSERT into temp_attachment (key,bin) SELECT key, bin FROM attachment
Internal Error:AllocStatement: Request Communication Failed
SQL> DROP table attachment
Internal Error:AllocStatement: Request Communication Failed
SQL> CREATE table attachment ( key varchar2( 50 ), content_type varchar2( 50 ), bin blob, constraint att_pk primary key( key ) )
Internal Error:AllocStatement: Request Communication Failed
SQL> INSERT into attachment (key,bin) SELECT key, bin FROM temp_attachment
Internal Error:AllocStatement: Request Communication Failed
SQL> DROP table temp_attachment
Internal Error:AllocStatement: Request Communication Failed
SQL> DELETE FROM WFRoutingSlip rs WHERE NOT EXISTS (SELECT 1 FROM WFTask t WHERE t.taskid = rs.taskid)
Internal Error:AllocStatement: Request Communication Failed
SQL> ALTER TABLE WFRoutingSlip ADD CONSTRAINT RoutingSlipTaskConstraint FOREIGN KEY (taskId) REFERENCES WFTask (taskId) ON DELETE CASCADE
Internal Error:AllocStatement: Request Communication Failed
SQL> ALTER TABLE process_descriptor ADD (last_change_time NUMBER(38))
Internal Error:AllocStatement: Request Communication Failed
SQL> UPDATE process_descriptor SET last_change_time=(SELECT (SYSDATE - TO_DATE('01-01-1970','DD-MM-YYYY')) * (24*60*60*1000) FROM DUAL)
Internal Error:AllocStatement: Request Communication Failed
SQL> create index WFTaskTaskGroupId_I on WFTask(taskGroupId)
Internal Error:AllocStatement: Request Communication Failed
SQL> create index WFTaskWorkflowPattern_I on WFTask(workflowPattern)
Internal Error:AllocStatement: Request Communication Failed
SQL> DELETE FROM domain_properties WHERE prop_id IN ( 'dspMinThreads' , 'dspMaxThreads', 'dspInvokeAllocFactor' )
Internal Error:AllocStatement: Request Communication Failed
SQL> ALTER TABLE dlv_subscription ADD ( partner_link VARCHAR2(256) )
Internal Error:AllocStatement: Request Communication Failed
SQL> UPDATE VERSION SET guid = '10.1.3.5.0'
Internal Error:AllocStatement: Request Communication Failed
SQL> alter table WFTaskTimer add key varchar(100)
Internal Error:AllocStatement: Request Communication Failed
SQL> alter table WFAttachment modify (encoding varchar(100))
Internal Error:AllocStatement: Request Communication Failed
SQL> ALTER TABLE dlv_subscription DROP CONSTRAINT ds_pk
Internal Error:AllocStatement: Request Communication Failed
SQL> ALTER TABLE dlv_subscription ADD CONSTRAINT ds_pk PRIMARY KEY (subscriber_id)
Internal Error:AllocStatement: Request Communication Failed
SQL> DROP INDEX ds_conversation
Internal Error:AllocStatement: Request Communication Failed
SQL> CREATE INDEX ds_conversation ON dlv_subscription( conv_id )
Internal Error:AllocStatement: Request Communication Failed
SQL> DROP INDEX ds_operation
Internal Error:AllocStatement: Request Communication Failed
SQL> CREATE INDEX ds_operation ON dlv_subscription( process_id, operation_name )
Internal Error:AllocStatement: Request Communication Failed
SQL> drop table cx_resource
Internal Error:AllocStatement: Request Communication Failed
SQL> create table cx_resource ( id integer, pid integer, name varchar(64), kind char(1), modify_date timestamp default sysdate, constraint cx_resource_pk primary key( id ), constraint cx_resource_no_dups_pk unique (pid,name) )
Internal Error:AllocStatement: Request Communication Failed
SQL> create index cx_resource_name_idx on cx_resource (name)
Internal Error:AllocStatement: Request Communication Failed
SQL> create index cx_resource_pid_idx on cx_resource (pid)
Internal Error:AllocStatement: Request Communication Failed
SQL> drop table cx_content
Internal Error:AllocStatement: Request Communication Failed
SQL> create table cx_content ( id integer, /* id of the resource content, pointing to Resource.id */ content blob, /* the content as a blob */ constraint cx_content_pk primary key( id ) )
Internal Error:AllocStatement: Request Communication Failed
SQL> -- Add debugger tables
SQL> --
SQL> @@debugger_olite.ddl
E:\Downloads\Installables\p8626084_101350_WINNT\Disk1\install\soa_schema_upgrade\bpel\scripts\debugger_olite.ddl (The system cannot find the file specified)
SQL> ALTER TABLE work_item ADD (ci_partition_date TIMESTAMP)
Internal Error:AllocStatement: Request Communication Failed
SQL> ALTER TABLE dlv_subscription ADD (ci_partition_date TIMESTAMP)
Internal Error:AllocStatement: Request Communication Failed
SQL> ALTER TABLE ci_indexes ADD (ci_partition_date TIMESTAMP)
Internal Error:AllocStatement: Request Communication Failed
SQL> ALTER TABLE wi_exception ADD (ci_partition_date TIMESTAMP)
Internal Error:AllocStatement: Request Communication Failed
SQL> ALTER TABLE wi_fault ADD (ci_partition_date TIMESTAMP)
Internal Error:AllocStatement: Request Communication Failed
SQL> ALTER TABLE document_ci_ref ADD (ci_partition_date TIMESTAMP)
Internal Error:AllocStatement: Request Communication Failed
SQL> ALTER TABLE audit_trail ADD (ci_partition_date TIMESTAMP)
Internal Error:AllocStatement: Request Communication Failed
SQL> ALTER TABLE audit_details ADD (ci_partition_date TIMESTAMP)
Internal Error:AllocStatement: Request Communication Failed
SQL> ALTER TABLE cube_scope ADD (ci_partition_date TIMESTAMP)
Internal Error:AllocStatement: Request Communication Failed
SQL> ALTER TABLE attachment ADD (ci_partition_date TIMESTAMP)
Internal Error:AllocStatement: Request Communication Failed
SQL> ALTER TABLE attachment_ref ADD (ci_partition_date TIMESTAMP)
Internal Error:AllocStatement: Request Communication Failed
SQL> ALTER TABLE document_dlv_msg_ref ADD (dlv_partition_date TIMESTAMP)
Internal Error:AllocStatement: Request Communication Failed
SQL> ALTER TABLE xml_document ADD (doc_partition_date TIMESTAMP)
Internal Error:AllocStatement: Request Communication Failed
SQL> create or replace view admin_list_cx as select ci.cikey, domain_ref as ci_domain_ref, process_id, revision_tag, creation_date ci_creation_date, creator ci_creator, modify_date ci_modify_date, modifier ci_modifier, state ci_state, priority ci_priority, title, status, stage, conversation_id, metadata, root_id, parent_id, test_run_id, index_1, index_2, index_3, index_4, index_5, index_6, ci.test_run_id from cube_instance ci, ci_indexes cx where ci.cikey = cx.cikey (+)
Internal Error:AllocStatement: Request Communication Failed
SQL> COMMIT
Internal Error:AllocStatement: Request Communication Failed

Hi,
IF ORACLE DATABASE HAS ALREADY HAS ORABPEL AND ORAESB USERS, I don't know password.:
My remarks. If you upgrade a SOA suite to a higher version, you always need to known the passwords of the Oracle dehydration store (orabpel/orawsm/oraesb). If you do not know that, call your DBA. Otherwise try: the same password as the user name or try 'welcome1'. You could also force to change the password via the system user; alter user <user> identified by <password>;
IS IT A GOOD IDEA TO UPGRADE Oracle SOA 10.1.3.1.0 to Oracle SOA 10.1.3.4.0?
Yes! 10.1.3.4 is the succeeder of 10.1.3.3, in the beginning of next year 10.1.3.5 (with WLS 10.3) will come out. Note if you use 10.1.3.4 download also the latest patchset from metalink.
Marc
http://oroasoa.blogspot.com

Similar Messages

  • Error while upgrading Oracle Portal to 10.1.4.

    While upgrading Oracle Portal to 10.1.4 , I am getting the following error.
    Error: Database version 9.0.1.5.1 is not supported
    MRUA detected an error at C:\oracleportalupgrade\mrua_051020\mrua\mrua.pl line 212.
    Please let me know how can I resolve this issue.

    There is no WSRP container created as a part of the AS 10.1.2.0.2 or Portal 10.1.4 setup (that means there is no WSRP directory below $ORACLE_HOME/j2ee by derfault).
    You need to create a brand new application server container, either in the same oracle home as portal or (as we are doing according to advice from oracle) create a new AS 10.1.2.0.2 AS oracle home for just J2EE (not portal) and then create a container for your WSRP portlets -- we called ours OC4J_WSRP. This is the step that will create a directory under $ORACLE_HOME/j2ee (in our case $ORACLE_HOME/j2ee/OC4J_WSRP).
    After you have your new container (OC4J_WSRP), you need to configure this container to support WSRP. First you need to download the "Java Portlet Container for Standards" from http://www.oracle.com/technology/products/ias/portal/pdk.html (this does not come with the Portal 10.1.4 installation).
    Download "Download the Java Portlet Container (JSR 168)":
    http://download.oracle.com/otndocs/tech/ias/portal/files/portlet-container.zip
    This will get you portlet-container.zip.
    Extract this zip file. One of the files you will have is wsrp-install.jar.
    Then log into the box where your new OC4J_WSRP container is setup (it is really important that you have not changed the default configuration of this new app server container or deployed any applications before running the next step) and ...
    1. copy wsrp-install.jar into $ORACLE_HOME/j2ee/OC4J_WSRP
    2. cd $ORACLE_HOME/j2ee/OC4J_WSRP
    3. run "java -jar wsrp-install.jar"
    4. restart your app server that contains OC4J_WSRP ("opmnctl stopall; opmnctl startall")
    Now you have a app server container that you can deploy your JSR-168/WSRP portlets to! Just deploy your ear files to this OC4J_WSRP.

  • Getting OPMN error while installing Oracle SOA Suite

    I am getting errror while installing Oracle SOA suit.
    Configuration assistant "Oracle Process Management and Notification Configuration Assistant" failed
    Please help

    I tried to start all at opmn/bin and got following message
    Timed out waiting for OPMN to initialize. OPMN may be down
    taking a long time to initialize. Will not attempt to start
    processes because OPMN is unreachable. If OPMN is initializ
    retrying the command may prove successful. If OPMN is down,
    correct the underlying problem before retrying the command.
    Please help

  • Error while starting Oracle SOA Suite 10g

    Hi,
    I have installed Oracle SOA suite in my system.
    While i start the server , it shows the following error in log file.
    Configuration information
    Running in D:\product\10.1.3.1\OracleAS_1
    Operation mode:Startup, App Server, No Enterprise Manager, Single Instance
    Oracle home:D:\product\10.1.3.1\OracleAS_1
    Oracle home name:Unnamed
    Instance name:esbsoa.localhost
    Instance type:allProducts
    Version:10.1.3.1.0
    Uses infrastructure:false
    Not an infrastructure instance, no infrastructure information available
    Components:[j2ee, orabpel, oraesb, owsm, Wsil]
    2011-03-23 10:09:24.757--Begin log output for Mid-tier services (esbsoa.localhost)
    2011-03-23 10:09:24.757--Processing Step: starting OPMN
    2011-03-23 10:09:45.835--End log output for Mid-tier services (esbsoa.localhost)
    OPMN has thrown an unknown exception
    oracle.appserver.startupconsole.model.ConsoleException: OPMN has thrown an unknown exception
         at oracle.appserver.startupconsole.control.OPMNController.doStart(OPMNController.java:108)
         at oracle.appserver.startupconsole.control.Controller.start(Controller.java:69)
         at oracle.appserver.startupconsole.control.GroupController.doStart(GroupController.java:47)
         at oracle.appserver.startupconsole.control.Controller.start(Controller.java:69)
         at oracle.appserver.startupconsole.view.controller.ControllerAdapter.start(ControllerAdapter.java:30)
         at oracle.appserver.startupconsole.view.controller.MasterControlAdapter.run(MasterControlAdapter.java:94)
         at oracle.appserver.startupconsole.view.Runner.main(Runner.java:39)
    Caused by: oracle.ias.opmn.optic.OpticBadRequestException: Error starting opmn server: 2
         at oracle.ias.opmn.optic.OpmnAdmin.executeCommand(OpmnAdmin.java:147)
         at oracle.ias.opmn.optic.OpmnAdmin.startOpmnServer(OpmnAdmin.java:77)
         at oracle.appserver.startupconsole.control.OPMNController.doStart(OPMNController.java:90)
         ... 6 more
    Exception caused by
    Error starting opmn server: 2
    oracle.ias.opmn.optic.OpticBadRequestException: Error starting opmn server: 2
         at oracle.ias.opmn.optic.OpmnAdmin.executeCommand(OpmnAdmin.java:147)
         at oracle.ias.opmn.optic.OpmnAdmin.startOpmnServer(OpmnAdmin.java:77)
         at oracle.appserver.startupconsole.control.OPMNController.doStart(OPMNController.java:90)
         at oracle.appserver.startupconsole.control.Controller.start(Controller.java:69)
         at oracle.appserver.startupconsole.control.GroupController.doStart(GroupController.java:47)
         at oracle.appserver.startupconsole.control.Controller.start(Controller.java:69)
         at oracle.appserver.startupconsole.view.controller.ControllerAdapter.start(ControllerAdapter.java:30)
         at oracle.appserver.startupconsole.view.controller.MasterControlAdapter.run(MasterControlAdapter.java:94)
         at oracle.appserver.startupconsole.view.Runner.main(Runner.java:39)
    Also when i got the following error in command prompt
    D:\product\10.1.3.1\OracleAS_1\opmn\bin>opmnctl stopall
    Could not create process by
    F:\product\10.1.3.1\OracleAS_1\opmn\bin\opmn.exe -a -q ping
    with error The system cannot find the path specified.
    (GetLastError()=3
    I have renamed the F: directory to D: , is it the problem ?
    Edited by: Lalit on Mar 22, 2011 10:44 PM

    Got resolved

  • Error while installing Oracle SOA with Weblogic Server

    I am trying to install oracle SOA suite(10.1.3.1.0) with the BEA Weblogic Server 10.I am getting the following error while trying to run the setup.bat which is in the Orabpel_10133_WebLogic\WL_Installables folder.I have changed the class path and other paths as mentioned.
    BUILD FAILED
    java.lang.NoSuchMethodError: org.apache.tools.ant.util.FileUtils.getFileUtils()Lorg/apache/tools/ant/util/FileUtils;
    Please let me know how to resolve this issue
    Thanks for your help.

    Supporting it requires product changes. According to the current roadmap, SOA 10.1.3.5 is planned for early next year to run on top of weblogic server 10.3.

  • Error while upgrade oracle database from 9.2.0.6 to 10.2.0.1

    updating the correct ORACLE_HOME and PATH variables
    and following the Oracle10 R2 upgrade guide,
    oracle.xxxxxx: <10.2.0.1/dbs> sqlplus "/ as sysdba"
    SQL*Plus: Release 10.2.0.1.0 - Production on Wed Nov 8 10:53:39 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL> startup upgrade pfile=initCB6ES4.ora
    ORA-29702: error occurred in Cluster Group Service operation
    SQL>

    Verify if the process LMON is active.

  • Getting OPMN error while starting Oracle SOA Suite

    Configuration information
    Running in C:\product\10.1.3.1\OracleAS_1
    Operation mode:Stop, App Server, No Enterprise Manager, Single Instance
    Oracle home:C:\product\10.1.3.1\OracleAS_1
    Oracle home name:Unnamed
    Instance name:SOA_1.S119SNIQ056995.schneider.com
    Instance type:allProducts
    Version:10.1.3.3.0
    Uses infrastructure:false
    Not an infrastructure instance, no infrastructure information available
    Components:[j2ee, orabpel, oraesb, owsm, Wsil]
    2008-03-02 05:20:29.571--Begin log output for Mid-tier services (SOA_1.S119SNIQ056995.schneider.com)
    2008-03-02 05:20:29.604--Processing Step: stopping OPMN managed processes
    2008-03-02 05:20:34.945--End log output for Mid-tier services (SOA_1.S119SNIQ056995.schneider.com)
    OPMN has thrown a control exception
    oracle.appserver.startupconsole.model.ConsoleException: OPMN has thrown a control exception
         at oracle.appserver.startupconsole.control.OPMNController.doStop(OPMNController.java:157)
         at oracle.appserver.startupconsole.control.Controller.stop(Controller.java:79)
         at oracle.appserver.startupconsole.control.GroupController.doStop(GroupController.java:52)
         at oracle.appserver.startupconsole.control.Controller.stop(Controller.java:79)
         at oracle.appserver.startupconsole.view.controller.ControllerAdapter.stop(ControllerAdapter.java:38)
         at oracle.appserver.startupconsole.view.controller.MasterControlAdapter.run(MasterControlAdapter.java:96)
         at oracle.appserver.startupconsole.view.Runner.main(Runner.java:39)
    Caused by: oracle.ias.opmn.optic.OpticControlException: Error from opmn during process control operation
         at oracle.ias.opmn.optic.AbstractOpmnEntity.runCommand(AbstractOpmnEntity.java:174)
         at oracle.ias.opmn.optic.AbstractOpmnEntity.stop(AbstractOpmnEntity.java:134)
         at oracle.appserver.startupconsole.control.OPMNController.doStop(OPMNController.java:137)
         ... 6 more
    Exception caused by
    Error from opmn during process control operation
    oracle.ias.opmn.optic.OpticControlException: Error from opmn during process control operation
         at oracle.ias.opmn.optic.AbstractOpmnEntity.runCommand(AbstractOpmnEntity.java:174)
         at oracle.ias.opmn.optic.AbstractOpmnEntity.stop(AbstractOpmnEntity.java:134)
         at oracle.appserver.startupconsole.control.OPMNController.doStop(OPMNController.java:137)
         at oracle.appserver.startupconsole.control.Controller.stop(Controller.java:79)
         at oracle.appserver.startupconsole.control.GroupController.doStop(GroupController.java:52)
         at oracle.appserver.startupconsole.control.Controller.stop(Controller.java:79)
         at oracle.appserver.startupconsole.view.controller.ControllerAdapter.stop(ControllerAdapter.java:38)
         at oracle.appserver.startupconsole.view.controller.MasterControlAdapter.run(MasterControlAdapter.java:96)
         at oracle.appserver.startupconsole.view.Runner.main(Runner.java:39)
    <?xml version='1.0' encoding='WINDOWS-1252'?>
    <response>
    <msg code="-82" text="Remote request with weak authentication.">
    </msg>
    <opmn id="S119SNIQ056995:6200" http-status="406" http-response="no processes or applications matched this request">
    </opmn>
    </response>

    I have found out the problem and solution for this OPMN error, its actually our Fusion team work
    the error is caused by Port conflicts we believe
    so by using these set of commands of opmnctl
    usage: opmnctl [verbose] [<scope>] <command> [<options>]
    verbose: print detailed execution message if available
    Permitted <scope>/<command>/<options> combinations are:
    scope command options
    start - Start opmn
    startall - Start opmn & all managed processe
    stopall - Stop opmn & all managed processe
    shutdown - Shutdown opmn & all managed proce
    [<scope>] startproc [<attr>=<val> ..] - Start opmn managed processes
    [<scope>] restartproc [<attr>=<val> ..] - Restart opmn managed processes
    [<scope>] stopproc [<attr>=<val> ..] - Stop opmn managed processes
    [<scope>] reload - Trigger opmn to reread opmn.xml
    [<scope>] status [<options>] - Get managed process status
    [<scope>] dmsdump [<attr>=<val>&..] - Get DMS stats
    [<scope>] set [<attr>=<val> ..] - Set opmn log parameters
    [<scope>] query [<attr>=<val>] - Query opmn log parameters
    ping [<max_retry>] - Ping local opmn
    validate [<filename>] - Validate the given xml file
    config [<options>] - Modify the opmn xml file
    help - Print brief usage description
    usage [<command>] - Print detailed usage description
    we have shutdown the opmn box and restarted all of its process
    it did not happen in the first time itself i have to repeat this for a several times then the SOA suite is running normally
    if any one faces this issue i can help

  • ORA-12560:TNS protocol adapter Error while upgrading oracle 8i to Oracle 9i

    Hi,
       I am updrading My oracle 8i setup to Oracle 9i in the Windows operaton System.During the upgradation in the Database upgrade Assistant,The installer asked for the system authetication for upgrading the existing database.After proving the Username and password i am getting an error as ORA-12560:TNS protocol adapter Error .Please help me about what do I need to modify.
    Thanks in Advance,
      Anjela

    Hi,
      Here are the output
    SQL> select * from v$version;
    BANNER                                                                         
    Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production                     
    PL/SQL Release 8.1.7.0.0 - Production                                          
    CORE     8.1.7.0.0     Production                                                      
    TNS for 32-bit Windows: Version 8.1.7.0.0 - Production                         
    NLSRTL Version 3.4.1.0.0 - Production                                          
    SQL> select version from v$instance;
    select version from v$instance
    ERROR at line 1:
    ORA-00942: table or view does not exist
    SQL> select comp_id,version,status from dba_registry;
    select comp_id,version,status from dba_registry
    ERROR at line 1:
    ORA-00942: table or view does not exist
    Thanks,
    Anjela

  • Error while upgrading to 10.1.3.5

    I am getting error while upgrading to 10.1.3.5.
    getting error while configuring OWSM. here is the error log.
    *09/09/28 14:28:53 Notification ==>Application Deployer for coreman STARTS.*
    *09/09/28 14:28:53 Notification ==>Undeploy previous deployment*
    *09/09/28 14:28:58 Notification ==>Initialize /space/oracle11bpel/j2ee/oc4j_soa11wf/applications/coreman.ear begins...*
    *09/09/28 14:28:58 Notification ==>Initialize /space/oracle11bpel/j2ee/oc4j_soa11wf/applications/coreman.ear ends...*
    *09/09/28 14:28:58 Notification ==>Starting application : coreman*
    *09/09/28 14:28:58 Notification ==>Initializing ClassLoader(s)*
    *09/09/28 14:28:58 Notification ==>Initializing EJB container*
    *09/09/28 14:28:58 Notification ==>Loading connector(s)*
    *09/09/28 14:28:58 Notification ==>Starting up resource adapters*
    *09/09/28 14:28:58 Notification ==>Initializing EJB sessions*
    *09/09/28 14:28:58 Notification ==>Committing ClassLoader(s)*
    *09/09/28 14:28:58 Notification ==>Initialize coreman begins...*
    *09/09/28 14:28:58 Notification ==>Initialize coreman ends...*
    *09/09/28 14:28:58 Notification ==>Started application : coreman*
    *09/09/28 14:28:58 Notification ==>Binding web application(s) to site default-web-site begins...*
    *09/09/28 14:28:58 Notification ==>Binding web application(s) to site default-web-site ends...*
    *09/09/28 14:28:58 Notification ==>Deleting: /space/oracle11bpel/j2ee/oc4j_soa11wf/applications/coreman.ear*
    *09/09/28 14:28:58 Notification ==>Deleting: /space/oracle11bpel/j2ee/oc4j_soa11wf/applications/coreman/coreman.war*
    *09/09/28 14:28:58 Notification ==>Begin adding application: coreman to container runtime for: oc4j-develop-12420-default*
    *09/09/28 14:28:58 Notification ==>Operation failed with error:*
    Unable to find/read file META-INF/ra.xml in /space/oracle11bpel/j2ee/oc4j_soa11wf/connectors/coreman/coreman archive (IO Error: error in opening zip file)
    Deploy error: Deploy error: Operation failed with error:
    Unable to find/read file META-INF/ra.xml in /space/oracle11bpel/j2ee/oc4j_soa11wf/connectors/coreman/coreman archive (IO Error: error in opening zip file)
    I checked the Connectors directory for coreman but its not available. I even checked with my previous successful installations for this directory, its not even there too.
    The only difference i found in the error logs and the successful logs is ..
    *09/09/28 14:28:58 Notification ==>Begin adding application: coreman to container runtime for: oc4j-develop-12420-default*
    I did not see this line in the success log.
    Here is my environment information.
    I have an OPMN clustered environment. The second node in the cluster was down while this upgradation.
    There are two groups -- default_group and abcbpel_group
    abcbpel_group contains the soa instance. while default_group contains home instance.

    Hi.
    I have the same problem too.
    Had You found the solution?

  • Error while installing oracle apps 11.5.10

    Hi all,
    I have got errors while installing oracle apps 11.5.10. I have configured all the system parameters.
    Unable ti complete instance configuration
    RW-50010 error script has returned an error 1
    RW-50004 error code received when running external process
    Please let me know the solution
    Thanks
    Manikandan

    You would get better answers if you asked in the correct forum.
    LCM: 11i Install/Upgrade
    Also, it would help if you looked at the logs to find the errors.

  • Error while Upgrading to 9.2.0.8

    Hi Experts,
    I'm trying to upgrade my current version of oracle "9.2.0.1" which is running on a Solaris box, to "9.2.0.8" not able to succeed.
    Can any body help me to solve my problem????
    Thnx & Regards
    Sunil

    Yingkuan,
    You need to apply Patchset 4547809 firstI'm not sure to follow you, the patchset 4547809 is
    Oracle 9.2.0.8 which Sunil wants to apply on his/her
    database, the thread's title is "Error while
    Upgrading to 9.2.0.8", isn't it ?
    If you goto 9.2.0.8 patchset download page, you will see all three patchset listed, there's a good chance Sunil mistakenly download the catch-up patchset instead of the full set. My purpose is to clarify the situation.
    At least he didn't mention Patchset Number.
    PS :
    Patchset 4547809 first, the 415M onePatchset 4547809 is 415M for 64-bits, which seems not
    be used here (the Banner doesn't contains "64bit
    Production"), it's 352Mb for 32-bits. But I maybe
    missed something else.
    Message was edited by:
    N. GasparottoHe didn't mention 64bit but that he didn't mention 32-bit either. Not many Solaris is still under 32bit per se.
    Again my purpose to have him post Patchset Number used, then we will have clear picture and rule out some assumption.

  • ORA-01092 error while upgrading database from 9.2.0.6 to 10.2.0.1

    Hi ,
    Am getting ORA-01092 error while upgrading database to 10.2.0.1 from 9.2.0.6
    I executed the catupgrd.sql successfully and recompiled invaild objects.
    After that i tried to startup the database,but am getting the error:
    sql>startup
    oracle instance started
    database mounted
    ORA-01092 : Oracle instance terminated. Disconnection forced
    I checked alert log file.
    I am getting the following errors
    Errors in file /u01/......./udump/VIS_ora/7179.trc
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00607: internal error occurred while making change to a datablock
    ORA-00600: internal error code, arguments [4194],[70] ,[39] [ ] []
    Error 604 happened during database open . Shutting down database
    instance terminated by USER pid =7179
    ORA-01092 error Signaled during alter database open
    Is there any block corruption? could u please share the solution for these errors?

    Hi;
    You are hitting ORA-00600: error which mean you may need to work oracle support for your issue.Pelase check below note if its not help i suggest rise sr
    Troubleshoot an ORA-600 or ORA-7445 Error Using the Error Lookup Tool [ID 153788.1]
    Regard
    Helios

  • ORA-04063: package body "SYS.DBMS_SQLTUNE" error while upgrading

    Hi,
    i am trying to upgrade oracle database 10.2.0.2 to 11.2.0.1 with dbua tool. While upgrading 'Oracle Server' ORA-04063: package body "SYS.DBMS_SQLTUNE" error has occured.
    In oracle server log :
    Rem Create the automatic SQL Tuning task
    Rem If the task already exists (catproc is being re-run), do not error.
    begin
    2 sys.dbms_sqltune_internal.i_create_auto_tuning_task;
    3 exception
    4 when others then
    5 if (sqlcode = -13607) then -- task already exists
    6 null;
    7 else
    8 raise;
    9 end if;
    10 end;
    11 /
    begin
    ERROR at line 1:
    ORA-04063: package body "SYS.DBMS_SQLTUNE" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_SQLTUNE"
    ORA-06512: at line 8
    After unsuccesful upgrade i restore and recover the database. SYS.DBMS_SQLTUNE package and package body were valid. But when i compile them the package body becomes invalid.
    I search the error and reach 390221.1 metalink note:
    Solution
    - Drop synonyms
    drop public synonym existsnode;
    drop public synonym extract;
    But there are no synonyms that is mentioned in this note in my db.
    How can i resolve this problem? Thank you.

    Have you not read the note ORA-04063: package body "SYS.DBMS_SQLTUNE" has errors - Upgrade From 10G To 11G Fails On Dbms_sqltune ID 1271490.1+ ?
    Nicolas.

  • Error while accessing Oracle E-Business Suite 11i from Linux/firefox

    error while accessing Oracle E-Business Suite 11i from Linux/firefox
    OS: SUSE Linux Desktop 11(SLED11)
    Web browser: firefox 3.x
    Java versions:
    # rpm -qa |grep java
    java-1_6_0-sun-plugin-1.6.0.u18-0.1.1
    java-1_6_0-sun-1.6.0.u18-0.1.1
    # java -version
    java version "1.6.0_18"
    Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
    Java HotSpot(TM) Server VM (build 16.0-b13, mixed mode)
    when I access the url firefox says
    "Additional plugins are required to display all the media on this page"
    then I clicked on "Install Missing Plugin" button
    then I got the following message
    No Suitable Plugins were found
    Unknown Plugin (application/x-java-applet;jpi-version=1.4.1)
    please help/suggest
    Regards

    Hi user;
    Its not certified to login EBS from linux client
    Please check:
    Linux-cleint (ebs) certification
    pluggins
    Hope it helps
    Regard
    Helios

  • Error while installing Oracle 10g on Fedora Core 1

    Error while installing Oracle 10g on Fedora Core 1. After 40% of the Installation is thru, the progress bar is showing 40%, it gives error "Not connected to Oracle" and the installation has to be terminated.
    We have tried by using the on-line procedure and changing the required script to make believe it as said.

    Are you createing DB also???

Maybe you are looking for