Access Oracle BPM process through Java stand-alone program

Hello

I'm trying to access BPM processes by Java program.
I use Oracle BPM Studio 10.3.1.0.

Code:

package integration;

Import fuego.lang.Decimal;
Import fuego.lang.DynamicObject;
Import fuego.papi.Arguments;
Import fuego.papi.CommunicationException;
Import fuego.papi.InstanceInfo;
Import fuego.papi.ProcessService;
Import fuego.papi.ProcessServiceSession;
Import fuego.papi.OperationException;

import Java.Math.BigDecimal;

to import java.util.Iterator;
import java.util.Map;
import java.util.Properties;

public class IntegrationManager {}
public IntegrationManager() {}
}

Public Shared Sub main (String [] args) {}
Prepare the IntegrationManager = new IntegrationManager();

Properties configuration = new Properties ();
Configuration .setProperty (ProcessService.DIRECTORY_ID, 'default');
configuration .setProperty (ProcessService.PROJECT_PATH, "C:/OracleBPMWorkspace/Test");
try {}

ProcessService processService = ProcessService.create (setting);
} catch (OperationException e) {}
e.printStackTrace ();
}
}
}


I'm special suite:
Exception in thread "main" java.lang.NoClassDefFoundError: fuego/directory/DirectoryException
at java.lang.Class.forName0 (Native Method)
at java.lang.Class.forName(Class.java:247)
at fuego.papi.ProcessService.getFactory(ProcessService.java:431)
at fuego.papi.ProcessService.create(ProcessService.java:335)
at Integration.IntegrationManager.main (IntegrationManager.java:55)

East fuegopapi - client.jar in your classpath?

You should find it in $BPM_HOME/client/Grandpa/lib

Tags: Fusion Middleware

Similar Questions

  • Oracle Grid Infrastructure for a stand-alone server - licensing

    Is a separate license required for the Oracle Network Infrastructure when you use Oracle Grid Infrastructure for a stand-alone Servicer?  I compare it to non-GI installation where the database using cooked file systems for storage, and so only the database is allowed.

    Env:


    • Oracle 11 g grid infrastructure
    • Standalone database: Oracle 11.2.0.4 64-bit Enterprise Edition
    • Windows Server 2008 Standard

    Thanks for the advice / references.

    Tony

    As other posters have suggested, better check with Oracle.

    There is a good reference here in the docs of Oracle Online license, https://docs.oracle.com/cd/E18248_01/doc/license.112/e10594.pdf

    in respect of infrastructure of grid / search "components of Oracle Grid Infrastructure.

    It would be useful to check around popularity of ASM / GI on windows. I worked between some flavors of * nix & Windows, ASM is great, but not a huge number of Windows installs that I have come across seem to use it. I'd certainly * nix however if (even if not!) considering the DSO. Sit together much cleaner

  • Is it possible to create stand-alone programs of java with java ME 8

    Hello

    Java ME compare to java SE, I feel that midlets are similar to applets.

    When you work with java, I generally stand-alone programs.

    Now, I wonder if it is possible to also create stand-alone programs for java ME, if classes are only using java ME API.

    I already noticed that netbeans does not build a project that does not contain a moped, but perhaps, it is possible to create a jar file

    using the command javac and jar. Or y at - it specific a reason why netbeans does not generate a project without midlets?

    The reason for the request is that I often make small tools in java that ae so called from a script of linux. I guess this could be useful on the invoice pro forma raspberry as well.

    Thanks in advance

    Jef

    Hi Jef-

    Java ME compare to java SE, I feel that midlets are similar to applets.

    Sort of - similar life cycle methods - if on a conceptual level, Yes.

    Now, I wonder if it is possible to also create stand-alone programs for java ME, if classes are only using java ME API.

    In a way, Yes. If you build a project, you will notice a file JAD and JAR files in the project's dist directory.  JAD is the descriptor to a MIDlet - in mobile devices, the JAD

    file is loaded first to determine if the MIDlet has enough privileges to load and run, before the corresponding JAR file is downloaded.

    However, the JAD file can also be included in the manifest of the JAR and copied to the device manually embedded JAR and run there.

    I already noticed that netbeans does not build a project that does not contain a moped, but perhaps, it is possible to create a jar file

    using the command javac and jar. Or y at - it specific a reason why netbeans does not generate a project without midlets?

    You can create JAR files and include them in embedded Java ME projects, but just like cmdlets, use the system (EMS) demand management IP of raspberry, you have a moped to run.

    Perhaps mean you that you do not want to launch the AMS and load a moped from the command line on the invoice proforma?

    If so, take a look at this section of the Getting Started Guide for the Raspberry Pi.

    Tom

  • How do you run a stand-alone program after its installation on the CD - RW disc

    How do you run a stand-alone program after its installation on the CD - RW disc

    How do you run a stand-alone program after its installation on the CD - RW disc

    Programs are not * install * to a CDRW at least that the CDRW is seen as a disc using the writing software to package such as DirectCD (Roxio) or OnCD (Nero). A disk used with writing software by packages cannot be used on any PC.

    Files are copied to a CD - RW for storage and retrieval. If the program installs, it install in general in C:\Program Files or similar and often drop files into \Windows and other places, too.

    -steve

  • How to access oimserver via servlet as a stand-alone web application

    Hello..
    I am beginner,
    I want to develop the file custom war that contains jsp and servlets.
    Servlets that communicate with IOM server through the digital signature (by private key) for authentication and the request of the user.
    But I'm not clear how to proceed...

    (1) what are the lib - jar files must be imported for the war file to communicate with the server of the IOM?
    (2) how servlet will be able to communicate which IOM server if I use the method digital signature? go where he will read the IOM server configuration file? (Please provide detail explanations)
    (3) where deploy the war file, application server running IOM server or application server independent separate them?
    (4) if I unfold in the stand-alone application server how to import the digital certificate and how will the communication?
    (5) if I install in IOM server itself how communication will be?

    Please put more light on these areas... that would be really greatfull...



    Thanks in advance...
    Rami

    Here are your answers-

    + 1) what are the lib - jar files must be imported for the war file to communicate with the server of the IOM? +

    What most IOM present libs are in the folder lib console design, the exact number of the libs depends on the api you are using

    + 2) how servlet will be able to connect to which server IOM if I use the method digital signature? go where he will read the IOM server configuration file? (Please provide detail explanations).

    Like any stand-alone client, that client must xlconfig.xml it's read the information on the server of the IOM.

    + 3) where them deploy the war file, application server running IOM server or application server independent separate? +

    You can deploy this file of war anywhere you want.

    + 4) if I unfold in the stand-alone application server how to import the digital certificate and how communication will be? +

    The customer must point to the same server configuration files that points to

    (+ 5) if I install in IOM server itself how communication will be? +

    Communication will be the same if it is installed as a stand-alone client.

    Hope this helps,
    Sagar

  • using a VI to open another stand alone program

    Hey guys,.

    I would like for my program to be started by the user and some bring to pour some selections that would then open up a new program stand alone. Where each individual program would actually the bulk of the program as a whole and perhaps utalize its own probably producer consumer model. Once the secondary program ends, I would like it to return to the original program for the user to make new selections and open an another prgram.

    to me, this feels do able as having essentially a main loop that calls functions only.

    If someone could just link me an article or something that would be great. I was looking around and found something on this call chain VI, is part of what I need?

    also, I'm always open to suggestions if this seems to be difficult to follow way or a wrong way to do it.

    Thank you guys

    You can do this visually adjusting the Visual parameters on your VI.

    I usually use a custom configuration and call before Panel.Window.State property on your VI, it should look like this:

    Do the reverse on your slot - VI and you will get a break. You will also need to make some changes to the section of the appearance of the properties of the VI window.

    This will give you a visual appearance and the type of break you're looking for.  Also, you probably want to use a structure of the event as your main loop function.

    Kind regards

    Tim

  • Allow the user from code java stand alone

    Hello
    I have a requirement where I need allow a user in IDM if it is in the disabled state. I wrote the java code that connects to the IOM server with username and password and made the necessary. But I have a new thing to implement here in which if the user status is disabled, then we call the user activate and allow the user in IDM DB. Please help in locating the method appropriate and API for this.


    Thank you
    Kalpana.

    Check this: http://docs.oracle.com/cd/E14571_01/apirefs.1111/e17334/oracle/iam/identity/usermgmt/api/UserManager.html#enable_java_util_ArrayList__boolean _
    and as it happens; Once you activate a user; tasks to activate resources would be triggered automatically.

    -Marie

    Published by: Bikash Bagaria on February 15, 2012 11:34

  • Looking for a RESEARCH COMPANION (XP) as a stand-alone program or app!

    I need a standalone app/program ALL AS ASSISTANT in SEARCH of XP.  Why is it so hard to find?  Puggle is close, but non-des.  All I need is (the real thing or a clone of) research companion to fit on a USB key, etc..  I want to Windows 7 and Vista!  It is not that hard to find!  What MS is going to sue anyone who does something like XP S-C function?  There is no need to index anything, just instead there need to look through everything, just like the S-C and have ALL the options as S-C a/a.  I didn't ask cela it to hear all extolling the virtues of Windows 7 search - so do not!  Instead, I JUST ask an app or program I can put on a USB key.  Clear as mud?  Geeze, I still use XP on the network to find my W7 and Vista machines.

    PS - I don't have time to get a tutorial 'finding '.  Let's just get the XP S-C at the moment, and then mabye later...

    Hello

    I would ask you to post your suggestions and comments on the website below:
    www.Connect.Microsoft.com

    I hope this helps.

  • The message indicates that after running a stand-alone program

    I met a strange problem when starting to run the program, which is an installation program created to 8.5.

    The window displays

    even I'm not using Web server. How to do around this issue?

    Thank you

    Ott

    In LabVIEW, all settings in tools-> Options are saved to ...\Program NIUninstaller Instruments\LabVIEW 8.5\LabVIEW.ini

    If you create an executable .exe this .exe has its own ini - file, located in the same direcory as the executable file. The name of this ini - file is .ini. In .ini, you can do the same parameters as in LabVIEW.ini.

    So, if you speak of an executable: changes in LabVIEW.ini via the tools-> Options dialog box has no effect .ini

  • GI for a stand-alone inside the secondary zone

    Hello world.

    I try to install IM in Solaris 11.1 secondary zone.

    I perform software installation only:

    ...

    Software installation successfully.

    After I perform a GI for stand-alone root scripts:

    root@db1:/tmp# /u01/app/11.2.0/grid/perl/bin/perl-I/u01/app/11.2.0/grid/perl/lib-I/u01/app/11.2.0/grid/crs/install /u01/app/11.2.0/grid/crs/install/roothas.pl

    The file of configuration settings using: /u01/app/11.2.0/grid/crs/install/crsconfig_params

    Create the trace directory

    User ignored the prerequisites during installation

    LD.so.1:: ocrconfig.bin: fatal: /u01/app/11.2.0/grid/lib/libclntsh.so.11.1: unknown file type

    LD.so.1:: clscfg.bin: fatal: /u01/app/11.2.0/grid/lib/libclntsh.so.11.1: unknown file type

    LD.so.1:: clscfg.bin: fatal: /u01/app/11.2.0/grid/lib/libclntsh.so.11.1: unknown file type

    Failure with signal control 9: /u01/app/11.2.0/grid/bin/clscfg-local g asmadmin

    Creating OCR only local (local /u01/app/11.2.0/grid/bin/clscfg-asmadmin - g)... failed

    The /u01/app/11.2.0/grid/lib/libclntsh.so.11.1 file are of size zero:

    root@db1:/tmp# du-sh /u01/app/11.2.0/grid/lib/libclntsh.so.11.1

    0K /u01/app/11.2.0/grid/lib/libclntsh.so.11.1

    In the global zone, all right.

    ...

    Software installation successfully.

    Configuration of IM for standalone:

    root@Exadata:/tmp# /u01/app/11.2.0/grid/perl/bin/perl-I/u01/app/11.2.0/grid/perl/lib-I/u01/app/11.2.0/grid/crs/install /u01/app/11.2.0/grid/crs/install/roothas.pl

    The file of configuration settings using: /u01/app/11.2.0/grid/crs/install/crsconfig_params

    Create the trace directory

    User ignored the prerequisites during installation

    ADD LOCAL MODE

    Creating OCR keys for the user "grid", privgrp 'oinstall '...

    Successful operation.

    LOCAL ONLY MODE

    Successfully accumulated necessary OCR keys.

    Creating OCR keys for the user "root", "root"... privgrp

    Successful operation.

    CRS-4664: node exadata pinned successfully.

    Adding Clusterware entries to inittab

    Exadata 2014/03/02 19:35:36 /u01/app/11.2.0/grid/cdata/exadata/backup_20140302_193536.olr

    Grid infrastructure Oracle correctly configured for a stand-alone server

    root@Exadata:/tmp# du-sh /u01/app/11.2.0/grid/lib/libclntsh.so.11.1

    /U01/app/11.2.0/grid/lib/libclntsh.so.11.1 51 M

    The installation directory is the same for the global zone and zub-zone (fs just loop back).

    I can't copy valid libclntsh.so.11.1 in the secondary area before configuring, but what happens?

    Hello

    Solaris zones are not all packages from the global zone. A default area is an imprint of very thin bones were you add several packages.

    That's what I've done for solaris:

    pkg install/system/solaris-big-server group

    pkg install xclock libxmuu x 11-info-clients compatibility/ucb

    pkg install SUNWarc SUNWbtool SUNWhea SUNWlibC SUNWlibm SUNWlibms SUNWsprot SUNWtoo SUNWcsl SUNWxcu4 pkg://solaris/SUNWxwplt

    Great server to get a lot of useful tools

    connection for Yes and ucb package is needed to patch it with opatch

    third line are the requirements for solaris, as documented in the manual and where applicable under solaris 11

    Concerning

    Thomas

  • 11g Question: Stand alone database vs single node cluster

    We are about to create a new 11.2.0.3 database that will eventually become a 11.2.0.3 in cluster database. Our host servers are hardware IBM pSeries AIX 6.1 running. We will use just Oracle Clusterware and not IBM HACMP. We also plan to use ASM for database storage. The plan is ultimately to have a 2 or a 3-node cluster, but currently, we have only an AIX server available to us.

    My question concerns our initial approach to the installation.

    It is preferable to install the Oracle database as a stand-alone database first and then convert the database to a RAC cluster as soon as we have the material for the second node? Or would it be better to create the cluster with a single node and install and configure grid Clusterware for a single node cluster and then add the second node when the material becomes available?

    I apologize if my explanation is not very clear. Any notice will be considered and appreciated. Thank you.

    Hello

    We are about to create a new 11.2.0.3 database that will eventually become a 11.2.0.3 in cluster database. Our host servers are hardware IBM pSeries AIX 6.1 running. We will use just Oracle Clusterware and not IBM HACMP. We also plan to use ASM for database storage. The plan is ultimately to have a 2 or a 3-node cluster, but currently, we have only an AIX server available to us.

    My question concerns our initial approach to the installation.

    It is preferable to install the Oracle database as a stand-alone database first and then convert the database to a RAC cluster as soon as we have the material for the second node? Or would it be better to create the cluster with a single node and install and configure grid Clusterware for a single node cluster and then add the second node when the material becomes available?

    If you are planning to ACTIVE/PASSIVE here database my option:
    {message: id = 10138477}

    If you are planning in the future use a RAC database:
    {message: id = 10142640}

    If you plan use CARS in the future, you can install Oracle Clusterware without worry about licenses.
    Oracle Clusterware can serve to protect any application (reboot or otherwise on the application failure), free of charge, if one or more of the following conditions are met:

  • At least one of the servers in the cluster is allowed for the Oracle database (SE or EE)
    http://docs.Oracle.com/CD/E11882_01/license.112/e10594/editions.htm#CJAHFHBJ

    If you ARE database Oracle or EA (i.e., not one SE), you can install the product Oracle Clusterware and Oracle RAC (EE to buy the RAC Option) in a node later you can stretch clusterware adding additional nodes, and more database instance.

    You do not need to create a RAC database, you can create a single database (i.e. Non-RAC) on OH software Oracle RAC using DBCA.

    Although I prefer that you create a database of CAR Policy-Managed database... which makes the dynamics and the automatic (i.e. managed by Clusterware) creation/deletion of instances. You will use a POOL with a knot... later you can add more nodes in that POOL... Oracle Clusterware/PAP automatically create undo/redo/instances on the new nodes added to this POOL.
    All this is transparent to your customers of Oracle.

    Oracle Grid Infrastructure for a stand-alone server (Oracle Restart) is an option only if you plan used to one node. If you are using more than one node... Start with Oracle Grid Infrastructure for a Cluster (Oracle Clusterware).

    Hope this helps,
    Levi Pereira

    Published by: Levi Pereira on March 12, 2012 13:58

  • I need the Java Player for firefox on a stand-alone computer without internet access. I have internet access on another computer. How can I do this?

    I have a stand-alone computer (no internet access) with firefox to run the Java Player. I have internet access on another computer in order to download files and hover over things to the stand-alone computer to install. That do and where can I download and how I install on the stand-alone computer.

    Thank you

    Leroy

    Hi, to get the Offline Installer that you can use on the computer without internet access, please visit https://java.com/en/download/help/windows_offline_download.xml

  • Services that can be disabled - Windows 7 stand-alone, single user of public access to the internet through AT & T wireless router.

    I'm trying to "understand :-)." "How to secure my laptop, a single user stand alone - not connected to any local network where obtaining internet access SECURE in my only goal.  I never SHARE with any other computer and want to disable ALL unnecessary services - what services can I disable in Windows 7 and with the Windows Firewall work with AT & T Internet Security Suite McAfee I entered and disabled all connections through the Windows Firewall to the internet PUBLIC - as I assume that the firewall 'rules' will block all malicious attacks - knowing that it is NEVER safe to assume something where I just enough conscience to accept the fact that I then know near NOTHING scares me.  Thanks - I'm trying to educate myself and the fear that Windows 7 will be obsolete before I have achieve this noble goal :-) - and then the nightmare should be repeated on a new version of Windows. Laughing out loud

    Hello

    I suggest you to visit these links for information on how to protect your computer.

    Consult the safety and Security Center Web site. You have a section to browse number that explains on the safety and security.

    http://www.Microsoft.com/security/default.aspx

    You can see the sections:
    http://www.Microsoft.com/security/PC-security/default.aspx#safety-products-and-scans

    http://www.Microsoft.com/security/online-privacy/default.aspx#passwords

    http://www.Microsoft.com/security/family-safety/default.aspx#overview

    http://www.Microsoft.com/security/resources/default.aspx#free-materials

    With regard to the Windows Firewall.

    http://Windows.Microsoft.com/en-us/Windows7/what-is-a-firewall

    http://Windows.Microsoft.com/en-us/Windows7/firewall-frequently-asked-questions

    http://Windows.Microsoft.com/en-us/Windows7/Understanding-Windows-Firewall-settings

    http://TechNet.Microsoft.com/en-us/library/cc755604 (v = ws.10) .aspx

    Hope the information is useful.

  • How to access the BPM 11 g load useful or process varibles in the workflow of ADF

    I'm trying to view/edit the data in a user interface that is linked to a database by using a foreign key, requestId. The foreign key comes from a BPM process where it is spent in the workflow, a human task. The foreign key comes process variables or values of payload. I know that I can simply load the payload in BPM with the data in the tables, but I'm looking for a better solution use the ADF business components to view and edit data directly in the user interface.

    The BPM process uses a web service to start the process. Web services takes a primary key as a parameter to reference a column in the database table. The data is pre-filled with content and a primary key reference. The first activity is an activity of the user. I want the workflow behind the user activity to accept this primary key and use to locate the line in the database, so related views of the database delimited ADF business components can work to present the data in the user interface.

    I tried two approaches to the problem. The first uses the setCurrentRowWithKeyValue operation. The other changes the SQL where clause, used by the ADFbc iterator only returns one row for the given requestId. Both of these approaches fail to work because I don't know how to access the load BPM or variable data entering the workflow. Here is the piece of code that I used to try to define the row using the value of setCurrentRowWithKey:

    public String setRequestId() {}

    FacesContext context = FacesContext.getCurrentInstance ();
    Object requestObj = context.getApplication () .evaluateExpressionGet)
    context, "#{bindings."(, Number.class) RequestId.inputValue "};
    If (requestObj is nothing)
    Returns a null value.
    RequestId number;
    requestId = (number) requestObj;

    ITR DCIteratorBinding = (DCIteratorBinding)

    getBindings () .get ("PatfRequestHdrView1");

    itr.setCurrentRowWithKeyValue (requestId.toString ());

    Returns a null value.

    I didn't get very far with the second approach, change SQL where clause, because I do not know Groovy. I think I need something like:

    adf.object.viewObj.RequestId. but it is not a viewObject associated with BPM data, so I don't know that this particular expression will not work.

    Any help you can give me is greatly appreciated.

    Kind regards
    Mark

    Try this code in your method:

    FacesContext context = FacesContext.getCurrentInstance ();
    String ctx = (String) context.getApplication () .evaluateExpressionGet (context, "#{pageFlowScope.bpmWorklistContext}", String.class);
    String tskId = (String) context.getApplication () .evaluateExpressionGet (context, "#{pageFlowScope.bpmWorklistTaskId}", String.class);
    IWorkflowServiceClient workflowSvcClient = WorkflowService.getWorkflowServiceClient ();
    ITaskQueryService wfQueryService = workflowSvcClient.getTaskQueryService ();
    IWorkflowContext wfContext = wfQueryService.getWorkflowContext (ctx);
    Task myTask = wfQueryService.getTaskDetailsById (wfContext, tskId);
    XMLElement xmlPayload = (XMLElement) myTask.getPayloadAsElement ();
    get the payload as a string simple, useful for debugging
    java.io.StringWriter writer = new java.io.StringWriter ();
    xmlPayload.print (writer);
    String payloadAsString = writer.toString ();
    extract payload values: use methods in Oracle XDK

    See also this post:

    The task of reading by program details

  • I got an error grid Infrastructure installation Oracle 11 GR 2 (11.2.0.4) for a stand-alone server on Oracle Linux 7

    I got an error grid Infrastructure installation Oracle 11 GR 2 (11.2.0.4) for a stand-alone server on Oracle Linux 7

    It's my environment:

    VM VirtualBox

    OS: Linux to Oracle 7

    RAM: 2G

    CPU: 1 outlet | 2 carrots

    OS packages for the needs of the DB: all except pdksh. (installed in ksh). Jut ignored.

    Oracle software version: 11 GR 2 (11.2.0.4) Oracle grid Infrastructure

    Installation type: SServer tandalone.

    The installation user: uid = 501 (oracle)

    installation groups: gid = 501 (oinstall) groups: oinstall, dba, oper, asmadmin, asmdba, asmoper.

    Put ASM implementation with Linux e/s Standard (No. ASMLib).


    The virtual machine has 3 disks attached.


    Features: / dev/sdb, / dev/sdc, / dev/sdd


    I ran to related records:


    # / bin / / dev/raw/raw1 gross/dev/sdb1

    # / bin / / dev/raw/raw2 gross/dev/sdc1

    # / bin / / dev/raw/raw3 gross/dev/sdd1


    # raw - qa

    / dev/RAW/raw1: linked main 8, minor 17

    / dev/RAW/raw2: linked main 8, minor 33

    / dev/RAW/raw3: linked main 8, minor 49


    Also, I have configured the following command to set permanent configuration:

    #vi /etc/udev/rules.d/99-vmware-scsi-udev.rules99-vmware-scsi-udev.rules

    ACTION == "add", KERNEL == "sdb1", RUN += "/ bin/raw/dev/raw/raw1 %N".

    ACTION == "add", KERNEL == "sdc1", RUN += "/ bin/raw/dev/raw/raw2 %N".

    ACTION == "add", KERNEL == "sdd1", RUN += "/ bin/raw/dev/raw/raw3 %N".

    # set permissions on these discs for the owner of the Oracle user.

    ACTION == "add" KERNEL == "" raw * ', OWNER is 'oracle', GROUP is 'oinstall' MODE is "0660" "


    NOTE: when I run # ls - lrt/dev/sd *, I - I don't know if the disks has permissions icies because they are on the way to access/dev/raw/raw *.


    BRW - rw-. 1 root disk 8, 16, 19 August 01:54 / dev/sdb

    BRW - rw-. 1 root disk 8, 17, 19 Aug 01:54 / dev/sdb1

    BRW - rw-. 1 root disk 8, 32 19 August to 01:54 / dev/sdc

    BRW - rw-. 1 root disk 8, 13, 19 Aug 01:54 / dev/sdc1

    BRW - rw-. 1 root disk 8, 48-19 August to 01:54 / dev/sdd

    BRW - rw-. 1 root disk 8, 49-19 August to 01:54 / dev/sdd1


    This happens whenever I restart the server.


    But authorities are good when I run # ls - lrt/dev/raw/raw *.


    CRW - rw-. 1 oracle oinstall 162, 0 19 Aug 01:54 / dev/raw/rawctl

    CRW - rw-. 1 oracle oinstall 162, 0 19 Aug 01:54 / dev/raw/raw1

    CRW - rw-. 1 oracle oinstall 162, 0 19 Aug 01:54 / dev/raw/raw2

    CRW - rw-. 1 oracle oinstall 162, 0 19 Aug 01:54 / dev/raw/raw3


    Problem: when running script $GRID_HOME/root.sh.

    Adding Clusterware entries to inittab

    ohasd could not start

    Cannot start the Clusterware. Last 20 lines of the trace log alert:

    2015 08-19 02:15:24.442:

    [client (7260)] CRS-2101: the RSC has been formatted using version 3.

    2015 08-19 02:15:28.238:

    [client (7283)] CRS-1001: the OCR has been formatted using version 3.

    ohasd could not start /u01/app/oracle/product/11g/grid_1/crs/install/roothas.pl 337 line, line < ALERTLOG > 4

    failed execution of /u01/app/oracle/product/11g/grid_1/crs/install/roothas.pl of the/u01/app/oracle/product / 11 g/grid_1/src/install

    Please help me.

    Geraldo Peralta

    Using RAW could be the problem. I'm not sure someone who has used Virtual Box with raw disks for their RAC testbed. Most people use ASM. I've seen a few people use NFS as well. You'll also want to stay away raw because that which is frowned upon in 11.2. See http://docs.oracle.com/cd/E11882_01/install.112/e41962/whatsnew.htm#RILIN931

    Under the Options deprecated for Oracle RAC 11 g Release 2:

    "Installation of files on raw devices is no longer an option available during installation. You must use a shared file system, or using Oracle Automatic Storage Management. »

    Here's how to configure RAC on my laptop with Virtual Box: http://www.peasland.net/2015/04/23/oracle-rac-on-my-laptop-with-virtual-box/

    HTH,
    Brian

Maybe you are looking for