Oracle BPEL interactive installation in command prompt

Hi All,
I'm trying to install Oracle BPEL Process Manager for OC4J in linux environment at remote.I login to the remote machine through SSH.
I would like to know if there is any guide to install through command line. I mean interactive installer in command prompt, not the silent installation
I know it can be done by 2 ways:
1. Initiating the runInstaller by setting DISPLAY variable and having X-Client running on local machine.
2. Silent Installation.
Can I do interactive installation through command prompt?
Regards
Jude.

Hi,
for first check the relase version for your OS and instead of SLES10 make there SuSe-9.
And set your DISPLAY .

Similar Messages

  • Oracle BPEL DB Installation with irca -Failing!!!

    Hi all,
    I am trying to install Oracle BPEL 10.1.3.1 as a standalone component on Oracle DB 10.2.0. I have set ORACLE_HOME and tested that I can connect to sqlplus using the following option:-
    sys/<sys_password>@<service_name> as sysdba
    However when I am running the irca option using:
    irca orabpel "<ip> <port> <servicename>" <sys_password> -overwrite ORABPEL
    I am getting the following exception:-
    ERROR: Failed to establish database connection due to the following error:
    ORA-01017: invalid username/password; logon denied
    System password for DB is : manager
    The DB doesn't contain any 'ORABPEL' user.
    Please let me know where am I going wrong?This is really urgent.I have a project delivery.
    Thanks.

    Is this a Windows install. if so can you run the command sqlplus / as sysdba I suspect you will get the same error.
    What did you specify your global name when you installed the database?
    you can check this by login as sys or system and run the command
    show parameter service
    what ever this returns use this as the service name.
    I think this is more an listener issue. Here is a typical listener and tnsnames
    tnsnames
    ORCL =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl.oracle.com)
    listener
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = D:\oracle\product\db\10.2.0)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = orcl.oracle.com)
    (ORACLE_HOME = D:\oracle\product\db\10.2.0)
    (SID_NAME = orcl)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = orcl))
    cheers
    James

  • Oracle BPEL server installation - Infrastructure requirement

    I am trying to check the feasibility analysis of infrastructure / Hardware required for installation of Oracle BPEL process engine.
    We have a separate database server and Application server.
    DB server and App server config details are :
    2 HP RP 3440 Servers with PA-RISC2.0 with
    8GB of RAM.
    Oracle 10g database is present in DB server.
    Oracle Application server 10g is present in the Apps server.
    If we want to install Oracle BPEL server in OracleAS Middle Tier architecture, should we install Oracle BPEL process manager in a separate server or can we install in one of the existing DB or Apps server.
    Please help me on this.
    Gopi.

    I am trying to check the feasibility analysis of infrastructure / Hardware required for installation of Oracle BPEL process engine.
    We have a separate database server and Application server.
    DB server and App server config details are :
    2 HP RP 3440 Servers with PA-RISC2.0 with
    8GB of RAM.
    Oracle 10g database is present in DB server.
    Oracle Application server 10g is present in the Apps server.
    If we want to install Oracle BPEL server in OracleAS Middle Tier architecture, should we install Oracle BPEL process manager in a separate server or can we install in one of the existing DB or Apps server.
    Please help me on this.
    Gopi.

  • Installer launching command prompt that should run a powershell script and remain open

    I am using the Microsoft Visual Studio Installer Projects extension for VS 2013. This installer is designed to place a windows app in a directory and then launch a powershell script to prompt the user to sideload the application. From what I read online,
    you can make a windows console application and then add that .exe under the install custom actions to have the exe run after the installation is done. My installer is running the executable, but not in the way I want it to. This is the code that the console
    application has:
    static void Main(string[] args)
    Process.Start(@"C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe", @"-ExecutionPolicy bypass -NoExit -File Application\Add-AppDevPackage.ps1");
    One key thing to note here is the -NoExit. I want the prompt to remain open. If I run this console application directly, the powershell console does indeed stay open. You can see here where I have added the .exe as part of the install custom action.
    One additional thing to note is when I looked at the exe in the directory after the install, it is different than the one generated when I compile the console application project. I wouldn't know why the installer is physically changing the binary when I
    expect it to just copy the output from that compiled project/copy that file.
    If anyone has any additional input on how to make this process easier to have an installer (.msi) to place my windows app in a directory and run a powershell script to prompt the user to sideload it, then I welcome that too.

    Hello,
    I am afraid this issue is beyond the scope of our support.
    The current forum you posted to is used to discuss general issues about developing applications for Windows.
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Oracle Connection Via Command Prompt

    Hi All,
    I am in a situation where I will have to test a connection to a Oracle Database by using just command prompt (Windows Server 2008) as I am not allowed to install any Oracle client tools. The Oracle server is located on a different server machine on the network. I need to do this before I update my web application code.
    When I search google I can only see that it is possible via SQL PLus/Oracle SQL Developer/Oracle Client Tools. But I can't install any of those due to restrictions.
    Can anyone please help me how do I achieve this by just using Command Prompt in Windows.
    Thanks.

    I think the point is that no installation in traditional sense need to take place, instead you copy or unzip a few files.
    11.2 Instant Client lite with sqlplus (32-bit for Win) is around 20 MB.
    http://www.oracle.com/technetwork/database/features/instant-client/index.html
    Edited by: orafad on Apr 7, 2011 12:25 AM

  • Launching Index Tuning Wizard from command prompt

    I have been playing with index tuning wizard and I could not figure how to launch it from command line (Manual says it can be launched via management console or oracle expert).
    DB2 and SQL Server provide executables which can be launched from command line. For example, below command evaluates given workload on target database and recommends something if necessary.
    Command> itw -d <targetDB> -w <workloadFile> -o <indexRecommendations>
    Is it possible to launch Oracle Index Tuning Wizard from command prompt in a similar way?
    -fa

    "TNS No Listener" => Start the listener
    To be connected as SYSDBA you dont need a password if your are logged in the DBA group, you just have to :
    PROD_:id
    uid=102(oracle) gid=103(oinstall)
    PROD_:sqlplus "/ as sysdba"
    SQL*Plus: Release 8.1.7.0.0 - Production on Wed Jul 23 11:46:50 2003
    (c) Copyright 2000 Oracle Corporation. All rights reserved.
    Connected to:
    Oracle8i Enterprise Edition Release 8.1.7.4.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.4.0 - Production
    SQL> show user
    USER is "SYS"
    SQL>
    Fred

  • Unable to connect to database from windows command prompt

    Hi All,
    Im trying to connect to Oracle database from my windows command prompt, these are the steps I followed:
    1) cd C:\oracle\product\11.2.0\client_1\sqlplus
    2) sqlplus username\password@hostname:1521\service_name
    I do get the error ORA-06401: NETCMN: invalid driver designator
    I did try using the SQLPLUS \NOLOG
    Connect username\password@hostname:1521\service_name
    I still get the same error.
    I did manually type all the commands to make sure no additional charaters coming and etc...How shall I overcome this...

    user9103174 wrote:
    Hi All,
    Im trying to connect to Oracle database from my windows command prompt, these are the steps I followed:
    1) cd C:\oracle\product\11.2.0\client_1\sqlplus
    2) sqlplus username\password@hostname:1521\service_name
    I do get the error ORA-06401: NETCMN: invalid driver designator
    I did try using the SQLPLUS \NOLOG
    Connect username\password@hostname:1521\service_name
    I still get the same error.
    I did manually type all the commands to make sure no additional charaters coming and etc...How shall I overcome this...do you desire/plan on using EZCONNECT or tnsnames.ora entry?
    EZCONNECT sample is below
    sqlplus user1/pass1@'dbserver:1521/orcl_sid'

  • Silent installation for FMW products command prompt stuck!!

    Hi All,
    I am working on silent installation of Oracle FMW components, I am using the response file approach and Oracle Universal Installer. The aim is to integrate these installation commands to continuous integration tools like Jenkins/ControlTier.
    When the installation finishes, the current shell still holds the prompt. I need to press ENTER to get out. The problem If I integrate them with this tools their flow does not end up, as command prompt does not return. In addition to that I need the returned execution status (echo $?) for evaluating the process.
    I have tried launching it in background but did not work, any ideas ?
    They say, silent does not require user interaction still we have to press ENTER to exit the console (silent + GUI).
    Please suggest.
    Thanks in advance,
    Bhaskar
    I am posting one of the application installation output to give a better idea(Oracle Webtier Utilities):
    =========================================================
    bash-3.2$ ./runInstaller -silent -responseFile /sarbackups1/infra_build/response/WebtierSOA_InstallOnly_11.1.1.4.rsp &
    [1] 17055
    -bash-3.2$ Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 80 MB. Actual 3578 MB Passed
    Checking swap space: must be greater than 500 MB. Actual 28991 MB Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2012-02-21_04-40-33PM. Please wait ..../runInstaller: syntax error at line 299: `count1=$' unexpected
    Log: /u01/app/oracle/oraInventory/logs/install2012-02-21_04-40-33PM.log
    Copyright (c) 1999, 2009, Oracle and/or its affiliates. All rights reserved.
    Reading response file..
    Expected result: One of 5.9,5.10
    Actual Result: 5.10
    Check complete. The overall result of this check is: Passed
    CertifiedVersions Check: Success.
    Checking for SUNWarc; found Lint Libraries (usr)(SUNWarc). Passed
    Checking for SUNWbtool; found CCS tools bundled with SunOS(SUNWbtool). Passed
    Checking for SUNWhea; found SunOS Header Files(SUNWhea). Passed
    Checking for SUNWlibC; found Sun Workshop Compilers Bundled libC(SUNWlibC). Passed
    Checking for SUNWlibm; found Math & Microtasking Library Headers & Lint Files (Usr)(SUNWlibm). Passed
    Checking for SUNWlibms; found Math & Microtasking Libraries (Usr)(SUNWlibms). Passed
    Checking for SUNWsprot; found Solaris Bundled tools(SUNWsprot). Passed
    Checking for SUNWtoo; found Programming Tools(SUNWtoo). Passed
    Checking for SUNWi1of; found ISO-8859-1 (Latin-1) Optional Fonts(SUNWi1of). Passed
    Checking for SUNWi1cs; found X11 ISO8859-1 Codeset Support(SUNWi1cs). Passed
    Checking for SUNWi15cs; found X11 ISO8859-15 Codeset Support(SUNWi15cs). Passed
    Checking for SUNWxwfnt; found X Window System platform required fonts(SUNWxwfnt). Passed
    Check complete. The overall result of this check is: Passed
    Packages Check: Success.
    Checking for 127111-02; found 127127-11. Passed
    Checking for 137111-04; found 137137-09. Passed
    Check complete. The overall result of this check is: Passed
    Patches Check: Success.
    Expected result: 1024MB
    Actual Result: 16384MB
    Check complete. The overall result of this check is: Passed
    TotalMemory Check: Success.
    Verifying data......
    Copying Files...
    -----------20%----------40%----------60%----------80%--------100%
    Applying Oneoff Patch...
    [CONFIG] Launching Config Actions....
    Started Configuration:Web Tier Configuration
    [CONFIG]:Create and Start AS Instance (Web_PIT3)
    [CONFIG] [Web Tier Configuration] [Create and Start AS Instance (Web_PIT3)]:Creating Oracle Instance directories...
    [CONFIG] [Web Tier Configuration] [Create and Start AS Instance (Web_PIT3)]:Recording OPMN ports reservations...
    [CONFIG] [Web Tier Configuration] [Create and Start AS Instance (Web_PIT3)]:Bootstrapping OPMN configuration files...
    [CONFIG] [Web Tier Configuration] [Create and Start AS Instance (Web_PIT3)]:Instantiating opmnctl for direct usage...
    [CONFIG] [Web Tier Configuration] [Create and Start AS Instance (Web_PIT3)]:Skipping instance registration
    [CONFIG] SUCCESS:Create and Start AS Instance (Web_PIT3)
    [CONFIG]:Create and Start OHS Component (ohs_PIT3)
    [CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs_PIT3)]:Creating empty component directories...
    [CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs_PIT3)]:Provisioning OHS files for ohs_PIT3
    [CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs_PIT3)]:Copying OHS files from ORACLE_HOME to ORACLE_INSTANCE locations
    [CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs_PIT3)]:Customizing httpd.conf
    [CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs_PIT3)]:Adding component's process control to OPMN...
    [CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs_PIT3)]:Skipping ohs_PIT3 component registration.
    [CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs_PIT3)]:Invoking opmn reload...
    [CONFIG] SUCCESS:Create and Start OHS Component (ohs_PIT3)
    [CONFIG]:Create and Start Web Cache Component (webcache_PIT3)
    [CONFIG] [Web Tier Configuration] [Create and Start Web Cache Component (webcache_PIT3)]:Creating empty component directories...
    [CONFIG] [Web Tier Configuration] [Create and Start Web Cache Component (webcache_PIT3)]:Provisioning WebCache files for webcache_PIT3
    [CONFIG] [Web Tier Configuration] [Create and Start Web Cache Component (webcache_PIT3)]:Copying WebCache files from ORACLE_HOME to ORACLE_INSTANCE locations
    [CONFIG] [Web Tier Configuration] [Create and Start Web Cache Component (webcache_PIT3)]:Customizing webcache.xml
    [CONFIG] [Web Tier Configuration] [Create and Start Web Cache Component (webcache_PIT3)]:Adding component's process control to OPMN...
    [CONFIG] [Web Tier Configuration] [Create and Start Web Cache Component (webcache_PIT3)]:Skipping webcache_PIT3 component registration.
    [CONFIG] [Web Tier Configuration] [Create and Start Web Cache Component (webcache_PIT3)]:Invoking opmn reload...
    [CONFIG] SUCCESS:Create and Start Web Cache Component (webcache_PIT3)
    Configuration:Web Tier Configuration completed successfully
    The installation of Oracle AS Common Toplevel Component, Oracle WebTier and Utilities CD completed successfully.
    Prompt holds here I have to press ENTER to come out
    =========================================================

    Hi All,
    I am working on silent installation of Oracle FMW components, I am using the response file approach and Oracle Universal Installer. The aim is to integrate these installation commands to continuous integration tools like Jenkins/ControlTier.
    When the installation finishes, the current shell still holds the prompt. I need to press ENTER to get out. The problem If I integrate them with this tools their flow does not end up, as command prompt does not return. In addition to that I need the returned execution status (echo $?) for evaluating the process.
    I have tried launching it in background but did not work, any ideas ?
    They say, silent does not require user interaction still we have to press ENTER to exit the console (silent + GUI).
    Please suggest.
    Thanks in advance,
    Bhaskar
    I am posting one of the application installation output to give a better idea(Oracle Webtier Utilities):
    =========================================================
    bash-3.2$ ./runInstaller -silent -responseFile /sarbackups1/infra_build/response/WebtierSOA_InstallOnly_11.1.1.4.rsp &
    [1] 17055
    -bash-3.2$ Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 80 MB. Actual 3578 MB Passed
    Checking swap space: must be greater than 500 MB. Actual 28991 MB Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2012-02-21_04-40-33PM. Please wait ..../runInstaller: syntax error at line 299: `count1=$' unexpected
    Log: /u01/app/oracle/oraInventory/logs/install2012-02-21_04-40-33PM.log
    Copyright (c) 1999, 2009, Oracle and/or its affiliates. All rights reserved.
    Reading response file..
    Expected result: One of 5.9,5.10
    Actual Result: 5.10
    Check complete. The overall result of this check is: Passed
    CertifiedVersions Check: Success.
    Checking for SUNWarc; found Lint Libraries (usr)(SUNWarc). Passed
    Checking for SUNWbtool; found CCS tools bundled with SunOS(SUNWbtool). Passed
    Checking for SUNWhea; found SunOS Header Files(SUNWhea). Passed
    Checking for SUNWlibC; found Sun Workshop Compilers Bundled libC(SUNWlibC). Passed
    Checking for SUNWlibm; found Math & Microtasking Library Headers & Lint Files (Usr)(SUNWlibm). Passed
    Checking for SUNWlibms; found Math & Microtasking Libraries (Usr)(SUNWlibms). Passed
    Checking for SUNWsprot; found Solaris Bundled tools(SUNWsprot). Passed
    Checking for SUNWtoo; found Programming Tools(SUNWtoo). Passed
    Checking for SUNWi1of; found ISO-8859-1 (Latin-1) Optional Fonts(SUNWi1of). Passed
    Checking for SUNWi1cs; found X11 ISO8859-1 Codeset Support(SUNWi1cs). Passed
    Checking for SUNWi15cs; found X11 ISO8859-15 Codeset Support(SUNWi15cs). Passed
    Checking for SUNWxwfnt; found X Window System platform required fonts(SUNWxwfnt). Passed
    Check complete. The overall result of this check is: Passed
    Packages Check: Success.
    Checking for 127111-02; found 127127-11. Passed
    Checking for 137111-04; found 137137-09. Passed
    Check complete. The overall result of this check is: Passed
    Patches Check: Success.
    Expected result: 1024MB
    Actual Result: 16384MB
    Check complete. The overall result of this check is: Passed
    TotalMemory Check: Success.
    Verifying data......
    Copying Files...
    -----------20%----------40%----------60%----------80%--------100%
    Applying Oneoff Patch...
    [CONFIG] Launching Config Actions....
    Started Configuration:Web Tier Configuration
    [CONFIG]:Create and Start AS Instance (Web_PIT3)
    [CONFIG] [Web Tier Configuration] [Create and Start AS Instance (Web_PIT3)]:Creating Oracle Instance directories...
    [CONFIG] [Web Tier Configuration] [Create and Start AS Instance (Web_PIT3)]:Recording OPMN ports reservations...
    [CONFIG] [Web Tier Configuration] [Create and Start AS Instance (Web_PIT3)]:Bootstrapping OPMN configuration files...
    [CONFIG] [Web Tier Configuration] [Create and Start AS Instance (Web_PIT3)]:Instantiating opmnctl for direct usage...
    [CONFIG] [Web Tier Configuration] [Create and Start AS Instance (Web_PIT3)]:Skipping instance registration
    [CONFIG] SUCCESS:Create and Start AS Instance (Web_PIT3)
    [CONFIG]:Create and Start OHS Component (ohs_PIT3)
    [CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs_PIT3)]:Creating empty component directories...
    [CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs_PIT3)]:Provisioning OHS files for ohs_PIT3
    [CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs_PIT3)]:Copying OHS files from ORACLE_HOME to ORACLE_INSTANCE locations
    [CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs_PIT3)]:Customizing httpd.conf
    [CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs_PIT3)]:Adding component's process control to OPMN...
    [CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs_PIT3)]:Skipping ohs_PIT3 component registration.
    [CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs_PIT3)]:Invoking opmn reload...
    [CONFIG] SUCCESS:Create and Start OHS Component (ohs_PIT3)
    [CONFIG]:Create and Start Web Cache Component (webcache_PIT3)
    [CONFIG] [Web Tier Configuration] [Create and Start Web Cache Component (webcache_PIT3)]:Creating empty component directories...
    [CONFIG] [Web Tier Configuration] [Create and Start Web Cache Component (webcache_PIT3)]:Provisioning WebCache files for webcache_PIT3
    [CONFIG] [Web Tier Configuration] [Create and Start Web Cache Component (webcache_PIT3)]:Copying WebCache files from ORACLE_HOME to ORACLE_INSTANCE locations
    [CONFIG] [Web Tier Configuration] [Create and Start Web Cache Component (webcache_PIT3)]:Customizing webcache.xml
    [CONFIG] [Web Tier Configuration] [Create and Start Web Cache Component (webcache_PIT3)]:Adding component's process control to OPMN...
    [CONFIG] [Web Tier Configuration] [Create and Start Web Cache Component (webcache_PIT3)]:Skipping webcache_PIT3 component registration.
    [CONFIG] [Web Tier Configuration] [Create and Start Web Cache Component (webcache_PIT3)]:Invoking opmn reload...
    [CONFIG] SUCCESS:Create and Start Web Cache Component (webcache_PIT3)
    Configuration:Web Tier Configuration completed successfully
    The installation of Oracle AS Common Toplevel Component, Oracle WebTier and Utilities CD completed successfully.
    Prompt holds here I have to press ENTER to come out
    =========================================================

  • Unable to execute perl.exe in Oracle client from command prompt

    I am installing OUBI 2.3.2 version in windows 2008 server. For that I have installed Oracle Client 11.2.0.2
    While installing Oracle Utilities Application Framework Application Server in command prompt i am getting the error
    Unable to find file  <Dir>\Client\product\11.2.0\client_1\perl\bin\perl\bin\perl.exe
    I have set the path in PATH Variable and I have tried manully giving the path and still getting the problem..
    Mohan

    In which context do you use OUBI ?
    Which installation procedure do you use and on which step do you have a problem ?
    Cheers
    Nico

  • Oracle BPEL Installation in Solaris

    Hi all,
    Can anybody give some tips on how to install the Oracle BPEL in a Solaris environment. i did the oracle BPEL 10.1.2 installation in windows machine and did a POC.Now i want to replicate the same setup in a solaris environment and do a performance testing.
    In Windows it was quite easy cince we get a Olite DB along with the BPM installation,but in solaris i am sure we need to do a seperate DB configuration.
    Do i need to use the Repository creation agent to do that or can i use the scripts which i downloaded from the oracle BPM download page?
    which one should i install
    * the Oracle BPEL Process Manager for Oracle AS middle Tier?
    or
    *BPEL process manager for developers
    Please let me know if i need to do any special work arounds for completing the installation.
    Your response is highly appreciated.
    Thanks & Regards
    Subbu

    Hi,
    you have to install
    * the Oracle BPEL Process Manager for Oracle AS middle Tier
    Please take a look at the installation guide. You need a Oracle DB to run BPEL in production environment....

  • Error 57 in invoking sqlplus command from DOS command prompt in Oracle Serv

    I have a Oracle 11G server which has suddenly shutdown due to power cut-off. Now when I restart the system and trying to connect to database invoking the sqlplus as sysdba from DOS command prompt - I am getting following errors
    C:\Documents and Settings\Administrator>sqlplus "/as sysdba"
    Error 57 initializing SQL*Plus
    Error loading message shared library
    Can anyone help me please ?

    Yes sure!! .. The details of alert logs for today is herewith -
    Thu Feb 28 12:30:02 2013
    kewastUnPackStats(): bad magic 1 (0x0DFE82DA, 0)
    kewastUnPackStats(): bad magic 1 (0x0DFE82DA, 0)
    Thu Feb 28 12:36:02 2013
    Errors in file d:\app\collbrs\diag\rdbms\collbrs\collbrs\trace\collbrs_ckpt_3160.trc:
    ORA-00202: control file: 'D:\APP\COLLBRS\ORADATA\COLLBRS\CONTROL01.CTL'
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.
    Thu Feb 28 12:36:19 2013
    Errors in file d:\app\collbrs\diag\rdbms\collbrs\collbrs\trace\collbrs_m000_5180.trc:
    ORA-00202: control file: 'D:\APP\COLLBRS\ORADATA\COLLBRS\CONTROL01.CTL'
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.
    Errors in file d:\app\collbrs\diag\rdbms\collbrs\collbrs\trace\collbrs_m000_5180.trc:
    ORA-00204: error in reading (block 1, # blocks 1) of control file
    ORA-00202: control file: 'D:\APP\COLLBRS\ORADATA\COLLBRS\CONTROL01.CTL'
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.
    Thu Feb 28 12:36:40 2013
    Errors in file d:\app\collbrs\diag\rdbms\collbrs\collbrs\trace\collbrs_ckpt_3160.trc:
    ORA-00202: control file: 'D:\APP\COLLBRS\ORADATA\COLLBRS\CONTROL01.CTL'
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.
    Thu Feb 28 12:37:08 2013
    Errors in file d:\app\collbrs\diag\rdbms\collbrs\collbrs\trace\collbrs_ckpt_3160.trc:
    ORA-00202: control file: 'D:\APP\COLLBRS\ORADATA\COLLBRS\CONTROL01.CTL'
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.
    Thu Feb 28 12:37:28 2013
    Errors in file d:\app\collbrs\diag\rdbms\collbrs\collbrs\trace\collbrs_ckpt_3160.trc:
    ORA-00202: control file: 'D:\APP\COLLBRS\ORADATA\COLLBRS\CONTROL01.CTL'
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.
    Thu Feb 28 12:37:50 2013
    Errors in file d:\app\collbrs\diag\rdbms\collbrs\collbrs\trace\collbrs_ckpt_3160.trc:
    ORA-00202: control file: 'D:\APP\COLLBRS\ORADATA\COLLBRS\CONTROL01.CTL'
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.
    Thu Feb 28 12:38:07 2013
    Errors in file d:\app\collbrs\diag\rdbms\collbrs\collbrs\trace\collbrs_m000_6256.trc:
    ORA-00202: control file: 'D:\APP\COLLBRS\ORADATA\COLLBRS\CONTROL01.CTL'
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.
    Errors in file d:\app\collbrs\diag\rdbms\collbrs\collbrs\trace\collbrs_m000_6256.trc:
    ORA-00204: error in reading (block 1, # blocks 1) of control file
    ORA-00202: control file: 'D:\APP\COLLBRS\ORADATA\COLLBRS\CONTROL01.CTL'
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.
    Thu Feb 28 12:38:12 2013
    Errors in file d:\app\collbrs\diag\rdbms\collbrs\collbrs\trace\collbrs_ckpt_3160.trc:
    ORA-00202: control file: 'D:\APP\COLLBRS\ORADATA\COLLBRS\CONTROL01.CTL'
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.
    Thu Feb 28 12:38:34 2013
    Errors in file d:\app\collbrs\diag\rdbms\collbrs\collbrs\trace\collbrs_ckpt_3160.trc:
    ORA-00202: control file: 'D:\APP\COLLBRS\ORADATA\COLLBRS\CONTROL01.CTL'
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.
    Thu Feb 28 12:38:56 2013
    Errors in file d:\app\collbrs\diag\rdbms\collbrs\collbrs\trace\collbrs_ckpt_3160.trc:
    ORA-00202: control file: 'D:\APP\COLLBRS\ORADATA\COLLBRS\CONTROL01.CTL'
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.
    Thu Feb 28 12:39:31 2013
    Errors in file d:\app\collbrs\diag\rdbms\collbrs\collbrs\trace\collbrs_ckpt_3160.trc:
    ORA-00202: control file: 'D:\APP\COLLBRS\ORADATA\COLLBRS\CONTROL01.CTL'
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.
    Thu Feb 28 12:39:47 2013
    Errors in file d:\app\collbrs\diag\rdbms\collbrs\collbrs\trace\collbrs_m001_7628.trc:
    ORA-00202: control file: 'D:\APP\COLLBRS\ORADATA\COLLBRS\CONTROL01.CTL'
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.
    Thu Feb 28 12:39:49 2013
    Errors in file d:\app\collbrs\diag\rdbms\collbrs\collbrs\trace\collbrs_ckpt_3160.trc:
    ORA-00202: control file: 'D:\APP\COLLBRS\ORADATA\COLLBRS\CONTROL01.CTL'
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.
    Errors in file d:\app\collbrs\diag\rdbms\collbrs\collbrs\trace\collbrs_m001_7628.trc:
    ORA-00204: error in reading (block 1, # blocks 1) of control file
    ORA-00202: control file: 'D:\APP\COLLBRS\ORADATA\COLLBRS\CONTROL01.CTL'
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.
    Thu Feb 28 12:40:10 2013
    Errors in file d:\app\collbrs\diag\rdbms\collbrs\collbrs\trace\collbrs_ckpt_3160.trc:
    ORA-00202: control file: 'D:\APP\COLLBRS\ORADATA\COLLBRS\CONTROL01.CTL'
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.
    Thu Feb 28 12:40:31 2013
    Errors in file d:\app\collbrs\diag\rdbms\collbrs\collbrs\trace\collbrs_ckpt_3160.trc:
    ORA-00202: control file: 'D:\APP\COLLBRS\ORADATA\COLLBRS\CONTROL01.CTL'
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.
    Thu Feb 28 12:40:48 2013
    Errors in file d:\app\collbrs\diag\rdbms\collbrs\collbrs\trace\collbrs_m002_2748.trc:
    ORA-00202: control file: 'D:\APP\COLLBRS\ORADATA\COLLBRS\CONTROL01.CTL'
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.
    Errors in file d:\app\collbrs\diag\rdbms\collbrs\collbrs\trace\collbrs_m002_2748.trc:
    ORA-00204: error in reading (block 1, # blocks 1) of control file
    ORA-00202: control file: 'D:\APP\COLLBRS\ORADATA\COLLBRS\CONTROL01.CTL'
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.

  • Oracle BPEL installation

    hi all, i have installed soa_windows_x86_bpel_101310 with Oracle BPEL Process Manager with Oracle SOA Suite option and jdevstudi010133..but i am not able to login in bpel console..its givinh me authentication failure and when i try to start jdeveloper bpel designer its not openong at all..it opens getting started with page..i have already started BPEL PM server..

    Have you tried with logina s oc4jadmin
    and passwd as the one given at the time of installation.
    Lalit

  • Installation of "Oracle BPEL Process Manager" (newbie)

    Hello,
    I need to evaluate the "Oracle BPEL Process Manager" for a seminar at my university.
    I am completely new to the BPEL topic and I need some help installing the "BPEL Process Manage".
    1) I downloaded the file "Oracle BPEL Process Manager (10.1.3.1.0)" for x86 Windows. 340 MB ; filename: "soa_windows_x86_bpel_101310.zip"
    2) In the Install Guide of that package it says there are two installation scenarios:
    ■ Scenario 1: Oracle BPEL Process Manager with Oracle SOA Suite
    ■ Scenario 2: Oracle BPEL Process Manager for OracleAS Middle Tier
    I think the best and easiest (and smallest?) for me is the first one "with Oracle SOA Suite". But the Guide I have is only for the second Scenario.
    It says the first one would be explained in the guide "Oracle Application Server 10g Release 3 (10.1.3.1.0) Installation Guide", but there's nothing said about BPEL ! ??
    Do I have to download the complete "Oracle SOA Suite 10g (10.1.3.x)" ?!
    Or can I just try to execute the setup of my "Oracle BPEL Process Manager (10.1.3.1.0)" without a guide?
    I'm really confused here and help would be much appreciated.
    regards

    545515 wrote:
    Anirudh Pucha wrote:
    This is the simplest for you for small demos/testcases : http://download.oracle.com/docs/cd/B31017_01/win.1013/install/basic_install.htm#BABCHEJI
    that segment will lead for installatoin of the SOA with the datbase Lite. Can Lite database work for the tutorals or cause problems for the SOA 10.1.3.4 upgrade etc?? I guess there may be scripts built not for the lite db in the examples and the upgrade.Question, what would be the Lite database name? I have loaded SOA 10.1.3.1 with Olite. Now try to upgrade it to SOA 10.1.3.4.
    the part of the upgrade is to run the upgrade scritps. Since the db is lite, we have to use msql via jdbc connection. But I have no idea what's the db name created under 10.1.3.1. Checked ORACLE_HOME/install/readme, there seem no such info. it could be the instance name in the readme. But had it tried, no work.

  • Oracle 10g R2 installation on sun solaris 10 Sparc machine

    Hi there,
    I encountered the following problem during oracle 10g R2 installation on sun solaris 10 Sparc machine
    Error encountered:
    Using paramFile: /u01/Oracle/10gr2_db_sol/install/oraparam.ini
    Checking installer requirements...
    Checking operating system version: must be 5.8, 5.9 or 5.10. Actual 5.10
    Passed
    Checking Temp space: must be greater than 250 MB. Actual 2266 MB Passed
    Checking swap space: must be greater than 500 MB. Actual 2335 MB Passed
    Checking monitor: must be configured to display at least 256 colors Failed <<<<
    >>> Could not execute auto check for display colors using command /usr/openwin/bin/xdpyinfo. Check if the DISPLAY variable is set.
    Some requirement checks failed. You must fulfill these requirements before
    continuing with the installation,at which time they will be rechecked.
    Continue? (y/n) [n]
    The following were the steps taken before encountering the above error
    1. logged into a workstation
    2. From its xterm terminal I logged to the oracle server via ssh oracle@ip
    3. keyed in the following at the command prompt
    DISPLAY=machine_name:0.0; export DISPLAY
    4. executed the following from the command prompt
    ./runInstaller
    Note: when executing the ./runInstaller, the preinstallation checking just hangs at Checking monitor: must be configured to display at least 256 colors. But the log file shows it failed during preinstallation checking as shown in Error encountered
    Please help me with this problem.
    Thank you
    Ravindran Kanniah

    It is because of UNIX shell. I also faced this error during installation.
    First check your shell by the following command.
    $ echo $SHELL
    Then select the below.
    For csh shell
    $ setenv DISPLAY 192.168.1.128:0.0
    $ export DISPLAY
    For sh,ksh and bash
    $ DISPLAY=192.168.1.128:0.0
    $ export DISPLAY
    After you do this check the value of DISPLAY variable.
    $ echo $DISPLAY
    If the DISPLAY variable is set then run ./runInstaller.
    One advice: Keep a complete log of your terminal session. This will help you in future :)
    -aijaz

  • Problem to start BPEL Console of Oracle BPEL Process Manager 10.1.3.1.0

    Hi everyone!
    I'm writing to yours because I installed Oracle BPEL Process Manager 10.1.3.1.0 but I can't start BPEL Console. I tried to start it by the option menu of Windows XP and by Developer Prompt, but I get a HTTP 404 Not Found page. When I was installing the universall installer told me that it wasn't possible to set ORACLE_HOME variable because it had a value older than 1023 characteres. So, I continue the installation but I can't start the BPEL Console. The Dos Console teld me sometimes when I put http://localhost:9700/BPELConsole..timed out. So, tell me how to resolve that problem.
    I'll be waiting your responses.
    This is the log of "Select Start BPEL PM Server",
    Could not canonicalize 'ERROR: product bean SAWebBinCompBean does not exist' (Th
    e filename, directory name, or volume label syntax is incorrect). From system pr
    operty java.library.path.
    Could not canonicalize 'ERROR: product bean EclipseSACatalogMangerCompBean does
    not exist' (The filename, directory name, or volume label syntax is incorrect).
    From system property java.library.path.
    Could not canonicalize 'ERROR: product bean SQLAnywhereOdbcDriverCompBean does n
    ot exist' (The filename, directory name, or volume label syntax is incorrect). F
    rom system property java.library.path.
    Could not canonicalize 'ERROR: product bean DWSharedUtilityCompBean does not exi
    st' (The filename, directory name, or volume label syntax is incorrect). From sy
    stem property java.library.path.
    Jul 15, 2007 12:48:36 PM com.evermind.server.XMLDataSourcesConfig parseRootNode
    INFO: Legacy datasource detected...attempting to convert to new syntax.
    2007-07-15 12:48:45.378 NOTIFICATION JMSServer[]: OC4J JMS server recovering tra
    nsactions (commit 0) (rollback 0) (prepared 0).
    2007-07-15 12:48:45.408 NOTIFICATION JMSServer[]: OC4J JMS server recovering loc
    al transactions Queue[OC4J Domain Queue].
    2007-07-15 12:48:45.448 NOTIFICATION JMSServer[]: OC4J JMS server recovering loc
    al transactions Queue[jms/Oc4jJmsExceptionQueue].
    2007-07-15 12:48:45.628 NOTIFICATION JMSServer[]: OC4J JMS server recovering loc
    al transactions Queue[jms/notifications].
    2007-07-15 12:48:45.649 NOTIFICATION JMSServer[]: OC4J JMS server recovering loc
    al transactions Queue[OracleASRouter_store].
    2007-07-15 12:48:45.959 NOTIFICATION JMSServer[]: OC4J JMS server recovering loc
    al transactions Queue[jms/events].
    2007-07-15 12:48:46.049 NOTIFICATION JMSServer[]: OC4J JMS server recovering loc
    al transactions Queue[jms/jobstore].
    2007-07-15 12:48:46.149 ERROR Failed to set the internal configuration of the OC
    4J JMS Server with: XMLJMSServerConfig[file:/C:/product/10.1.3.1/OraBPEL_1/bpel/
    system/appserver/oc4j/j2ee/home/config/jms.xml]
    07/07/15 12:48:46 *** (SEVERE) Failed to set the internal configuration of the O
    C4J JMS Server with: XMLJMSServerConfig[file:/C:/product/10.1.3.1/OraBPEL_1/bpel
    /system/appserver/oc4j/j2ee/home/config/jms.xml]
    2007-07-15 12:48:46.149 ERROR J2EE OJR-00011 Exception starting JMS server: Fail
    ed to set the internal configuration of the OC4J JMS Server with: XMLJMSServerCo
    nfig[file:/C:/product/10.1.3.1/OraBPEL_1/bpel/system/appserver/oc4j/j2ee/home/co
    nfig/jms.xml]
    2007-07-15 12:49:29.952 WARNING J2EE JNDI-00002 Resource reference jms/Queue/Not
    ificationSenderQueueConnectionFactory not found. Allowing J2EEContext creation
    to continue anyway.
    2007-07-15 12:49:29.962 WARNING J2EE JNDI-00004 No javax.jms.QueueConnectionFact
    ory found at jms/QueueConnectionFactory
    2007-07-15 12:49:29.962 WARNING J2EE JNDI-00002 Resource reference jms/Queue/Not
    ificationSenderQueue not found. Allowing J2EEContext creation to continue anywa
    y.
    2007-07-15 12:49:29.962 WARNING J2EE JNDI-00004 No javax.jms.Queue found at null
    2007-07-15 12:49:29.962 WARNING J2EE JNDI-00002 Resource reference jms/Queue/Not
    ificationSenderQueueConnectionFactory not found. Allowing J2EEContext creation
    to continue anyway.
    2007-07-15 12:49:29.972 WARNING J2EE JNDI-00004 No javax.jms.QueueConnectionFact
    ory found at jms/QueueConnectionFactory
    2007-07-15 12:49:29.982 WARNING J2EE JNDI-00002 Resource reference jms/Queue/Not
    ificationSenderQueue not found. Allowing J2EEContext creation to continue anywa
    y.
    2007-07-15 12:49:29.982 WARNING J2EE JNDI-00004 No javax.jms.Queue found at null
    2007-07-15 12:49:30.112 ERROR J2EE EJB-03027 [orabpel] An error occured deployin
    g EJB module: java.lang.InstantiationException: Resource exception(BPELjms) for
    MessageDrivenBean InvokerBean during endpoint activation: failure looking up res
    ource provider factory for QueueConnectionFactoryWrapper [Queue]-OracleASJMSConn
    ector.QueueConnectionFactoryWrapper.Demos7.-3f9cb723:113ca91421c:-7fff.22 []: ja
    vax.resource.spi.ResourceAdapterInternalException: Looking up java:comp/resource
    /oc4jjms/jms/collaxa/BPELInvokerQueueFactory: javax.naming.NameNotFoundException
    : No resource named 'oc4jjms/jms/collaxa/BPELInvokerQueueFactory'found
    07/07/15 12:49:30 WARNING: Application.setConfig Application: orabpel is in fail
    ed state as initialization failed.
    java.lang.InstantiationException: Error initializing ejb-modules: Resource excep
    tion(BPELjms) for MessageDrivenBean InvokerBean during endpoint activation: fail
    ure looking up resource provider factory for QueueConnectionFactoryWrapper [Queu
    e]-OracleASJMSConnector.QueueConnectionFactoryWrapper.Demos7.-3f9cb723:113ca9142
    1c:-7fff.22 []: javax.resource.spi.ResourceAdapterInternalException: Looking up
    java:comp/resource/oc4jjms/jms/collaxa/BPELInvokerQueueFactory: javax.naming.Nam
    eNotFoundException: No resource named 'oc4jjms/jms/collaxa/BPELInvokerQueueFacto
    ry'found
    2007-07-15 12:49:30.513 WARNING DEBUG GJRA-1100, oracle.j2ee.connector.messagein
    flow.MessageEndpointFactoryImpl@121c5df.
    2007-07-15 12:49:30.763 WARNING J2EE OJR-00013 Exception initializing deployed a
    pplication: orabpel. Application: orabpel is in failed state as initialization f
    ailed
    2007-07-15 12:49:31.374 ERROR J2EE EJB-03027 [hw_services] An error occured depl
    oying EJB module: com.evermind.server.ejb.deployment.InvalidEJBAssemblyException
    : [hw_services:hw_services_ejb:RemoteWorklistService] - Unable to load ejb-class
    oracle.tip.pc.services.hw.worklist.RemoteWorklistServiceBean, see section 23.2
    of the EJB 2.1 specificationoracle.classloader.util.AnnotatedClassNotFoundExcept
    ion:
    Missing class: oracle.tip.pc.services.hw.worklist.RemoteWorklistServic
    eBean
    Dependent class: com.evermind.server.ejb.deployment.BeanDescriptor
    Loader: oc4j:10.1.3
    Code-Source: /C:/product/10.1.3.1/OraBPEL_1/bpel/system/appserver/oc
    4j/j2ee/home/lib/oc4j-internal.jar
    Configuration: <code-source> in META-INF/boot.xml in C:\product\10.1.3
    .1\OraBPEL_1\bpel\system\appserver\oc4j\j2ee\home\oc4j.jar
    This load was initiated at hw_services.root:0.0.0 using the Class.forName() meth
    od.
    The missing class is available from the following locations:
    1. Code-Source: /C:/product/10.1.3.1/OraBPEL_1/bpel/system/services/lib/
    bpm-services.jar (from <code-source> in /C:/product/10.1.3.1/OraBPEL_1/bpel/syst
    em/appserver/oc4j/j2ee/home/config/server.xml)
    This code-source is available in loader oracle.bpel.common:10.1.3. Th
    is shared-library can be imported by the "hw_services" application.
    07/07/15 12:49:31 WARNING: Application.setConfig Application: hw_services is in
    failed state as initialization failed.
    java.lang.InstantiationException: Error initializing ejb-modules: [hw_services:h
    w_services_ejb:RemoteWorklistService] - Unable to load ejb-class oracle.tip.pc.s
    ervices.hw.worklist.RemoteWorklistServiceBean, see section 23.2 of the EJB 2.1 s
    pecificationoracle.classloader.util.AnnotatedClassNotFoundException:
    Missing class: oracle.tip.pc.services.hw.worklist.RemoteWorklistServic
    eBean
    Dependent class: com.evermind.server.ejb.deployment.BeanDescriptor
    Loader: oc4j:10.1.3
    Code-Source: /C:/product/10.1.3.1/OraBPEL_1/bpel/system/appserver/oc
    4j/j2ee/home/lib/oc4j-internal.jar
    Configuration: <code-source> in META-INF/boot.xml in C:\product\10.1.3
    .1\OraBPEL_1\bpel\system\appserver\oc4j\j2ee\home\oc4j.jar
    This load was initiated at hw_services.root:0.0.0 using the Class.forName() meth
    od.
    The missing class is available from the following locations:
    1. Code-Source: /C:/product/10.1.3.1/OraBPEL_1/bpel/system/services/lib/
    bpm-services.jar (from <code-source> in /C:/product/10.1.3.1/OraBPEL_1/bpel/syst
    em/appserver/oc4j/j2ee/home/config/server.xml)
    This code-source is available in loader oracle.bpel.common:10.1.3. Th
    is shared-library can be imported by the "hw_services" application.
    2007-07-15 12:49:31.394 WARNING J2EE OJR-00013 Exception initializing deployed a
    pplication: hw_services. Application: hw_services is in failed state as initiali
    zation failed
    2007-07-15 12:49:31.534 ERROR J2EE EJB-03027 [owf] An error occured deploying EJ
    B module: com.evermind.server.ejb.deployment.InvalidEJBAssemblyException: [owf:O
    WFWrapperEJB:OWFRemoteWrapper] - Unable to load ejb-class oracle.tip.pc.services
    .owf.OWFRemoteWrapperBean, see section 23.2 of the EJB 2.1 specificationoracle.c
    lassloader.util.AnnotatedClassNotFoundException:
    Missing class: oracle.tip.pc.services.owf.OWFRemoteWrapperBean
    Dependent class: com.evermind.server.ejb.deployment.BeanDescriptor
    Loader: oc4j:10.1.3
    Code-Source: /C:/product/10.1.3.1/OraBPEL_1/bpel/system/appserver/oc
    4j/j2ee/home/lib/oc4j-internal.jar
    Configuration: <code-source> in META-INF/boot.xml in C:\product\10.1.3
    .1\OraBPEL_1\bpel\system\appserver\oc4j\j2ee\home\oc4j.jar
    This load was initiated at owf.root:0.0.0 using the Class.forName() method.
    The missing class is available from the following locations:
    1. Code-Source: /C:/product/10.1.3.1/OraBPEL_1/bpel/system/services/lib/
    bpm-services.jar (from <code-source> in /C:/product/10.1.3.1/OraBPEL_1/bpel/syst
    em/appserver/oc4j/j2ee/home/config/server.xml)
    This code-source is available in loader oracle.bpel.common:10.1.3. Th
    is shared-library can be imported by the "owf" application.
    07/07/15 12:49:31 WARNING: Application.setConfig Application: owf is in failed s
    tate as initialization failed.
    java.lang.InstantiationException: Error initializing ejb-modules: [owf:OWFWrappe
    rEJB:OWFRemoteWrapper] - Unable to load ejb-class oracle.tip.pc.services.owf.OWF
    RemoteWrapperBean, see section 23.2 of the EJB 2.1 specificationoracle.classload
    er.util.AnnotatedClassNotFoundException:
    Missing class: oracle.tip.pc.services.owf.OWFRemoteWrapperBean
    Dependent class: com.evermind.server.ejb.deployment.BeanDescriptor
    Loader: oc4j:10.1.3
    Code-Source: /C:/product/10.1.3.1/OraBPEL_1/bpel/system/appserver/oc
    4j/j2ee/home/lib/oc4j-internal.jar
    Configuration: <code-source> in META-INF/boot.xml in C:\product\10.1.3
    .1\OraBPEL_1\bpel\system\appserver\oc4j\j2ee\home\oc4j.jar
    This load was initiated at owf.root:0.0.0 using the Class.forName() method.
    The missing class is available from the following locations:
    1. Code-Source: /C:/product/10.1.3.1/OraBPEL_1/bpel/system/services/lib/
    bpm-services.jar (from <code-source> in /C:/product/10.1.3.1/OraBPEL_1/bpel/syst
    em/appserver/oc4j/j2ee/home/config/server.xml)
    This code-source is available in loader oracle.bpel.common:10.1.3. Th
    is shared-library can be imported by the "owf" application.
    2007-07-15 12:49:31.544 WARNING J2EE OJR-00013 Exception initializing deployed a
    pplication: owf. Application: owf is in failed state as initialization failed
    2007-07-15 12:50:07.096 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: admin_war defined in web site OC4J 10g (10.1.3) Defau
    lt Web Site. Application: admin_war has been stopped
    2007-07-15 12:50:07.096 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: console_war defined in web site OC4J 10g (10.1.3) Def
    ault Web Site. Application: console_war has been stopped
    2007-07-15 12:50:07.246 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: startup_war defined in web site OC4J 10g (10.1.3) Def
    ault Web Site. Application: startup_war has been stopped
    2007-07-15 12:50:07.386 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: httpbinding defined in web site OC4J 10g (10.1.3) Def
    ault Web Site. Application: httpbinding has been stopped
    2007-07-15 12:50:26.003 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: deploy defined in web site OC4J 10g (10.1.3) Default
    Web Site. Application: deploy has been stopped
    2007-07-15 12:50:26.013 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: testconnection defined in web site OC4J 10g (10.1.3)
    Default Web Site. Application: testconnection has been stopped
    2007-07-15 12:50:26.023 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: taskservice defined in web site OC4J 10g (10.1.3) Def
    ault Web Site. Application: taskservice has been stopped
    2007-07-15 12:50:26.033 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: taskmetadataservice defined in web site OC4J 10g (10.
    1.3) Default Web Site. Application: taskmetadataservice has been stopped
    2007-07-15 12:50:26.033 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: taskqueryservice defined in web site OC4J 10g (10.1.3
    ) Default Web Site. Application: taskqueryservice has been stopped
    2007-07-15 12:50:26.033 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: IdentityService defined in web site OC4J 10g (10.1.3)
    Default Web Site. Application: IdentityService has been stopped
    2007-07-15 12:50:26.033 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: usermetadataservice defined in web site OC4J 10g (10.
    1.3) Default Web Site. Application: usermetadataservice has been stopped
    2007-07-15 12:50:26.043 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: runtimeconfigservice defined in web site OC4J 10g (10
    .1.3) Default Web Site. Application: runtimeconfigservice has been stopped
    2007-07-15 12:50:26.043 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: hw_services defined in web site OC4J 10g (10.1.3) Def
    ault Web Site. Application: hw_services has been stopped
    2007-07-15 12:50:26.043 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: worklistxpress defined in web site OC4J 10g (10.1.3)
    Default Web Site. Application: worklistxpress has been stopped
    2007-07-15 12:50:26.043 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: worklistapp defined in web site OC4J 10g (10.1.3) Def
    ault Web Site. Application: worklistapp has been stopped
    2007-07-15 12:50:26.043 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: owf defined in web site OC4J 10g (10.1.3) Default Web
    Site. Application: owf has been stopped
    07/07/15 12:50:36 Oracle Containers for J2EE 10g (10.1.3.1.0) initialized
    Thanks for your responses.
    Greetings.

    Hi,
    you said:
    it wasn't possible to set ORACLE_HOME variable because it had a value older than 1023 characteres
    What do you mean with older than 1023 chars?
    I think the easiest way is to uninstall the BPEL Console and run the installer again with correcting the ORACLE_HOME problem...

Maybe you are looking for

  • Multi format disc

    I just upgraded to the current version of dvdsp4 from version 3. My first task is to try to build a disc that runs a script as the FIRST PLAY to determine the region code of the player and navigate to the appropriate content. That's easy enough, but

  • Safari 5.1.10 for snow leopard not opening web page

    The last few days Safari will not open the following web page "//canucks.nhl.com" it gets stuck on loading 27/102 items.  A forced quit is rehired. I have reset Safari, repaired disk permissions, and still no result.  I have 3 Safari extensions,  1Pa

  • Leng of str

    hi, i wont to find the length of string how couled i do that? regards

  • GTS as only Screening Tool

    Hi, I have a list of customers & Vendors. These customers & vendors are created in someother system which is not connected to GTS system. 1. Can i use GTS system as screening tool for these list of customers & vendors with out creating Master data in

  • OSB: How to recreate reusable XQuery functions

    OSB's XQuery implementation does not support the XQuery "module" which allows the creation of a function library so how can OSB provide function re-use? I know you can create XQuery transformations that can be called but these always need a "body" th